:root {--cc-red: #cc2200;--cc-red-dark: #a81b00;--cc-red-light: #fff3f0;--cc-red-mid: #e8431a;--cc-navy: #0a1628;--cc-text: #333333;--cc-text-muted: #666666;--cc-text-light: #888888;--cc-border: #e5e5e5;--cc-bg: #ffffff;--cc-bg-light: #f7f7f7;--cc-bg-section: #f2f2f2;}.intro-section {background-color: var(--cc-bg);padding-top: 64px;padding-bottom: 0;}.section-tag {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.tag-bar {display: inline-block;width: 36px;height: 3px;background-color: var(--cc-red);border-radius: 2px;flex-shrink: 0;}.tag-txt {font-size: 11.5px;font-weight: 700;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 28px;font-weight: 900;color: var(--cc-red);text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.section-subheading {font-size: 15px;font-weight: 400;color: var(--cc-text-muted);line-height: 1.6;margin-bottom: 40px;}.intro-para {font-size: 14px;color: var(--cc-text);line-height: 1.8;margin-bottom: 16px;}.intro-para strong {color: #111111;font-weight: 700;}.exp-grid {margin-top: 28px;margin-bottom: 8px;}.exp-card {border: 1px solid var(--cc-border);border-top: 3px solid var(--cc-red);border-radius: 4px;padding: 16px 15px 14px;background-color: var(--cc-bg-light);height: 100%;transition: box-shadow 0.2s ease, transform 0.2s ease;}.exp-card:hover {box-shadow: 0 4px 16px rgba(204, 34, 0, 0.1);transform: translateY(-2px);}.exp-card-title {font-size: 13px;font-weight: 800;color: #111111;margin-bottom: 6px;display: flex;align-items: center;gap: 7px;}.exp-icon {width: 20px;height: 20px;stroke: var(--cc-red);flex-shrink: 0;}.exp-card-desc {font-size: 12px;color: var(--cc-text-muted);line-height: 1.6;margin-bottom: 0;}.btn-primary-red {display: inline-block;background-color: var(--cc-red);color: #ffffff;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, border-color 0.2s ease;white-space: nowrap;}.btn-primary-red:hover {background-color: var(--cc-red-dark);border-color: var(--cc-red-dark);color: #ffffff;}.btn-outline-red {display: inline-block;background-color: #ffffff;color: var(--cc-red);font-size: 13px;font-weight: 700;padding: 11px 22px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, color 0.2s ease;white-space: nowrap;}.btn-outline-red:hover {background-color: var(--cc-red);color: #ffffff;}.right-img-wrap {position: relative;border-radius: 6px;overflow: hidden;margin-bottom: 24px;}.facility-img {width: 100%;height: 260px;object-fit: cover;display: block;}.img-stats-overlay {position: absolute;bottom: 0;left: 0;right: 0;background: rgba(180, 0, 0, 0.88);display: flex;align-items: center;justify-content: space-around;padding: 14px 18px;}.overlay-stat {display: flex;flex-direction: column;align-items: center;flex: 1;position: relative;}.overlay-stat:not(:last-child)::after {content: "";position: absolute;right: 0;top: 10%;height: 80%;width: 1px;background: rgba(255, 255, 255, 0.25);}.ov-num {font-size: 22px;font-weight: 800;color: #ffffff;line-height: 1;display: block;}.ov-lbl {font-size: 10px;color: rgba(255, 255, 255, 0.8);font-weight: 600;text-transform: uppercase;letter-spacing: 0.05em;margin-top: 3px;display: block;}.ind-heading {font-size: 12.5px;font-weight: 800;color: #111111;text-transform: uppercase;letter-spacing: 0.06em;margin-bottom: 12px;display: flex;align-items: center;gap: 8px;}.ind-heading::before {content: "";display: inline-block;width: 20px;height: 2px;background-color: var(--cc-red);border-radius: 1px;flex-shrink: 0;}.ind-item {display: flex;align-items: center;gap: 7px;font-size: 12.5px;color: var(--cc-text);background-color: var(--cc-bg-light);border: 1px solid var(--cc-border);border-left: 3px solid var(--cc-red);padding: 7px 10px;border-radius: 0 3px 3px 0;height: 100%;transition: background-color 0.2s ease;}.ind-item:hover {background-color: var(--cc-red-light);}.trust-bar {background-color: var(--cc-bg-section);border-top: 3px solid var(--cc-red);padding: 20px 0;margin-top: 56px;}.trust-item {display: flex;align-items: center;gap: 8px;font-size: 12.5px;color: var(--cc-text);font-weight: 600;white-space: nowrap;}.trust-item svg {width: 18px;height: 18px;stroke: var(--cc-red);flex-shrink: 0;}@media (max-width: 991.98px) {.intro-section {padding-top: 48px;}.section-heading {font-size: 24px;}.section-subheading {font-size: 14px;margin-bottom: 32px;}.facility-img {height: 220px;}.trust-bar {margin-top: 40px;}.trust-item {font-size: 12px;}}@media (max-width: 767.98px) {.intro-section {padding-top: 36px;}.section-heading {font-size: 22px;margin-bottom: 8px;}.section-subheading {font-size: 13px;margin-bottom: 24px;}.intro-para {font-size: 13.5px;}.exp-card {padding: 13px 12px 12px;}.exp-card-title {font-size: 12.5px;}.exp-card-desc {font-size: 11.5px;}.btn-primary-red, .btn-outline-red {width: 100%;text-align: center;}.facility-img {height: 190px;}.ov-num {font-size: 18px;}.ov-lbl {font-size: 9px;}.img-stats-overlay {padding: 10px 8px;}.ind-item {font-size: 11.5px;padding: 6px 8px;}.trust-bar {margin-top: 32px;padding: 16px 0;}.trust-item {font-size: 11.5px;justify-content: center;}}@media (max-width: 399.98px) {.section-heading {font-size: 20px;}.tag-txt {font-size: 10.5px;}.ov-num {font-size: 16px;}}.automation-section {background-color: var(--cc-bg-section);padding-top: 64px;padding-bottom: 64px;}.section-tag {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.tag-bar {display: inline-block;width: 36px;height: 3px;background-color: var(--cc-red);border-radius: 2px;flex-shrink: 0;}.tag-txt {font-size: 11.5px;font-weight: 700;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 28px;font-weight: 900;color: var(--cc-red);text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.section-subheading {font-size: 14.5px;color: var(--cc-text-muted);line-height: 1.55;margin-bottom: 28px;max-width: 750px;}.intro-para {font-size: 14px;color: var(--cc-text);line-height: 1.9;margin-bottom: 16px;}.intro-para strong {color: var(--cc-text-dark);font-weight: 700;}.spec-cards {margin-top: 28px;margin-bottom: 8px;}.spec-card {background-color: var(--cc-bg-card);border: 1px solid var(--cc-border);border-top: 3px solid var(--cc-red);border-radius: 4px;padding: 18px 14px 16px;text-align: center;height: 100%;transition: box-shadow 0.2s ease, transform 0.2s ease;}.spec-card:hover {box-shadow: 0 4px 18px rgba(204, 34, 0, 0.12);transform: translateY(-3px);}.spec-icon-wrap {width: 44px;height: 44px;background-color: var(--cc-red-light);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 10px;flex-shrink: 0;}.spec-icon {width: 22px;height: 22px;stroke: var(--cc-red);}.spec-title {font-size: 12.5px;font-weight: 800;color: var(--cc-text-dark);margin-bottom: 5px;line-height: 1.3;}.spec-desc {font-size: 11px;color: var(--cc-text-light);line-height: 1.55;margin-bottom: 0;}.solutions-strip {background-color: var(--cc-red);padding: 18px 24px;border-radius: 4px;margin: 28px 0;display: flex;flex-wrap: wrap;gap: 10px;align-items: center;}.solutions-label {font-size: 12px;font-weight: 700;color: rgba(255, 255, 255, 0.7);text-transform: uppercase;letter-spacing: 0.07em;margin-right: 4px;flex-shrink: 0;}.solution-pill {background-color: rgba(255, 255, 255, 0.15);border: 1px solid rgba(255, 255, 255, 0.3);color: #ffffff;font-size: 12px;font-weight: 600;padding: 5px 13px;border-radius: 3px;white-space: nowrap;transition: background-color 0.2s ease;}.solution-pill:hover {background-color: rgba(255, 255, 255, 0.25);}.industries-bar {background-color: var(--cc-bg);border-left: 4px solid var(--cc-red);border-radius: 0 4px 4px 0;padding: 20px 24px;margin-bottom: 32px;}.industries-bar-title {font-size: 12px;font-weight: 800;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.08em;margin-bottom: 12px;}.industry-tag {display: inline-flex;align-items: center;gap: 6px;font-size: 12.5px;color: #333333;font-weight: 600;background-color: var(--cc-bg-section);border: 1px solid var(--cc-border-light);padding: 6px 12px;border-radius: 3px;transition: background-color 0.2s ease;}.industry-tag:hover {background-color: var(--cc-red-light);}.industry-dot {width: 6px;height: 6px;border-radius: 50%;background-color: var(--cc-red);display: inline-block;flex-shrink: 0;}.btn-primary-red {display: inline-block;background-color: var(--cc-red);color: #ffffff;font-size: 13px;font-weight: 700;padding: 12px 30px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, border-color 0.2s ease;white-space: nowrap;}.btn-primary-red:hover {background-color: var(--cc-red-dark);border-color: var(--cc-red-dark);color: #ffffff;}.btn-outline-red {display: inline-block;background-color: var(--cc-bg);color: var(--cc-red);font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, color 0.2s ease;white-space: nowrap;}.btn-outline-red:hover {background-color: var(--cc-red);color: #ffffff;}@media (max-width: 991.98px) {.automation-section {padding-top: 48px;padding-bottom: 48px;}.section-heading {font-size: 24px;}.section-subheading {font-size: 13.5px;}.spec-card {padding: 16px 12px 14px;}.spec-title {font-size: 12px;}.solutions-strip {padding: 16px 20px;}}@media (max-width: 767.98px) {.automation-section {padding-top: 36px;padding-bottom: 40px;}.section-heading {font-size: 22px;}.section-subheading {font-size: 13px;margin-bottom: 20px;}.intro-para {font-size: 13.5px;}.spec-icon-wrap {width: 38px;height: 38px;}.spec-icon {width: 18px;height: 18px;}.spec-title {font-size: 12px;}.spec-desc {font-size: 10.5px;}.solutions-strip {padding: 14px 16px;gap: 8px;}.solutions-label {font-size: 11px;width: 100%;margin-right: 0;margin-bottom: 4px;}.solution-pill {font-size: 11px;padding: 4px 10px;}.industries-bar {padding: 16px 16px;}.industry-tag {font-size: 11.5px;padding: 5px 10px;}.btn-primary-red, .btn-outline-red {width: 100%;text-align: center;}}@media (max-width: 399.98px) {.section-heading {font-size: 20px;}.tag-txt {font-size: 10.5px;}.spec-card {padding: 14px 10px 12px;}.spec-title {font-size: 11.5px;}}.instru-section {background-color: var(--cc-bg);padding-top: 64px;padding-bottom: 64px;}.section-tag {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.tag-bar {display: inline-block;width: 36px;height: 3px;background-color: var(--cc-red);border-radius: 2px;flex-shrink: 0;}.tag-txt {font-size: 11.5px;font-weight: 700;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 28px;font-weight: 900;color: var(--cc-red);text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.section-subheading {font-size: 14.5px;color: var(--cc-text-muted);line-height: 1.55;margin-bottom: 28px;max-width: 750px;}.intro-para {font-size: 14px;color: var(--cc-text);line-height: 1.9;margin-bottom: 16px;}.intro-para strong {color: var(--cc-text-dark);font-weight: 700;}.instru-cards {margin-top: 28px;margin-bottom: 8px;}.instru-card {background-color: var(--cc-bg-section);border: 1px solid var(--cc-border);border-top: 3px solid var(--cc-red);border-radius: 4px;padding: 18px 12px 16px;text-align: center;height: 100%;transition: box-shadow 0.2s ease, transform 0.2s ease;}.instru-card:hover {box-shadow: 0 4px 18px rgba(204, 34, 0, 0.12);transform: translateY(-3px);}.instru-icon-wrap {width: 44px;height: 44px;background-color: var(--cc-red-light);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 10px;flex-shrink: 0;}.instru-icon {width: 22px;height: 22px;stroke: var(--cc-red);}.instru-title {font-size: 12px;font-weight: 800;color: var(--cc-text-dark);margin-bottom: 4px;line-height: 1.3;}.instru-desc {font-size: 10.5px;color: var(--cc-text-light);line-height: 1.5;margin-bottom: 0;}.instru-two-col {margin-top: 28px;margin-bottom: 32px;}.instru-list-box {background-color: var(--cc-bg-section);border-left: 4px solid var(--cc-red);border-radius: 0 4px 4px 0;padding: 20px 24px;height: 100%;}.instru-list-title {font-size: 12px;font-weight: 800;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.08em;margin-bottom: 14px;}.instru-list {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 10px;}.instru-list li {display: flex;align-items: center;gap: 8px;font-size: 13px;color: #333333;font-weight: 600;}.list-dot {width: 6px;height: 6px;border-radius: 50%;background-color: var(--cc-red);display: inline-block;flex-shrink: 0;}.instru-industries {background-color: var(--cc-bg-section);border-left: 4px solid var(--cc-red);border-radius: 0 4px 4px 0;padding: 20px 24px;margin-bottom: 32px;}.instru-industries-title {font-size: 12px;font-weight: 800;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.08em;margin-bottom: 12px;}.industry-tag {display: inline-flex;align-items: center;gap: 6px;font-size: 12.5px;color: #333333;font-weight: 600;background-color: var(--cc-bg);border: 1px solid var(--cc-border-light);padding: 6px 12px;border-radius: 3px;transition: background-color 0.2s ease;}.industry-tag:hover {background-color: var(--cc-red-light);}.industry-dot {width: 6px;height: 6px;border-radius: 50%;background-color: var(--cc-red);display: inline-block;flex-shrink: 0;}.btn-primary-red {display: inline-block;background-color: var(--cc-red);color: #ffffff;font-size: 13px;font-weight: 700;padding: 12px 30px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, border-color 0.2s ease;white-space: nowrap;}.btn-primary-red:hover {background-color: var(--cc-red-dark);border-color: var(--cc-red-dark);color: #ffffff;}.btn-outline-red {display: inline-block;background-color: var(--cc-bg);color: var(--cc-red);font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, color 0.2s ease;white-space: nowrap;}.btn-outline-red:hover {background-color: var(--cc-red);color: #ffffff;}@media (max-width: 991.98px) {.instru-section {padding-top: 48px;padding-bottom: 48px;}.section-heading {font-size: 24px;}.section-subheading {font-size: 13.5px;}.instru-card {padding: 16px 10px 14px;}.instru-title {font-size: 11.5px;}.instru-list-box {padding: 18px 20px;}}@media (max-width: 767.98px) {.instru-section {padding-top: 36px;padding-bottom: 40px;}.section-heading {font-size: 22px;}.section-subheading {font-size: 13px;margin-bottom: 20px;}.intro-para {font-size: 13.5px;}.instru-icon-wrap {width: 38px;height: 38px;}.instru-icon {width: 18px;height: 18px;}.instru-title {font-size: 11.5px;}.instru-desc {font-size: 10px;}.instru-two-col {margin-top: 20px;margin-bottom: 24px;}.instru-list-box {padding: 16px 16px;}.instru-list li {font-size: 12.5px;}.instru-industries {padding: 16px 16px;}.industry-tag {font-size: 11.5px;padding: 5px 10px;}.btn-primary-red, .btn-outline-red {width: 100%;text-align: center;}}@media (max-width: 399.98px) {.section-heading {font-size: 20px;}.tag-txt {font-size: 10.5px;}.instru-card {padding: 13px 8px 12px;}.instru-title {font-size: 11px;}.instru-desc {font-size: 9.5px;}}.whychoose-section {background-color: var(--cc-bg-section);padding-top: 64px;padding-bottom: 64px;}.section-tag {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.tag-bar {display: inline-block;width: 36px;height: 3px;background-color: var(--cc-red);border-radius: 2px;flex-shrink: 0;}.tag-txt {font-size: 11.5px;font-weight: 700;color: var(--cc-red);text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 28px;font-weight: 900;color: var(--cc-red);text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.section-subheading {font-size: 14.5px;color: var(--cc-text-muted);line-height: 1.55;margin-bottom: 40px;max-width: 750px;}.whychoose-cards {margin-bottom: 40px;}.wc-card {background-color: var(--cc-bg);border: 1px solid var(--cc-border);border-radius: 6px;padding: 28px 20px 24px;position: relative;overflow: hidden;height: 100%;transition: box-shadow 0.25s ease, transform 0.25s ease;}.wc-card:hover {box-shadow: 0 6px 24px rgba(204, 34, 0, 0.12);transform: translateY(-4px);}.wc-card-top-bar {position: absolute;top: 0;left: 0;right: 0;height: 4px;background-color: var(--cc-red);}.wc-num {font-size: 36px;font-weight: 900;color: var(--cc-red-faint);line-height: 1;margin-bottom: 14px;user-select: none;}.wc-icon-wrap {width: 52px;height: 52px;background-color: var(--cc-red-light);border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;flex-shrink: 0;}.wc-icon {width: 26px;height: 26px;stroke: var(--cc-red);}.wc-title {font-size: 14px;font-weight: 800;color: var(--cc-text-dark);line-height: 1.3;margin-bottom: 10px;}.wc-divider {width: 32px;height: 2px;background-color: var(--cc-red);border-radius: 2px;margin-bottom: 12px;}.wc-desc {font-size: 12.5px;color: var(--cc-text);line-height: 1.75;margin-bottom: 0;}.btn-primary-red {display: inline-block;background-color: var(--cc-red);color: #ffffff;font-size: 13px;font-weight: 700;padding: 13px 32px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, border-color 0.2s ease;white-space: nowrap;}.btn-primary-red:hover {background-color: var(--cc-red-dark);border-color: var(--cc-red-dark);color: #ffffff;}.btn-outline-red {display: inline-block;background-color: var(--cc-bg);color: var(--cc-red);font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;text-decoration: none;border: 2px solid var(--cc-red);transition: background-color 0.2s ease, color 0.2s ease;white-space: nowrap;}.btn-outline-red:hover {background-color: var(--cc-red);color: #ffffff;}@media (max-width: 991.98px) {.whychoose-section {padding-top: 48px;padding-bottom: 48px;}.section-heading {font-size: 24px;}.section-subheading {font-size: 13.5px;margin-bottom: 32px;}.wc-card {padding: 24px 18px 20px;}.wc-num {font-size: 30px;}.wc-icon-wrap {width: 46px;height: 46px;}.wc-icon {width: 22px;height: 22px;}.wc-title {font-size: 13.5px;}.wc-desc {font-size: 12px;}}@media (max-width: 767.98px) {.whychoose-section {padding-top: 36px;padding-bottom: 40px;}.section-heading {font-size: 22px;}.section-subheading {font-size: 13px;margin-bottom: 24px;}.whychoose-cards {margin-bottom: 28px;}.wc-card {padding: 22px 16px 18px;}.wc-num {font-size: 28px;margin-bottom: 10px;}.wc-icon-wrap {width: 42px;height: 42px;margin-bottom: 12px;}.wc-icon {width: 20px;height: 20px;}.wc-title {font-size: 13px;margin-bottom: 8px;}.wc-desc {font-size: 12px;line-height: 1.7;}.btn-primary-red, .btn-outline-red {width: 100%;max-width: 320px;text-align: center;}}@media (max-width: 399.98px) {.section-heading {font-size: 20px;}.tag-txt {font-size: 10.5px;}.wc-card {padding: 18px 14px 16px;}.wc-num {font-size: 24px;}.wc-title {font-size: 12.5px;}.wc-desc {font-size: 11.5px;}}.faq-section {width: 100%;background: #f7f7f7;font-family: inherit;}.faq-eyebrow {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.faq-eyebrow-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;}.faq-eyebrow-label {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.faq-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.faq-subtext {font-size: 14.5px;color: #555;margin-bottom: 40px;line-height: 1.5;max-width: 750px;}.faq-card {background: #fff;border: 1px solid #e8e8e8;border-radius: 6px;padding: 22px 22px 20px;position: relative;overflow: hidden;height: 100%;}.faq-card::before {content: "";position: absolute;top: 0;left: 0;bottom: 0;width: 4px;background: #cc2200;border-radius: 3px 0 0 3px;}.faq-card-number {font-size: 10px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 7px;}.faq-card-question {font-size: 13.5px;font-weight: 800;color: #111;margin-bottom: 9px;line-height: 1.4;}.faq-card-divider {width: 24px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 9px;}.faq-card-answer {font-size: 12.5px;color: #555;line-height: 1.75;}.faq-card-answer strong {color: #111;font-weight: 700;}.faq-cta {background: #cc2200;border-radius: 6px;padding: 32px 40px;}.faq-cta-title {display: block;font-size: 18px;font-weight: 800;color: #fff;margin-bottom: 4px;}.faq-cta-text {font-size: 13px;color: rgba(255, 255, 255, 0.8);}.faq-cta-btn-primary {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;text-decoration: none;border: 2px solid #fff;display: inline-block;white-space: nowrap;}.faq-cta-btn-primary:hover {color: #cc2200;opacity: 0.9;}.faq-cta-btn-secondary {background: transparent;color: #fff;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;text-decoration: none;border: 2px solid rgba(255, 255, 255, 0.6);display: inline-block;white-space: nowrap;}.faq-cta-btn-secondary:hover {color: #fff;border-color: #fff;}@media (max-width: 991.98px) {.faq-heading {font-size: 26px;}}@media (max-width: 767.98px) {.faq-heading {font-size: 22px;}.faq-cta {padding: 28px 24px;text-align: center;}.faq-cta .faq-cta-actions {justify-content: center !important;margin-top: 16px;}}@media (max-width: 575.98px) {.faq-card {padding: 20px 18px 18px;}}.da-section {width: 100%;background: #ffffff;font-family: inherit;}.da-eyebrow {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.da-eyebrow-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;}.da-eyebrow-label {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.da-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.da-subtext {font-size: 14.5px;color: #555;margin-bottom: 32px;line-height: 1.5;max-width: 750px;}.da-paragraph {font-size: 14px;color: #444;line-height: 1.9;margin-bottom: 32px;}.da-paragraph strong {color: #111;font-weight: 700;}.da-card {background: #f7f7f7;border: 1px solid #e8e8e8;border-top: 3px solid #cc2200;border-radius: 6px;padding: 28px 24px 24px;}.da-card-icon {width: 60px;height: 60px;background: #cc2200;border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}.da-card-title {font-size: 15px;font-weight: 800;color: #111;margin-bottom: 8px;line-height: 1.3;}.da-card-divider {width: 32px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 12px;}.da-card-desc {font-size: 13px;color: #555;line-height: 1.75;margin-bottom: 14px;}.da-card-list {list-style: none;display: flex;flex-direction: column;gap: 6px;margin: 0;padding: 0;}.da-card-list li {position: relative;padding-left: 15px;font-size: 12.5px;color: #444;line-height: 1.5;}.da-card-list li::before {content: "";position: absolute;left: 0;top: 6px;width: 6px;height: 6px;border-radius: 50%;background: #cc2200;}.da-keyword-strip {background: #cc2200;padding: 16px 24px;border-radius: 4px;margin: 0 0 32px;}.da-keyword-label {font-size: 11.5px;font-weight: 700;color: rgba(255, 255, 255, 0.7);text-transform: uppercase;letter-spacing: 0.07em;margin-right: 4px;flex-shrink: 0;}.da-keyword-chip {font-size: 11.5px;color: #fff;background: rgba(255, 255, 255, 0.15);border: 1px solid rgba(255, 255, 255, 0.3);padding: 4px 12px;border-radius: 3px;font-weight: 600;}.da-btn-primary {background: #cc2200;color: #fff;font-size: 13px;font-weight: 700;padding: 12px 30px;border-radius: 4px;text-decoration: none;border: 2px solid #cc2200;display: inline-block;}.da-btn-primary:hover {background: #a91b00;border-color: #a91b00;color: #fff;}.da-btn-secondary {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;text-decoration: none;border: 2px solid #cc2200;display: inline-block;}.da-btn-secondary:hover {background: #fff5f2;color: #cc2200;}@media (max-width: 991.98px) {.da-heading {font-size: 26px;}}@media (max-width: 767.98px) {.da-heading {font-size: 22px;}.da-keyword-strip {padding: 14px 16px;}}@media (max-width: 575.98px) {.da-card {padding: 22px 18px 18px;}.da-btn-primary, .da-btn-secondary {width: 100%;text-align: center;}}.pq-section {width: 100%;background: #f7f7f7;font-family: inherit;}.pq-eyebrow {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.pq-eyebrow-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;}.pq-eyebrow-label {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.pq-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.pq-subtext {font-size: 14.5px;color: #555;margin-bottom: 32px;line-height: 1.5;max-width: 750px;}.pq-paragraph {font-size: 14px;color: #444;line-height: 1.9;margin-bottom: 32px;}.pq-paragraph strong {color: #111;font-weight: 700;}.pq-card {background: #fff;border: 1px solid #e8e8e8;border-top: 3px solid #cc2200;border-radius: 6px;padding: 28px 24px 24px;}.pq-card-icon {width: 60px;height: 60px;background: #cc2200;border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}.pq-card-title {font-size: 15px;font-weight: 800;color: #111;margin-bottom: 8px;line-height: 1.3;}.pq-card-divider {width: 32px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 12px;}.pq-card-desc {font-size: 13px;color: #555;line-height: 1.75;margin-bottom: 14px;}.pq-card-list {list-style: none;display: flex;flex-direction: column;gap: 6px;margin: 0;padding: 0;}.pq-card-list li {position: relative;padding-left: 15px;font-size: 12.5px;color: #444;line-height: 1.5;}.pq-card-list li::before {content: "";position: absolute;left: 0;top: 6px;width: 6px;height: 6px;border-radius: 50%;background: #cc2200;}.pq-keyword-strip {background: #cc2200;padding: 16px 24px;border-radius: 4px;margin: 0 0 32px;}.pq-keyword-label {font-size: 11.5px;font-weight: 700;color: rgba(255, 255, 255, 0.7);text-transform: uppercase;letter-spacing: 0.07em;margin-right: 4px;flex-shrink: 0;}.pq-keyword-chip {font-size: 11.5px;color: #fff;background: rgba(255, 255, 255, 0.15);border: 1px solid rgba(255, 255, 255, 0.3);padding: 4px 12px;border-radius: 3px;font-weight: 600;}.pq-btn-primary {background: #cc2200;color: #fff;font-size: 13px;font-weight: 700;padding: 12px 30px;border-radius: 4px;text-decoration: none;border: 2px solid #cc2200;display: inline-block;}.pq-btn-primary:hover {background: #a91b00;border-color: #a91b00;color: #fff;}.pq-btn-secondary {background: #f7f7f7;color: #cc2200;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;text-decoration: none;border: 2px solid #cc2200;display: inline-block;}.pq-btn-secondary:hover {background: #eee;color: #cc2200;}@media (max-width: 991.98px) {.pq-heading {font-size: 26px;}}@media (max-width: 767.98px) {.pq-heading {font-size: 22px;}.pq-keyword-strip {padding: 14px 16px;}}@media (max-width: 575.98px) {.pq-card {padding: 22px 18px 18px;}.pq-btn-primary, .pq-btn-secondary {width: 100%;text-align: center;}}.wcu-section {width: 100%;background: #ffffff;font-family: inherit;}.wcu-eyebrow {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.wcu-eyebrow-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;}.wcu-eyebrow-label {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.wcu-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.wcu-subtext {font-size: 14.5px;color: #555;margin-bottom: 32px;line-height: 1.5;max-width: 750px;}.wcu-paragraph {font-size: 14px;color: #444;line-height: 1.9;margin-bottom: 36px;}.wcu-paragraph strong {color: #111;font-weight: 700;}.wcu-card {background: #f7f7f7;border: 1px solid #e8e8e8;border-radius: 6px;padding: 28px 20px 24px;position: relative;overflow: hidden;}.wcu-card::before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 4px;background: #cc2200;}.wcu-card-number {font-size: 36px;font-weight: 900;color: #f0e0e0;line-height: 1;margin-bottom: 14px;}.wcu-card-icon {width: 52px;height: 52px;background: #fff3f0;border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;}.wcu-card-title {font-size: 13.5px;font-weight: 800;color: #111;margin-bottom: 10px;line-height: 1.3;}.wcu-card-divider {width: 32px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 12px;}.wcu-card-desc {font-size: 12.5px;color: #555;line-height: 1.75;}.wcu-btn-primary {background: #cc2200;color: #fff;font-size: 13px;font-weight: 700;padding: 13px 32px;border-radius: 4px;text-decoration: none;border: 2px solid #cc2200;display: inline-block;margin-right: 12px;}.wcu-btn-primary:hover {background: #a91b00;border-color: #a91b00;color: #fff;}.wcu-btn-secondary {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;text-decoration: none;border: 2px solid #cc2200;display: inline-block;}.wcu-btn-secondary:hover {background: #fff5f2;color: #cc2200;}@media (max-width: 991.98px) {.wcu-heading {font-size: 26px;}}@media (max-width: 767.98px) {.wcu-heading {font-size: 22px;}}@media (max-width: 575.98px) {.wcu-card {padding: 24px 18px 20px;}.wcu-btn-primary, .wcu-btn-secondary {display: block;width: 100%;margin: 0 0 12px;text-align: center;}.wcu-btn-secondary {margin-bottom: 0;}}.faq2-section {width: 100%;background: #f7f7f7;font-family: inherit;}.faq2-eyebrow {display: flex;align-items: center;gap: 10px;margin-bottom: 14px;}.faq2-eyebrow-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;}.faq2-eyebrow-label {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.faq2-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;margin-bottom: 8px;}.faq2-subtext {font-size: 14.5px;color: #555;margin-bottom: 40px;line-height: 1.5;max-width: 750px;}.faq2-card {background: #fff;border: 1px solid #e8e8e8;border-radius: 6px;padding: 22px 22px 20px;position: relative;overflow: hidden;height: 100%;}.faq2-card::before {content: "";position: absolute;top: 0;left: 0;bottom: 0;width: 4px;background: #cc2200;border-radius: 3px 0 0 3px;}.faq2-card-number {font-size: 10px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 7px;}.faq2-card-question {font-size: 13.5px;font-weight: 800;color: #111;margin-bottom: 9px;line-height: 1.4;}.faq2-card-divider {width: 24px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 9px;}.faq2-card-answer {font-size: 12.5px;color: #555;line-height: 1.75;}.faq2-card-answer strong {color: #111;font-weight: 700;}.faq2-cta {background: #cc2200;border-radius: 6px;padding: 32px 40px;}.faq2-cta-title {display: block;font-size: 18px;font-weight: 800;color: #fff;margin-bottom: 4px;}.faq2-cta-text {font-size: 13px;color: rgba(255, 255, 255, 0.8);}.faq2-cta-btn-primary {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;text-decoration: none;border: 2px solid #fff;display: inline-block;white-space: nowrap;}.faq2-cta-btn-primary:hover {color: #cc2200;opacity: 0.9;}.faq2-cta-btn-secondary {background: transparent;color: #fff;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;text-decoration: none;border: 2px solid rgba(255, 255, 255, 0.6);display: inline-block;white-space: nowrap;}.faq2-cta-btn-secondary:hover {color: #fff;border-color: #fff;}@media (max-width: 991.98px) {.faq2-heading {font-size: 26px;}}@media (max-width: 767.98px) {.faq2-heading {font-size: 22px;}.faq2-cta {padding: 28px 24px;text-align: center;}.faq2-cta .faq2-cta-actions {justify-content: center !important;margin-top: 16px;}}@media (max-width: 575.98px) {.faq2-card {padding: 20px 18px 18px;}}.why-choose-us {width: 100%;background: #f7f7f7;font-family: inherit;}.label-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;flex-shrink: 0;}.label-text {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;}.section-subheading {font-size: 14.5px;color: #555;line-height: 1.5;max-width: 750px;}.intro-text {font-size: 14px;color: #444;line-height: 1.9;}.intro-strong {color: #111;font-weight: 700;}.feature-card {background: #fff;border: 1px solid #e8e8e8;border-radius: 6px;padding: 28px 20px 24px;position: relative;overflow: hidden;}.card-top-bar {position: absolute;top: 0;left: 0;right: 0;height: 4px;background: #cc2200;}.card-number {font-size: 36px;font-weight: 900;color: #f0e0e0;line-height: 1;margin-bottom: 14px;}.icon-box {width: 52px;height: 52px;background: #fff3f0;border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;color: #cc2200;}.card-title {font-size: 13.5px;font-weight: 800;color: #111;margin-bottom: 10px;line-height: 1.3;}.card-divider {width: 32px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 12px;}.card-text {font-size: 12.5px;color: #555;line-height: 1.75;}.btn-cta-primary {background: #cc2200;color: #fff;font-size: 13px;font-weight: 700;padding: 13px 32px;border-radius: 4px;border: 2px solid #cc2200;text-decoration: none;}.btn-cta-primary:hover {background: #a81b00;border-color: #a81b00;color: #fff;}.btn-cta-secondary {background: #f7f7f7;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;border: 2px solid #cc2200;text-decoration: none;}.btn-cta-secondary:hover {background: #fff3f0;color: #cc2200;}@media (max-width: 991.98px) {.section-heading {font-size: 26px;}}@media (max-width: 767.98px) {.section-heading {font-size: 22px;}.section-subheading {font-size: 13.5px;}.btn-cta-primary, .btn-cta-secondary {width: 100%;text-align: center;}}@media (max-width: 575.98px) {.section-heading {font-size: 19px;}.feature-card {padding: 24px 18px 20px;}}.industries-we-serve {width: 100%;background: #ffffff;font-family: inherit;}.label-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;flex-shrink: 0;}.label-text {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;}.section-subheading {font-size: 14.5px;color: #555;line-height: 1.5;max-width: 750px;}.intro-text {font-size: 14px;color: #444;line-height: 1.9;}.intro-strong {color: #111;font-weight: 700;}.industry-card {background: #f7f7f7;border: 1px solid #e8e8e8;border-radius: 6px;padding: 28px 20px 24px;position: relative;overflow: hidden;display: flex;flex-direction: column;}.card-top-bar {position: absolute;top: 0;left: 0;right: 0;height: 4px;background: #cc2200;}.icon-box {width: 56px;height: 56px;background: #cc2200;border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}.card-title {font-size: 14px;font-weight: 800;color: #111;margin-bottom: 10px;line-height: 1.3;}.card-divider {width: 32px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 12px;}.card-text {font-size: 12.5px;color: #555;line-height: 1.75;margin-bottom: 14px;flex-grow: 1;}.tag-list {display: flex;flex-wrap: wrap;gap: 5px;}.tag {font-size: 10.5px;color: #cc2200;background: #fff3f0;border: 1px solid #f5c8c0;padding: 3px 8px;border-radius: 2px;font-weight: 600;}.cta-strip {background: #cc2200;border-radius: 6px;padding: 32px 40px;}.cta-heading {font-size: 18px;font-weight: 800;color: #fff;}.cta-subtext {font-size: 13px;color: rgba(255, 255, 255, 0.8);}.btn-cta-white {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;border: 2px solid #fff;text-decoration: none;white-space: nowrap;}.btn-cta-white:hover {background: #f5f5f5;color: #cc2200;}.btn-cta-outline {background: transparent;color: #fff;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;border: 2px solid rgba(255, 255, 255, 0.6);text-decoration: none;white-space: nowrap;}.btn-cta-outline:hover {background: rgba(255, 255, 255, 0.1);color: #fff;border-color: #fff;}@media (max-width: 991.98px) {.section-heading {font-size: 26px;}.cta-strip {padding: 28px 30px;}}@media (max-width: 767.98px) {.section-heading {font-size: 22px;}.section-subheading {font-size: 13.5px;}.cta-strip {padding: 26px 24px;}.cta-heading {font-size: 16px;}}@media (max-width: 575.98px) {.section-heading {font-size: 19px;}.industry-card {padding: 24px 18px 20px;}.cta-strip {text-align: center;justify-content: center;padding: 24px 20px;}.cta-actions {justify-content: center;width: 100%;}.btn-cta-white, .btn-cta-outline {flex: 1 1 auto;text-align: center;}}.faq-section {width: 100%;background: #f7f7f7;font-family: inherit;}.label-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;flex-shrink: 0;}.label-text {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;}.section-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;}.section-subheading {font-size: 14.5px;color: #555;line-height: 1.5;max-width: 750px;}.faq-card {background: #fff;border: 1px solid #e8e8e8;border-radius: 6px;padding: 22px 22px 20px;position: relative;overflow: hidden;}.card-side-bar {position: absolute;top: 0;left: 0;bottom: 0;width: 4px;background: #cc2200;border-radius: 3px 0 0 3px;}.question-label {font-size: 10px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 7px;}.question-title {font-size: 13.5px;font-weight: 800;color: #111;margin-bottom: 9px;line-height: 1.4;}.question-divider {width: 24px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 9px;}.answer-text {font-size: 12.5px;color: #555;line-height: 1.75;}.answer-text strong {color: #111;font-weight: 700;}.cta-strip {background: #cc2200;border-radius: 6px;padding: 32px 40px;}.cta-heading {font-size: 18px;font-weight: 800;color: #fff;}.cta-subtext {font-size: 13px;color: rgba(255, 255, 255, 0.8);}.btn-cta-white {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;border: 2px solid #fff;text-decoration: none;white-space: nowrap;}.btn-cta-white:hover {background: #f5f5f5;color: #cc2200;}.btn-cta-outline {background: transparent;color: #fff;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;border: 2px solid rgba(255, 255, 255, 0.6);text-decoration: none;white-space: nowrap;}.btn-cta-outline:hover {background: rgba(255, 255, 255, 0.1);color: #fff;border-color: #fff;}@media (max-width: 991.98px) {.section-heading {font-size: 26px;}.cta-strip {padding: 28px 30px;}}@media (max-width: 767.98px) {.section-heading {font-size: 22px;}.section-subheading {font-size: 13.5px;}.cta-strip {padding: 26px 24px;}.cta-heading {font-size: 16px;}}@media (max-width: 575.98px) {.section-heading {font-size: 19px;}.faq-card {padding: 20px 18px 18px;}.cta-strip {text-align: center;justify-content: center;padding: 24px 20px;}.cta-actions {justify-content: center;width: 100%;}.btn-cta-white, .btn-cta-outline {flex: 1 1 auto;text-align: center;}}.industries-we-serve-2 {width: 100%;background: #f7f7f7;font-family: inherit;}.label-bar {width: 36px;height: 3px;background: #cc2200;border-radius: 2px;flex-shrink: 0;}.label-text {font-size: 11.5px;font-weight: 700;color: #cc2200;text-transform: uppercase;letter-spacing: .1em;}.section-heading {font-size: 30px;font-weight: 900;color: #cc2200;text-transform: uppercase;line-height: 1.15;}.section-subheading {font-size: 14.5px;color: #555;line-height: 1.5;max-width: 750px;}.intro-text {font-size: 14px;color: #444;line-height: 1.9;}.intro-strong {color: #111;font-weight: 700;}.industry-card {background: #fff;border: 1px solid #e8e8e8;border-radius: 6px;padding: 28px 20px 24px;position: relative;overflow: hidden;display: flex;flex-direction: column;}.card-top-bar {position: absolute;top: 0;left: 0;right: 0;height: 4px;background: #cc2200;}.icon-box {width: 56px;height: 56px;background: #cc2200;border-radius: 8px;display: flex;align-items: center;justify-content: center;margin-bottom: 16px;}.card-title {font-size: 14px;font-weight: 800;color: #111;margin-bottom: 10px;line-height: 1.3;}.card-divider {width: 32px;height: 2px;background: #cc2200;border-radius: 2px;margin-bottom: 12px;}.card-text {font-size: 12.5px;color: #555;line-height: 1.75;margin-bottom: 14px;flex-grow: 1;}.tag-list {display: flex;flex-wrap: wrap;gap: 5px;}.tag {font-size: 10.5px;color: #cc2200;background: #fff3f0;border: 1px solid #f5c8c0;padding: 3px 8px;border-radius: 2px;font-weight: 600;}.cta-strip {background: #cc2200;border-radius: 6px;padding: 32px 40px;}.cta-heading {font-size: 18px;font-weight: 800;color: #fff;}.cta-subtext {font-size: 13px;color: rgba(255, 255, 255, 0.8);}.btn-cta-white {background: #fff;color: #cc2200;font-size: 13px;font-weight: 700;padding: 12px 28px;border-radius: 4px;border: 2px solid #fff;text-decoration: none;white-space: nowrap;}.btn-cta-white:hover {background: #f5f5f5;color: #cc2200;}.btn-cta-outline {background: transparent;color: #fff;font-size: 13px;font-weight: 700;padding: 11px 24px;border-radius: 4px;border: 2px solid rgba(255, 255, 255, 0.6);text-decoration: none;white-space: nowrap;}.btn-cta-outline:hover {background: rgba(255, 255, 255, 0.1);color: #fff;border-color: #fff;}@media (max-width: 991.98px) {.section-heading {font-size: 26px;}.cta-strip {padding: 28px 30px;}}@media (max-width: 767.98px) {.section-heading {font-size: 22px;}.section-subheading {font-size: 13.5px;}.cta-strip {padding: 26px 24px;}.cta-heading {font-size: 16px;}.section-btns a {margin-top: 10px;}}@media (max-width: 575.98px) {.section-heading {font-size: 19px;}.industry-card {padding: 24px 18px 20px;}.cta-strip {text-align: center;justify-content: center;padding: 24px 20px;}.cta-actions {justify-content: center;width: 100%;}.btn-cta-white, .btn-cta-outline {flex: 1 1 auto;text-align: center;}}