.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-content.limit {
  margin: 0 auto;
  max-width: 821px;
}

.main-content .block {
  width: 100%;
}

.main-content.min-height-section {
  min-height: 55vw;
  max-height: 55vw;
  background-size: cover;
  background-position-y: bottom;
}

@media screen and (max-width: 1920px) {
  .main-content.min-height-section {
    min-height: 800px;
  }
}

@media screen and (max-width: 1199px) {
  .main-content.min-height-section {
    min-height: 720px;
  }
}

@media screen and (max-width: 768px) {
  .main-content.min-height-section {
    min-height: 1073px;
    justify-content: flex-start;
    padding: 40px 8px;
    overflow-x: hidden;
  }
}

.main-content ul {
  font-size: 16px;
  list-style-type: disc;
  padding-left: 20px;
}

.block.section {
  padding-top: 152px;
  padding-bottom: 152px;
}

.middle {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}

.block.move-up {
  margin-top: -100px;
  z-index: 999;
  margin-bottom: 80px;
}

.report-bg-move-up {
  margin-top: 80px;
  z-index: 8999;
  margin-bottom: 80px;
}

.send-to-front {
  z-index: 9000;
}

@media screen and (max-width: 767px) {

  .send-to-front {
    flex-wrap: wrap;
  }


  .block.move-up {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.block-img {
  height: auto;
  max-height: 337px;
}

.main-content h1 {
  font-size: 117px;
  font-weight: 900;
}

.main-content h2 {
  font-size: 72px;
}

.main-content h3 {
  font-size: 60px;
}

.main-content h4 {
  font-size: 48px;
}

.main-content h5 {
  font-size: 36px;
  font-weight: bold;
}

.main-content h6 {
  font-size: 24px;
}


.main-content .dropdown,
.year-drop {
  max-width: 120px;
  width: 100%;
}

.main-content .dropdown .dropdown-toggle,
.year-drop .dropdown-toggle {
  max-width: 120px;
  width: 100%;
  border: 1px solid #c82a36;
  background: transparent;
  color: #c82a36;
  border-radius: 4px;
  padding-left: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  font-size: 16.5px;
}

.main-content .dropdown.show .dropdown-toggle,
.year-drop.show .dropdown-toggle {

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-content .dropdown .dropdown-toggle::after,
.year-drop .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  margin-right: 12px;
}

.main-content .dropdown .dropdown-menu,
.year-drop .dropdown-menu {
  max-width: 120px;
  min-width: 120px;
  width: 100%;
  background: #c82a36;
  border: none;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 4px 0 0 0;
}

.main-content .dropdown-menu .dropdown-item,
.year-drop .dropdown-menu .dropdown-item {
  color: #fff;
  max-width: 120px;
  font-size: 16.5px;
  padding-left: 37px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

.main-content .dropdown-menu .dropdown-item:not(:last-child),
.year-drop .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.main-content .dropdown-menu .dropdown-item:hover,
.year-drop .dropdown-menu .dropdown-item:hover {
  background: #ff6e7a;
}

.main-content .dropdown .dropdown-menu.show:before,
.year-drop .dropdown .dropdown-menu.show:before {
  width: 0;
  height: 0;
  margin-top: -14px;
  margin-left: 8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #c82a36;
  position: absolute;
}

.w-fit {
  width: fit-content;
  display: inline-flex;
}

.container-right-padding {
  padding-right: 9vw
}

.stroke {
  color: #C82A36;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

h1.stroke {
  font-size: 179px !important;
  font-weight: 900;
}

h2.stroke {
  font-size: 105px !important;
  font-weight: 900;
}

.stroke.title-shadow {
  opacity: 0.29;
  padding-bottom: 20px;
  white-space: nowrap;
}

.left-block {
  /* min-height: 600px; */
  text-align: left !important;
}

.right-block {
  /* min-height: 600px; */
  text-align: left !important;
  padding-left: 9vw;
}

.announce {
  min-height: 689px;
  padding-bottom: 32px;
}

.announce-container {
  width: 100%;
  background: rgba(60, 81, 120, 0.65);
  z-index: 9;
  text-align: center;
}

.report-pdf {
  color: #fff;
  background-color: #C82A36;
  border-radius: 30000px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  padding: 2px 16px;
  max-width: 60px;
  min-width: 60px;
}

.news-card {
  width: 240px;
  margin-right: 40px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 24px;
}

.news-card a {
  border-bottom: 0;
}

.news-card.shadow {
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 0 0 20px 0;
}

.news-card .date {
  color: #404040;
  font-size: 15px;
}

.news-card .desc {
  color: #404040;
  font-size: 18px;
}

.swiper-scrollbar {
  bottom: -60px !important;
  background: #e3e3e3 !important;
  height: 10px !important;
}

.swiper-scrollbar-drag {
  background: #C82A36 !important;
}

.news-title {
  width: 100%;
  text-align: start;
  padding: 1rem;
  line-height: 24px !important;
  /*min-height: 72px;
  max-height: 72px;*/
  min-height: 120px;
  max-height: 120px;
}

.news-category {
  width: 100%;
  text-align: start;
  padding: 1rem;
  padding-top: 0;
}

.news-view-button {
  width: 100%;
  padding: 1rem;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-date {
  width: 100%;
  text-align: start;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.news-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 800/487;
}

.news-pdf {
  color: #fff;
  background-color: #bf2526;
  border-radius: 30000px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: auto;
  line-height: 19px;
  padding: 5px 16px;
}

.image.featured img {
  aspect-ratio: 672/448;
}

#CGModal_Div {
  padding: 0 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
}

.cg-modal-inner {
  padding: 40px;
  width: 100%;
  max-width: 800px;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  background-color: white;
  justify-content: space-evenly;
  flex-direction: column;
  display: flex;
}

.cg-modal-inner h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: -0.025em;
  border-bottom: 4px solid #C82A36;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#CGCloseBtn_Div {
  margin: 10px auto 0;
  width: 100%;
  max-width: 60px;
  column-gap: 7.5px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
  cursor: pointer;
}

.closed {
  display: none !important;
}

.cg-modal-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cg-modal-content {
    max-height: 60vh;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  #CGModal_Div {
    padding: 15px;
  }

  .cg-modal-inner {
    padding: 20px;
  }

  .cg-modal-content p {
    margin-bottom: 15px;
  }

  #CGCloseBtn_Div {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 414px) {
  .cg-modal-content {
    max-height: 50vh;
    padding-right: 15px;
    overflow: auto;
  }

  .cg-modal-inner h6 {
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .cg-modal-content p {
    font-size: 14px;
    line-height: 1.75;
  }
}