:root {
  --blank-value: 80px;
}

.agenda {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.agenda-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.agenda-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.agenda-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.agenda-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.agenda__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.agenda__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.agenda__list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 40px 0;
  width: 100%;
  text-decoration: none;
}
.agenda__list__item:hover button {
  color: #0154a3;
}
.agenda__list__item:hover button:after {
  left: 100px;
  opacity: 1;
}
.agenda__list__image {
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.agenda__list__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 20px;
  width: 100%;
  max-width: 715px;
}
.agenda__list__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.agenda__list__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px 0 0 0;
  padding: 0;
  background: none;
  border: 0;
  color: #181818;
  font-family: "Averta", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s;
}
.agenda__list__button:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  width: 15px;
  height: 14px;
  background-image: url("/assets/svg/right-arrow-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: left 0.3s, opacity 0.3s;
}
.agenda-materials {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.agenda-materials__title {
  margin: 0 0 40px 0;
  color: #181818;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 400;
}
.agenda-materials__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 300px 130px 300px;
  width: 100%;
  max-width: 1280px;
  background-color: #f7f9fa;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.agenda-materials__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.agenda-materials__item {
  display: flex;
  flex-direction: column;
  margin: 0 50px 0 0;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
}
.agenda-materials__item:last-child {
  margin: 0;
}
.agenda-materials__item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 180px;
  background-color: #ffffff;
}
.agenda-materials__item__image img {
  width: 100%;
  max-width: 175px;
  -o-object-fit: contain;
     object-fit: contain;
}
.agenda-materials__item__title, .agenda-materials__item__download {
  color: #181818;
  font-weight: 600;
}
.agenda-materials__item__title {
  margin: 20px 0 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.agenda-materials__item__download {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 400;
}
.agenda-materials__item__download:after {
  content: "";
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  background-image: url("/assets/svg/download.svg");
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .agenda-hero__container {
    border: 0;
  }
  .agenda__container {
    flex-direction: column;
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .agenda-materials__container {
    flex-direction: column;
    align-items: center;
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  .agenda__list__item {
    flex-direction: column;
    margin: 0 0 70px 0;
  }
  .agenda__list__info {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .agenda-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .agenda__container {
    padding: 67px 24px 67px 24px;
  }
  .agenda-materials__container {
    padding: 67px 24px 67px 24px;
  }
}
@media only screen and (max-width: 479px) {
  .agenda-materials__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .agenda-materials__item {
    margin: 0 0 20px 0;
  }
}