:root {
  --custom_color: #0130c6;
  --custom_color_hover: #002491;
  --brand_blue: #0c4d92;
  --brand_blue_dark: #003a8c;
  --brand_green: #11c762;
  --brand_green_dark: #0fb85b;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 92px;
}

main {
  flex: 1 0 auto;
  min-height: 100vh;
  position: relative;
}

img {
  max-width: 100%;
}

main {
  min-height: 100vh;
  position: relative;
}

.section-hero,
.section-benefits {
  position: relative;
  background: linear-gradient(180deg, #0d2156 0%, #05224f 50%, #051c3d 100%);
  color: #ffffff;
}

.section-hero .container,
.section-benefits .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero {
  padding: 110px 0 90px;
}

.section-hero .row {
  row-gap: 32px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 172, 255, 0.2), transparent 40%),
              radial-gradient(circle at 80% 30%, rgba(255, 0, 255, 0.12), transparent 35%),
              linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  opacity: 0.75;
  pointer-events: none;
}

.hero-copy {
  max-width: 560px;
}

.hero-eyebrow {
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 1.05rem;
}

.hero-title {
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-text {
  font-size: 1.05rem;
  line-height: 1.62;
  margin-bottom: 1rem;
}

.hero-media {
  background: linear-gradient(180deg, #9900cc 0%, #5a23d8 50%, #4a15d4 100%);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
  min-width: 360px;
  margin-left: auto;
  margin-right: 0;
}

.hero-media-title {
  color: #f7f7f7;
  font-weight: 700;
  font-size: 1.02rem;
}

.hero-video-wrapper {
  background: #0b0b0b;
  min-height: 300px;
}

.hero-video-thumb {
  display: block;
}

.hero-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 94px;
  height: 94px;
  border: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-play-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.35);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #0abf61;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b3d400;
  color: #06204b;
  font-weight: 800;
  padding: 1rem 1.7rem;
  min-width: 340px;
  border-radius: 14px;
  border: 0;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.4);
}

.btn-hero-cta:hover,
.btn-hero-cta:focus {
  background: #a0c100;
  color: #03122c;
}

.section-benefits {
  padding: 80px 0 90px;
}

.benefits-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.benefit-card {
  background: #f7f9fd;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  height: 100%;
}

.benefit-top {
  height: 18px;
}

.bar-dark { background: #0f3470; }
.bar-purple { background: #aa0bcf; }
.bar-cyan { background: #00b0b9; }

.benefit-body {
  padding: 50px 25px;
  color: #0c1436;
  font-weight: 600;
  line-height: 1.48;
  text-align: center;
  font-size: 1.4rem;
}

.btn-benefits-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  background: #b3d400;
  color: #06204b;
  font-weight: 800;
  padding: 1rem 1.7rem;
  border-radius: 14px;
  border: 0;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.4);
}

.btn-benefits-cta:hover,
.btn-benefits-cta:focus {
  background: #a0c100;
  color: #03122c;
}

.section-features {
  padding: 70px 0 80px;
  background: #f8f9ff;
}

.section-features .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.features-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0c1436;
}

.feature-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e8ecf5;
  padding: 16px 14px;
  gap: 12px;
  min-height: 118px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #52c0ff 0%, #a45bff 50%, #00d0b5 100%);
  opacity: 0.12;
}

.feature-text {
  color: #0c1436;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 600;
}

.btn-features-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  background: #b3d400;
  color: #06204b;
  font-weight: 800;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  border: 0;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.35);
}

.btn-features-cta:hover,
.btn-features-cta:focus {
  background: #a0c100;
  color: #03122c;
}

.section-testimonials {
  padding: 80px 0 90px;
  background: #8c1fd8;
  color: #ffffff;
}

.section-testimonials .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  grid-template-areas:
    "t1 q1 ."
    ".  q2 t2"
    "t3 q3 .";
  column-gap: 28px;
  row-gap: 26px;
  align-items: center;
  justify-items: center;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.t1 { grid-area: t1; }
.t2 { grid-area: t2; }
.t3 { grid-area: t3; }
.q1 { grid-area: q1; justify-self: start; text-align: left; }
.q2 { grid-area: q2; justify-self: center; text-align: center; }
.q3 { grid-area: q3; justify-self: start; text-align: left; }

.q2 {
  margin-top: 12px;
}

.testimonial-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffffff;
  border: 10px solid #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
  background-size: cover;
  background-position: center;
}

.placeholder-avatar {
  background-image: url('/arquivos/imagens/sem-imagem.svg');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-quote {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  max-width: 360px;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "t1"
      "q1"
      "t2"
      "q2"
      "t3"
      "q3";
    row-gap: 20px;
  }

  .q1, .q2, .q3 {
    justify-self: center;
    text-align: center;
  }

  .testimonial-quote {
    max-width: 100%;
  }
}

.testimonial-name {
  font-size: 1.05rem;
  font-weight: 800;
}

.section-form-cta {
  padding: 80px 0 90px;
  background: linear-gradient(135deg, #b91df1 0%, #a021f0 50%, #c51bd8 100%);
  color: #ffffff;
}

.section-form-cta .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.form-cta-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 1.35rem;
}

.form-cta-text {
  font-size: 1.08rem;
  line-height: 1.68;
  font-weight: 600;
  margin-bottom: 1.05rem;
}

.form-panel {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.form-panel-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #0c1436;
  text-align: center;
  margin-bottom: 1.1rem;
}

.section-form-cta .formulario-contato label {
  display: none;
}

.section-form-cta .formulario-contato .form-group {
  margin-bottom: 0.85rem;
}

.section-form-cta .formulario-contato .form-control,
.section-form-cta .formulario-contato textarea {
  height: 56px;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  background: #f8f8f8;
  color: #4a4a4a;
  padding: 0.8rem 0.95rem;
  font-size: 1.02rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.section-form-cta .formulario-contato textarea {
  height: 56px;
}

.section-form-cta .formulario-contato .form-control::placeholder,
.section-form-cta .formulario-contato textarea::placeholder {
  color: #7a7a7a;
}

.section-form-cta .formulario-contato .btn-success {
  width: 100%;
  background: #b3d400;
  border: none;
  color: #06204b;
  font-weight: 800;
  border-radius: 999px;
  padding: 1.05rem 1.25rem;
  font-size: 1.02rem;
  box-shadow: 0 14px 30px rgba(179, 212, 0, 0.35);
}

.section-form-cta .formulario-contato .btn-success:hover,
.section-form-cta .formulario-contato .btn-success:focus {
  background: #a0c100;
  color: #03122c;
}

.section-value-includes {
  padding: 80px 0 90px;
  background: linear-gradient(90deg, #7a00ff 0%, #b100f5 50%, #d216d1 100%);
  color: #0c1436;
}

.section-value-includes .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.value-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 50px 46px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.value-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.22;
  color: #0c1436;
  margin-bottom: 1.4rem;
}

.value-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
}

.value-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  font-size: 1.22rem;
  font-weight: 700;
  color: #0c1436;
}

.value-list .mdi {
  font-size: 1.45rem;
  color: #000000;
}

.value-list span {
  line-height: 1.35;
}

.section-process {
  padding: 80px 0 90px;
  background: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.05), transparent 38%),
              radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.04), transparent 32%),
              linear-gradient(180deg, #102b66 0%, #0a1f4c 50%, #091a3f 100%);
  color: #ffffff;
}

.section-process .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.process-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 1.6rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 1.6rem;
}

.process-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.process-card-top {
  padding: 14px 16px;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.25;
}

.process-card-top small {
  font-weight: 700;
  font-size: 0.85rem;
}

.process-card-body {
  padding: 18px 18px 22px;
  flex: 1;
}

.process-card-body p {
  margin: 0;
  color: #1c2852;
  font-weight: 600;
  line-height: 1.5;
  font-size: 0.98rem;
}

.step-1 { background: linear-gradient(135deg, #d03594 0%, #c42f8b 100%); }
.step-2 { background: linear-gradient(135deg, #9a35c7 0%, #8230c0 100%); }
.step-3 { background: linear-gradient(135deg, #cf3d93 0%, #b2328e 100%); }
.step-4 { background: linear-gradient(135deg, #4e4eaf 0%, #3f479f 100%); }
.step-5 { background: linear-gradient(135deg, #d03594 0%, #c42f8b 100%); }
.step-6 { background: linear-gradient(135deg, #6c3fba 0%, #5b3aa8 100%); }

.process-note {
  color: #e1e8ff;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}

.btn-process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  background: #c7e51a;
  color: #0b2256;
  font-weight: 800;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  border: 0;
  box-shadow: 0 14px 30px rgba(199, 229, 26, 0.35);
}

.btn-process-cta:hover,
.btn-process-cta:focus {
  background: #b2cc17;
  color: #05142f;
}

.section-contract {
  padding: 80px 0 90px;
  background: #ffffff;
  color: #0c1436;
}

.section-contract .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.contract-head {
  margin-bottom: 1.8rem;
}

.contract-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.contract-subtitle {
  font-size: 1.02rem;
  font-weight: 600;
  color: #2f2f2f;
}

.contract-card {
  background: linear-gradient(135deg, #a61bf0 0%, #7f23ed 50%, #651ed4 100%);
  border-radius: 22px;
  padding: 38px 32px 32px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  max-width: 980px;
  margin: 0 auto 1.4rem;
}

.contract-card-title {
  color: #f4f4f4;
  font-weight: 700;
  font-size: 1.03rem;
  text-align: center;
  margin-bottom: 18px;
}

.contract-form .form-group {
  margin-bottom: 10px;
}

.contract-form .form-control {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 0.55rem 0.75rem;
  font-size: 0.93rem;
  background: #ffffff;
  color: #3a3a3a;
}

.btn-contract-cta {
  width: 100%;
  background: #c7e51a;
  border: none;
  color: #0b2256;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  box-shadow: 0 14px 30px rgba(199, 229, 26, 0.35);
}

.btn-contract-cta:hover,
.btn-contract-cta:focus {
  background: #b2cc17;
  color: #05142f;
}

.contract-note {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-top: 0.6rem;
}

.site-footer {
  margin: 0;
  padding: 0;
  background: #f5f5f7;
  flex-shrink: 0;
  width: 100%;
}

.site-footer .container {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05), transparent 32%),
              radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.05), transparent 36%),
              linear-gradient(180deg, #2e0c4f 0%, #230a45 45%, #190836 100%);
  padding: 120px 0 100px;
  text-align: center;
  color: #ffffff;
}

.footer-title {
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
}

.footer-info {
  background: #f5f5f7;
  padding: 22px 0 30px;
}

.footer-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 24px 14px;
  text-align: center;
}

.footer-brand {
  max-height: 56px;
}

.footer-text {
  color: #2f2f2f;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-text a {
  color: #089f5b;
  font-weight: 800;
  text-decoration: none;
}

.footer-text a:hover,
.footer-text a:focus {
  text-decoration: underline;
}

.footer-copy {
  color: #555555;
  font-size: 0.83rem;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .form-cta-title {
    font-size: 1.9rem;
  }

  .form-panel {
    margin-top: 8px;
  }

  .section-value-includes {
    padding: 70px 0 80px;
  }

  .value-card {
    padding: 42px 32px;
  }

  .value-title {
    font-size: 1.7rem;
  }

  .value-list li {
    font-size: 1.12rem;
    gap: 10px;
  }

  .section-process {
    padding: 70px 0 80px;
  }

  .process-title {
    font-size: 1.8rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .process-card {
    min-height: 0;
  }

  .section-contract {
    padding: 70px 0 80px;
  }

  .contract-title {
    font-size: 1.75rem;
  }

  .contract-card {
    padding: 34px 28px 30px;
  }

  .contract-card-title {
    font-size: 1rem;
  }

  .footer-cta {
    padding: 90px 0 80px;
  }

  .footer-title {
    font-size: 2.3rem;
  }

  .footer-card {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .section-value-includes {
    padding: 60px 0 70px;
  }

  .value-card {
    padding: 32px 22px;
  }

  .value-title {
    font-size: 1.45rem;
  }

  .value-list li {
    font-size: 1.05rem;
    gap: 9px;
  }

  .section-process {
    padding: 60px 0 70px;
  }

  .process-title {
    font-size: 1.5rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .btn-process-cta {
    min-width: 100%;
  }

  .section-contract {
    padding: 60px 0 70px;
  }

  .contract-title {
    font-size: 1.45rem;
  }

  .contract-card {
    padding: 28px 20px 26px;
  }

  .contract-card-title {
    font-size: 0.95rem;
  }

  .btn-contract-cta {
    width: 100%;
  }

  .footer-cta {
    padding: 70px 0 70px;
  }

  .footer-title {
    font-size: 1.95rem;
  }

  .footer-card {
    margin-top: 0;
    padding: 12px 14px 8px;
  }

  /* Responsivo: ajustar iframes para largura levemente maior */
  iframe {
    max-width: 102%;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.main-nav .navbar-brand {
  padding: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #343434;
}

.brand-sub {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #6a6a6a;
}

.main-nav .navbar-nav {
  gap: 0.35rem;
}

.main-nav .nav-link {
  color: var(--brand_blue);
  font-weight: 700;
  font-size: 0.97rem;
  padding: 0.5rem 0.95rem;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active {
  color: var(--custom_color);
}

.nav-caret {
  font-size: 0.9rem;
  margin-left: 4px;
}

.action-buttons .btn-pill {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.55rem 1.15rem;
  font-size: 0.95rem;
}

.btn-cta {
  background: var(--brand_green);
  border: 1px solid var(--brand_green_dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 199, 98, 0.35);
}

.btn-cta:hover,
.btn-cta:focus {
  background: var(--brand_green_dark);
  color: #fff;
}

.btn-outline {
  background: var(--brand_blue_dark);
  border: 1px solid #002f73;
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #002f73;
  color: #fff;
}

.custom-toggler {
  border-color: #dce6f5;
}

.custom-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(1, 48, 198, 0.25);
}

#preloader {
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--custom_color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: loader-animation 1s linear infinite;
  animation: loader-animation 1s linear infinite;
}

footer .dev-logo {
  height: 15px;
}


.hidden-captcha .form-group {
  display: flex;
  align-items: center;
}

.hidden-captcha .captcha {
  user-select: none;
  cursor: default;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 700;
  background: url("/arquivos/imagens/captcha.jpg") no-repeat center !important;
  text-transform: none !important;
  height: 50px;
  margin: 0;
  white-space: nowrap;
}

.hidden-captcha input.captcha_result {
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 0;
  width: 100%;
  height: 50px;
}

.form-group{
  margin-bottom: 1rem;
}

@keyframes loader-animation {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 80px;
  }

  .main-nav .navbar-nav {
    margin-top: 1rem;
    gap: 0;
  }

  .action-buttons {
    margin-top: 1rem;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.25;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero-media {
    max-width: 100%;
    margin-left: 0;
    min-width: auto;
  }

  .btn-hero-cta,
  .btn-benefits-cta {
    min-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    font-size: 1.15rem;
  }
}