.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-image {
  width: 65px;
  height: 67px;
  object-fit: cover;
}
 
.navigation-thq-navigation-chevron-elm1 {
  transition: transform 0.2s ease;
}
 
.navigation-thq-navigation-logo-image-elm {
  width: auto;
  height: 32px;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

.sobre-wrapper {
  display: contents;
}
 
.sobre-container1 {
  display: contents;
}
 
.sobre-container2 {
  display: none;
}
 
.sobre-container3 {
  display: contents;
}
 
.sobre-container4 {
  display: none;
}
 
.sobre-container5 {
  display: contents;
}
 
.sobre-container6 {
  display: none;
}
 
.sobre-container7 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-logo-image-elm {
  height: auto;
  display: block;
  max-width: 200px;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}

.home-container1 {
  width: 100%;
  min-height: 100vh;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
.home-container6 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon52 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text32 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.support-card.has-link {
  transition: transform 0.2s, box-shadow 0.2s;
}
.support-card.has-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-overlay.is-open {
  display: flex;
}
.modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 10;
  background: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.modal-close:hover {
  background: #f0f0f0;
}
#eduzz-iframe {
  width: 100%;
  height: 100%;
}
