.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #54174d;
  margin: auto;
  max-width: 1500px;
}

.navbar-brand {
  text-decoration: none;
}

.brand-title {
  margin: 0.5rem 7rem 0.5rem 0;
}

.logo-img {
  width: 250px;
  height: auto;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  font-family: 'Oswald', sans-serif;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a:hover,
.navbar-links li a:focus,
.navbar-links li a:active {
  color: #78c3e3;
}

.navbar-links li a {
  display: inline-block;
  text-decoration: none;
  color: #54174d;
  padding: 0.7rem;
}

.navbar-links li a.selected {
  color: #78c3e3;
}

.toggle-button {
  position: absolute;
  top: 0;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #54174d;
}

.sm-lang-toggle {
  display: none;
  text-decoration: underline;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #54174d;
  position: absolute;
  top: 20px;
  right: 3.5rem;
}

.embed-container {
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  min-height: calc(100vh - 254px);
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  min-height: calc(100vh - 245px);
}

.title {
  text-align: center;
  font-weight: bold;
  color: #54174d;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  padding: 10px 20px;
}

.text {
  color: #000000;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: 'Oswald', sans-serif;
  padding: 0px 25px;
  line-height: 1.5;
}

.m {
  margin: 50px 25px;
}

.row {
  padding: 0px 25px;
}

.name {
  font-weight: bold;
  color: #000000;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  margin: 40px 0 0;
}

.role {
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  margin: 0.2rem 0;
}

.bio {
  line-height: 1.5;
  font-weight: normal;
  color: #000000;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  margin-top: 0.3rem;
}

.list {
  line-height: 1.5;
  font-weight: normal;
  color: #000000;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 25px;
  list-style-type: ' -';
  padding-left: 15px;
}

.qa-title {
  text-align: center;
  font-weight: bold;
  color: #54174d;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  padding: 60px 25px 10px;
}

.disclaimer {
  background-color: #78c3e3;
  color: #000000;
  margin: 120px 0 40px;
  padding: 20px 0 0;
}

.disclaimer-title {
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  padding: 10px 25px;
}

.disclaimer-text {
  color: #000000;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: 'Oswald', sans-serif;
  padding: 0px 55px;
  line-height: 1.5;
}

.img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.media {
  padding: 20px 25px 100px;
}

.media-list {
  color: #000000;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: 'Oswald', sans-serif;
  padding-top: 10px;
  padding-bottom: 40px;
  line-height: 1.5;
  list-style: none;
}

.media-list-date {
  color: #000000;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
}

.media-text {
  margin-bottom: 30px;
  line-height: 2;
}

.link-btn {
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #000000;
  padding: 8px 16px;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.link-btn:hover {
  background-color: #707070;
  color: #ffffff;
}

.endorsements-logo-section {
  margin: 120px auto 80px;
  padding: 0 25px;
}

.endorsements-logo-title {
  font-weight: bold;
  color: #54174d;
  font-size: 1.3rem;
  font-family: 'Oswald', sans-serif;
  margin: 80px auto 40px;
  border-left: 5px solid #78c3e3;
  border-bottom: 1px solid #78c3e3;
  padding: 5px 8px;
}

.endorsements-img-div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 80px;
  align-items: center;
  padding-bottom: 50px;
}

.nafr-text {
  font-size: 0.8rem;
  padding: 0 30px 0 0;
}

.banner-container {
  text-align: center;
}

.banner-img {
  width: 100%;
  max-width: 1500px;
}

.canada-logo {
  width: 300px;
}

.tab-img {
  width: 464px;
  height: auto;
}

.footer {
  text-align: center;
  color: #54174d;
  font-family: 'Oswald', sans-serif;
  padding: 20px 25px 30px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-title {
    margin: 0px;
  }

  .logo-img {
    width: 150px;
  }

  .toggle-button {
    display: flex;
    margin-top: 20px;
  }

  .navbar-links {
    display: none;
    width: 100%;
  }

  .navbar-links ul {
    width: 100%;
    flex-direction: column;
    margin: 0px 8px;
    padding: 10px 0;
    font-size: 0.8rem;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .navbar-links ul li a {
    padding: 0.5rem 1rem;
    color: #ffffff;
  }

  .navbar-links.active {
    display: flex;
  }

  .navbar-links li a:hover {
    color: #78c3e3;
  }

  .lang-toggle {
    display: none;
  }

  .sm-lang-toggle {
    display: block;
  }

  .container {
    padding-top: 0;
  }

  .disclaimer-text {
    padding: 0px 35px;
  }

  .endorsements-logo-section {
    text-align: center;
  }

  .endorsements-logo-img {
    margin: auto;
  }

  .nafr-text {
    padding: 0 30px;
  }

  .tab-img {
    width: 264px;
  }
}
