#header {
  background-color: #476B56;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 1560px) {
  #header .container {
    flex-direction: column;
  }
}
#header .container .headline-4 {
  margin: 0;
  text-align: center;
}
@media (max-width: 1560px) {
  #header .container .headline-4 {
    margin-bottom: 20px;
  }
}
#header .container .breadcrumbs {
  text-align: center;
}
#header .container .breadcrumbs .body-1 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.page-content {
  max-width: 1920px;
  margin: 0 auto;
}
.page-content .header {
  text-align: center;
  margin: 55px 96px;
}
@media (max-width: 900px) {
  .page-content .header {
    margin: auto 20px;
  }
}
.page-content .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
.page-content .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
.page-content .certificate-banner {
  width: 99vw;
  max-width: 1920px;
  margin: 0 auto;
  height: 600px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 800px) {
  .page-content .certificate-banner {
    height: 350px;
  }
}
.page-content .content {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1440px) {
  .page-content .content {
    flex-direction: column;
  }
}
.page-content .content .text h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content .text h1 {
    font-size: 24px;
  }
}
.page-content .content .text h1 {
  position: relative;
  padding-bottom: 15px;
}
.page-content .content .text h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("/images/web/icons/lines-content.png");
  width: 96px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content .content .text p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content .text p {
    font-size: 16px;
  }
}
.page-content .content .full {
  width: 90%;
  margin: 0 auto;
}
.page-content .content .full h1 {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .page-content .content .full {
    margin: auto 20px;
  }
}
.page-content .content .half {
  max-width: 50%;
  margin-left: 96px;
  margin-right: 25px;
}
@media (max-width: 1440px) {
  .page-content .content .half {
    max-width: 100%;
    margin: auto 96px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 900px) {
  .page-content .content .half {
    margin: auto 20px;
  }
}
.page-content .content img {
  width: 100%;
  max-width: 944px;
  max-height: 603px;
  margin: 0 auto;
}
.page-content .content .video-image {
  height: 603px;
  max-width: 944px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .page-content .content .video-image {
    height: 350px;
  }
}
.page-content .content .image-gallery-container {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin: 50px 20px;
  justify-content: center;
}
@media (max-width: 900px) {
  .page-content .content .image-gallery-container {
    flex-direction: column;
  }
}
.page-content .content .image-gallery-container a {
  width: 370px;
  height: 300px;
  background-position: center;
  background-size: contain;
}
.page-content .content .image-gallery-container img {
  width: 100%;
  height: 100%;
}
.page-content .content-certificate {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-content .content-certificate .text h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content-certificate .text h1 {
    font-size: 24px;
  }
}
.page-content .content-certificate .text h1 {
  position: relative;
  padding-bottom: 15px;
}
.page-content .content-certificate .text h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("/images/web/icons/lines-content.png");
  width: 96px;
  height: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content .content-certificate .text p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
@media (max-width: 800px) {
  .page-content .content-certificate .text p {
    font-size: 16px;
  }
}
.page-content .content-certificate .full {
  width: 90%;
  margin: 0 auto;
}
.page-content .content-certificate .full h1 {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .page-content .content-certificate .full {
    margin: auto 20px;
  }
}
.page-content .content-certificate .half {
  max-width: 50%;
  margin-left: 96px;
  margin-right: 25px;
}
@media (max-width: 1440px) {
  .page-content .content-certificate .half {
    max-width: 100%;
    margin: auto 96px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 900px) {
  .page-content .content-certificate .half {
    margin: auto 20px;
  }
}
.page-content .content-certificate img {
  width: 100%;
  max-width: 944px;
  max-height: 603px;
  margin: 0 auto;
}
.page-content .content-certificate .video-image {
  height: 603px;
  max-width: 944px;
  margin: 50px auto;
}
@media (max-width: 900px) {
  .page-content .content-certificate .video-image {
    height: 350px;
  }
}
.page-content .content-certificate .image-gallery-container {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  margin: 50px 20px;
  justify-content: center;
}
@media (max-width: 900px) {
  .page-content .content-certificate .image-gallery-container {
    flex-direction: column;
  }
}
.page-content .content-certificate .image-gallery-container a {
  width: 370px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content .content-certificate .image-gallery-container img {
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .page-content .content-certificate .image-gallery-container {
    flex-direction: column;
  }
  .page-content .content-certificate .image-gallery-container a {
    width: 100%;
    height: 300px;
  }
}
.page-content .faq-category {
  margin: 0%;
}
#interest {
  background-image: url("/images/web/icons/313686f0ff2aec06e7885f3baac2e115.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 50px;
}
#interest .content {
  margin: 50px auto;
  position: relative;
  display: flex;
  gap: 5%;
}
@media (max-width: 900px) {
  #interest .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#interest .content .text {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  color: #FFFFFF;
}
#interest .content .text h2 {
  margin: 5px 0;
}
@media (max-width: 900px) {
  #interest .content .text h2 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #interest .content .text p {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #interest .content .text {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
#interest .content .form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.8fr;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1650px) {
  #interest .content .form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  #interest .content .form {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#interest .content .form input {
  outline: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 24px;
  height: 56px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 1;
  margin: auto;
}
@media (max-width: 900px) {
  #interest .content .form input {
    width: 90%;
  }
}
#interest .content .form input::-moz-placeholder {
  color: #FFFFFF;
}
#interest .content .form input:-ms-input-placeholder {
  color: #FFFFFF;
}
#interest .content .form input::placeholder {
  color: #FFFFFF;
}
#interest .content .form button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

#interest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/web/icons/313686f0ff2aec06e7885f3baac2e115.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(3942%) hue-rotate(94deg) brightness(92%) contrast(80%) opacity(60%);
}
