.pdf-export {
  font-family: "Myriad Pro", sans-serif;
  color: #555555;
  margin-top: 30px;
  margin-bottom: 10px;
}

.pdf-export.container {
  width: 100%;
  margin: 0 auto;
}

.pdf-export .top-container {
  margin-bottom: 30px;
  border-bottom: 10px solid #ED1E2C;
}

.pdf-export .top-container .top-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 100px;
}

.pdf-export .top-container .top-section .person-img {
  width: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pdf-export .top-container .top-section .person-img img {
  object-fit: cover;
  width: 100%;
}

.pdf-export .top-container .top-section .contact-info-main {
  width: 65%;
}

.pdf-export .top-container .top-section .contact-info-main .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.pdf-export .top-container .top-section .contact-info-main .top .name {
  color: #4A4A4A;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 10px;
}

.pdf-export .top-container .top-section .contact-info-main .top .pronoun {
  font-size: 20px;
  color: #4A4A4A;
}

.pdf-export .top-container .top-section .contact-info-main .top .qc {
  font-size: 20px;
  color: #4A4A4A;
}

.pdf-export .top-container .top-section .contact-info-main .top .status {
  color: #FF0000;
  font-size: 20px;
  letter-spacing: 15%;
  text-transform: uppercase;
  font-weight: 600;
}

.pdf-export .top-container .top-section .contact-info-main .middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pdf-export .top-container .top-section .contact-info-main .middle h3 {
  font-weight: 700;
  letter-spacing: 15%;
  font-size: 18px;
  text-transform: uppercase;
  color: #7E7E7E;
}

.pdf-export .top-container .top-section .contact-info-main .middle .contact-list {
  font-size: 18px;
}

.pdf-export .top-container .top-section .contact-info-main .middle .contact-list span {
  font-weight: 600;
}

.pdf-export .top-container .top-section .contact-info-main .middle .left {
  width: 50%;
}

.pdf-export .top-container .top-section .contact-info-main .middle .right {
  width: 50%;
}

.pdf-export .top-container .top-section .contact-info-main .middle .right .name {
  font-size: 20px;
  font-weight: 600;
}

.pdf-export .top-container .top-section .contact-info-main .bottom {
  background: #E8E8E8;
  padding: 20px 30px 10px 20px;
  color: #7E7E7E;
}

.pdf-export .top-container .top-section .contact-info-main .bottom h3 {
  font-size: 18px;
  letter-spacing: 15%;
  text-transform: uppercase;
  font-weight: 600;
}

.pdf-export .top-container .top-section .contact-info-main .bottom .list {
  margin-left: 15px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pdf-export .top-container .top-section .contact-info-main .bottom .list li {
  width: 50%;
  font-weight: 600;
}

.pdf-export .middle-container .title {
  color: #FF0000;
  font-size: 18px;
  letter-spacing: 15%;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.pdf-export .middle-container p,
.pdf-export .middle-container ul {
  font-size: 16px;
  color: #555555;
}

.pdf-export .middle-container li {
  font-weight: 400;
}

.pdf-export .footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #555555;
}

.pdf-export .footer .left ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.pdf-export .footer .left ul li {
  color: #4A4A4A;
  font-size: 14px;
}

.pdf-export .footer .left ul li:not(:last-child)::after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}

.pdf-export .footer .right {
  width: 200px;
}

.pdf-export .footer .right img {
  object-fit: contain;
  width: 100%;
}