/* Generated by less 3.11.1 */
/* LESS Document */
@font-face {
  font-family: 'Brush Script Std';
  src: url('/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/BrushScriptStd.otf');
}
.text-danger {
  color: #c4322c !important;
}
.text-yellow {
  color: #f4c058;
}
.bg-info-dark {
  background-color: #0c2753 !important;
}
.text-info-dark {
  color: #0c2753 !important;
}
.ab-container-center {
  max-width: 1280px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #5f5f5f !important;
}
.swiper-button-prev {
  left: 3% !important;
}
.swiper-button-next {
  right: 3% !important;
}
/*sticky nav start*/
.navbar {
  display: none !important;
}
#myNav {
  background-color: #d71a21;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
}
#myNav a {
  color: #002e5d !important;
  text-align: center;
  padding: 0.7em 1em;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
#myNav .myNav-btn > a {
  color: #fff !important;
}
#myNav a:hover,
#myNav .with-sub:hover > a {
  background-color: #fff;
  color: #002e5d !important;
  display: flex;
  justify-content: center;
}
#myNav .myNav-sub {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  transform: translateY(50%);
  pointer-events: none;
  display: flex;
  justify-content: center;
}
#myNav .myNav-sub a:hover {
  background-color: #eee;
  color: #000 !important;
}
#myNav .with-sub > a {
  pointer-events: none;
}
#myNav .with-sub:hover .myNav-sub {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/*sticky nav end*/
.bg-business-conf {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/Asset-2@3x.png );
  width: 100%;
  background-size: cover;
  height: 650px;
  position: relative;
}
.bg-business-conf img {
  height: 75%;
  position: relative;
}
.bg-business-conf:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000 radial-gradient(rgb(0 0 0 / 70%) 0%, rgb(0 235 255 / 80%) 45%, rgb(20 0 158 / 60%) 60%, rgb(9 0 55 / 70%) 80%, rgb(94 81 255 / 60%) 100%);
  background-size: 250% 250%;
  -webkit-animation: Animation 25s ease-in-out infinite;
  -moz-animation: Animation 25s ease-in-out infinite;
  animation: Animation 25s ease-in-out infinite;
  opacity: 0.35;
}
@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 150% 150%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.brush {
  font-family: "Brush Script Std", cursive;
  font-weight: 400;
  font-style: normal;
}
.quote-caret {
  position: relative;
}
.quote-caret:before,
.quote-caret:after {
  content: '';
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/caret.png);
  width: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1;
}
.quote-caret:before {
  transform: rotate(-56deg);
  top: -20px;
  left: -50px;
}
.quote-caret:after {
  transform: rotate(123deg);
  bottom: -20px;
  right: -70px;
}
.quote-caret.dark:before,
.quote-caret.dark:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/caret-dark@2x.png);
}
.group-section-champion {
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
/*timer*/
.group-section-date {
  padding: 3rem 10rem 3rem 10rem;
  background: #FEFEFE;
  background: linear-gradient(0deg, rgba(254, 254, 254, 0) 0%, rgb(255 255 255 / 30%) 100%);
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  position: relative;
}
.group-section-date:before,
.group-section-date:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-date:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-A-left@2x.png);
  height: 345px;
  left: 0rem;
  top: 2.5rem;
}
.group-section-date:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-A-right@2x.png);
  height: 320px;
  right: 0rem;
  bottom: 0;
}
.title {
  font-size: 22px;
  margin-bottom: 25px;
  color: #ccc;
}
.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 5rem;
}
.countdown .label {
  margin-bottom: 5px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Alliance-Bold';
  font-size: 20px;
}
.num {
  background: #002664;
  border-radius: 12px;
  border: 3px solid silver;
  text-align: center;
  position: relative;
  z-index: 1;
}
.num:after {
  content: "";
  position: absolute;
  background: #79a4d5;
  opacity: 50%;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
}
.num span {
  position: relative;
  z-index: 999;
  font-family: 'Alliance-Extrabold';
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  padding: 20px;
  display: block;
  width: 100%;
}
.num span:before,
.num span:after {
  content: '';
  position: absolute;
  background: white;
  height: 30px;
  width: 12px;
  top: calc(50% - 15px);
  border: 1px solid rgb(3 3 3 / 50%);
}
.num span:before {
  right: 0;
  left: auto;
  border-right: none;
}
.num span:after {
  left: 0;
  right: auto;
  border-left: none;
}
.gold-parent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
.gold-box {
  text-align: center;
  color: white;
  position: relative;
}
.gold-box .quote-caret:before,
.gold-box .quote-caret:after {
  width: 25px;
}
.gold-box .quote-caret:before {
  left: -20px;
  top: 0;
}
.gold-box .quote-caret:after {
  right: -20px;
  bottom: 0;
}
.gold-box-content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  width: 100%;
}
.btn-buss-conf {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/btn-buss-conf.png);
  min-width: 500px;
  min-height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  color: white !important;
  font-family: 'Alliance-Extrabold';
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background-position: center;
}
.group-section-batik {
  background-color: #f5f5f5;
  padding: 8rem 0;
  text-align: center;
  position: relative;
}
.group-section-batik .ab-container-center {
  max-width: 50%;
}
.group-section-batik:before,
.group-section-batik:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-batik:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-B-left@2x.png);
  height: 345px;
  left: 5rem;
  top: 2.5rem;
}
.group-section-batik:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-B-right@2x.png);
  height: 320px;
  right: 5rem;
  bottom: 0;
}
.group-section-speaker {
  padding: 8rem 0;
  text-align: center;
  position: relative;
  background: white;
}
.mySpeaker {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mySpeaker .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
}
.mySpeaker .swiper-slide img {
  max-height: 400px;
  object-fit: cover;
}
.speaker-details {
  min-width: 50%;
  color: #002459;
  text-transform: uppercase;
}
.speaker-details .quote-caret:before,
.speaker-details .quote-caret:after {
  width: 30px;
}
.speaker-details .quote-caret:before {
  top: -18px;
  left: -23px;
}
.speaker-details .quote-caret:after {
  bottom: 0px;
  right: 0px;
}
.speaker-details .state-details {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.speaker-details .state-details img {
  width: 25px;
  display: none;
}
.group-section-bloming {
  padding: 8rem 0;
  text-align: center;
  position: relative;
  background: #f5f5f5;
}
.myBloming {
  padding: 5rem 0 !important;
}
.state-details {
  display: flex;
  flex-direction: row;
  text-align: left;
  line-height: normal;
  color: #002459;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
}
.state-details img {
  width: 60px;
}
.group-section-theme {
  padding: 8rem 0;
  text-align: center;
  position: relative;
}
.group-section-theme .ab-container-center {
  max-width: 50%;
}
.group-section-theme:before,
.group-section-theme:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-theme:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-E-left@2x.png);
  height: 345px;
  left: 5rem;
  top: 2.5rem;
}
.group-section-theme:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-E-right@2x.png);
  height: 600px;
  right: 5rem;
  bottom: 0;
}
.group-section-board {
  padding: 8rem 0;
  text-align: center;
  position: relative;
  background: #6E7994;
  background: linear-gradient(0deg, rgb(110 121 148 / 50%) 0%, rgba(202, 211, 226, 1) 100%);
}
.group-section-board:before,
.group-section-board:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-board:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-F-left@2x.png);
  height: 345px;
  left: 5rem;
  bottom: 0;
}
.group-section-board:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-F-right@2x.png);
  height: 200px;
  right: 5rem;
  top: 100px;
}
.group-board-card {
  padding-top: 8rem;
  /*    padding: 5rem 3rem;*/
}
.group-board-card .swiper-slide {
  height: auto;
}
.board-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.board-card .img-wrapper {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.board-card .img-wrapper:before {
  position: absolute;
  content: '';
  background-color: white;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
}
.board-card .img-wrapper img {
  position: relative;
  z-index: 1;
}
.board-card .card {
  flex: 1;
  background: #6E7994;
  background: linear-gradient(0deg, rgb(98 114 154) 0%, rgb(202 211 226 / 0%) 100%);
  border: none;
  padding: 5rem 2rem 2.5rem 2rem;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.group-section-agenda {
  background: #0C2753;
  background: linear-gradient(0deg, #0c2753 0%, #16469f 100%);
  position: relative;
}
.group-section-agenda:before,
.group-section-agenda:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-agenda:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-I-left@2x.png);
  height: 285px;
  left: 15rem;
  bottom: 45rem;
}
.group-section-agenda:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-I-right@2x.png);
  height: 145px;
  right: 5rem;
  bottom: 0;
  aspect-ratio: auto;
  width: 460px;
  background-size: contain;
}
.agenda-container {
  position: relative;
  padding-bottom: 15rem;
}
.agenda-container:after {
  content: '';
  background: #b7bcca;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
}
.agenda-container table td:first-child {
  white-space: nowrap;
}
.agenda-container table tbody > tr:nth-of-type(odd) > * {
  background: rgb(102 174 255 / 15%)  !important;
  color: #002E5D !important;
}
.agenda-container .ab-container-center {
  position: relative;
}
.agenda-container .ab-container-center:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-G@2x.png);
  height: 400px;
  right: -10rem;
  top: 40rem;
}
.agenda-collapse {
  display: flex;
  flex-direction: row;
  gap: 1%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.agenda-collapse .accordion {
  width: 49%;
  margin-bottom: 20px;
}
.agenda-collapse .accordion-button {
  font-family: 'Alliance-Extrabold';
  font-size: 22px;
  color: #0c2753;
  background-color: #dbe1eb !important;
}
.agenda-collapse .accordion-collapse {
  background: #576886;
  background: linear-gradient(0deg, #576886 0%, #c4cedf 100%);
  border: 1px solid white;
  color: white;
}
.agenda-collapse .accordion-body {
  min-height: 270px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.partner-grid img {
  max-height: 70px;
}
.group-section-means {
  padding: 8rem 0;
  text-align: center;
  position: relative;
}
.group-section-means:before,
.group-section-means:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-means:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-H-left@2x.png);
  height: 345px;
  left: 5rem;
  top: 2.5rem;
}
.group-section-means:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-H-right@2x.png);
  height: 320px;
  right: 5rem;
  bottom: 0;
}
.group-section-means .mean-card {
  position: relative;
  padding-top: 6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.group-section-means .mean-card .img-wrapper {
  position: absolute;
  top: -5.5%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.group-section-means .mean-card .img-wrapper:before {
  position: absolute;
  content: '';
  background-color: #0d2854;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  border-radius: 0.75rem;
  border: 3px solid white;
}
.group-section-means .mean-card .img-wrapper img {
  position: relative;
  z-index: 1;
  width: 55px;
  display: none;
}
.group-section-means .mean-card .card {
  background: #dce7f2;
  border: 1px solid white;
  padding: 5rem 3.5rem;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  border-radius: 1rem;
  flex: 1;
}
.group-section-means .mean-card .quote-caret:before,
.group-section-means .mean-card .quote-caret:after {
  width: 40px;
}
.group-section-means .mean-card .quote-caret:before {
  top: -25px;
  left: -35px;
}
.group-section-means .mean-card .quote-caret:after {
  bottom: -20px;
  right: -35px;
}
.myUser {
  width: 100%;
  box-sizing: border-box;
}
.myUser .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 10px;
  height: auto;
}
.myUser .swiper-slide:nth-child(even) .mean-card .img-wrapper:before {
  background-color: #c4322c;
}
.group-section-gallery {
  padding: 8rem 0;
  text-align: center;
  position: relative;
}
.group-section-gallery:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-gallery:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-N-left@2x.png);
  height: 500px;
  left: 4.6rem;
  top: 4.5rem;
  z-index: 2;
}
.group-section-gallery .ab-container-center {
  position: relative;
}
.group-section-gallery .ab-container-center:before,
.group-section-gallery .ab-container-center:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.group-section-gallery .ab-container-center:before {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-J-left@2x.png);
  height: 500px;
  left: -14.6rem;
  top: 4.5rem;
  z-index: 2;
}
.group-section-gallery .ab-container-center:after {
  background-image: url(/Alliance/media/Content-Images/Bizsmart%20Business%20Conference%202026/group-J-right@2x.png);
  height: 500px;
  right: -10.6rem;
  top: -11rem;
}
.mygallery {
  width: 100%;
  padding: 60px 0;
}
.mygallery .swiper-slide {
  width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.mygallery .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.mygallery .swiper-pagination {
  margin-top: 20px;
}
.mygallery swiper-pagination-bullet {
  background: #fff;
}
.mygallery .swiper-slide-active {
  transform: scale(1.05);
}
.ticket-box {
  text-align: center;
  padding: 5rem;
  background: #576886;
  background: linear-gradient(0deg, #576886 0%, #c4cedf 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  position: relative;
  margin-top: 15rem;
}
.ticket-box:before,
.ticket-box:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4 / 6;
}
.ticket-box:before {
  width: 0;
  height: 0;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #0c2753;
  border-style: solid;
  display: inline-block;
  left: 0;
  bottom: 0;
}
.ticket-box:after {
  width: 0;
  height: 0;
  border-width: 0 80px 80px 0;
  border-color: transparent #0c2753 transparent transparent;
  border-style: solid;
  display: inline-block;
  top: 0;
  right: 0;
}
.ticket-box .ticket-inner {
  position: relative;
  padding-bottom: 5rem;
}
/*RESPONSIVE*/
/*general adjustment*/
@media screen and (max-width: 1366px) {
  .ab-container-center,
  .group-section-batik .ab-container-center,
  .group-section-theme .ab-container-center,
  .ab-container-center.mw-100 {
    max-width: 90% !important;
  }
  .quote-caret:before,
  .quote-caret:after {
    width: 25px;
  }
  .quote-caret:before {
    left: -25px;
  }
  .quote-caret:after {
    right: -50px;
  }
  .display-5 {
    font-size: 24px;
  }
  h1,
  .h1 {
    font-size: 1.6rem !important;
  }
  h2,
  .h2 {
    font-size: 1.4rem !important;
  }
  h3,
  .h3 {
    font-size: 1.2rem !important;
  }
  h4,
  .h4 {
    font-size: 1.1rem !important;
  }
  h5,
  .h5 {
    font-size: 1rem !important;
  }
  h6,
  .h6 {
    font-size: 0.9rem !important;
  }
  .fs-1 {
    font-size: 1.6rem !important;
  }
  .fs-2 {
    font-size: 1.4rem !important;
  }
  .fs-3 {
    font-size: 1.2rem !important;
  }
  .fs-4 {
    font-size: 1.1rem !important;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
  .fs-6 {
    font-size: 0.9rem !important;
  }
  .mySpeaker,
  .myBloming,
  .mygallery {
    max-width: 90%;
  }
  .group-section-batik,
  .group-section-speaker,
  .group-section-bloming,
  .group-section-theme,
  .group-section-board,
  .group-section-means,
  .group-section-gallery {
    padding: 4rem 0;
    overflow: hidden;
  }
}
/*custom*/
@media screen and (max-width: 1280px) {
  .bg-business-conf {
    height: 300px;
  }
  .group-section-date {
    padding: 1rem;
    padding-top: 2rem;
  }
  .gold-parent-grid {
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 2.5rem;
  }
  .num span {
    font-size: 36px;
    padding: 0.5rem 0.75rem;
  }
  .num span:before,
  .num span:after {
    height: 15px;
    width: 6px;
    top: calc(50% - 7.5px);
  }
  .countdown {
    gap: 5px;
    margin-bottom: 2rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .countdown .label {
    font-size: 12px;
  }
  .countdown .box:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .countdown .box:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .countdown .box:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .countdown .box:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
  }
  .btn-buss-conf {
    min-width: 100%;
    min-height: 55px;
    font-size: 22px;
  }
  .agenda-collapse {
    flex-direction: column;
    padding: 0 2rem;
  }
  .agenda-collapse .accordion {
    width: 100%;
  }
  .partner-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    max-width: 90%;
    margin: 0 auto;
  }
  .ticket-box {
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }
  .ticket-box:before {
    border-width: 40px 0 0 40px;
  }
  .ticket-box:after {
    border-width: 0 40px 40px 0;
  }
  .ticket-box .ticket-inner {
    padding-bottom: 3rem;
  }
  .group-section-date:before {
    height: 8rem;
    top: 10rem;
  }
  .group-section-date:after {
    height: 8rem;
    top: 20rem;
    bottom: auto;
  }
  .group-section-batik:before {
    height: 150px;
    top: auto;
    bottom: -3.5rem;
    left: -2rem;
  }
  .group-section-batik:after {
    bottom: auto;
    top: 0;
    right: 0rem;
    height: 10rem;
  }
  .group-section-theme:before {
    top: 5rem;
    left: -3rem;
    height: 9rem;
  }
  .group-section-theme:after {
    bottom: -105px;
    top: auto;
    right: 0rem;
    height: 15rem;
  }
  .group-section-agenda:before {
    bottom: 20rem;
    height: 10rem;
    left: -3rem;
  }
  .group-section-agenda:after {
    height: 3.8rem;
    right: 0;
    left: auto;
    width: 50%;
    bottom: 0;
  }
  .agenda-container {
    padding-bottom: 8rem;
  }
  .agenda-container .ab-container-center:after {
    height: 400px;
    right: 0rem;
    height: 10rem;
    bottom: -5rem;
  }
  .group-section-board:after,
  .group-section-board:before {
    display: none;
  }
  .group-section-means .ab-container-center {
    max-width: 75%;
  }
  .group-section-means:before {
    height: 9rem;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
  }
  .group-section-means:after {
    top: 3rem;
    bottom: auto;
    height: 8rem;
    left: 0;
  }
  .group-section-means .mean-card .card {
    padding: 2.5rem;
    padding-top: 5rem;
  }
  .group-section-gallery:before {
    height: 15rem;
    top: 0;
    left: -4rem;
  }
  .group-section-gallery .ab-container-center:before {
    left: -37px;
    height: 10rem;
    top: -9rem;
  }
  .group-section-gallery .ab-container-center:after {
    height: 15rem;
    top: -8rem;
    right: 0rem;
  }
  .mygallery {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .gold-parent-grid {
    grid-template-columns: auto;
    max-width: 70%;
  }
  .agenda-collapse .accordion-body {
    min-height: unset;
  }
}
