.hero-section {
  border-bottom: 1px solid var(--lm-color-black);
  display: flex;
}
.hero-section.for-homepage .lm-shifted-container {
  flex-wrap: wrap;
}
.hero-section.for-homepage .xxl-heading {
  margin-top: 80px;
}
.hero-section.for-homepage .pics {
  max-width: 700px;
  margin: 20px 0 50px;
}
.hero-section.for-homepage .pics img {
  width: 62px;
}
.hero-section.for-homepage .hero-label {
  width: 110px;
}
.hero-section.odd {
  background: #E5EEF6;
}
.hero-section .hero-left {
  width: calc(100% - 110px);
}
.hero-section .left-side {
  margin: 80px 0;
}
.hero-section .left-side p {
  max-width: 600px;
}
.hero-section .right-side p {
  font-size: 18px;
  margin-bottom: 25px;
}
.hero-section .lm-shifted-container {
  width: 100%;
  display: flex;
}
.hero-section .hero-label {
  width: 110px;
  border-left: 1px solid var(--lm-color-black);
  display: grid;
  place-items: center;
}
.hero-section .hero-label.green p {
  background: #5da91d;
}
.hero-section .hero-label.yellow p {
  background: var(--lm-color-third);
  color: var(--lm-color-black);
}
.hero-section .hero-label p {
  writing-mode: vertical-rl;
  background: var(--lm-color-secondary);
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  font-family: var(--lm-font-sbold);
  font-size: 14px;
}
.hero-section .become-partner-section .is-popup {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 320px;
  transition: all 0.3s;
  padding: 20px;
  background: var(--lm-color-primary);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.hero-section .become-partner-section .is-popup svg.caret {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-section .become-partner-section .is-popup i {
  display: block;
  text-align: right;
  margin-bottom: 5px;
  cursor: pointer;
}
.hero-section .become-partner-section .is-popup a {
  color: var(--lm-color-third);
  font-family: var(--lm-font-sbold);
}
.hero-section .become-partner-section .is-popup.active {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .hero-section .hero-left {
    width: calc(100% - 90px);
  }
  .hero-section .hero-label {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding: 30px 30px 40px;
    position: relative;
    overflow-x: hidden;
  }
  .hero-section .lm-shifted-container {
    flex-wrap: wrap;
    padding-left: 0 !important;
  }
  .hero-section .hero-left {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  .hero-section .left-side, .hero-section .right-side {
    width: 100%;
  }
  .hero-section .left-side {
    order: 2;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .hero-section .left-side p {
    margin: 10px auto 40px;
  }
  .hero-section.for-homepage .hero-label {
    right: -42px;
  }
  .hero-section .hero-label {
    border-left: 0 none;
    position: absolute;
    top: 10px;
    right: -23px;
    font-size: 12px;
  }
  .hero-section .become-partner-section .is-popup {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 30px 20px;
  }
  .hero-section .left-side p {
    font-size: 14px;
  }
  .hero-section .hero-label p {
    font-size: 12px;
  }
  .hero-section.for-homepage .lm-shifted-container {
    flex-wrap: wrap;
  }
  .hero-section.for-homepage .xxl-heading {
    margin-top: 40px;
    text-align: center;
    font-size: 26px;
  }
  .hero-section.for-homepage .pics {
    margin: 20px 0 50px;
  }
  .hero-section.for-homepage .pics img {
    width: 50px;
  }
  .hero-section.for-homepage .right-side {
    margin-top: 5px;
  }
  .hero-section.for-homepage .buttons {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -10px;
  }
  .hero-section.for-homepage .lm-button-primary {
    font-size: 13px;
  }
  .hero-section.for-homepage .lm-button-text {
    font-size: 13px;
  }
  .hero-section .xxl-heading {
    font-size: 28px;
  }
}

.agenda-item {
  border: 1px solid #000;
  padding-left: 110px;
  padding-right: 80px;
  padding-top: 30px;
  margin: -1px 2px 0;
  position: relative;
}
.agenda-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  height: 100%;
  background: var(--lm-color-black);
}
.agenda-item .date {
  border: 1px solid #000;
  border-top: 0;
  padding: 20px 60px;
  height: 80px;
  font-family: var(--lm-font-sbold);
  position: absolute;
  top: 0;
  left: 80px;
}
.agenda-item .date p {
  font-family: var(--lm-font-regular);
}
.agenda-item .top-section {
  display: flex;
  justify-content: end;
}
.agenda-item > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: var(--lm-color-black);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--lm-font-black);
  font-size: clamp(32px, 3vw, 58px);
  line-height: 1.1;
}
.agenda-item .agenda-list {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.agenda-item .item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.agenda-item .item strong {
  font-family: var(--lm-font-bold);
}
.agenda-item .speaker-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--lm-bg-1);
  padding: 15px 20px;
}
.agenda-item .speaker-box img {
  width: 120px;
  border-radius: 50%;
}
.agenda-item .speaker-box div span {
  display: block;
}
.agenda-item .speaker-box div strong {
  display: block;
  font-family: var(--lm-font-bold);
}
.agenda-item .speaker-box .status {
  text-align: center;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  display: inline-flex;
  border-radius: 50px;
}
.agenda-item .speaker-box .status.green {
  background: #5da91d;
  color: #fff;
}
.agenda-item .speaker-box .status.yellow {
  background: var(--lm-color-third);
  color: var(--lm-color-black);
}
.agenda-item .speaker-box .status.red {
  background: var(--lm-color-secondary);
  color: #fff;
}
@media (max-width: 991px) {
  .agenda-item {
    padding-top: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .agenda-item:before {
    display: none;
  }
  .agenda-item .top-section img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .agenda-item {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 80px;
  }
  .agenda-item > span {
    width: 60px;
    height: 60px;
  }
  .agenda-item .date {
    left: 60px;
    height: 60px;
    padding: 10px 20px;
    line-height: 20px;
  }
  .agenda-item .speaker-box {
    gap: 15px;
  }
  .agenda-item .speaker-box img {
    width: 80px;
  }
  .agenda-item .speaker-box div strong, .agenda-item .speaker-box div span {
    font-size: 14px;
  }
  .agenda-item .speaker-box div span {
    line-height: 16px;
  }
}

.lm-modals {
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 16px;
}
.lm-modals.active {
  opacity: 1;
  visibility: visible;
}
.lm-modals .lm-close-modals {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}
.lm-modals .inner {
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 60px;
  position: relative;
}
.lm-modals .inner h3 {
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.1;
  font-family: var(--lm-font-bold);
}
.lm-modals .inner p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .lm-modals .inner {
    padding: 40px 20px;
  }
  .lm-modals .inner p {
    font-size: 16px;
  }
}

footer {
  margin-top: 0;
}