@charset "UTF-8";
.section-pad {
  padding: 80px 0;
}

.section-pad-sm {
  padding: 48px 0;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c42026;
  margin-bottom: 12px;
}
.section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #c42026;
  flex-shrink: 0;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
  margin-bottom: 14px !important;
  font-family: "fm_secondary", sans-serif;
}

.section-sub {
  color: #555;
  font-size: 16px;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 48px;
}

.mississauga-hero {
  background: linear-gradient(135deg, #0d1a24 0%, #1a3548 45%, rgb(7.587755102, 15.1755102041, 21.012244898) 100%);
  min-height: 540px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mississauga-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px);
}
.mississauga-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c42026;
}
.mississauga-hero .hero-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(196, 32, 38, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.mississauga-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: 60px 24px 40px;
}
.mississauga-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 32, 38, 0.18);
  border: 1px solid rgba(196, 32, 38, 0.45);
  padding: 5px 16px;
  margin-bottom: 22px;
}
.mississauga-hero .hero-pill .pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c42026;
  animation: mssg-pulse 2s infinite;
  flex-shrink: 0;
}
.mississauga-hero .hero-pill span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff !important;
}
.mississauga-hero h1 {
  color: #fff !important;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 20px !important;
}
.mississauga-hero h1 .hero-highlight {
  color: #c42026 !important;
}
.mississauga-hero .hero-lead {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 36px;
}
.mississauga-hero .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.mississauga-hero .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c42026;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border: none;
  box-shadow: 0 6px 20px rgba(196, 32, 38, 0.45);
  transition: all 0.2s ease;
  text-decoration: none;
}
.mississauga-hero .btn-hero-primary:hover {
  background: #a01a1f;
  transform: translateY(-2px);
}
.mississauga-hero .btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: all 0.2s ease;
  text-decoration: none;
}
.mississauga-hero .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

@keyframes mssg-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.hero-info-panel {
  background: rgba(196, 32, 38, 0.1);
  border: 1px solid rgba(196, 32, 38, 0.25);
  padding: 36px 32px;
}
.hero-info-panel .panel-tag {
  display: inline-block;
  background: #c42026;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.hero-info-panel .panel-intro {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.hero-info-panel .panel-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-info-panel .panel-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-info-panel .panel-checklist li:last-child {
  border-bottom: none;
}
.hero-info-panel .panel-checklist li i {
  color: #c42026;
  font-size: 16px;
  flex-shrink: 0;
}

.hero-stats-full {
  display: flex;
  width: 100%;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-stats-full .stat-item {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stats-full .stat-item:last-child {
  border-right: none;
}
.hero-stats-full .stat-item .stat-val {
  font-size: 30px;
  font-weight: 800;
  color: #c42026;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "fm_secondary", sans-serif;
}
.hero-stats-full .stat-item .stat-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .hero-stats-full {
    flex-wrap: wrap;
  }
  .hero-stats-full .stat-item {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.callnow-bar {
  background: #c42026;
  padding: 15px 0;
}
.callnow-bar .bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.callnow-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
}
.callnow-bar .bar-item i {
  font-size: 18px;
}
.callnow-bar .bar-sep {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}
.callnow-bar .bar-appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026 !important;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
}
.callnow-bar .bar-appt-btn:hover {
  background: #f4f4f4;
}

.intro-section {
  background: #fff;
}
.intro-section .intro-text {
  border-left: 4px solid #c42026;
  padding-left: 24px;
}
.intro-section .intro-text p {
  color: #333 !important;
  line-height: 1.8;
}
.intro-section .intro-cta-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  padding: 20px 24px;
  margin-top: 28px;
}
.intro-section .intro-cta-bar i {
  font-size: 26px;
  color: #c42026;
  flex-shrink: 0;
}
.intro-section .intro-cta-bar p {
  margin: 0;
  font-weight: 600;
  color: #333 !important;
}
.intro-section .quick-panel {
  background: #0d1a24;
  padding: 30px;
  margin-top: 32px;
}
.intro-section .quick-panel h5 {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px !important;
  border-bottom: 2px solid #c42026;
  padding-bottom: 10px;
}
.intro-section .quick-panel li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.intro-section .quick-panel li:last-child {
  border-bottom: none;
}
.intro-section .quick-panel li i {
  color: #c42026;
  flex-shrink: 0;
  font-size: 16px;
}

.services-grid-section {
  background: #f4f4f4;
}
.services-grid-section .svc-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid transparent;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.35s ease;
}
.services-grid-section .svc-card:hover {
  border-top-color: #c42026;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.services-grid-section .svc-card .svc-icon {
  width: 54px;
  height: 54px;
  background: #c42026;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.services-grid-section .svc-card .svc-icon i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.services-grid-section .svc-card h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px !important;
  color: #000 !important;
}
.services-grid-section .svc-card p {
  font-size: 14.5px;
  color: #555 !important;
  line-height: 1.65;
  margin: 0;
}

.feature-split {
  background: #fff;
}
.feature-split .feature-img-col {
  background: #0d1a24;
  padding: 56px 48px;
  position: relative;
}
.feature-split .feature-img-col .big-number {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 0;
}
.feature-split .feature-img-col .big-label {
  font-size: 32px;
  font-weight: 800;
  color: #fff !important;
  line-height: 1.1;
  font-family: "fm_secondary", sans-serif;
}
.feature-split .feature-img-col .big-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 10px;
}
.feature-split .feature-img-col .red-rule {
  width: 56px;
  height: 4px;
  background: #c42026;
  margin: 20px 0;
}
.feature-split .feature-img-col .feat-bullets {
  list-style: none;
  padding: 0;
}
.feature-split .feature-img-col .feat-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  padding: 8px 0;
}
.feature-split .feature-img-col .feat-bullets li i {
  color: #c42026;
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 16px;
}
.feature-split .feature-content-col {
  background: #fff;
  padding: 56px 48px;
}
.feature-split .feature-content-col .feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.feature-split .feature-content-col .feature-item:last-child {
  border-bottom: none;
}
.feature-split .feature-content-col .feature-item .feat-num {
  font-size: 38px;
  font-weight: 900;
  color: rgba(196, 32, 38, 0.12);
  font-family: "fm_secondary", sans-serif;
  line-height: 1;
  flex-shrink: 0;
  min-width: 46px;
}
.feature-split .feature-content-col .feature-item h5 {
  font-size: 17px;
  font-weight: 700;
  color: #000 !important;
  margin-bottom: 6px !important;
}
.feature-split .feature-content-col .feature-item p {
  font-size: 14.5px;
  color: #555 !important;
  margin: 0;
  line-height: 1.7;
}

.types-table-section {
  background: #f4f4f4;
}
.types-table-section .wt-table {
  width: 100%;
  background: #fff;
}
.types-table-section .wt-table thead tr {
  background: #0d1a24;
}
.types-table-section .wt-table thead th {
  padding: 16px 24px;
  font-weight: 700;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
.types-table-section .wt-table tbody tr {
  border-bottom: 1px solid #ececec;
  transition: background 0.15s;
}
.types-table-section .wt-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.types-table-section .wt-table tbody tr:hover {
  background: rgba(196, 32, 38, 0.05);
}
.types-table-section .wt-table tbody td {
  padding: 13px 24px;
  color: #333 !important;
  border: none;
  font-size: 15px;
}
.types-table-section .wt-table tbody td.td-yes {
  color: #1a7a3a !important;
  font-weight: 700;
}
.types-table-section .wt-table tbody td.td-badge .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(196, 32, 38, 0.1);
  color: #c42026;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
}
.types-table-section .wt-table tbody td.td-badge .badge-pill i {
  font-size: 12px;
}

.why-section {
  background: #0d1a24;
}
.why-section .section-title {
  color: #fff !important;
}
.why-section .section-sub {
  color: rgba(255, 255, 255, 0.65) !important;
}
.why-section .why-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
  height: 100%;
  transition: all 0.2s ease;
}
.why-section .why-card:hover {
  background: rgba(196, 32, 38, 0.12);
  border-color: rgba(196, 32, 38, 0.35);
}
.why-section .why-card .why-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #c42026;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.why-section .why-card .why-icon i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.why-section .why-card h6 {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 6px !important;
}
.why-section .why-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0;
  line-height: 1.6;
}

.pricing-section {
  background: #fff;
}
.pricing-section .price-card {
  border: 1px solid #e0e0e0;
  padding: 28px 24px;
  height: 100%;
  position: relative;
  transition: all 0.35s ease;
}
.pricing-section .price-card.featured {
  border-color: #c42026;
  border-width: 2px;
}
.pricing-section .price-card.featured::before {
  content: "Most Common";
  position: absolute;
  top: -13px;
  left: 24px;
  background: #c42026;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 12px;
}
.pricing-section .price-card:hover {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.pricing-section .price-card .price-range {
  font-size: 32px;
  font-weight: 800;
  color: #c42026;
  font-family: "fm_secondary", sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-section .price-card .price-label {
  font-size: 13px;
  color: #555;
  margin-bottom: 16px;
}
.pricing-section .price-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #000 !important;
  margin-bottom: 10px !important;
}
.pricing-section .price-card p {
  font-size: 14px;
  color: #555 !important;
  line-height: 1.65;
  margin: 0;
}
.pricing-section .price-card .price-note {
  margin-top: 14px;
  font-size: 12px;
  color: #555;
  font-style: italic;
}
.pricing-section .pricing-disclaimer {
  background: #f4f4f4;
  border-left: 4px solid #c42026;
  padding: 16px 20px;
  margin-top: 32px;
}
.pricing-section .pricing-disclaimer p {
  margin: 0;
  font-size: 14px;
  color: #333 !important;
}

.process-section {
  background: #f4f4f4;
}
.process-section .process-left {
  padding-right: 48px;
}
.process-section .process-cta-box {
  background: #0d1a24;
  padding: 24px;
  margin-top: 32px;
  border-left: 4px solid #c42026;
}
.process-section .process-cta-box p {
  margin: 0;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
}
.process-section .process-cta-box p strong {
  color: #c42026 !important;
}
.process-section .process-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
}
.process-section .process-step:last-child {
  border-bottom: none;
}
.process-section .process-step .step-num {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: #c42026;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(196, 32, 38, 0.4);
  font-family: "fm_secondary", sans-serif;
}
.process-section .process-step h5 {
  font-size: 17px;
  font-weight: 700;
  color: #000 !important;
  margin-bottom: 6px !important;
}
.process-section .process-step p {
  font-size: 14.5px;
  color: #555 !important;
  line-height: 1.75;
  margin: 0;
}

.testimonials-section {
  background: #0d1a24;
}
.testimonials-section .section-title {
  color: #fff !important;
}
.testimonials-section .review-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 26px;
  height: 100%;
}
.testimonials-section .review-card .stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testimonials-section .review-card blockquote {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.75;
  font-style: italic;
  border: none;
  padding: 0;
  margin-bottom: 18px;
}
.testimonials-section .review-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonials-section .review-card .reviewer .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #c42026;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-section .review-card .reviewer .rname {
  font-weight: 700;
  color: #fff !important;
  font-size: 14px;
}
.testimonials-section .review-card .reviewer .rloc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.faq-section {
  background: #fff;
}
.faq-section .faq-wrap {
  max-width: 880px;
}
.faq-section .faq-item {
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 8px;
}
.faq-section .faq-item.open .faq-body {
  display: block;
}
.faq-section .faq-item.open .faq-toggle::after {
  content: "−";
}
.faq-section .faq-item.open .faq-btn {
  border-bottom: 1px solid #ececec;
}
.faq-section .faq-btn {
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 16px;
  color: #000 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s;
}
.faq-section .faq-btn:hover {
  background: #f4f4f4;
}
.faq-section .faq-toggle {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #c42026;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
}
.faq-section .faq-toggle::after {
  content: "+";
}
.faq-section .faq-body {
  display: none;
  padding: 0 22px 20px;
  color: #444 !important;
  font-size: 15px;
  line-height: 1.8;
}

.areas-section {
  background: #0d1a24;
}
.areas-section .section-title {
  color: #fff !important;
}
.areas-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.5) !important;
}
.areas-section .section-eyebrow::before {
  background: rgba(255, 255, 255, 0.3);
}
.areas-section p {
  color: rgba(255, 255, 255, 0.65) !important;
}
.areas-section .area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
.areas-section .area-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.areas-section .area-chip i {
  font-size: 11px;
  color: #c42026;
}
.areas-section .area-chip:hover {
  background: #c42026;
  border-color: #c42026;
  color: #fff !important;
}
.areas-section .area-chip:hover i {
  color: #fff;
}

.final-cta {
  background: #c42026;
  padding: 70px 0;
  text-align: center;
}
.final-cta h2 {
  color: #fff !important;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 16px !important;
}
.final-cta p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 17px;
  margin-bottom: 32px;
}
.final-cta .cta-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}
.final-cta .trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 18px;
}
.final-cta .cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.final-cta .btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #c42026 !important;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 32px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.final-cta .btn-cta-white:hover {
  background: #f4f4f4;
}
.final-cta .btn-cta-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.final-cta .btn-cta-dark:hover {
  background: #222;
}

@media (max-width: 992px) {
  .mississauga-hero h1 {
    font-size: 38px;
  }
  .feature-img-col,
  .feature-content-col {
    padding: 40px 28px;
  }
  .process-left {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .mississauga-hero h1 {
    font-size: 30px;
  }
  .section-title {
    font-size: 26px;
  }
  .callnow-bar .bar-sep {
    display: none;
  }
  .final-cta h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .section-pad {
    padding: 48px 0;
  }
}/*# sourceMappingURL=win_gl_rep_mississauga_new.css.map */