@charset "UTF-8";
.sec-emg-hero {
  background-color: #f4f8fb;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-hero {
    padding-block: 5rem;
  }
}

.emg-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .emg-hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}

.emg-hero-content {
  width: 100%;
}
@media (min-width: 992px) {
  .emg-hero-content {
    flex: 1;
  }
}

.emg-hero-video {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .emg-hero-video {
    width: 50%;
  }
}

.emg-hero-wysiwyg h1, .emg-hero-wysiwyg h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: #1a1a2e;
  margin: 0 0 1.25rem;
}
.emg-hero-wysiwyg h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .emg-hero-wysiwyg h1 {
    font-size: 3rem;
  }
}
.emg-hero-wysiwyg h2 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .emg-hero-wysiwyg h2 {
    font-size: 2.25rem;
  }
}
.emg-hero-wysiwyg p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.85;
  margin: 0 0 1rem;
}
.emg-hero-wysiwyg ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.emg-hero-wysiwyg ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.6;
}
.emg-hero-wysiwyg ul li::before {
  content: "~";
  color: #2388c2;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.emg-hero-wysiwyg strong {
  color: #2388c2;
  font-weight: 600;
}

.emg-video-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.emg-video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sec-emg-features {
  background-color: #2388c2;
  padding-block: 2rem;
}

.emg-features-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .emg-features-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

.emg-feature-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
.emg-feature-item:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .emg-feature-item:first-child {
    border-left: 2px solid rgba(255, 255, 255, 0.3);
  }
}

.emg-feature-title {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.emg-feature-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.sec-emg-how {
  background-color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-how {
    padding-block: 5rem;
  }
}

.emg-how-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.emg-how-content h2 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .emg-how-content h2 {
    font-size: 2rem;
  }
}
.emg-how-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border-radius: 12px;
}

.sec-emg-specs {
  background-color: #f4f8fb;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-specs {
    padding-block: 5rem;
  }
}

.emg-specs-layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .emg-specs-layout {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.emg-specs-img-col {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .emg-specs-img-col {
    width: 38%;
  }
}

.emg-specs-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.emg-specs-table-col {
  width: 100%;
}
@media (min-width: 992px) {
  .emg-specs-table-col {
    flex: 1;
  }
}

.emg-specs-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 720px;
  margin-inline: auto;
}

.emg-specs-layout--with-img .emg-specs-card {
  max-width: 100%;
  margin-inline: 0;
}

.emg-specs-header {
  background-color: #2388c2;
  padding: 1.5rem 2rem;
  text-align: center;
}

.emg-specs-heading {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .emg-specs-heading {
    font-size: 2rem;
  }
}

.emg-spec-list {
  margin: 0;
  padding: 0.75rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.emg-spec-row {
  display: flex;
  gap: 1rem;
  padding-block: 1rem;
  border-top: 1px solid #e5e7eb;
}
.emg-spec-row:first-of-type {
  border-top: none;
}
.emg-spec-row dt {
  width: 40%;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
}
.emg-spec-row dt strong {
  font-weight: 600;
  color: #1a1a2e;
}
.emg-spec-row dd {
  flex: 1;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2388c2;
  margin: 0;
}

.sec-emg-certs {
  background-color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-certs {
    padding-block: 5rem;
  }
}

.emg-certs-heading {
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .emg-certs-heading {
    font-size: 2rem;
  }
}

.emg-certs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .emg-certs-grid {
    gap: 1.5rem;
  }
}

.emg-cert-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex: 1 1 100%;
  max-width: 480px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  aspect-ratio: 4/3;
  transition: box-shadow all 0.2s ease, transform all 0.2s ease;
  cursor: zoom-in;
}
@media (min-width: 768px) {
  .emg-cert-item {
    flex: 0 1 calc(50% - 1.5rem);
  }
}
.emg-cert-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.emg-cert-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sec-emg-research {
  background-color: #f4f8fb;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-research {
    padding-block: 5rem;
  }
}

.emg-research-intro {
  margin-bottom: 3rem;
  text-align: center;
}
.emg-research-intro h2 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .emg-research-intro h2 {
    font-size: 2rem;
  }
}

.emg-research-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.emg-research-row:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .emg-research-row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .emg-research-row.emg-research-row--flip {
    flex-direction: row-reverse;
  }
}

.emg-research-content {
  width: 100%;
}
@media (min-width: 992px) {
  .emg-research-content {
    flex: 1;
  }
}

.emg-research-video {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .emg-research-video {
    width: 50%;
  }
}

.emg-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.emg-video-wrap iframe,
.emg-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sec-emg-testi {
  background-color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-testi {
    padding-block: 5rem;
  }
}

.emg-testi-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.emg-testi-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
}
@media (min-width: 768px) {
  .emg-testi-heading {
    font-size: 2.5rem;
  }
}

.emg-testi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .emg-testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .emg-testi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.emg-testi-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f4f8fb;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  border-top: 3px solid #2388c2;
}

.emg-testi-context {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2388c2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.emg-testi-quote {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.emg-testi-quote p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
}
.emg-testi-quote p::before {
  content: "“";
  color: #2388c2;
  font-style: normal;
  margin-right: 2px;
}
.emg-testi-quote p::after {
  content: "”";
  color: #2388c2;
  font-style: normal;
  margin-left: 2px;
}

.emg-testi-name {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a2e;
  font-style: normal;
}
.emg-testi-name::before {
  content: "— ";
  color: #6b7280;
}

.sec-emg-faq {
  background-color: #f4f8fb;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-faq {
    padding-block: 5rem;
  }
}

.emg-faq-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .emg-faq-heading {
    font-size: 2.5rem;
  }
}

.emg-faq-accordion {
  max-width: 880px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.emg-faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow all 0.2s ease;
}
.emg-faq-item.is-open {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.emg-faq-q-wrap {
  margin: 0;
}

.emg-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color all 0.2s ease;
}
@media (min-width: 992px) {
  .emg-faq-toggle {
    padding: 1.25rem 2rem;
  }
}
.emg-faq-toggle:hover {
  background-color: rgba(35, 136, 194, 0.04);
}
.emg-faq-toggle:focus-visible {
  outline: 2px solid #2388c2;
  outline-offset: -2px;
}

.emg-faq-question {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .emg-faq-question {
    font-size: 1.125rem;
  }
}

.emg-faq-icon {
  flex-shrink: 0;
  color: #2388c2;
  transition: transform all 0.2s ease;
}
.emg-faq-item.is-open .emg-faq-icon {
  transform: rotate(180deg);
}

.emg-faq-answer {
  padding: 0 1.5rem 1.25rem;
}
@media (min-width: 992px) {
  .emg-faq-answer {
    padding: 0 2rem 1.5rem;
  }
}
.emg-faq-answer[hidden] {
  display: none;
}

.emg-faq-answer-inner {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.85;
}
.emg-faq-answer-inner p {
  margin: 0 0 0.75rem;
}
.emg-faq-answer-inner p:last-child {
  margin-bottom: 0;
}
.emg-faq-answer-inner ul, .emg-faq-answer-inner ol {
  margin: 0.75rem 0;
  padding-left: 1.5em;
}
.emg-faq-answer-inner li {
  margin-bottom: 0.25rem;
}
.emg-faq-answer-inner li::marker {
  color: #2388c2;
}
.emg-faq-answer-inner strong {
  font-weight: 600;
  color: #2388c2;
}
.emg-faq-answer-inner a {
  color: #2388c2;
  text-decoration: underline;
}

.sec-emg-cta {
  background-color: #2388c2;
  padding-block: 4rem;
  position: relative;
  overflow: hidden;
}
.sec-emg-cta::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

.emg-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

.emg-cta-content {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.85;
}
.emg-cta-content h2, .emg-cta-content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.emg-cta-content h2 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .emg-cta-content h2 {
    font-size: 2.5rem;
  }
}
.emg-cta-content h3 {
  font-size: 1.5rem;
}
.emg-cta-content p {
  margin: 0 0 0.75rem;
}
.emg-cta-content p:last-child {
  margin-bottom: 0;
}
.emg-cta-content strong {
  font-weight: 600;
  color: #ffffff;
}

.emg-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 60px;
  padding: 0 2.5rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
}
.emg-cta-btn svg {
  flex-shrink: 0;
}
.emg-cta-btn:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.sec-emg-showroom {
  background-color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-emg-showroom {
    padding-block: 5rem;
  }
}

.emg-showroom-inner {
  gap: 2.5rem 0;
}
@media (min-width: 992px) {
  .emg-showroom-inner {
    gap: 0;
  }
}

.emg-showroom-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.emg-showroom-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
}
@media (min-width: 768px) {
  .emg-showroom-heading {
    font-size: 2.25rem;
  }
}

.emg-showroom-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.emg-showroom-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2388c2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.emg-showroom-address,
.emg-showroom-hours {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.8;
  margin: 0;
  font-style: normal;
}

.emg-showroom-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.emg-showroom-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
}

.emg-contact-name {
  font-weight: 600;
}

.emg-contact-phone {
  color: #2388c2;
  text-decoration: none;
}
.emg-contact-phone:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .emg-showroom-form {
    padding-left: 3rem;
    border-left: 1px solid #e5e7eb;
  }
}

.emg-form-heading {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1.5rem;
}

.sec-emg-intro {
  background-color: #ffffff;
}

.emg-intro-content {
  margin-inline: auto;
}
.emg-intro-content video,
.emg-intro-content .wp-video,
.emg-intro-content .wp-video-shortcode {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 2rem 0;
}
.emg-intro-content .wp-video {
  border-radius: 12px;
  overflow: hidden;
}

.sec-emg-hero .emg-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.emg-full-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.emg-full-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .emg-full-banner-img {
    max-height: 600px;
  }
}

.emg-specs-layout {
  gap: 2.5rem 0;
}
@media (min-width: 992px) {
  .emg-specs-layout {
    gap: 0 2.5rem;
  }
}

.emg-specs-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emg-specs-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.emg-specs-table-col .emg-specs-card {
  max-width: 100%;
  margin-inline: 0;
}

.sec-emg-research .emg-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=emguarde.css.map */
