.download-documents-container {
  margin-top: 7rem;
}
.download-documents-container .downloader {
  border-radius: 5px;
  padding-top: clamp(4rem, 4vw, 5rem);
  padding-bottom: clamp(5rem, 4vw, 5rem);
  padding-left: clamp(3rem, 4vw, 7rem);
  padding-right: clamp(3rem, 4vw, 7rem);
}
.download-documents-container .downloader--header {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 4.5rem;
}
.download-documents-container .downloader--header p {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.download-documents-container .downloader--text {
  padding-left: 2rem;
  margin-bottom: 4.8rem;
}
.download-documents-container .downloader--text p {
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
}
.download-documents-container .downloader--documents {
  margin: 0;
}
.download-documents-container .downloader--documents li:not(:last-child) {
  margin-bottom: 30px;
}
.download-documents-container .downloader--documents a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted white;
}
.download-documents-container .downloader--documents a p {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
}
.download-documents-container .downloader--documents img {
  margin-bottom: 1rem;
}

.spacer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .spacer {
    grid-template-columns: 1fr;
  }
}

.block-office {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted white;
}
.block-office .block-office-name {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
}
.block-office .block-office-phone-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-grow: 1;
}
.block-office .block-office-phone-container .block-office-phone-inner .block-office-phone {
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
}
.block-office .block-office-phone-container .block-office-phone-inner .block-office-prephone {
  font-size: 1.6rem;
  font-weight: 400;
  color: #9295A5;
  margin-right: 5px;
}
.block-office .block-office-phone-container .office-email-bottom {
  margin-bottom: 0rem;
  position: relative;
}

.email-message {
  padding: 10px;
  transition: opacity 0.5s ease-in-out; /* Use ease-out for a smoother fade-out effect */
  opacity: 0;
  display: block;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  right: 2rem;
  top: -17px;
  background-color: white;
  border-radius: 15px;
}

#office-email-img {
  cursor: pointer;
}

.personnel-container {
  margin-top: 1.6rem;
  background-color: #204686;
  padding: 5.3rem 0 5.3rem 4rem;
  border-radius: 5px;
}
.personnel-container .personnel-group {
  margin-bottom: 2rem;
}
.personnel-container .personnel-group:last-child {
  margin-bottom: 0;
}
.personnel-container .personnel-group .personnel-head {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: center;
  gap: 1.1rem;
  align-self: baseline;
  flex-grow: 1;
}
.personnel-container .personnel-group .personnel-head p {
  margin-bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  line-height: 40px;
}
.personnel-container .personnel-group .personnel-members li {
  padding-bottom: 2px;
  margin-right: 7rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 1px dotted white;
}
.personnel-container .personnel-group .personnel-members li .fullname {
  font-weight: inherit;
  font-size: inherit;
  color: white;
}
.personnel-container .personnel-group .personnel-members li .phone-mobile {
  display: none;
}
.personnel-container .personnel-group .personnel-members li .prephone {
  font-size: 1.6rem;
  font-weight: 400;
  color: #9295A5;
  margin-right: 5px;
}
.personnel-container .personnel-group .personnel-members li .phone {
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
}
.personnel-container .personnel-group .personnel-members li .email {
  display: block;
  position: relative;
}
.personnel-container .personnel-group .personnel-members li .email:hover {
  cursor: pointer;
}
.personnel-container .personnel-group .personnel-members li .email-message {
  padding: 10px;
  transition: opacity 0.5s ease-in-out; /* Use ease-out for a smoother fade-out effect */
  opacity: 0;
  display: block;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  right: 2rem;
  top: -17px;
  background-color: white;
  border-radius: 15px;
}
@media (max-width: 1399px) {
  .personnel-container {
    padding: 5.3rem 4.5rem 5.3rem 4rem;
  }
}
@media (max-width: 991px) {
  .personnel-container {
    padding: 5.3rem 2.5rem 5.3rem 4rem;
  }
}
@media (max-width: 768px) {
  .personnel-container {
    padding: 5.3rem 1.5rem 5.3rem 4rem;
  }
}

.procedures-title, .faqs-title {
  font-size: 2rem;
  color: #204686;
  margin-top: 100px;
  line-height: 25px;
  font-weight: 700;
}

.procedures-title {
  margin-bottom: 24px;
}

.faqs-title {
  margin-bottom: 52px;
}

.procedure {
  background-color: #204686;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 4rem;
  padding: 4px 32px;
  border: 1px solid #204686;
}
.procedure span {
  font-size: 10px;
  max-width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.procedure:hover {
  border: 1px solid #204686;
  background-color: white;
  color: #204686;
}

.my-accordion-item {
  margin-bottom: 1.9rem;
  border: none !important;
}
.my-accordion-item .single-office--header {
  cursor: pointer;
  height: 8.8rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem 0 2.3rem;
  background-color: transparent;
  border-radius: 5px;
  gap: 0 0.5rem;
  border: 0.1rem solid #DBDBDB;
}
.my-accordion-item .single-office--header p {
  margin: 0;
  padding: 0;
}
@media (max-width: 57.5rem) {
  .my-accordion-item .single-office--header {
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
}
.my-accordion-item .single-office--header .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
  width: min(100%, 61vw);
}
.my-accordion-item .single-office--header .index {
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
}
.my-accordion-item .single-office--header .toggle-icon {
  margin-left: auto;
}
.my-accordion-item .single-office--header .toggle-icon.minus {
  display: none;
}
.my-accordion-item .single-office--body {
  overflow: hidden;
  height: 0;
  transition: all 0.25s linear;
  padding: 0;
  border-radius: 5px;
}
.my-accordion-item .my-accordion-item.open .single-office--header {
  cursor: pointer;
  height: 8.8rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem 0 2.3rem;
  background-color: transparent;
  border-radius: 5px;
  gap: 0 0.5rem;
  border: 0.1rem solid #DBDBDB;
}
.my-accordion-item .my-accordion-item.open .single-office--header p {
  margin: 0;
  padding: 0;
}
@media (max-width: 57.5rem) {
  .my-accordion-item .my-accordion-item.open .single-office--header {
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
}
.my-accordion-item .my-accordion-item.open .single-office--header .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
  width: min(100%, 61vw);
}
.my-accordion-item .my-accordion-item.open .single-office--header .index {
  color: #828282;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
}
.my-accordion-item .my-accordion-item.open .single-office--header .toggle-icon {
  margin-left: auto;
}
.my-accordion-item .my-accordion-item.open .single-office--header .toggle-icon.minus {
  display: none;
}
.my-accordion-item .my-accordion-item.open .single-office--body {
  overflow: hidden;
  transition: all 0.25s linear;
  padding: 0;
  border-radius: 5px;
}
.my-accordion-item .my-accordion-item.open .my-accordion-header {
  background-color: white;
  color: #99C1B9;
  border-color: #DBDBDB;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.my-accordion-item .my-accordion-item.open .my-accordion-header .toggle-icon.minus {
  display: block;
}
.my-accordion-item .my-accordion-item.open .my-accordion-header .toggle-icon.plus {
  display: none;
}
.my-accordion-item .my-accordion-item.open .my-accordion-body {
  border: 0.1rem solid #DBDBDB;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.my-accordion-item .my-accordion-item.open .my-accordion-body .body-inner .office-respon {
  padding: 0 min(8rem, 5vw) 3.3rem min(8rem, 5vw);
}

.office-respon .content {
  margin: 0;
  padding: 0;
}
.office-respon .content li {
  margin-bottom: 45px !important;
  list-style: disc;
  list-style-position: inside;
}
.office-respon .content li:first-child {
  list-style: none;
}
.office-respon .content li:last-child {
  margin-bottom: 0 !important;
}

.article {
  margin-bottom: 50px;
}
.article-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 35px;
}
.article-title .chapter {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 400;
}
.article-section {
  margin-bottom: 55px;
}
.article-section--title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 35px;
}
.article-section--content {
  margin-left: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed #707070;
}
.article-section--content ul {
  list-style: disc;
}
.article-section--content ul li {
  margin-bottom: 1rem;
}
.article-section--content ul li a {
  font-width: bold !important;
  color: #204686 !important;
  text-decoration: underline !important;
}
.article-section--content ul li a :hover {
  text-underline-offset: 0px !important;
}
.article-section--content ol li {
  margin-bottom: 1rem;
}
.article-section--content ol li a {
  font-width: bold !important;
  color: #204686 !important;
  text-decoration: underline !important;
}
.article-section--content ol li a :hover {
  text-underline-offset: 0px !important;
}
.article-section--content a {
  font-width: bold !important;
  color: #204686 !important;
  text-decoration: underline !important;
}
.article-section--content a :hover {
  text-underline-offset: 0px !important;
}
.article-section--subsection {
  margin-bottom: 30px;
}
.article-section--subsection---title {
  font-size: 1.6rem;
  color: #828282;
  font-weight: 700;
}

.main-title {
  padding-left: 1.5rem;
  color: #204686;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

#projects-management {
  margin-bottom: 10rem;
}
#projects-management #full-guide {
  display: flex;
  gap: 30px 65px;
}
#projects-management #full-guide .guide {
  flex: 1 0 0%;
}
#projects-management #full-guide .guide .chapter-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 70px;
}
#projects-management #full-guide .side-nav {
  flex: 0 0 410px;
}
#projects-management #full-guide .side-nav .chapter-nav {
  position: sticky;
  top: 20px;
  max-height: 90vh;
  overflow: auto;
  padding-right: 10px;
}
#projects-management #full-guide .side-nav .chapter-nav::-webkit-scrollbar {
  width: 5px;
}
#projects-management #full-guide .side-nav .chapter-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin: 10px;
}
#projects-management #full-guide .side-nav .chapter-nav::-webkit-scrollbar-thumb {
  background: #204686;
}
#projects-management #full-guide .side-nav .chapter-nav::-webkit-scrollbar-thumb:hover {
  background: #204686;
}
#projects-management #full-guide .side-nav .chapter {
  margin-bottom: 20px;
  overflow: hidden;
}
#projects-management #full-guide .side-nav .chapter-title {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  font-size: 1.3rem;
  font-weight: 700;
  background: #F5F8F9;
}
#projects-management #full-guide .side-nav .chapter-article {
  margin-top: 10px;
  padding-left: 25px;
}
#projects-management #full-guide .side-nav .chapter-article--title {
  font-size: 1.3rem;
  display: block;
}
#projects-management #full-guide .side-nav .chapter-article--section {
  margin-bottom: 5px;
}
#projects-management #full-guide .side-nav .chapter-article--section a {
  cursor: pointer;
  font-size: 1.3rem;
}
#projects-management #full-guide .side-nav a:hover {
  color: #204686;
}
#projects-management #full-guide .side-nav a.active-target {
  font-weight: 700;
  color: #204686;
}
#projects-management #full-guide .side-nav .accordion-menu-body {
  height: 0;
}
@media (max-width: 1023px) {
  #projects-management #full-guide {
    flex-wrap: wrap;
  }
  #projects-management #full-guide .side-nav {
    flex: 0 0 100%;
  }
}
