@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
textarea,
small,
li {
  font-family: "Inter", sans-serif !important;
  display: block;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  padding-bottom: 0;
  color: #000000;
}

i {
  font-size: 14px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

a {
  transition: 0.5s;
}
a:hover {
  transform: scale(1.05);
}

input[type=text],
textarea,
input[type=email],
select,
input[type=date] {
  width: 100%;
  appearance: none;
  border: 1px solid #DEE1E6;
  padding: 14px 12px;
  background: #FAFAFB;
  border-radius: 6px;
  font-size: 14px;
}

iframe {
  width: 100%;
}

button {
  appearance: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }
}

label small {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  margin-top: 5px;
}

.main-view-sec {
  display: flex;
  background: #CB2121;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-view-sec {
    flex-direction: column-reverse;
  }
}
.main-view-sec .wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .main-view-sec .wrap {
    width: 100%;
  }
}
.main-view-sec .txt-wrap {
  display: flex;
  justify-content: flex-end;
}
.main-view-sec .txt-wrap .txt {
  padding: 100px 120px 48px 117px;
  max-width: 720px;
}
@media (max-width: 1024px) {
  .main-view-sec .txt-wrap .txt {
    padding: 70px 30px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .main-view-sec .txt-wrap .txt {
    padding: 50px 20px;
  }
}
.main-view-sec .txt-wrap h1 {
  margin-bottom: 44px;
  color: #fff;
  font-size: 48px;
  line-height: 61.75px;
}
@media (max-width: 767px) {
  .main-view-sec .txt-wrap h1 {
    margin-bottom: 30px;
  }
}
.main-view-sec .txt-wrap p {
  color: #ffffff;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 48px;
  padding-left: 8px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .main-view-sec .txt-wrap p {
    margin-bottom: 30px;
  }
}
.main-view-sec .img-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 1024px) {
  .main-view-sec .img-wrap {
    width: 100%;
  }
}
.main-view-sec .img-wrap .main-view-gallery {
  width: 100%;
}
.main-view-sec .img-wrap .main-view-gallery,
.main-view-sec .img-wrap .main-view-gallery .slick-list,
.main-view-sec .img-wrap .main-view-gallery .slick-track,
.main-view-sec .img-wrap .main-view-gallery .slide {
  height: 100%;
}
.main-view-sec .img-wrap .slide {
  min-height: 100%;
}
.main-view-sec .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 1024px) {
  .main-view-sec .img-wrap img {
    max-height: 400px;
    min-height: 400px;
  }
}

.announce-sec {
  background: #FBBF23;
  padding: 17px 40px;
}
@media (max-width: 1024px) {
  .announce-sec {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .announce-sec {
    padding: 50px 20px;
  }
}
.announce-sec .wrap {
  max-width: 1167px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  padding-left: 36px;
  position: relative;
}
.announce-sec p {
  color: #4A5563;
  letter-spacing: 0.5px;
}
.announce-sec p svg {
  color: #CB2121;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

.mission-sec {
  padding: 96px 40px 111px;
  background: #FAFAFB;
}
@media (max-width: 1024px) {
  .mission-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .mission-sec {
    padding: 50px 20px;
  }
}
.mission-sec .wrap {
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
}
.mission-sec .tag {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 16px;
  color: #CB2121;
  font-weight: 600;
  background: #F8E5E6;
  border-radius: 100px;
  margin: 0 auto 32px;
  display: inline-block;
}
@media (max-width: 767px) {
  .mission-sec .tag {
    margin-bottom: 30px;
  }
}
.mission-sec h2 {
  color: #000000;
  letter-spacing: -1px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .mission-sec h2 {
    margin-bottom: 30px;
  }
}
.mission-sec p {
  font-size: 20px;
  line-height: 36px;
  color: #4A5563;
  max-width: 878px;
  text-align: center;
  margin: 0 auto 60px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .mission-sec p {
    margin: 0 auto 30px;
  }
}
.mission-sec .numbers {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mission-sec .numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: space-between;
  }
}
.mission-sec .numbers .item span {
  font-size: 60px;
  line-height: 1.5;
  margin-bottom: 27px;
  color: #CB2121;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mission-sec .numbers .item span {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.mission-sec .numbers .item p {
  font-size: 12px;
  line-height: 16px;
  color: #4A5563;
  font-weight: 600;
  margin-bottom: 0;
}

.two-column {
  background: #CB2121;
  padding: 101px 40px 170px;
}
@media (max-width: 1024px) {
  .two-column {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .two-column {
    padding: 50px 20px;
  }
}
.two-column .wrap {
  display: flex;
  max-width: 1235px;
  margin: 0 auto;
  gap: 53px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .two-column .wrap {
    flex-direction: column;
  }
}
.two-column .reverse {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.two-column .item {
  color: #ffffff;
}
.two-column .item h2 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .two-column .item h2 {
    margin-bottom: 30px;
  }
}
.two-column .item p {
  font-size: 18px;
  line-height: 29px;
  max-width: 501px;
  margin-bottom: 26px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .two-column .item p {
    margin-bottom: 30px;
  }
}
.two-column .item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .two-column .item p {
    max-width: unset;
  }
}
.two-column .item img {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
}
.two-column .txt-item {
  width: 44.93%;
}
@media (max-width: 1024px) {
  .two-column .txt-item {
    width: 100%;
  }
}
.two-column .img-item {
  width: 50.76%;
}
@media (max-width: 1024px) {
  .two-column .img-item {
    width: 100%;
  }
}

.two-column.milestone .wrap {
  max-width: 1297px;
  gap: 48px;
}
@media (max-width: 1024px) {
  .two-column.milestone .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.two-column.milestone .item p {
  max-width: unset;
}
.two-column.milestone .item img {
  box-shadow: 0 8.5px 13.75px rgba(0, 0, 0, 0.22);
}
.two-column.milestone .txt-item {
  width: 45.87%;
}
@media (max-width: 1024px) {
  .two-column.milestone .txt-item {
    width: 100%;
  }
}
.two-column.milestone .img-item {
  width: 50.42%;
}
@media (max-width: 1024px) {
  .two-column.milestone .img-item {
    width: 100%;
  }
}
.two-column.milestone .img-item img {
  border-radius: 0px 0px 50% 50%;
}

.two-column.board {
  padding: 60px 40px 55px;
}
@media (max-width: 1024px) {
  .two-column.board {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .two-column.board {
    padding: 50px 20px;
  }
}
.two-column.board .wrap {
  max-width: 1271px;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .two-column.board .wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .two-column.board .wrap {
    gap: 30px;
  }
}
.two-column.board .txt-item {
  width: 43.9%;
}
@media (max-width: 1024px) {
  .two-column.board .txt-item {
    width: 100%;
  }
}
.two-column.board .txt-item h2 {
  font-size: 32px;
  line-height: 48px;
}
.two-column.board .txt-item p {
  max-width: unset;
}
.two-column.board .img-item {
  width: 52.95%;
}
@media (max-width: 1024px) {
  .two-column.board .img-item {
    width: 100%;
  }
}
.two-column.board .img-item img {
  border-radius: unset;
  box-shadow: 0px 8.5px 15.75px rgba(0, 0, 0, 0.08);
}

.grid-sec {
  padding: 96px 40px 97px;
}
@media (max-width: 1024px) {
  .grid-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .grid-sec {
    padding: 50px 20px;
  }
}
.grid-sec .wrap {
  max-width: 1184px;
  margin: 0 auto;
}
.grid-sec .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .grid-sec .header {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.grid-sec .header .item {
  max-width: 666px;
}
@media (max-width: 767px) {
  .grid-sec .header .item {
    max-width: unset;
  }
}
.grid-sec .header h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 40px;
}
.grid-sec .header p {
  font-size: 20px;
  line-height: 29px;
  color: #4A5563;
  letter-spacing: 1px;
}
.grid-sec .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px 32px;
}
@media (max-width: 1024px) {
  .grid-sec .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-sec .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-sec .grid .item {
  padding: 24px 15px 24px 24px;
  background: #FBBF23;
  border-radius: 10px;
}
.grid-sec .grid .item .ico {
  width: 48px;
  height: 48px;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #CB2121;
  background: #F7B124;
}
.grid-sec .grid .item h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
  font-weight: 600;
}
.grid-sec .grid .item p {
  font-size: 16px;
  line-height: 24px;
  color: #4A5563;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.news-insights {
  background: #FAFAFB;
  padding: 96px 40px 45px;
}
@media (max-width: 1024px) {
  .news-insights {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .news-insights {
    padding: 50px 20px;
  }
}
.news-insights .wrap {
  max-width: 1143px;
  margin: 0 auto;
}
.news-insights .wrap a {
  color: #000000;
}
.news-insights .header {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .news-insights .header {
    margin-bottom: 30px;
  }
}
.news-insights .header h2 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .news-insights .header h2 {
    margin-bottom: 30px;
  }
}
.news-insights .header p {
  color: #4A5563;
  font-size: 18px;
  line-height: 28px;
}
.news-insights .news {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1024px) {
  .news-insights .news {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .news-insights .news {
    gap: 30px;
  }
}
.news-insights .item {
  width: 46.1%;
}
@media (max-width: 1024px) {
  .news-insights .item {
    width: 100%;
  }
}
.news-insights .highlight {
  width: 49.69%;
}
@media (max-width: 1024px) {
  .news-insights .highlight {
    width: 100%;
  }
}
.news-insights .highlight .highlight-img {
  border-radius: 20px;
  margin-bottom: 23px;
  position: relative;
}
.news-insights .highlight .highlight-img img {
  max-height: 320px;
  height: 100%;
  object-fit: cover;
}
.news-insights .highlight .highlight-img .callout {
  position: absolute;
  top: 20px;
  left: 16px;
  color: #000000;
  background: #FFD700;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 100px;
  font-weight: 600;
}
.news-insights .highlight .tag-date {
  font-size: 14px;
  line-height: 20px;
  color: #CB2121;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.news-insights .highlight h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
.news-insights .highlight p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.news-insights img {
  border-radius: 16px;
}
.news-insights .insights {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .news-insights .insights {
    margin-bottom: 30px;
  }
}
.news-insights .insight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.news-insights .insight-item:last-child {
  margin-bottom: 0;
}
.news-insights .insight-item img {
  width: 18.21%;
}
@media (max-width: 1024px) {
  .news-insights .insight-item img {
    width: 25%;
  }
}
.news-insights .insight-item h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .news-insights .insight-item .txt {
    width: 75%;
  }
}
.news-insights .insight-item .tag-date {
  color: #CB2121;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 5px;
}
.news-insights .insight-item p {
  font-size: 14px;
  line-height: 20px;
  color: #4A5563;
}

.cta-sec {
  padding: 30px 40px 34px;
  background: #4A5563;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .cta-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .cta-sec {
    padding: 50px 20px;
  }
}
.cta-sec .wrap {
  max-width: 1257px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cta-sec .wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cta-sec .wrap {
    gap: 30px;
  }
}
.cta-sec .item {
  width: 47.09%;
}
@media (max-width: 1024px) {
  .cta-sec .item {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cta-sec .button-wrap {
    width: 100%;
  }
}
.cta-sec h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .cta-sec h2 {
    margin-bottom: 30px;
  }
}
.cta-sec p {
  font-size: 18px;
  line-height: 28px;
}

.contact-us {
  padding: 38px 40px 83px;
}
@media (max-width: 1024px) {
  .contact-us {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 50px 20px;
  }
}
.contact-us .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-us .wrap {
    flex-direction: column;
  }
}
.contact-us .contact-item {
  width: 56.75%;
}
@media (max-width: 1024px) {
  .contact-us .contact-item {
    width: 100%;
  }
}
.contact-us .info-item {
  width: 38.97%;
}
@media (max-width: 1024px) {
  .contact-us .info-item {
    width: 100%;
  }
}
.contact-us h1 {
  font-size: 48px;
  line-height: 61.75px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .contact-us h1 {
    margin-bottom: 30px;
  }
}
.contact-us .header .tag {
  padding: 9px 16px;
  background: #CB2121;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  border-radius: 99px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .contact-us .header .tag {
    margin-bottom: 30px;
  }
}
.contact-us .header img {
  max-height: 190px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 25px;
  max-width: 623px;
}
@media (max-width: 1024px) {
  .contact-us .header img {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .contact-us .header img {
    margin-bottom: 30px;
  }
}
.contact-us .header p {
  font-size: 20px;
  line-height: 33px;
  color: #4A5563;
  letter-spacing: 0.7px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .contact-us .header p {
    margin-bottom: 30px;
  }
}
.contact-us .form-wrap .form-tag {
  font-size: 14px;
  line-height: 20px;
  color: #CB2121;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .contact-us .form-wrap .form-tag {
    margin-bottom: 30px;
  }
}
.contact-us .form-wrap h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .contact-us .form-wrap h2 {
    margin-bottom: 30px;
  }
}
.contact-us .form-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #4A5563;
  max-width: 623px;
  letter-spacing: 0.5px;
  margin-bottom: 27px;
}
.contact-us .form-wrap .form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.contact-us .form-wrap .textfield {
  width: 100%;
}
.contact-us .form-wrap .w-50 {
  width: 48%;
}
@media (max-width: 767px) {
  .contact-us .form-wrap .w-50 {
    width: 100%;
  }
}
.contact-us .form-wrap label {
  font-size: 14px;
  margin-bottom: 11px;
  display: block;
  font-weight: 600;
}
.contact-us .form-wrap .submit {
  font-size: 16px;
  color: #ffffff;
  background: #CB2121;
  border: none;
  width: 100%;
  padding: 15px 16px;
  border-radius: 6px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact-us .form-wrap .submit {
    margin-bottom: 30px;
  }
}
.contact-us .form-wrap .note {
  font-size: 12px;
  text-align: center;
  color: #4A5563;
}
.contact-us .information {
  margin-bottom: 33px;
}
.contact-us .info {
  border-radius: 16px;
  border: 1px solid red;
  padding: 25px;
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.contact-us .info:last-child {
  margin-bottom: 0;
}
.contact-us .info .ico {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 10px;
  background: #FBEAEA;
  color: #CB2121;
}
.contact-us .info h4 {
  font-size: 16px;
  line-height: 24px;
  color: #CB2121;
  margin-bottom: 3px;
}
.contact-us .info p {
  font-size: 14px;
  line-height: 23px;
  color: #4A5563;
}
.contact-us .info span {
  font-size: 12px;
  line-height: 20px;
  color: #CB2121;
  font-weight: 600;
}
.contact-us h3 {
  font-size: 18px;
  line-height: 28px;
  color: #CB2121;
  margin-bottom: 11px;
}
.contact-us .map {
  border-radius: 16px;
  border: 1px solid #CB2121;
  overflow: hidden;
  position: relative;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .contact-us .map {
    margin-bottom: 30px;
  }
}
.contact-us .map .address {
  padding: 13px;
  position: absolute;
  bottom: 18px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  background: #ffffff;
  border-radius: 10px;
  width: calc(100% - 26px);
  left: 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
}
.contact-us .map .address span {
  line-height: 20px;
  border-radius: 100px;
  color: #FFD700;
  background: #FDF7E7;
  padding: 0px 10px;
}
.contact-us .map iframe {
  max-height: 257px;
}
.contact-us .socials {
  border-radius: 16px;
  border: 1px solid #FBE3E4;
  padding: 25px;
  color: #CB2121;
  background: #FEF8F8;
}
.contact-us .socials h4 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #CB2121;
}
.contact-us .socials p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
}
.contact-us .socials .ico {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.contact-us .socials .ico a {
  font-size: 20px;
  background: #fff;
  display: block;
  border-radius: 6px;
  border: 1px solid #CB2121;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB2121;
}

.faq-sec {
  background: #FBBF23;
  color: #CB2121;
  padding: 60px 40px 83px;
  text-align: center;
}
@media (max-width: 1024px) {
  .faq-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .faq-sec {
    padding: 50px 20px;
  }
}
.faq-sec .wrap {
  max-width: 1022px;
  margin: 0 auto;
}
.faq-sec .header {
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .faq-sec .header {
    margin-bottom: 30px;
  }
}
.faq-sec .header .ico {
  margin-bottom: 16px;
  width: 50px;
  height: 50px;
  background: #F7B026;
  padding: 6.5px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .faq-sec .header .ico {
    margin-bottom: 30px;
  }
}
.faq-sec .header h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 8px;
  color: #CB2121;
}
@media (max-width: 767px) {
  .faq-sec .header h2 {
    margin-bottom: 30px;
  }
}
.faq-sec .header p {
  color: #4A5563;
  font-size: 16px;
  line-height: 24px;
}
.faq-sec .faqs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq-sec .faqs {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.faq-sec .faqs .item {
  background: #ffffff;
  text-align: left;
  padding: 18px 30px 18px 18px;
  border: 1px solid #CB2121;
  border-radius: 10px;
}
.faq-sec .faqs .item h4 {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 12px;
  color: #CB2121;
}
.faq-sec .faqs .item p {
  color: #4A5563;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.faq-sec .faq-cta {
  background: #CB2121;
  padding: 35px;
  max-width: 576px;
  margin: 0 auto;
  color: #ffffff;
  text-align: left;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .faq-sec .faq-cta {
    max-width: unset;
  }
}
.faq-sec .faq-cta h3 {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.faq-sec .faq-cta h3 .ico {
  width: 40px;
  height: 40px;
}
.faq-sec .faq-cta p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 21px;
  letter-spacing: 0.5px;
}
.faq-sec .faq-cta a {
  color: #000000;
  background: #ffffff;
}

.main-view-2 {
  padding: 64px 40px 46px;
}
@media (max-width: 1024px) {
  .main-view-2 {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .main-view-2 {
    padding: 50px 20px;
  }
}
.main-view-2 .wrap {
  max-width: 1350px;
  margin: 0 auto;
}
.main-view-2 .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .main-view-2 .header {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .main-view-2 .header {
    margin-bottom: 30px;
  }
}
.main-view-2 .header .img-item {
  width: 49%;
}
.main-view-2 .header .img-item img {
  max-height: 576px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .main-view-2 .header .img-item {
    width: 100%;
  }
}
.main-view-2 .header .txt-item {
  width: 48%;
}
@media (max-width: 1024px) {
  .main-view-2 .header .txt-item {
    width: 100%;
  }
}
.main-view-2 .header .txt-item .tag {
  padding: 2px 29px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  background: #CB2121;
  font-weight: 600;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main-view-2 .header .txt-item .tag {
    margin-bottom: 30px;
  }
}
.main-view-2 .header .txt-item h1 {
  font-size: 60px;
  line-height: 70px;
  color: #CB2121;
  margin-bottom: 19px;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .main-view-2 .header .txt-item h1 {
    margin-bottom: 30px;
  }
}
.main-view-2 .header .txt-item p {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.5px;
}
.main-view-2 .mission {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  border-top: 1px solid #CB2121;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .main-view-2 .mission {
    gap: 30px;
    flex-direction: column;
  }
}
.main-view-2 .m-item {
  width: 30.95%;
  text-align: center;
}
@media (max-width: 767px) {
  .main-view-2 .m-item {
    width: 100%;
  }
}
.main-view-2 .m-item .ico {
  padding: 14px;
  margin-bottom: 15px;
  width: 56px;
  height: 56px;
  background: #FDF2F2;
  color: #CB2121;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .main-view-2 .m-item .ico {
    margin-bottom: 30px;
  }
}
.main-view-2 .m-item h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.main-view-2 .m-item p {
  color: #4A5563;
  font-size: 18px;
  line-height: 20px;
}

.timeline-sec {
  background: #FBBF23;
  padding: 49px 40px 48px;
}
@media (max-width: 1024px) {
  .timeline-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .timeline-sec {
    padding: 50px 20px;
  }
}
.timeline-sec .wrap {
  max-width: 1156px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 56px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .timeline-sec .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.timeline-sec .item {
  width: 52.59%;
}
@media (max-width: 1024px) {
  .timeline-sec .item {
    width: 100%;
  }
}
.timeline-sec .tag {
  font-size: 20px;
  line-height: 23px;
  padding: 8px 11px;
  background: #CB2121;
  display: inline-block;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .timeline-sec .tag {
    margin-bottom: 30px;
  }
}
.timeline-sec img {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .timeline-sec img {
    margin-bottom: 30px;
  }
}
.timeline-sec h2 {
  color: #CB2121;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .timeline-sec h2 {
    margin-bottom: 30px;
  }
}
.timeline-sec p {
  font-size: 18px;
  line-height: 29px;
  color: #4A5563;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .timeline-sec p {
    margin-bottom: 30px;
  }
}
.timeline-sec a {
  color: #ffffff;
  background: #CB2121;
}
.timeline-sec .timeline-wrap {
  width: 42.6%;
  padding-top: 69px;
}
@media (max-width: 1024px) {
  .timeline-sec .timeline-wrap {
    padding-top: 0;
    width: 100%;
  }
}
.timeline-sec .timeline-wrap .terms {
  border-left: 2px solid #CB2121;
  position: relative;
  padding: 0px 0px 22px 28px;
  margin-bottom: 6px;
  margin-left: 13px;
}
.timeline-sec .timeline-wrap .terms:last-child {
  border: none;
  padding-bottom: 0;
}
.timeline-sec .timeline-wrap .terms::before {
  content: "●";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #FBBF23;
  color: #CB2121;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #CB2121;
  left: -13px;
  top: 0;
}
.timeline-sec .timeline-wrap .terms .date {
  font-size: 14px;
  line-height: 20px;
  color: #CB2121;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.timeline-sec .timeline-wrap .terms h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.timeline-sec .timeline-wrap .terms p {
  font-size: 16px;
  line-height: 26px;
}

.partners-sec {
  padding: 86px 40px 97px;
  background: #CB2121;
}
@media (max-width: 1024px) {
  .partners-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .partners-sec {
    padding: 50px 20px;
  }
}
.partners-sec .wrap {
  max-width: 1330px;
  margin: 0 auto;
}
.partners-sec .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  gap: 101px;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .partners-sec .header {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .partners-sec .header {
    margin-bottom: 30px;
  }
}
.partners-sec .header h2 {
  font-size: 35px;
  line-height: 50px;
  width: 44.285%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .partners-sec .header h2 {
    width: 100%;
  }
}
.partners-sec .header p {
  font-size: 18px;
  line-height: 29px;
  width: 46.91%;
}
@media (max-width: 1024px) {
  .partners-sec .header p {
    width: 100%;
  }
}
.partners-sec .header.align {
  gap: 26px;
}
@media (max-width: 1024px) {
  .partners-sec .header.align {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .partners-sec .header.align {
    gap: 30px;
  }
}
.partners-sec .header.align h2 {
  width: 31.35%;
  text-align: right;
}
@media (max-width: 1024px) {
  .partners-sec .header.align h2 {
    width: 100%;
    text-align: left;
  }
}
.partners-sec .header.align p {
  width: 66.46%;
}
@media (max-width: 1024px) {
  .partners-sec .header.align p {
    width: 100%;
  }
}
.partners-sec .partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .partners-sec .partners {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.partners-sec .partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 16px;
  width: 31.35%;
}
@media (max-width: 1024px) {
  .partners-sec .partner-grid {
    width: 100%;
  }
}
.partners-sec .partner-grid img {
  border-radius: 10px;
  overflow: hidden;
  padding: 9px 0px 10px;
  background: #FBBF23;
  aspect-ratio: 1/1.06;
  object-fit: cover;
  object-position: center;
}
.partners-sec .iframe {
  width: 66.46%;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
@media (max-width: 1024px) {
  .partners-sec .iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .partners-sec .iframe {
    height: 180px;
  }
}
.partners-sec .iframe iframe {
  height: 100%;
}

.slider-sec {
  padding: 72px 40px 75px;
  background: #FBBF23;
}
@media (max-width: 1024px) {
  .slider-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .slider-sec {
    padding: 50px 20px;
  }
}
.slider-sec .wrap {
  max-width: 1307px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .slider-sec .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.slider-sec .item {
  width: 29.53%;
}
@media (max-width: 1024px) {
  .slider-sec .item {
    width: 100%;
  }
}
.slider-sec .slider-item {
  width: 64.34%;
  position: relative;
}
@media (max-width: 1024px) {
  .slider-sec .slider-item {
    width: 100%;
  }
}
.slider-sec .slider-item .arrows {
  position: absolute;
  bottom: -26px;
  left: calc(50% - 61px);
}
.slider-sec .txt-item {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .slider-sec .txt-item {
    padding-top: 0px;
  }
}
.slider-sec .txt-item h1 {
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 14px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .slider-sec .txt-item h1 {
    margin-bottom: 30px;
  }
}
.slider-sec .txt-item p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.slider-sec .slick-list {
  border-radius: 16px;
}
.slider-sec .slider .slide {
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-sec .slider .slide {
    flex-direction: column;
  }
}
.slider-sec .slider .slide .img {
  width: 40.07%;
}
@media (max-width: 767px) {
  .slider-sec .slider .slide .img {
    width: 100%;
  }
}
.slider-sec .slider .slide .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-sec .slider .slide .txt {
  width: 59.93%;
  padding: 40px 36px 46px 27px;
}
@media (max-width: 767px) {
  .slider-sec .slider .slide .txt {
    width: 100%;
  }
}
.slider-sec .slider .slide .txt h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #ffffff;
}
.slider-sec .slider .slide .txt p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.slider-sec .slider .slide .txt a {
  color: #ffffff;
  background: #CB2121;
}

.featured-publication {
  background: #CB2121;
  padding: 43px 40px 74px;
}
@media (max-width: 1024px) {
  .featured-publication {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .featured-publication {
    padding: 50px 20px;
  }
}
.featured-publication .wrap {
  max-width: 1184px;
  margin: 0 auto;
  text-align: center;
}
.featured-publication .result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #4A5563;
  margin-bottom: 48px;
}
.featured-publication .result .result-txt {
  text-align: left;
}
.featured-publication .result .result-txt h4 {
  font-size: 24px;
  line-height: 32px;
  color: #CB2121;
  margin-bottom: 4px;
}
.featured-publication .result .result-txt p {
  font-size: 14px;
  line-height: 20px;
  color: #4A5563;
}
.featured-publication .result .result-txt p span {
  display: inline-block;
}
.featured-publication .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 31px;
  border-bottom: 5px solid #CB2121;
  margin-bottom: 43px;
}
.featured-publication .breadcrumbs a {
  background: #CB2121;
  color: #ffffff;
  border-radius: 100px;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  padding: 7px 16px;
}
.featured-publication .breadcrumbs a:last-of-type {
  background: #FBBF23;
}
.featured-publication .header {
  text-align: center;
}
.featured-publication .tag {
  font-size: 16px;
  line-height: 26px;
  padding: 9px 16px;
  color: #CB2121;
  font-weight: 600;
  border-radius: 100px;
  background: #FCEBEB;
  margin-bottom: 42px;
  display: inline-block;
}
@media (max-width: 767px) {
  .featured-publication .tag {
    margin-bottom: 30px;
  }
}
.featured-publication .publications {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .featured-publication .publications {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-publication .publications {
    grid-template-columns: repeat(1, 1fr);
  }
}
.featured-publication .item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #FBBF23;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.featured-publication .img {
  position: relative;
}
.featured-publication .img img {
  max-height: 363px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.featured-publication .img .callout {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 12px;
  line-height: 20px;
  background: #FBBF23;
  padding: 0px 12px;
  font-weight: 600;
  border-radius: 100px;
}
.featured-publication .txt {
  text-align: left;
  padding: 19px 11px 7px 20px;
}
.featured-publication .txt .date {
  font-size: 12px;
  line-height: 16px;
  color: #4A5563;
  margin-bottom: 9px;
}
.featured-publication .txt h3 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.featured-publication .txt p {
  font: 14px;
  line-height: 23px;
  color: #4A5563;
  letter-spacing: -0.5px;
}
.featured-publication .controls {
  border-top: 1px solid #DEE1E6;
  padding: 9px 20px 20px;
  margin-top: auto;
}
.featured-publication .controls .button-wrap {
  justify-content: space-between;
}
.featured-publication .controls .button {
  border: 1px solid #FBBF23;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 22px;
  gap: 10px;
  color: #FBBF23;
  width: 48%;
}
@media (max-width: 1024px) {
  .featured-publication .controls .button {
    justify-content: center;
  }
}
.featured-publication .controls .button .ico {
  width: 14px;
  height: 14px;
}
.featured-publication .controls .fill {
  background: #FBBF23;
  color: #ffffff;
}
.featured-publication .controls .fill .ico {
  width: 12px;
  height: 12px;
}

.featured-publication.publications {
  background: #ffffff;
}
.featured-publication.publications .item {
  border: 1px solid #CB2121;
}
.featured-publication.publications .controls .button {
  border: 1px solid #CB2121;
  color: #CB2121;
}
.featured-publication.publications .controls .fill {
  background: #CB2121;
  color: #ffffff;
}

.governing-board {
  padding: 67px 40px 91px;
}
@media (max-width: 1024px) {
  .governing-board {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .governing-board {
    padding: 50px 20px;
  }
}
.governing-board .wrap {
  max-width: 1142px;
  margin: 0 auto;
  border-bottom: 5px solid #CB2121;
}
.governing-board .header {
  text-align: center;
  max-width: 624px;
  margin: 0 auto;
}
.governing-board .header h2 {
  font-size: 48px;
  line-height: 56px;
  color: #CB2121;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .governing-board .header h2 {
    margin-bottom: 30px;
  }
}
.governing-board .header p {
  font-size: 18px;
  line-height: 29px;
  color: #4A5563;
}
.governing-board .board {
  padding: 45px 131px 67px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
@media (max-width: 1024px) {
  .governing-board .board {
    padding: 30px 0px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .governing-board .board {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.governing-board .board .item {
  padding: 12px 16px 32px;
  border-radius: 10px;
  border: 1px solid #CB2121;
  display: flex;
  flex-direction: column;
}
.governing-board .board .item .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 19px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.09);
}
.governing-board .board .item .img img {
  max-height: 233px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-fit: center;
}
.governing-board .board .item h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 700;
}
.governing-board .board .item .txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.governing-board .board .item .txt .details {
  margin-top: auto;
}
.governing-board .board .item span {
  font-size: 10px;
  line-height: 12px;
  color: #CB2121;
  padding: 3px 26px;
  border-radius: 100px;
  border: 1px solid #CB2121;
  background: #FEF5F4;
  text-align: center;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.governing-board .board .item span:last-child {
  margin-bottom: 0px;
}

.about-us {
  padding: 66px 40px 49px;
}
@media (max-width: 1024px) {
  .about-us {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 50px 20px;
  }
}
.about-us .wrap {
  max-width: 1176px;
  margin: 0 auto;
}
.about-us h2 {
  font-size: 56px;
  line-height: 78px;
  margin-bottom: 3px;
  color: #CB2121;
  text-align: center;
}
@media (max-width: 1024px) {
  .about-us h2 {
    margin-bottom: 30px;
  }
}
.about-us p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 33px;
  color: #4A5563;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .about-us p {
    margin-bottom: 30px;
  }
}
.about-us img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .about-us img {
    margin-bottom: 30px;
  }
}
.about-us .grid {
  max-width: 876px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px 24px;
}
@media (max-width: 1024px) {
  .about-us .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-us .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us .item {
  border-radius: 16px;
  border: 1px solid #FBBF23;
  overflow: hidden;
  box-shadow: 0px 8.5px 15.75px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}
.about-us .item img {
  margin-bottom: 0px;
  max-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-us .item h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.about-us .item span {
  font-size: 16px;
  line-height: 26px;
}
.about-us .item .txt {
  padding: 21px 12px 22px;
  background: #FBBF23;
  flex-grow: 1;
}

.news-insights-header {
  background: #FAE1E0;
  padding: 60px 40px 68px;
}
@media (max-width: 1024px) {
  .news-insights-header {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .news-insights-header {
    padding: 50px 20px;
  }
}
.news-insights-header .wrap {
  max-width: 1184px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news-insights-header .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.news-insights-header .header {
  width: 56.33%;
}
@media (max-width: 1024px) {
  .news-insights-header .header {
    width: 100%;
  }
}
.news-insights-header .header h1 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .news-insights-header .header h1 {
    margin-bottom: 30px;
  }
}
.news-insights-header .header p {
  font-size: 18px;
  line-height: 28px;
}
.news-insights-header .article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
@media (max-width: 1024px) {
  .news-insights-header .article {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .news-insights-header .article {
    gap: 30px;
    flex-direction: column;
    align-items: unset;
  }
}
.news-insights-header .article .txt {
  text-align: right;
}
.news-insights-header .article .txt span {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
}
.news-insights-header .article .txt p {
  font-size: 12px;
  line-height: 16px;
  color: #4A5563;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-insights-header .article .txt p {
    white-space: unset;
  }
}
.news-insights-header .article .button {
  font-size: 14px;
  padding: 15px 32px;
  color: #ffffff;
  background: #CB2121;
}
@media (max-width: 767px) {
  .news-insights-header .article .button {
    width: 100%;
    justify-content: center;
  }
}

.news-sec {
  padding: 64px 40px 32px;
}
@media (max-width: 1024px) {
  .news-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .news-sec {
    padding: 50px 20px;
  }
}
.news-sec .wrap {
  max-width: 1184px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .news-sec .wrap {
    gap: 30px;
    flex-direction: column;
  }
}
.news-sec .news-item {
  width: 67.56%;
}
@media (max-width: 1024px) {
  .news-sec .news-item {
    width: 100%;
  }
}
.news-sec .news {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .news-sec .news {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .news-sec .news {
    margin-bottom: 30px;
  }
}
.news-sec .news:last-child {
  margin-bottom: 0px;
}
.news-sec .news .img {
  border-radius: 10px;
  overflow: hidden;
}
.news-sec .news .img img {
  max-height: 450px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-sec .news .txt {
  padding: 24px 0px;
  border-bottom: 1px solid #CB2121;
}
.news-sec .news .txt h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
.news-sec .news .txt p {
  font-size: 16px;
  line-height: 26px;
  color: #4A5563;
}
.news-sec .news .details {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 16px;
}
.news-sec .news .details span {
  font-size: 12px;
  line-height: 16px;
  color: #4A5563;
  display: flex;
  gap: 6px;
  align-items: center;
}
.news-sec .news .details .ico {
  width: 14px;
  height: 14px;
}
.news-sec .news .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-sec .news .links .button {
  padding-left: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.news-sec .news .links .button .ico {
  width: 16px;
  height: 16px;
}
.news-sec .news .share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-sec .news .share .ico {
  width: 32px;
  height: 32px;
  padding: 8px;
  color: #4A5563;
}
.news-sec .sidebar-item {
  width: 27.02%;
}
@media (max-width: 1024px) {
  .news-sec .sidebar-item {
    width: 100%;
  }
}
.news-sec .sidebar-item input[type=text] {
  border: 1px solid #CB2121;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .news-sec .sidebar-item input[type=text] {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-sec .sidebar-item input[type=text] {
    margin-bottom: 30px;
  }
}
.news-sec .sidebar-item h4 {
  font-size: 14px;
  line-height: 20px;
  color: #CB2121;
  padding: 0px 0px 9px 14px;
  position: relative;
  border-bottom: 1px solid #CB2121;
  margin-bottom: 16px;
}
.news-sec .sidebar-item h4::before {
  content: "";
  left: 0;
  width: 4px;
  height: 16px;
  top: 2px;
  position: absolute;
  background: #CB2121;
}
@media (max-width: 767px) {
  .news-sec .sidebar-item h4::before {
    top: 4px;
  }
}
.news-sec .sidebar-item .updates {
  padding-right: 14px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .news-sec .sidebar-item .updates {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-sec .sidebar-item .updates {
    margin-bottom: 30px;
  }
}
.news-sec .sidebar-item .updates .update {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .news-sec .sidebar-item .updates .update {
    margin-bottom: 10px;
  }
}
.news-sec .sidebar-item .updates .update:last-child {
  margin-bottom: 0;
}
.news-sec .sidebar-item .updates h5 {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 3px;
}
.news-sec .sidebar-item .updates .date {
  font-size: 12px;
  line-height: 16px;
  color: #4A5563;
  display: flex;
  align-items: center;
  gap: 4px;
}
.news-sec .sidebar-item .updates .date .ico {
  width: 12px;
  height: 12px;
}
.news-sec .sidebar-item .topics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 74px;
}
@media (max-width: 1024px) {
  .news-sec .sidebar-item .topics {
    margin-bottom: 20px;
  }
}
.news-sec .sidebar-item .topics .term {
  display: flex;
  font-size: 12px;
  align-items: center;
  line-height: 16px;
  color: #CB2121;
  border-radius: 100px;
  border: 1px solid #CB2121;
  padding: 9px 14px;
  font-weight: 600;
  gap: 6px;
}
.news-sec .sidebar-item .topics .term .count {
  font-size: 10px;
  background: #FBBF23;
  padding: 2px 6px;
  border-radius: 100px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-sec .sidebar-item .topics .is-active {
  color: #ffffff;
  background: #CB2121;
}
.news-sec .sidebar-item .hashtag {
  background: #FAFAFB;
  border: 1px dashed #DEE1E6;
  border-radius: 10px;
  padding: 24px 25px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.news-sec .sidebar-item .hashtag h5 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
}
.news-sec .sidebar-item .hashtag p {
  font-size: 11px;
  line-height: 17px;
  color: #4A5563;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-sec .sidebar-item .hashtag p {
    font-weight: 500;
  }
}
.news-sec .sidebar-item .hashtag .hash {
  min-width: 36px;
  height: 36px;
  color: #CB2121;
  padding: 8px;
  background: rgba(203, 33, 33, 0.1);
  border-radius: 100px;
}

.carousel-sec {
  padding: 68px 40px 71px;
}
@media (max-width: 1024px) {
  .carousel-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .carousel-sec {
    padding: 50px 20px;
  }
}
.carousel-sec .wrap {
  max-width: 1286px;
  margin: 0 auto;
}
.carousel-sec .header {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .carousel-sec .header {
    margin-bottom: 30px;
  }
}
.carousel-sec .header span {
  padding: 7px 16px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  background: #CB2121;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .carousel-sec .header span {
    font-size: 16px;
    line-height: 1.4;
  }
}
.carousel-sec .carousel .carousel-wrap {
  border-radius: 20px;
  border: 1px solid #CB2121;
  background: #FBBF23;
  overflow: hidden;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .carousel-sec .carousel .carousel-wrap {
    margin-bottom: 30px;
  }
}
.carousel-sec .carousel .controls {
  display: flex;
  gap: 13px;
  align-items: center;
}
.carousel-sec .carousel .controls .arrow {
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #FBBF23;
  padding: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
.carousel-sec .carousel .controls .arrow .ico {
  min-width: 16px;
  height: 16px;
  color: #FBBF23;
}
.carousel-sec .carousel .controls .active {
  border: none;
  color: #ffffff;
  background: #CB2121;
}
.carousel-sec .carousel .controls .active .ico {
  color: #ffffff;
}
.carousel-sec .carousel .item {
  display: flex;
}
@media (max-width: 767px) {
  .carousel-sec .carousel .item {
    flex-direction: column-reverse;
  }
}
.carousel-sec .carousel .item .img {
  width: 44.09%;
}
@media (max-width: 767px) {
  .carousel-sec .carousel .item .img {
    width: 100%;
  }
}
.carousel-sec .carousel .item .img img {
  max-height: 291px;
  object-fit: cover;
  object-position: center;
}
.carousel-sec .carousel .item .txt {
  width: 55.91%;
  padding: 40px 33px 29px 40px;
}
@media (max-width: 767px) {
  .carousel-sec .carousel .item .txt {
    width: 100%;
    padding: 30px;
  }
}
.carousel-sec .carousel .item .txt h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}
.carousel-sec .carousel .item .txt p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 56px;
}
.carousel-sec .carousel .item .txt .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel-sec .carousel .item .txt .buttons a {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #CB2121;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #CB2121;
}
.carousel-sec .carousel .item .txt .buttons .active {
  background: #CB2121;
  color: #ffffff;
}

.news-grid-sec {
  padding: 138px 40px 76px;
  background: #F9FFE7;
}
@media (max-width: 1024px) {
  .news-grid-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .news-grid-sec {
    padding: 50px 20px;
  }
}
.news-grid-sec .wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.news-grid-sec .header {
  position: absolute;
  top: -178px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .news-grid-sec .header {
    top: -110px;
  }
}
@media (max-width: 767px) {
  .news-grid-sec .header {
    top: -74px;
  }
}
.news-grid-sec h5 {
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  background: #CB2121;
  font-size: 40px;
  line-height: 55px;
  padding: 12px 16px;
  font-weight: 600;
}
.news-grid-sec .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 73px 24px;
}
@media (max-width: 1024px) {
  .news-grid-sec .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .news-grid-sec .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-grid-sec .grid .item {
  border-radius: 12px;
  border: 1px solid #CB2121;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-grid-sec .grid .item .img {
  overflow: hidden;
}
.news-grid-sec .grid .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 170px;
  min-height: 170px;
}
.news-grid-sec .grid .item .txt {
  padding: 27px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-grid-sec .grid .item .txt h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}
.news-grid-sec .grid .item .txt .details {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  justify-content: space-between;
}
.news-grid-sec .grid .item .txt .details span {
  padding: 3px 8px;
  font-size: 11px;
  line-height: 17px;
  border-radius: 100px;
  background: #CB2121;
  color: #ffffff;
}
.news-grid-sec .grid .item .txt .details .date {
  color: #4A5563;
  background: #FBBF23;
}

.article-sec {
  padding: 65px 40px 141px;
}
@media (max-width: 1024px) {
  .article-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .article-sec {
    padding: 50px 20px;
  }
}
.article-sec .wrap {
  max-width: 1304px;
  margin: 0 auto;
}
.article-sec .wrap p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .article-sec .wrap p {
    margin-bottom: 30px;
  }
}
.article-sec .wrap a {
  display: inline;
}
.article-sec .wrap ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.article-sec .wrap ul li {
  padding: 10px 0px;
}
.article-sec .comment {
  margin-bottom: 37px;
  padding: 24px 0px 24px 58px;
  position: relative;
}
@media (max-width: 767px) {
  .article-sec .comment {
    margin-bottom: 30px;
    padding: 20px 0px 20px 40px;
  }
}
.article-sec .comment::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 57.79%;
  left: 21px;
  bottom: 0;
  background: #E12C2C;
}
@media (max-width: 767px) {
  .article-sec .comment::before {
    left: 10px;
    bottom: 10px;
  }
}
.article-sec .comment h4 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  color: #CB2121;
}
.article-sec .comment .ico {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  color: #4A5563;
  background: #FBBF23;
  border-radius: 100px;
  padding: 10px;
}
@media (max-width: 767px) {
  .article-sec .comment .ico {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}
.article-sec .bi-column {
  display: flex;
  align-items: flex-end;
  gap: 47px;
  margin-bottom: 52px;
  position: relative;
}
@media (max-width: 1024px) {
  .article-sec .bi-column {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .article-sec .bi-column {
    margin-bottom: 30px;
    gap: 30px;
  }
}
.article-sec .bi-column .img-item {
  width: 51.38%;
  border-radius: 16px;
  box-shadow: 0px 8.5px 15.75px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .article-sec .bi-column .img-item {
    width: 100%;
  }
}
.article-sec .bi-column .img-item .img img {
  object-fit: cover;
  object-position: center;
}
.article-sec .bi-column .img-item .txt {
  padding: 20px 28px 24px 31px;
  background: #FBBF23;
  margin-bottom: 0;
}
.article-sec .bi-column .txt-item {
  width: 45.01%;
}
@media (max-width: 1024px) {
  .article-sec .bi-column .txt-item {
    width: 100%;
  }
}
.article-sec .bi-column .txt-item .head {
  padding-bottom: 29px;
  border-bottom: 4px solid #CB2121;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .article-sec .bi-column .txt-item .head {
    margin-bottom: 30px;
  }
}
.article-sec .bi-column .txt-item h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .article-sec .bi-column .txt-item h2 {
    margin-bottom: 30px;
  }
}
.article-sec .bi-column .txt-item p {
  margin-bottom: 20px;
}
.article-sec .bi-column .txt-item p:last-child {
  margin-bottom: 0;
}
.article-sec .bi-column .txt-item .people {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .article-sec .bi-column .txt-item .people {
    margin-bottom: 30px;
  }
}
.article-sec .bi-column .txt-item .people span {
  font-size: 14px;
  color: #CB2121;
  border: 1px solid #CB2121;
  border-radius: 100px;
  padding: 7px 12px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .article-sec .bi-column .txt-item .people span {
    font-size: 12px;
  }
}
.article-sec .bi-column .txt-item .people span:last-child {
  margin-bottom: 0px;
}
.article-sec .bi-column .txt-item .tag {
  font-size: 14px;
  padding: 7px 12px;
  background: #CB2121;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  font-weight: 600;
}
.article-sec .bi-column .controls {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  bottom: 10px;
  right: 20px;
}
.article-sec .bi-column .controls .arrow {
  background: #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FBBF23;
  color: #FBBF23;
}
.article-sec .bi-column .controls .arrow .ico {
  width: 16px;
  height: 16px;
}
.article-sec .bi-column .controls .active {
  color: #ffffff;
  background: #CB2121;
  border: none;
}
.article-sec .reverse {
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .article-sec .reverse {
    flex-direction: column-reverse;
  }
}
.article-sec .reverse .img-item {
  width: 47.46%;
}
@media (max-width: 1024px) {
  .article-sec .reverse .img-item {
    width: 100%;
  }
}
.article-sec .reverse .txt-item {
  width: 47.16%;
}
@media (max-width: 1024px) {
  .article-sec .reverse .txt-item {
    width: 100%;
  }
}

.main-view-3 {
  padding: 23px 40px 28px;
  background: #CB2121;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .main-view-3 {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .main-view-3 {
    padding: 50px 20px;
  }
}
.main-view-3 .wrap {
  max-width: 1257px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 51px;
}
@media (max-width: 1024px) {
  .main-view-3 .wrap {
    gap: 30px;
    flex-direction: column-reverse;
  }
}
.main-view-3 .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .main-view-3 .reverse {
    flex-direction: column-reverse;
  }
}
.main-view-3 .txt-item {
  width: 44.55%;
}
@media (max-width: 1024px) {
  .main-view-3 .txt-item {
    width: 100%;
  }
}
.main-view-3 .txt-item .tag {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 36px;
  background: #FBBF23;
  color: #4A5563;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .main-view-3 .txt-item .tag {
    margin-bottom: 30px;
  }
}
.main-view-3 .txt-item h1 {
  font-size: 60px;
  line-height: 61.75px;
  margin-bottom: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .main-view-3 .txt-item h1 {
    margin-bottom: 30px;
  }
}
.main-view-3 .txt-item p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 48px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .main-view-3 .txt-item p {
    margin-bottom: 30px;
  }
}
.main-view-3 .img-item {
  width: 51.39%;
}
@media (max-width: 1024px) {
  .main-view-3 .img-item {
    width: 100%;
  }
}

.new-release {
  padding: 58px 40px 50px;
}
@media (max-width: 1024px) {
  .new-release {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .new-release {
    padding: 50px 20px;
  }
}
.new-release .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  max-width: 1277px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .new-release .wrap {
    flex-direction: column;
  }
}
.new-release .img-item {
  width: 31.08%;
  padding: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .new-release .img-item {
    width: 100%;
  }
}
.new-release .img-item::before {
  content: "";
  position: absolute;
  background: #FBEAEA;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.new-release .img-item img {
  height: 100%;
}
.new-release .txt-item {
  width: 64.83%;
}
@media (max-width: 1024px) {
  .new-release .txt-item {
    width: 100%;
  }
}
.new-release .txt-item .tag {
  font-size: 16px;
  line-height: 26px;
  padding: 9px 16px;
  background: #CB2121;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .new-release .txt-item .tag {
    margin-bottom: 30px;
  }
}
.new-release .txt-item h2 {
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 27px;
  color: #CB2121;
}
@media (max-width: 767px) {
  .new-release .txt-item h2 {
    margin-bottom: 30px;
  }
}
.new-release .txt-item p {
  font-size: 16px;
  line-height: 26px;
  color: #4A5563;
  margin-bottom: 27px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .new-release .txt-item p {
    margin-bottom: 30px;
  }
}

.research-repository {
  padding: 48px 40px 49px;
  background: #FBBF23;
}
@media (max-width: 1024px) {
  .research-repository {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .research-repository {
    padding: 50px 20px;
  }
}
.research-repository .wrap {
  max-width: 1077px;
  margin: 0 auto;
}
.research-repository .header {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .research-repository .header {
    margin-bottom: 30px;
  }
}
.research-repository .header h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
  color: #CB2121;
}
@media (max-width: 767px) {
  .research-repository .header h2 {
    margin-bottom: 30px;
  }
}
.research-repository .header p {
  font-size: 18px;
  line-height: 28px;
  color: #4A5563;
}
.research-repository .search-form {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  max-width: 1024px;
  margin: 0 auto 54px;
}
@media (max-width: 767px) {
  .research-repository .search-form {
    margin: 0 auto 30px;
    flex-direction: column;
  }
}
.research-repository .search-form input[type=text] {
  font-size: 14px;
  border-radius: 16px;
  border: 1px solid #CB2121;
  padding: 19px 16px;
  width: 83.49%;
}
@media (max-width: 1024px) {
  .research-repository .search-form input[type=text] {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .research-repository .search-form input[type=text] {
    width: 100%;
  }
}
.research-repository .search-form input[type=text]::placeholder {
  color: #E12C2C;
}
.research-repository .search-form button {
  width: 15.03%;
  font-size: 18px;
  border: none;
  background: #CB2121;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 16px;
  gap: 10px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .research-repository .search-form button {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .research-repository .search-form button {
    width: 100%;
  }
}
.research-repository .categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1024px) {
  .research-repository .categories {
    justify-content: flex-start;
  }
}
.research-repository .categories a {
  font-size: 14px;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #ffffff;
  border-radius: 100px;
  color: #4A5563;
  font-weight: 600;
}
@media (max-width: 767px) {
  .research-repository .categories a {
    font-size: 12px;
    line-height: 1.5;
  }
}
.research-repository .categories a .ico {
  width: 16px;
  height: 16px;
  color: #CB2121;
}
.research-repository .categories .active {
  background: #CB2121;
  color: #ffffff;
}
.research-repository .categories .active .ico {
  color: #ffffff;
}

.banner-sec {
  padding: 70px 40px;
}
@media (max-width: 767px) {
  .banner-sec {
    padding: 50px 20px;
  }
}
.banner-sec .wrap {
  max-width: 1184px;
  margin: 0 auto;
}
.banner-sec .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px;
  background: #F4D881;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .banner-sec .banner {
    flex-direction: column;
    padding: 30px;
  }
}
.banner-sec .txt {
  width: 58.5%;
}
@media (max-width: 767px) {
  .banner-sec .txt {
    width: 100%;
  }
}
.banner-sec .txt h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
}
.banner-sec .txt p {
  font-size: 18px;
  line-height: 29px;
  color: #4A5563;
  margin-bottom: 24px;
}
.banner-sec .txt a {
  color: #000000;
  background: #FBBF23;
}
.banner-sec .img {
  width: 23.45%;
}
@media (max-width: 1024px) {
  .banner-sec .img {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .banner-sec .img {
    width: 100%;
  }
}
.banner-sec .img img {
  max-height: 56px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}
.banner-sec .img span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.branding-sec {
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .branding-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .branding-sec {
    padding: 50px 20px;
  }
}
.branding-sec .wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.branding-sec .header {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .branding-sec .header {
    margin-bottom: 30px;
  }
}
.branding-sec .header h2 {
  color: #CB2121;
  font-size: 32px;
}
.branding-sec .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .branding-sec .content {
    flex-direction: column;
  }
}
.branding-sec .img-item {
  width: 25%;
}
@media (max-width: 1024px) {
  .branding-sec .img-item {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .branding-sec .img-item {
    width: 100%;
  }
}
.branding-sec .txt-item {
  width: 75%;
}
@media (max-width: 1024px) {
  .branding-sec .txt-item {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .branding-sec .txt-item {
    width: 100%;
  }
}
.branding-sec .txt-item p {
  color: #4A5563;
  font-size: 16px;
  line-height: 26px;
}
.branding-sec .downloadables h4 {
  margin-bottom: 20px;
  color: #CB2121;
  text-align: center;
  font-weight: 600;
}
.branding-sec .downloadables .file {
  width: 100%;
  display: block;
  transition: 0.5s;
  background: #FBBF23;
  color: #CB2121;
  font-weight: 600;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
  justify-content: space-between;
}
.branding-sec .downloadables .file:last-child {
  margin-bottom: 0px;
}
.branding-sec .downloadables .file:hover {
  color: #ffffff;
  background: #CB2121;
}
.branding-sec .downloadables .file .ico {
  width: 20px;
  height: 20px;
}

.essential-resources-sec {
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .essential-resources-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .essential-resources-sec {
    padding: 50px 20px;
  }
}
.essential-resources-sec .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.essential-resources-sec .header {
  margin-bottom: 40px;
  text-align: center;
}
.essential-resources-sec .header h2 {
  font-size: 32px;
  color: #CB2121;
}
.essential-resources-sec .resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .essential-resources-sec .resource-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.essential-resources-sec .resource-item {
  border-radius: 6px;
  overflow: hidden;
}
.essential-resources-sec .resource-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.essential-resources-sec .resource-content-inner {
  padding: 30px 20px;
}
.essential-resources-sec .resource-toggle {
  appearance: none;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .essential-resources-sec .resource-toggle {
    padding: 10px;
  }
}
.essential-resources-sec .resource-toggle .ico {
  transition: transform 0.25s ease;
  color: #000000;
  width: 20px;
  height: 20px;
}
.essential-resources-sec .resource-toggle h3 {
  color: #000000;
}
.essential-resources-sec .resource-item.is-open .resource-toggle .ico {
  transform: rotate(180deg);
}
.essential-resources-sec .resource-links a {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.essential-resources-sec .resource-links a:last-child {
  margin-bottom: 0;
}

.webinar-sec {
  padding: 50px 40px 37px;
}
@media (max-width: 1024px) {
  .webinar-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .webinar-sec {
    padding: 50px 20px;
  }
}
.webinar-sec .wrap {
  max-width: 1184px;
  margin: 0 auto;
}
.webinar-sec .header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .webinar-sec .header {
    flex-direction: column;
  }
}
.webinar-sec .header .tag {
  font-size: 14px;
  line-height: 20px;
  color: #CB2121;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
  gap: 8px;
  margin-bottom: 10px;
}
.webinar-sec .header .tag .ico {
  width: 16px;
  height: 16px;
}
.webinar-sec .header h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 8px;
}
.webinar-sec .header p {
  font-size: 18px;
  line-height: 28px;
  color: #4A5563;
}
.webinar-sec .header .item {
  width: 55.57%;
}
@media (max-width: 1024px) {
  .webinar-sec .header .item {
    width: 100%;
  }
}
.webinar-sec .header .button-wrap {
  gap: 12px;
}
.webinar-sec .header .button-wrap .button {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 16px;
  border: 1px solid #CB2121;
  color: #CB2121;
}
.webinar-sec .header .button-wrap .button .ico {
  width: 16px;
  height: 16px;
}
.webinar-sec .webinar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 31px;
}
@media (max-width: 1024px) {
  .webinar-sec .webinar {
    flex-direction: column;
  }
}
.webinar-sec .webinar .webinar-item {
  width: 65.79%;
}
@media (max-width: 1024px) {
  .webinar-sec .webinar .webinar-item {
    width: 100%;
  }
}
.webinar-sec .webinar .webinar-item .iframe {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 31px;
  position: relative;
}
.webinar-sec .webinar .webinar-item .iframe .callout {
  position: absolute;
  padding: 1px 11px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  background: #FBBF23;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  top: 27px;
  left: 24px;
}
.webinar-sec .webinar .webinar-item iframe {
  aspect-ratio: 1.5/1;
}
.webinar-sec .webinar .webinar-item .about-webinar {
  padding: 32px 32px 65px;
  border: 1px solid #CB2121;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .webinar-sec .webinar .webinar-item .about-webinar {
    padding: 15px 15px 40px;
  }
}
.webinar-sec .webinar .webinar-item .title {
  border-bottom: 1px solid #CB2121;
  padding-bottom: 25px;
}
.webinar-sec .webinar .webinar-item .title h2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 9px;
}
.webinar-sec .webinar .webinar-item .title .details {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media (max-width: 767px) {
  .webinar-sec .webinar .webinar-item .title .details {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.webinar-sec .webinar .webinar-item .title .details span {
  font-size: 14px;
  line-height: 20px;
  color: #4A5563;
  display: flex;
  align-items: center;
  gap: 6px;
}
.webinar-sec .webinar .webinar-item .title .details span .ico {
  width: 16px;
  height: 16px;
}
.webinar-sec .webinar .webinar-item .title .details .author {
  color: #CB2121;
}
.webinar-sec .webinar .webinar-item .title .details .body-tag {
  font-size: 10px;
  line-height: 16px;
  padding: 5px 24px;
  background: #CB2121;
  color: #ffffff;
  border-radius: 100px;
}
.webinar-sec .webinar .webinar-item .body {
  padding-top: 23px;
}
.webinar-sec .webinar .webinar-item .body h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
}
.webinar-sec .webinar .webinar-item .body p {
  color: #4A5563;
  font-size: 14px;
  line-height: 26px;
}
.webinar-sec .webinar .sidebar {
  width: 31.58%;
}
@media (max-width: 1024px) {
  .webinar-sec .webinar .sidebar {
    width: 100%;
  }
}
.webinar-sec .webinar .sidebar .courses {
  border: 1px solid #CB2121;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.webinar-sec .webinar .sidebar .course-header {
  background: #FDDF91;
  padding: 16px 24px;
  position: relative;
}
.webinar-sec .webinar .sidebar .course-header h4 {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 6px;
}
.webinar-sec .webinar .sidebar .course-header p {
  font-size: 12px;
  line-height: 16px;
  color: #4A5563;
}
.webinar-sec .webinar .sidebar .course-header .module-count {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  color: #CB2121;
  font-weight: 600;
  padding: 1px 11px;
  top: 19px;
  right: 24px;
  border-radius: 100px;
  background: #F9CC88;
}
.webinar-sec .webinar .sidebar .courses-list {
  padding: 16px 16px 32px;
}
.webinar-sec .webinar .sidebar .courses-list h5 {
  font-size: 14px;
  line-height: 36px;
  color: #4A5563;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.webinar-sec .webinar .sidebar .courses-list h5 .ico {
  width: 16px;
  height: 16px;
}
.webinar-sec .webinar .sidebar .courses-list .list .course {
  border-radius: 10px;
  padding: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 12px;
}
.webinar-sec .webinar .sidebar .courses-list .list .course:last-child {
  margin-bottom: 0;
}
.webinar-sec .webinar .sidebar .courses-list .list .course:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.webinar-sec .webinar .sidebar .courses-list .list .course img {
  width: 30.37%;
  max-height: 64px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.webinar-sec .webinar .sidebar .courses-list .list .course .txt {
  width: 64.55%;
}
.webinar-sec .webinar .sidebar .courses-list .list .course .txt h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.webinar-sec .webinar .sidebar .courses-list .list .course .txt .course-detail {
  font-size: 10px;
  line-height: 20px;
  color: #4A5563;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
}
.webinar-sec .webinar .sidebar .courses-list .list .course .txt .course-detail .ico {
  width: 12px;
  height: 12px;
}
.webinar-sec .webinar .sidebar .courses-list .list .active {
  border: 1px solid #CB2121;
  background: #FDF3F3;
}
.webinar-sec .webinar .sidebar .courses-list .list .active h6 {
  color: #CB2121;
}
.webinar-sec .webinar .sidebar .announcement {
  padding: 24px;
  background: #FDF2F2;
  position: relative;
  border-radius: 10px;
}
.webinar-sec .webinar .sidebar .announcement::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #CB2121;
  top: 8px;
  right: 9px;
}
.webinar-sec .webinar .sidebar .announcement .tag {
  font-size: 10px;
  line-height: 15px;
  padding: 3px 14px;
  background: #CB2121;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 14px;
  border-radius: 100px;
  display: inline-block;
}
.webinar-sec .webinar .sidebar .announcement h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
}
.webinar-sec .webinar .sidebar .announcement p {
  font-size: 14px;
  line-height: 20px;
  color: #4A5563;
  margin-bottom: 8px;
}
.webinar-sec .webinar .sidebar .announcement .announcement-tag {
  font-size: 14px;
  line-height: 20px;
  color: #4A5563;
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.webinar-sec .webinar .sidebar .announcement .announcement-tag .ico {
  width: 16px;
  height: 16px;
}
.webinar-sec .webinar .sidebar .announcement .announcement-button {
  width: 100%;
  padding: 5px 16px;
  color: #ffffff;
  background: #CB2121;
  border-radius: 6px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.recommended-video-resources {
  padding: 34px 70px 81px;
}
@media (max-width: 1024px) {
  .recommended-video-resources {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .recommended-video-resources {
    padding: 50px 20px;
  }
}
.recommended-video-resources .wrap {
  max-width: 1268px;
  margin: 0 auto;
  background: #FDE5A7;
  border-radius: 16px;
  box-shadow: 0px 8.5px 15.75px rgba(0, 0, 0, 0.22);
  padding: 34px 46px 52px 38px;
}
@media (max-width: 1024px) {
  .recommended-video-resources .wrap {
    padding: 24px;
  }
}
.recommended-video-resources .header {
  margin-bottom: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .recommended-video-resources .header {
    display: block;
  }
}
.recommended-video-resources .header h2 {
  font-size: 24px;
  line-height: 32px;
  color: #CB2121;
  font-weight: 600;
}
.recommended-video-resources .header .button {
  color: #CB2121;
  white-space: nowrap;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .recommended-video-resources .header .button-wrap {
    justify-content: flex-end;
  }
}
.recommended-video-resources .links {
  display: grid;
  gap: 31px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .recommended-video-resources .links {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.recommended-video-resources .links .link {
  border-radius: 16px;
  background: #CB2121;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .recommended-video-resources .links .link {
    padding: 15px;
  }
}
.recommended-video-resources .links .link .ico {
  min-width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 16px;
  background: #FBBF23;
  color: #CB2121;
}
@media (max-width: 767px) {
  .recommended-video-resources .links .link .ico {
    aspect-ratio: 1/1;
  }
}
.recommended-video-resources .links .link h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
  color: #ffffff;
  font-weight: 600;
}
.recommended-video-resources .links .link .subtext {
  font-size: 12px;
  line-height: 16px;
  color: #FBBF23;
  word-break: break-word;
  overflow-wrap: break-word;
}

.sub-header {
  padding: 70px 40px;
  background: #FBBF23;
}
@media (max-width: 1024px) {
  .sub-header {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .sub-header {
    padding: 50px 20px;
  }
}
.sub-header .wrap {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.sub-header .wrap h2 {
  color: #CB2121;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

.main-view-4-sec {
  padding: 24px 40px 63px;
  background: #FBBF23;
}
@media (max-width: 1024px) {
  .main-view-4-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .main-view-4-sec {
    padding: 50px 20px;
  }
}
.main-view-4-sec .wrap {
  max-width: 1219px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
}
@media (max-width: 1024px) {
  .main-view-4-sec .wrap {
    flex-direction: column;
  }
}
.main-view-4-sec .txt-item {
  width: 46.26%;
}
@media (max-width: 1024px) {
  .main-view-4-sec .txt-item {
    width: 100%;
  }
}
.main-view-4-sec .txt-item .tag {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 13px;
  color: #ffffff;
  background: #CB2121;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 32px;
  font-weight: 600;
}
.main-view-4-sec .txt-item h2 {
  font-size: 48px;
  line-height: 53px;
  color: #000000;
  margin-bottom: 32px;
}
.main-view-4-sec .txt-item h2 span {
  color: #CB2121;
}
.main-view-4-sec .txt-item p {
  font-size: 18px;
  line-height: 29px;
  color: #4A5563;
  margin-bottom: 33px;
}
.main-view-4-sec .txt-item .numbers {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.main-view-4-sec .txt-item .numbers div {
  width: 50%;
}
.main-view-4-sec .txt-item .numbers h3 {
  font-size: 36px;
  line-height: 40px;
  color: #CB2121;
  margin-bottom: 8px;
}
.main-view-4-sec .txt-item .numbers .label {
  font-size: 14px;
  line-height: 20px;
  color: #4A5563;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .main-view-4-sec .txt-item .numbers .label {
    font-weight: 600;
  }
}
.main-view-4-sec .img-item {
  width: 49.46%;
}
@media (max-width: 1024px) {
  .main-view-4-sec .img-item {
    width: 100%;
  }
}

.numbers-sec {
  padding: 80px 40px;
  background: #E12C2C;
}
@media (max-width: 1024px) {
  .numbers-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .numbers-sec {
    padding: 50px 20px;
  }
}
.numbers-sec .wrap {
  max-width: 1097px;
  margin: 0 auto;
}
.numbers-sec .numbers {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .numbers-sec .numbers {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
.numbers-sec .item {
  text-align: center;
}
.numbers-sec .item .ico {
  width: 64px;
  height: 64px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  margin-bottom: 16px;
  color: #ffffff;
}
.numbers-sec .item h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 3px;
  color: #ffffff;
}
.numbers-sec .item p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 70%;
}

.youth-engagements {
  overflow: hidden;
}
.youth-engagements .wrap {
  padding: 70px 40px 30px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .youth-engagements .wrap {
    padding: 70px 30px 30px;
  }
}
@media (max-width: 767px) {
  .youth-engagements .wrap {
    padding: 50px 20px 30px;
  }
}
.youth-engagements .wrap .tag {
  padding: 9px 16px;
  border: 1px solid #CB2121;
  font-size: 16px;
  line-height: 26px;
  color: #CB2121;
  display: inline-block;
  margin-bottom: 22px;
  border-radius: 100px;
  font-weight: 600;
}
.youth-engagements .wrap h2 {
  font-size: 55px;
  line-height: 78px;
  margin-bottom: 22px;
}
.youth-engagements .wrap p {
  font-size: 18px;
  line-height: 28px;
  color: #4A5563;
  margin: 0 auto 44px;
  max-width: 425px;
}
.youth-engagements .wrap .button-wrap {
  justify-content: center;
}
.youth-engagements .wrap .button {
  background: #CB2121;
  color: #ffffff;
}
.youth-engagements .wrap .item {
  max-width: 620px;
  margin: 0 auto;
}
.youth-engagements .wrap .bg-img {
  position: absolute;
  bottom: 0;
  width: 28.47%;
  aspect-ratio: 1/1;
  z-index: -1;
}
.youth-engagements .wrap .left-img {
  left: 0;
}
@media (max-width: 1024px) {
  .youth-engagements .wrap .left-img {
    left: -10%;
  }
}
.youth-engagements .wrap .right-img {
  right: 0;
}
@media (max-width: 1024px) {
  .youth-engagements .wrap .right-img {
    right: -10%;
  }
}
.youth-engagements .list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 43px 49px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 31px;
}
@media (max-width: 1024px) {
  .youth-engagements .list {
    padding: 30px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .youth-engagements .list {
    padding: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.youth-engagements .list .list-item {
  border-radius: 10px;
  background: #FBBF23;
  padding: 15px 16px 10px;
}
.youth-engagements .list .list-item h6 {
  display: flex;
  gap: 7px;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  align-items: center;
}
.youth-engagements .list .list-item h6 .ico {
  width: 36px;
  height: 36px;
  padding: 8px;
  color: #CB2121;
  border-radius: 10px;
  background: rgba(203, 33, 33, 0.1);
}
.youth-engagements .list .list-item p {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #4A5563;
}
.youth-engagements .list .list-item .button {
  font-size: 11px;
  color: #CB2121;
  padding: 3.5px 8px 3.5px 0px;
}
.youth-engagements .list .list-item .button .ico {
  width: 12px;
  height: 12px;
}

.content-sec {
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .content-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .content-sec {
    padding: 50px 20px;
  }
}
.content-sec .wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.content-sec label {
  color: #CB2121;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-sec .textfield {
  margin-bottom: 20px;
}
.content-sec .submit {
  font-size: 16px;
  color: #ffffff;
  background: #CB2121;
  border: none;
  width: 100%;
  padding: 15px 16px;
  border-radius: 6px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.content-sec p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 21px;
}
.content-sec iframe {
  height: auto;
  aspect-ratio: 1/1;
}

.collection-sec {
  border-top: 1px solid #CB2121;
  padding: 32px 40px 79px;
}
@media (max-width: 1024px) {
  .collection-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .collection-sec {
    padding: 50px 20px;
  }
}
.collection-sec .wrap {
  max-width: 1184px;
  margin: 0 auto;
}
.collection-sec .header {
  margin-bottom: 49px;
}
.collection-sec .header h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
.collection-sec .header p {
  font-size: 16px;
  line-height: 24px;
}
.collection-sec .collection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
@media (max-width: 1024px) {
  .collection-sec .collection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .collection-sec .collection {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.collection-sec .item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #CB2121;
}
.collection-sec .item .img {
  position: relative;
}
.collection-sec .item .img img {
  max-height: 192px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.collection-sec .item .img .callout {
  position: absolute;
  left: 16px;
  top: 20px;
  color: #ffffff;
  background: #CB2121;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 10px;
  border-radius: 100px;
  display: inline-block;
  font-weight: 600;
}
.collection-sec .item .txt {
  padding: 24px 26px 26px 25px;
}
.collection-sec .item .txt h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 23px;
}
.collection-sec .item .txt p {
  font-size: 14px;
  line-height: 23px;
  color: #4A5563;
  margin-bottom: 24px;
}
.collection-sec .item .txt h4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.collection-sec .item .txt ul {
  list-style-type: none;
  margin-bottom: 49px;
}
.collection-sec .item .txt ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #4A5563;
  padding-left: 24px;
  position: relative;
}
.collection-sec .item .txt ul li:last-child {
  margin-bottom: 0;
}
.collection-sec .item .txt ul li .ico {
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  color: #FBBF23;
}
.collection-sec .item .txt .button-wrap .button {
  color: #CB2121;
  border: 1px solid #CB2121;
  width: 100%;
  justify-content: center;
}
.collection-sec .item .txt .button-wrap .button .ico {
  width: 16px;
  height: 16px;
}

.reading-corners {
  padding: 58px 40px 96px;
}
@media (max-width: 1024px) {
  .reading-corners {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .reading-corners {
    padding: 50px 20px;
  }
}
.reading-corners .wrap {
  max-width: 1167px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .reading-corners .wrap {
    flex-direction: column;
  }
}
.reading-corners .wrap .wrap-bg {
  width: 88%;
  height: 88%;
  position: absolute;
  left: 6%;
  top: 6%;
  border: 3px solid #FBBF23;
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .reading-corners .wrap .wrap-bg {
    display: none;
  }
}
.reading-corners .item {
  padding-top: 71px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 89px;
}
@media (max-width: 767px) {
  .reading-corners .item {
    gap: 30px;
    padding-top: 0;
  }
}
.reading-corners .item h3 {
  padding: 7px 16px;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  background: #FBBF23;
  border-radius: 100px;
  font-weight: 600;
}
.reading-corners .item p {
  color: #CB2121;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  max-width: 425px;
  background: #ffffff;
}
.reading-corners .item img {
  border-radius: 16px;
}
.reading-corners .top {
  flex-direction: column-reverse;
  padding-top: 0;
  padding-bottom: 71px;
  align-items: flex-start;
  gap: 57px;
}
@media (max-width: 767px) {
  .reading-corners .top {
    padding-bottom: 0;
  }
}

.js-publications-ajax .js-publications-results {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.js-publications-ajax.is-loading .js-publications-results {
  opacity: 0.4;
  transform: translateY(10px);
  pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 81px;
}
.pagination .js-publications-pagination {
  display: flex;
  gap: 16px;
}
.pagination .page-numbers {
  min-width: 40px;
  padding: 13px;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 6px;
}
.pagination .current {
  color: #ffffff;
  background: #CB2121;
}
.pagination .prev {
  color: #A9AEB6;
}
.pagination .next {
  color: #CB2121;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination .ico {
  width: 15px;
  height: 15px;
}

.js-news-ajax .js-news-results {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.js-news-ajax.is-loading .js-news-results {
  opacity: 0.4;
  transform: translateY(10px);
  pointer-events: none;
}

.js-news-grid-ajax .js-news-grid-results {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.js-news-grid-ajax.is-loading .js-news-grid-results {
  opacity: 0.4;
  transform: translateY(10px);
  pointer-events: none;
}

.button-wrap {
  display: flex;
  gap: 16px;
}

.button-wrap.flex {
  flex-wrap: wrap;
}

.button-wrap.center {
  justify-content: center;
}

.button-wrap.shadowed .button.link {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.13);
}

.button {
  padding: 17.5px 32px;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  border-radius: 6px;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 25px;
  }
}
.button .icon {
  width: 20px;
  height: 20px;
}

.button.small {
  padding: 13px 32px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .button.small {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 15px;
  }
}

.button.link {
  padding-left: 0px;
}

.button.right {
  gap: 24px;
}

.button.left {
  gap: 21px;
}

.arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 122px;
}
.arrows .arrow {
  padding: 10px;
  color: #FBBF23;
  border: 1px solid #FBBF23;
  background: #CB2121;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrows .arrow .ico {
  width: 32px;
  height: 32px;
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-list-item label small {
  margin-top: 0;
}

.wpcf7-not-valid-tip {
  padding: 10px 0px;
  font-size: 12px;
}

/* MODAL BASE */
.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ACTIVE STATE */
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* OVERLAY */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* MODAL BOX */
.modal-box {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 891px;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal.is-active .modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* CLOSE BUTTON */
.modal-close {
  position: absolute;
  top: 50px;
  right: 50px;
  background: none;
  border: none;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  color: #CB2121;
}
@media (max-width: 1024px) {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}

/* PREVENT BODY SCROLL */
body.modal-open {
  overflow: hidden;
}

.modal-subscribe {
  background: #FBBF23;
  border-radius: 50px;
  padding: 66px 64px 85px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal-subscribe {
    padding: 60px 30px;
    border-radius: 20px;
  }
}
.modal-subscribe .modal-bg {
  position: absolute;
  left: 27px;
  top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 408px;
}
@media (max-width: 1024px) {
  .modal-subscribe .modal-bg {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 20%;
  }
}
@media (max-width: 1024px) {
  .modal-subscribe .modal-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.modal-subscribe .txt {
  margin-bottom: 39px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .modal-subscribe .txt {
    margin-bottom: 20px;
  }
}
.modal-subscribe .txt * {
  max-width: 494px;
  width: 100%;
}
@media (max-width: 1024px) {
  .modal-subscribe .txt * {
    max-width: unset;
  }
}
.modal-subscribe .txt h2 {
  font-size: 40px;
  line-height: 56px;
  color: #CB2121;
  font-style: italic;
  text-align: left;
}
@media (max-width: 1024px) {
  .modal-subscribe .txt h2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }
}
.modal-subscribe .txt h2 span {
  font-size: 64px;
  line-height: 56px;
  font-style: normal;
}
@media (max-width: 1024px) {
  .modal-subscribe .txt h2 span {
    font-size: 34px;
    line-height: 30px;
  }
}
.modal-subscribe .txt p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}
.modal-subscribe .subscribe {
  position: relative;
  z-index: 2;
  max-width: 638px;
  margin: 0 auto;
}
.modal-subscribe .subscribe .mc4wp-form-fields {
  display: flex;
  gap: 13px;
}
@media (max-width: 1024px) {
  .modal-subscribe .subscribe .mc4wp-form-fields {
    flex-direction: column;
  }
}
.modal-subscribe .subscribe .mc4wp-response {
  margin-top: 10px;
}
.modal-subscribe .subscribe .field {
  flex-grow: 1;
}
.modal-subscribe .subscribe label {
  display: none;
}
.modal-subscribe .subscribe input[type=submit] {
  appearance: none;
  padding: 11px 12px;
  font-size: 14px;
  background: #CB2121;
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
}

.error-sec {
  padding: 70px 40px;
  background: #FBBF23;
}
@media (max-width: 1024px) {
  .error-sec {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .error-sec {
    padding: 50px 20px;
  }
}
.error-sec .wrap {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.error-sec .ico {
  margin-bottom: 30px;
  width: 200px;
  height: 200px;
  color: #CB2121;
}
.error-sec h1 {
  margin-bottom: 15px;
  font-size: 50px;
  color: #CB2121;
}
.error-sec p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #CB2121;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #CB2121;
  border-bottom: 5px solid #FBBF23;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.header-wrap {
  display: flex;
  gap: 24px;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px 40px;
}
@media (max-width: 1024px) {
  .header-wrap {
    padding: 16px 30px;
    gap: 12px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header-wrap {
    padding: 16px 20px;
  }
}

.logo {
  flex-shrink: 0;
  position: relative;
}
.logo img {
  display: block;
  max-height: 90px;
  width: auto;
}
@media (max-width: 767px) {
  .logo img {
    max-height: 50px;
  }
}

.subscribe-btn {
  background: #FBBF23;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.subscribe-wrap {
  padding: 30px;
}

.nav-close {
  position: absolute;
  font-size: 40px;
  right: 15px;
  top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #CB2121;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.language {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .language {
    order: 2;
  }
}
.language img {
  max-height: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
    order: 3;
  }
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media (max-width: 1024px) {
  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
}
@media (max-width: 1024px) {
  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 85%);
    height: 100vh;
    display: block;
    overflow-y: auto;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    padding: 40px 0px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1001;
  }
}
@media (max-width: 1024px) {
  .navigation.is-active {
    transform: translateX(0);
  }
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation li {
  position: relative;
}
.navigation li.is-hovered > ul, .navigation li.is-open > ul {
  display: block;
}
.navigation a {
  display: block;
  text-decoration: none;
  transition: 0.2s ease;
}
.navigation a:hover {
  color: #f4a000;
}
.navigation > ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .navigation > ul {
    display: block;
  }
}
.navigation > ul > li > a,
.navigation > ul > li > .menu-item-row > a {
  width: 100%;
  padding: 12px 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .navigation > ul > li > a,
  .navigation > ul > li > .menu-item-row > a {
    padding: 14px 16px;
    color: #CB2121;
    border-bottom: 1px solid #e5e5e5;
  }
}
.navigation > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.navigation .menu-item-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .navigation .menu-item-row > a {
    flex: 1;
  }
}
.navigation .submenu-toggle {
  display: none;
}
@media (max-width: 1024px) {
  .navigation .submenu-toggle {
    display: block;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .navigation .submenu-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.2s ease;
  }
}
@media (max-width: 1024px) {
  .navigation li.is-open > .menu-item-row .submenu-toggle::before {
    transform: translate(-50%, -35%) rotate(225deg);
  }
}
.navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 100;
}
@media (max-width: 1024px) {
  .navigation ul ul {
    position: static;
    min-width: 100%;
    background: transparent;
    box-shadow: none;
  }
}
.navigation ul ul li a,
.navigation ul ul li .menu-item-row > a {
  padding: 12px 16px;
  color: #CB2121;
  white-space: nowrap;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 1024px) {
  .navigation ul ul li a,
  .navigation ul ul li .menu-item-row > a {
    padding: 12px 16px 12px 32px;
    white-space: normal;
    border-bottom: 1px solid #f0f0f0;
  }
}
.navigation ul ul li a:hover,
.navigation ul ul li .menu-item-row > a:hover {
  background: #f5f5f5;
}
.navigation ul ul li.is-hovered > .menu-item-row > a, .navigation ul ul li.is-open > .menu-item-row > a {
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .navigation ul ul ul li a,
  .navigation ul ul ul li .menu-item-row > a {
    padding-left: 48px;
  }
}

.pre-header {
  padding: 10px 40px;
  width: 100%;
  background: #4A5563;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .pre-header {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .pre-header {
    padding: 10px 20px;
  }
}

.sticky-socials {
  position: fixed;
  left: 0;
  z-index: 8;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  border: 1px solid #CB2121;
}
@media (max-width: 767px) {
  .sticky-socials {
    left: unset;
    right: 0;
    border-radius: 10px 0px 0px 10px;
  }
}
.sticky-socials a {
  color: #CB2121;
  background: #FBBF23;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .sticky-socials a {
    padding: 10px;
  }
}
.sticky-socials a .ico {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sticky-socials a .ico {
    font-size: 15px;
  }
}
.sticky-socials a:hover {
  background: #CB2121;
  color: #ffffff;
}

.site-footer {
  background: #CB2121;
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 50px 20px;
  }
}
.site-footer .footer-wrap {
  max-width: 1257px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .site-footer .footer-wrap {
    flex-direction: column;
  }
}
.site-footer .footer-wrap .column {
  width: 30%;
}
@media (max-width: 1024px) {
  .site-footer .footer-wrap .column {
    width: 100%;
  }
}
.site-footer .footer-wrap h3 {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 22px;
}
.site-footer .footer-wrap p {
  color: #ffffff;
  line-height: 1.5;
}
.site-footer .footer-wrap img {
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.site-footer .footer-wrap .socials {
  display: flex;
  gap: 20px;
}
.site-footer .footer-wrap .socials .ico {
  width: 15px;
  height: 15px;
  color: #ffffff;
}
.site-footer .footer-wrap .newsletter label {
  color: #ffffff;
  margin-bottom: 10px;
}
.site-footer .footer-wrap .newsletter .field {
  margin-bottom: 20px;
}
.site-footer .footer-wrap .newsletter .field:last-child {
  margin-bottom: 0px;
}
.site-footer .footer-wrap .newsletter .newsletter-submit {
  appearance: none;
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  background: #FBBF23;
  color: #000000;
  cursor: pointer;
}

.copyright {
  padding: 10px 40px;
  background: #FBBF23;
}
@media (max-width: 1024px) {
  .copyright {
    padding: 10px 30px;
  }
}
@media (max-width: 1024px) {
  .copyright {
    padding: 10px 20px;
  }
}
.copyright p {
  max-width: 1257px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
