.single-president {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF7EE;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .single-president {
    margin: 30px 0 0 0;
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .single-president {
    margin: 28px 0 0 0;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-president {
    margin: 28px 0 0 0;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .single-president {
    margin: 28px 0 0 0;
    padding-bottom: 120px;
  }
}
.single-president__shape--dark {
  position: absolute;
  width: 180px;
  height: 16px;
  left: 0;
  background: #005DA6;
  border-radius: 0px 20px 20px 0px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .single-president__shape--dark {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-president__shape--dark {
    width: 98px;
    height: 6px;
    top: 97px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-president__shape--dark {
    width: 158px;
    height: 8px;
    top: 97px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-president__shape--dark {
    width: 180px;
    height: 8px;
    top: 95px;
  }
}
@media (min-width: 1200px) {
  .single-president__shape--dark {
    width: 180px;
    height: 16px;
    top: 95px;
  }
}
.single-president__shape--box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .single-president__shape--box {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-president__shape--box {
    top: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-president__shape--box {
    top: 56px;
  }
}
@media (min-width: 992px) {
  .single-president__shape--box {
    top: 58px;
  }
}
.single-president__shape--blue {
  width: 112px;
  height: 16px;
  background: #1AC0F2;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-president__shape--blue {
    width: 45px;
    height: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-president__shape--blue {
    width: 54px;
    height: 8px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .single-president__shape--blue {
    width: 112px;
    height: 16px;
  }
}
.single-president__shape--orange {
  width: 200px;
  height: 158px;
  background: #F09221;
  border-radius: 0px 0px 0px 160px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-president__shape--orange {
    width: 75px;
    height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-president__shape--orange {
    width: 131px;
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .single-president__shape--orange {
    width: 200px;
    height: 158px;
  }
}
.single-president__header {
  margin-top: 28px;
  position: relative;
  z-index: 999;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-president__header {
    width: 240px;
    margin-top: 60px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-president__header {
    width: 400px;
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-president__header {
    width: 496px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-president__header {
    width: 628px;
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-president__header {
    width: 852px;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .single-president__header {
    width: 880px;
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .single-president__header {
    width: 976px;
    margin-top: 80px;
  }
}
@media (min-width: 1920px) {
  .single-president__header {
    width: 1456px;
    margin-top: 80px;
  }
}
.single-president__header--year {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #001321;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .single-president__header--year {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-president__header--year {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .single-president__header--year {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-president__header--name {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #004A85;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-president__header--name {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .single-president__header--name {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-president__header--name {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .single-president__header--name {
    font-size: 52px;
    line-height: 56px;
  }
}
.single-president__content {
  margin-top: 32px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-president__content {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-president__content {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-president__content {
    width: 432px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-president__content {
    width: 564px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-president__content {
    width: 748px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .single-president__content {
    width: 776px;
  }
}
@media (min-width: 1440px) {
  .single-president__content {
    width: 976px;
  }
}
@media (min-width: 1920px) {
  .single-president__content {
    width: 1456px;
  }
}
.single-president__content p {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #001321;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .single-president__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .single-president__content p {
    font-size: 18px;
    line-height: 28px;
  }
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .gallery {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .gallery {
    margin-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .gallery__container {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery__container {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__container {
    width: 628px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gallery__container {
    width: 852px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .gallery__container {
    width: 880px;
  }
}
@media (min-width: 1440px) {
  .gallery__container {
    width: 1120px;
  }
}
@media (min-width: 1920px) {
  .gallery__container {
    width: 1560px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .swiper-wrapper {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .swiper-wrapper {
    width: 100% !important;
    height: 300px !important;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .swiper-wrapper {
    width: 100% !important;
    height: 320px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-wrapper {
    width: 496px !important;
    height: 360px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-wrapper {
    width: 628px !important;
    height: 380px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-wrapper {
    width: 852px !important;
    height: 420px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-wrapper {
    width: 880px !important;
    height: 504px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-wrapper {
    width: 1080px !important;
    height: 584px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-wrapper {
    width: 1560px !important;
    height: 620px !important;
  }
}
.swiper-slide {
  background: #FFF7EE;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 51px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .swiper-slide {
    width: 100% !important;
    height: 300px !important;
    padding: 0;
  }
  .swiper-slide img {
    border-radius: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .swiper-slide {
    width: 100% !important;
    height: 320px !important;
    padding: 0;
  }
  .swiper-slide img {
    border-radius: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-slide {
    width: 436px;
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-slide {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-slide {
    width: 171px;
    height: 140px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-slide {
    width: 175px;
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .swiper-slide {
    width: 232px;
    height: 200px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide {
    width: 1560px !important;
    height: 620px !important;
  }
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #9747FF, #9747FF);
  box-shadow: 0px 10px 10px rgba(33, 33, 33, 0.1);
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}
.swiper-slide__links {
  text-decoration: none !important;
}
.swiper-pagination-bullet {
  background: #F09221 !important;
  border-radius: 50px !important;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: #1AC0F2 !important;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .swiper-pagination-bullet {
    width: 14px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 40px !important;
    height: 8px !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: #FFFFFF;
    color: #1AC0F2 !important;
    border-radius: 100%;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: 800;
  }
}
@media (min-width: 576px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    color: #1AC0F2 !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 24px !important;
    font-weight: 800;
  }
}
