html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 200;
}

h3 {
  font-size: 1.8rem;
  font-weight: 200;
}

h4 {
  font-size: 1.6rem;
  font-weight: 200;
}

h5 {
  font-size: 1.4rem;
  font-weight: 200;
}

p {
  font-size: 1.125rem;
}

.logo {
  margin-left: 150px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar-text {
  margin-left: 150px;
  margin-right: 150px;
  color: #333;
  font-size: 14px;
}

.page-wrapper {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-wrapper {
  width: 100%;
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5) 0%, transparent 25%), linear-gradient(90deg, #3b3b3b 0%, #3b3b3b 50%, #f7f5f5 50%, #f7f5f5 100%);
}

.hero-wrapper-image {
  width: 100%;
  background: url("https://image.email-pclawtimematters.com/lib/fe881373776d0c7e72/m/1/691ad5d2-1cb2-4dfb-a4cd-e48821040f24.jpg") no-repeat center center;
  background-size: cover;
}

.Help-page {
  width: 100%;
  background: url("https://image.email-pclawtimematters.com/lib/fe881373776d0c7e72/m/1/eb429771-b942-4f0e-a1b9-0d630ba26e6c.jpg") no-repeat center center;
  background-size: cover;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px;
}

.main-info {
  margin: 32px 44px;
  color: #FFFFFF;
  text-align: left;
}

.main-info h3,
h1 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: left;
  border-radius: 2%;
  background-color: white;
  color: #373A37;
  padding: 52px 82px;
  margin: 32px 44px;
}

.extra-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.additional-text {
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 1120px;
  margin-top: 84px;
  margin-bottom: 84px;
  padding: 24px;
}

.additional-text-info {
  padding: 12px 0px;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-introduction {
  padding: 0px 38px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-introduction p {
  padding: 24px;
}

.additional-text-list-wrapper {
  padding: 0px 100px;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-list {
  color: #E42A31;
  font-size: 24px;
  list-style-position: inside;
}

.additional-text-list li {
  padding: 12px 0px;
}

.additional-text-list span {
  color: #373A37;
  font-size: 1.2rem;
  padding: 12px 0px;
}

.additional-text-after-list-content {
  padding: 12px 38px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-after-list-content h4 {
  color: #E42A31;
}

.embedded-video {
  width: 820px;
  height: 565px;
  margin: 32px 0px;
}

.country-links {
  margin: 52px 0px;
}

.end-list-section {
  width: 100%;
  background-color: #e1e6e9;
}

.end-list-section h4 {
  margin: 44px 0px;
}

.footer {
  width: 100%;
  background-color: #373A37;
}

.footer-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 32px 44px;
}

.footer-col {
  text-align: center;
}

.footer-text {
  text-decoration: none;
  color: white;
  margin: 0px;
}

.footer-text:hover {
  color: white;
  opacity: 0.9;
}

.copyright-text {
  font-size: 12.8px;
  color: white;
}

.footer-linkedin {
  padding-right: 4px;
}

@media only screen and (max-width: 991px) {
  .hero-wrapper {
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%), linear-gradient(180deg, #3b3b3b 0%, #3b3b3b 70%, #f7f5f5 70%, #f7f5f5 100%);
  }

  .main-info {
    text-align: center;
  }
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .logo {
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navbar-text {
    margin-left: 12px;
    margin-right: 12px;
    color: #333;
    font-size: 14px;
  }

  .form {
    margin: 32px 12px;
    padding: 52px 32px;
  }

  .additional-text {
    margin-top: 64px;
  }

  .additional-text-list-wrapper {
    padding: 0px 32px;
  }

  .additional-text-list {
    text-align: left;
  }

  .additional-text-info {
    align-items: center;
  }

  .end-list-section {
    padding: 0px;
  }

  .canada-country-link {
    padding-top: 24px;
  }

  .embedded-video {
    width: 320px;
    height: 265px;
    margin: 32px 0px;
  }
}