body {
  font-family: Heebo;
}

h2 {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #7a7af4;
  left: 0;
  bottom: -6px;
}
h2.title__center {
  text-align: center;
}
h2.title__center:after {
  right: 0;
  margin: auto;
}

.button {
  padding: 14px 40px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
}
.button__actions {
  display: flex;
}
.button__actions--center {
  justify-content: center;
}
.button__primary {
  background: #BFD732;
  color: #222222;
}
.button__primary:hover, .button__primary:focus {
  background: #8CC63F;
  color: #000000;
  text-decoration: none;
}
.button__secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 10px 40px;
  line-height: normal;
}
.button__secondary:hover, .button__secondary:focus {
  background: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  background-color: #C5C5C5;
  border: 0;
  text-indent: -99999px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #BFD732;
  outline: none;
}

a.btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 33px;
  color: #ffffff !important;
  display: inline-block;
  line-height: 39px;
  font-size: 14px !important;
  padding: 0 40px;
  text-decoration: none;
  font-weight: 700;
}

.btn:hover {
  background-color: #666666;
  border: 2px solid #666666;
  text-decoration: none;
}

.btn:visited {
  color: #ffffff;
}

a.btn.btn-green {
  background-color: #BFD732;
  border: 2px solid #BFD732;
  text-transform: uppercase;
  color: #222222 !important;
  padding: 0px 60px;
}

.btn.btn-green:hover {
  background-color: #8CC63F;
  border: 2px solid #8CC63F;
}

body .btn.btn-green:visited {
  color: #222222;
}

.footer {
  background-color: #121212;
  display: flex;
  flex-flow: row wrap;
}
.footer__logo {
  order: 1;
  width: 100%;
  padding: 36px 18px 28px;
}
.footer__logo img {
  width: 119px;
}
.footer__logo span {
  font-size: 12px;
  line-height: 24px;
  color: #bdbdbd;
}
.footer__social {
  order: 2;
  width: 100%;
  display: flex;
  padding: 0 36px 20px;
  justify-content: space-between;
}
.footer__links {
  order: 3;
  width: 100%;
  background-color: #121212;
  display: flex;
  padding: 15px 36px;
  justify-content: space-between;
}
.footer__links a {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 50%;
    padding: 30px 18px 26px;
  }
  .footer__logo img {
    width: 119px;
  }
  .footer__social {
    width: 50%;
    justify-content: flex-end;
    gap: 32px;
    padding: 30px 18px 26px;
  }
  .footer__links {
    justify-content: center;
    gap: 50px;
    padding: 14px 0;
  }
  .footer__links a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    background-color: #121212;
    height: 100px;
    padding: 0 38px;
    align-items: center;
  }
  .footer__logo {
    width: 202px;
    padding: 0;
  }
  .footer__logo img {
    width: 124px;
  }
  .footer__logo span {
    font-size: 14px;
  }
  .footer__social {
    order: 3;
    width: auto;
    padding: 0;
  }
  .footer__links {
    width: auto;
    order: 2;
    gap: 45px;
    padding: 0;
    margin-left: auto;
    margin-right: 66px;
  }
}

/* *********** Header *********** */
.header {
  height: 60px;
  padding: 0 20px;
  background-color: #21232B;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header__desktop {
  display: none;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  height: 20px;
}
.header__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__icon {
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 20px;
}
.header__icon:hover, .header__icon:focus {
  outline: none;
}
.header__navigation {
  display: none;
  background-color: #21232B;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
}
.header__navigation--top {
  display: flex;
  justify-content: space-between;
}
.header__navigation > ul {
  margin-top: 20px;
}
.header__navigation > ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
  justify-content: center;
}
.header__navigation > ul li a {
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.header__navigation .button__actions {
  margin-top: 40px;
}
.header__navigation.show {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 1100px) {
  .header {
    height: 80px;
    padding: 0 64px;
  }
  .header__mobile {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header__navigation.show {
    display: none;
  }
  .header__desktop {
    display: flex;
  }
  .header__desktop ul {
    display: flex;
    gap: 64px;
    margin-left: auto;
    margin-right: 40px;
  }
  .header__desktop ul li a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
}

/* *********** End Header *********** */
#about__event {
  width: 100%;
  background: url(https://communications.globant.com/Comm/properties-layouts/cloudnxt-2022/images/hero-bg-2.svg) no-repeat center, url(https://communications.globant.com/Comm/properties-layouts/cloudnxt-2022/images/hero-bg-mob.jpg) no-repeat top center;
  background-size: contain;
  height: 832px;
  background-color: #121212;
  padding-top: 80px;
}
@media (min-width: 391px) {
  #about__event {
    background: url(./images/hero-bg-deskt.jpg) no-repeat;
    background-size: cover;
    background-position: left -60px;
  }
}
@media (min-width: 391px) and (min-width: 1280px) {
  #about__event {
    height: 698px;
    display: grid;
    grid-template-columns: 2;
    grid-template-rows: 2;
  }
}
@media (min-width: 391px) and (min-width: 1280px) and (min-width: 1280px) {
  #about__event #header-header {
    grid-row: 1;
    grid-column: 1/3;
    width: 100%;
  }
}
@media (min-width: 391px) and (min-width: 1280px) and (min-width: 1900px) {
  #about__event {
    background: url(./images/hero-xl-desk.jpg) no-repeat left top;
    height: 960px;
    width: 100%;
    background-size: cover;
  }
}
#about__event .logo-container {
  margin-top: 59px;
  display: flex;
  justify-content: center;
}
#about__event .logo-container img {
  width: auto;
  height: 93px;
}
@media (min-width: 1280px) {
  #about__event .logo-container {
    display: none;
  }
}
#about__event .text-description {
  width: 300px;
  height: 235px;
  color: #fff;
  background-color: transparent;
  margin: 122px auto 30px;
}
@media (min-width: 1280px) {
  #about__event .text-description {
    grid-row: 2;
    grid-column: 1/2;
    margin: 100px 51px auto 146px;
    width: 478px;
    height: 350px;
  }
}
@media (min-width: 1280px) and (min-width: 1360px) {
  #about__event .text-description {
    width: 525px;
    height: 223px;
    margin-top: 125px;
  }
}
@media (min-width: 1280px) and (min-width: 1360px) and (min-width: 1900px) {
  #about__event .text-description {
    width: 641px;
    height: 494px;
    margin: 125px 65px auto 265px;
  }
}
#about__event .text-description h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  #about__event .text-description h2 {
    font-size: 46px;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .text-description h2 {
    font-size: 62px;
  }
}
#about__event .text-description p {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  #about__event .text-description p {
    font-size: 18px;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .text-description p {
    font-size: 24px;
  }
}
#about__event .event-details {
  width: 100%;
  height: 240px;
  background: #262626 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  #about__event .event-details {
    grid-row: 2;
    grid-column: 2/3;
    width: 480px;
    height: 551px;
    margin-top: 30px;
    margin-right: 200px;
    padding-top: 50px;
    border-radius: 47px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: #343434 0% 0% no-repeat padding-box;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .event-details {
    width: 577px;
    height: 596px;
    margin-right: 220px;
  }
}
#about__event .event-details .logo-contain-desktop {
  display: none;
}
@media (min-width: 1280px) {
  #about__event .event-details .logo-contain-desktop {
    display: block;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .event-details .logo-contain-desktop {
    margin-top: 55px;
  }
}
@media (min-width: 1280px) {
  #about__event .event-details .logo-contain-desktop img {
    width: 308px;
    height: 113px;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .event-details .logo-contain-desktop img {
    width: 400px;
    height: 146px;
  }
}
#about__event .event-details .details {
  width: 265px;
  height: 116px;
  margin-top: 30px;
  display: flex;
}
@media (min-width: 1280px) {
  #about__event .event-details .details {
    margin-top: 62px;
    width: 380px;
    height: 176px;
  }
}
#about__event .event-details .details .date {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .date {
    width: 161px;
    height: 165px;
    margin-top: 0;
    justify-content: flex-start;
  }
}
#about__event .event-details .details .date h6 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .date h6 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .event-details .details .date h6 {
    font-size: 21px;
  }
}
#about__event .event-details .details .date h1 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .date h1 {
    font-size: 63px;
  }
}
#about__event .event-details .details .date img {
  width: 95px;
  height: 1px;
  margin: 0;
  justify-self: center;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .date img {
    width: 154px;
    height: 1.5px;
  }
}
#about__event .event-details .details .date .month {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .date .month {
    font-size: 25px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  #about__event .event-details .details .date .month {
    font-size: 26px;
  }
}
#about__event .event-details .details .date .year {
  font-size: 21px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .date .year {
    font-size: 25px;
    margin-left: 13px;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .event-details .details .date .year {
    font-size: 29px;
  }
}
#about__event .event-details .details .time {
  width: 50%;
  height: 100%;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .time {
    width: 167px;
    height: 99px;
    align-self: center;
    margin-left: 52px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  #about__event .event-details .details .time {
    width: 199px;
    height: 110px;
  }
}
#about__event .event-details .details .time .hour {
  width: auto;
  height: 40px;
  display: flex;
}
#about__event .event-details .details .time .hour img {
  width: 40px;
  height: 40px;
  margin-right: 17px;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .time .hour img {
    margin-right: 34px;
  }
}
#about__event .event-details .details .time .hour span {
  font-size: 13px;
  width: 73px;
  height: 37px;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  #about__event .event-details .details .time .hour span {
    font-size: 16px;
    width: 90px;
    height: 46px;
  }
}
@media (min-width: 1280px) and (min-width: 1900px) {
  #about__event .event-details .details .time .hour span {
    width: 123px;
    height: 56px;
    font-size: 22px;
  }
}
#about__event .event-details .details .time .hour:nth-child(2) {
  margin-top: 15px;
}
@media (min-width: 1900px) {
  #about__event .event-details .details .time .hour:nth-child(2) {
    margin-top: 24px;
  }
}
#about__event .event-details #details-btn {
  margin-top: 25px;
  width: 128px;
  padding: 0;
}

#why {
  width: 100%;
  height: auto;
  background-color: #21232b;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
#why .wrap-first-row {
  width: 301px;
  height: auto;
}
@media (min-width: 1280px) {
  #why .wrap-first-row {
    margin: 113px auto;
    width: 986px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) {
  #why .wrap-first-row {
    width: 1069px;
    height: 400px;
  }
}
#why .wrap-first-row .wrap-contain {
  width: 301px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (min-width: 1280px) {
  #why .wrap-first-row .wrap-contain {
    grid-row: auto;
    grid-column: 1/2;
    margin: 0;
    width: 512px;
    height: 375px;
  }
}
#why .wrap-first-row .wrap-contain .why__image {
  width: 100%;
  height: auto;
  margin-top: 33px;
}
@media (min-width: 1280px) {
  #why .wrap-first-row .wrap-contain .why__image {
    margin: 0;
    width: 512px;
    height: 375px;
  }
}
#why .wrap-first-row .wrap-contain .why__image .green-line-h {
  width: 100%;
  height: 7px;
  margin-bottom: 0;
  display: flex;
}
#why .wrap-first-row .wrap-contain .why__image .green-line-h img {
  width: 39px;
  height: 7px;
  padding: 0;
  margin: 0;
}
#why .wrap-first-row .wrap-contain .why__image .big-img-wrapper {
  width: 295px;
  height: 216px;
  background: url(./images/contentImg.png) no-repeat center;
  background-size: cover;
  border-left: 7px solid #BFD732;
  margin: 0;
  padding: 0;
}
@media (min-width: 1280px) {
  #why .wrap-first-row .wrap-contain .why__image .big-img-wrapper {
    width: 512px;
    height: 375px;
  }
}
#why .wrap-first-row .wrap-contain .why__image .big-img-wrapper img {
  width: 100%;
  height: 100%;
}
#why .wrap-first-row .why-explanation {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  #why .wrap-first-row .why-explanation {
    grid-row: auto;
    grid-column: 2/3;
    width: 441px;
    height: 375px;
    margin-left: 23px;
    justify-content: center;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) {
  #why .wrap-first-row .why-explanation {
    width: 523px;
    height: 400px;
  }
}
#why .wrap-first-row .why-explanation p {
  width: 290px;
  height: 90px;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 1280px) {
  #why .wrap-first-row .why-explanation p {
    font-size: 22px;
    width: 100%;
    margin-bottom: 19px;
  }
}
#why .wrap-first-row .why-explanation #blue-bg-desktop {
  display: none;
}
@media (min-width: 1280px) {
  #why .wrap-first-row .why-explanation #blue-bg-desktop {
    display: block;
    width: 100%;
    height: 163px;
    background-color: #7a7af4;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) {
  #why .wrap-first-row .why-explanation #blue-bg-desktop {
    width: 523px;
    height: 129px;
  }
}
@media (min-width: 1280px) {
  #why .wrap-first-row .why-explanation #blue-bg-desktop h5 {
    font-size: 32px;
    width: 440px;
    padding: 18px 31px 21px;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) {
  #why .wrap-first-row .why-explanation #blue-bg-desktop h5 {
    padding: 21px 6px;
    width: 100%;
  }
}
#why #blue-bg-mobile {
  width: 100%;
  height: 126px;
  background-color: #7a7af4;
}
#why #blue-bg-mobile h5 {
  font-size: 24px;
  text-align: center;
  width: 301px;
  margin: 15px auto 12px;
}
@media (min-width: 1280px) {
  #why #blue-bg-mobile {
    display: none;
  }
}
#why .why-should {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#why .why-should .why-title {
  width: 301px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
}
@media (min-width: 1280px) {
  #why .why-should .why-title {
    width: 322px;
  }
}
#why .why-should .why-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  #why .why-should .why-title h2 {
    font-size: 32px;
  }
}
#why .why-should .why-title .blue-line-bottom {
  height: 3px;
  margin: 0 auto;
  padding: 0;
}
#why .why-should .why-title .blue-line-bottom::before {
  content: url(./images/bluethinline.png);
  height: 3px;
}
#why .why-should .reasons-list {
  margin-top: 32px;
  width: 301px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 78px auto auto;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  #why .why-should .reasons-list {
    margin-bottom: 37px;
    width: 1064px;
    min-height: 155px;
    grid-template-rows: 2;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#why .why-should .reasons-list .blue-icon-wraper {
  grid-row: auto;
  grid-column: 1/2;
  height: 57px;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  #why .why-should .reasons-list .blue-icon-wraper {
    grid-row: 1;
    grid-column: auto;
    width: 255px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
}
#why .why-should .reasons-list .blue-icon-wraper img {
  width: 44px;
  height: 44px;
}
#why .why-should .reasons-list .list-text {
  grid-row: auto;
  grid-column: 2/4;
  height: 57px;
  margin-bottom: 34px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  #why .why-should .reasons-list .list-text {
    grid-row: 2;
    grid-column: auto;
    width: 255px;
    min-height: 53px;
    justify-content: center;
    text-align: center;
    font-size: 18px;
  }
}
#why #why-details-btn {
  margin-top: 25px;
  width: 128px;
  padding: 0;
}

#agenda {
  width: 100%;
  height: auto;
  background: url(./images/bg-agenda-mobile.png) no-repeat top center;
  background-size: cover;
  color: #121212;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*
      .wrap-selected-day {
          width: 277px;
          height: 48px;
          background-color: #BFD732;
          border-radius: 57px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 38px auto 44px;

          @media (min-width: 1280px) {
              display: none;
          }

          select {
              background-color: transparent;
              background: url(./images/icon_down.svg) no-repeat  right;
              appearance: none;
              border: none;
              outline: none;
              width: 250px;
              font-size: 16px;

              option {
                  width: 100%;
              }
          }
      }*/
  /* FOR SELECT CUSTOMIZED BUTTON*/
  /*END OF CUSTOMIZED BTN*/
}
#agenda .agenda-title {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  #agenda .agenda-title {
    font-size: 32px;
  }
}
#agenda .agenda-title h3 {
  margin: 60px auto 0;
  padding: 0;
  width: 96px;
  text-align: center;
}
#agenda .agenda-title #blue-line-agenda {
  width: 31px;
  border-bottom: 2px solid #7a7af4;
}
#agenda .selector {
  width: 277px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 38px auto 44px;
  font-size: 16px;
}
#agenda .selector ul {
  margin: 8px 0 0 0;
  padding: 0;
  width: 245px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}
#agenda .selector ul li {
  list-style: none;
  cursor: pointer;
}
#agenda .selector ul li:hover {
  background-color: #bfd732;
}
#agenda .selector #selectField {
  width: 100%;
  padding: 0 0 0 15px;
  height: 48px;
  background-color: #BFD732;
  border-radius: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#agenda .selector #selectField #selectText1, #agenda .selector #selectField #selectText2 {
  margin: 0;
}
#agenda .selector #selectField #selectText1 span, #agenda .selector #selectField #selectText2 span {
  font-weight: bold;
}
#agenda .selector #selectField img {
  width: 60px;
  height: 40px;
}
@media (min-width: 1280px) {
  #agenda .selector {
    display: none;
  }
}
#agenda .wrap-toggle-btn {
  display: none;
}
@media (min-width: 1280px) {
  #agenda .wrap-toggle-btn {
    display: grid;
    height: 106px;
    width: 496px;
    background-color: #fff;
    border-radius: 57px;
    padding: 12px;
    margin: 48px auto 36px;
    grid-template-columns: 2;
    grid-template-rows: 1;
  }
  #agenda .wrap-toggle-btn .left-btn,
#agenda .wrap-toggle-btn .right-btn {
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #agenda .wrap-toggle-btn .left-btn h6,
#agenda .wrap-toggle-btn .right-btn h6 {
    font-size: 20px;
    width: 100%;
    line-height: 29px;
  }
  #agenda .wrap-toggle-btn .left-btn p,
#agenda .wrap-toggle-btn .right-btn p {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    margin: 0;
  }
  #agenda .wrap-toggle-btn .left-btn {
    grid-column: 1/2;
  }
  #agenda .wrap-toggle-btn .right-btn {
    grid-column: 2/3;
  }
  #agenda .wrap-toggle-btn .active {
    background-color: #BFD732;
    border-radius: 57px;
  }
}
#agenda .agenda-list-container-1,
#agenda .agenda-list-container-2 {
  width: 302px;
  height: auto;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  #agenda .agenda-list-container-1,
#agenda .agenda-list-container-2 {
    width: 834px;
    grid-template-columns: auto auto auto;
    margin-bottom: 48px;
  }
}
#agenda .agenda-list-container-1 .desktop-time-agenda,
#agenda .agenda-list-container-2 .desktop-time-agenda {
  display: none;
}
@media (min-width: 1280px) {
  #agenda .agenda-list-container-1 .desktop-time-agenda,
#agenda .agenda-list-container-2 .desktop-time-agenda {
    display: block;
    width: 188px;
    margin-right: 49px;
    height: auto;
    grid-row: auto;
    grid-column: 1/2;
    font-size: 18px;
  }
}
#agenda .agenda-list-container-1 .number-list-wrapper,
#agenda .agenda-list-container-2 .number-list-wrapper {
  width: 38px;
  height: auto;
  margin-right: 30px;
  grid-row: auto;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1280px) {
  #agenda .agenda-list-container-1 .number-list-wrapper,
#agenda .agenda-list-container-2 .number-list-wrapper {
    grid-column: 2/3;
    margin-right: 20px;
  }
}
#agenda .agenda-list-container-1 .number-list-wrapper img,
#agenda .agenda-list-container-2 .number-list-wrapper img {
  width: 100%;
  height: 38px;
}
#agenda .agenda-list-container-1 .number-list-wrapper .vertical-line,
#agenda .agenda-list-container-2 .number-list-wrapper .vertical-line {
  height: 120px;
  width: 1px;
}
#agenda .agenda-list-container-1 .agenda-item-details,
#agenda .agenda-list-container-2 .agenda-item-details {
  grid-row: auto;
  grid-column: 2/3;
  width: 234px;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  #agenda .agenda-list-container-1 .agenda-item-details,
#agenda .agenda-list-container-2 .agenda-item-details {
    grid-column: 3/4;
    width: 550px;
  }
}
#agenda .agenda-list-container-1 .agenda-item-details .time-agenda,
#agenda .agenda-list-container-2 .agenda-item-details .time-agenda {
  height: 21px;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  #agenda .agenda-list-container-1 .agenda-item-details .time-agenda,
#agenda .agenda-list-container-2 .agenda-item-details .time-agenda {
    display: none;
  }
}
#agenda .agenda-list-container-1 .agenda-item-details .name-agenda-event,
#agenda .agenda-list-container-2 .agenda-item-details .name-agenda-event {
  height: auto;
  font-size: 18px;
  font-weight: bold;
  grid-row: auto;
  grid-column: 2/3;
  margin-top: 0;
}
@media (min-width: 1280px) {
  #agenda .agenda-list-container-1 .agenda-item-details .name-agenda-event,
#agenda .agenda-list-container-2 .agenda-item-details .name-agenda-event {
    font-size: 24px;
  }
}
#agenda .agenda-list-container-1 .agenda-item-details .speaker-agenda-event,
#agenda .agenda-list-container-2 .agenda-item-details .speaker-agenda-event {
  height: 21px;
  font-size: 14px;
  font-weight: 300;
}
#agenda #agenda-details-btn {
  margin: 0 auto 61px;
  font-weight: bold;
}

#speakers {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-color: #21232b;
}
#speakers .speaker-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
#speakers .speaker-title h3 {
  margin: 60px auto 0;
  padding: 0;
  width: 198px;
  text-align: center;
  font-weight: bold;
}
#speakers .speaker-title #blue-line-speakers {
  width: 31px;
  border-bottom: 2px solid #7a7af4;
  margin-top: 11px;
}
#speakers .cards__slider {
  width: 302px;
  height: 732px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1280px) {
  #speakers .cards__slider {
    display: none;
  }
}
#speakers .cards__slider .slide-speakers {
  width: 302px;
  height: 692px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#speakers .cards__slider .slide-speakers .individual-speaker {
  width: 227px;
  height: 307px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#speakers .cards__slider .slide-speakers .individual-speaker .photo-wrapper {
  width: 198px;
  height: 198px;
  position: relative;
}
#speakers .cards__slider .slide-speakers .individual-speaker .photo-wrapper img {
  width: 198px;
  height: 198px;
  border-radius: 50%;
}
#speakers .cards__slider .slide-speakers .individual-speaker .photo-wrapper .linkedin-link {
  width: 48px;
  height: 32px;
  position: absolute;
  left: 75px;
  bottom: -16px;
}
#speakers .cards__slider .slide-speakers .individual-speaker .photo-wrapper .linkedin-link:hover {
  cursor: pointer;
}
#speakers .cards__slider .slide-speakers .individual-speaker .speaker-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 0 0;
  padding: 0;
}
#speakers .cards__slider .slide-speakers .individual-speaker .speaker-job {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0;
}
#speakers .cards__non_slider {
  display: none;
}
@media (min-width: 1280px) {
  #speakers .cards__non_slider {
    width: 1013px;
    height: 674px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) {
  #speakers .cards__non_slider {
    width: 1097px;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) and (min-width: 1920px) {
  #speakers .cards__non_slider {
    width: 1283px;
  }
}
@media (min-width: 1280px) {
  #speakers .cards__non_slider .cards_wrapper__nonslider {
    width: 1013px;
    height: 307px;
    display: grid;
    grid-template-columns: 227px 227px 227px 227px;
    gap: 35px;
    grid-template-rows: 1;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) {
  #speakers .cards__non_slider .cards_wrapper__nonslider {
    width: 1097px;
    gap: 62px;
  }
}
@media (min-width: 1280px) and (min-width: 1366px) and (min-width: 1920px) {
  #speakers .cards__non_slider .cards_wrapper__nonslider {
    width: 1283px;
    gap: 125px;
  }
}
@media (min-width: 1280px) {
  #speakers .cards__non_slider .individual-speaker-nonslider {
    width: 227px;
    height: 307px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  #speakers .cards__non_slider .individual-speaker-nonslider .photo-wrapper {
    width: 198px;
    height: 198px;
    position: relative;
  }
  #speakers .cards__non_slider .individual-speaker-nonslider .photo-wrapper img {
    width: 198px;
    height: 198px;
    border-radius: 50%;
  }
  #speakers .cards__non_slider .individual-speaker-nonslider .photo-wrapper .linkedin-link {
    width: 48px;
    height: 32px;
    position: absolute;
    left: 75px;
    bottom: -16px;
  }
  #speakers .cards__non_slider .individual-speaker-nonslider .photo-wrapper .linkedin-link:hover {
    cursor: pointer;
  }
  #speakers .cards__non_slider .individual-speaker-nonslider .speaker-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 0 0;
    padding: 0;
  }
  #speakers .cards__non_slider .individual-speaker-nonslider .speaker-job {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0;
  }
}

.know {
  padding: 60px 0;
  position: relative;
}
.know:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 216px;
  background-color: #EAEAEF;
  width: 100%;
}
.know__slider {
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.know__slider li div {
  margin: auto;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin: 0 10px;
}
.know__slider li div iframe {
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.know__slider li div span {
  font-size: 20px;
  color: #121212;
  font-weight: 500;
  display: block;
  text-align: center;
}
.know__slider .slick-dots {
  margin-top: 20px;
}
@media screen and (min-width: 1300px) {
  .know {
    padding: 90px 0;
  }
  .know__slider {
    margin: 47px auto 0;
    max-width: 1190px;
  }
  .know__slider li div iframe {
    height: 210px;
  }
  .know__slider .slick-dots {
    display: none;
  }
}

#remember {
  width: 100%;
  height: 271px;
  background-image: url(./images/bgRemember.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  #remember {
    background-image: url(./images/bgRememberM.png);
  }
}
#remember .text-contain {
  width: 302px;
  height: auto;
}
@media (min-width: 1280px) {
  #remember .text-contain {
    width: 894px;
  }
}
#remember .text-contain #blue-line-remember {
  width: 31px;
  border-bottom: 2px solid #7a7af4;
  margin: 11px auto 33px 0;
  display: block;
}
@media (min-width: 1280px) {
  #remember .text-contain #blue-line-remember {
    margin: 11px auto 33px;
  }
}
#remember .text-contain h3 {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  #remember .text-contain h3 {
    font-size: 32px;
    text-align: center;
  }
}
#remember .text-contain p {
  font-size: 18px;
}
@media (min-width: 1280px) {
  #remember .text-contain p {
    font-size: 22px;
    text-align: center;
  }
}

/* *********** Connect *********** */
.connect {
  display: flex;
  flex-flow: column;
}
.connect article {
  overflow: hidden;
}
.connect article:first-child img {
  width: 100%;
  height: 100%;
}
.connect article:first-child img:hover {
  transform: scale(1.1);
}
.connect article:last-child {
  display: flex;
  flex-flow: row wrap;
}
.connect article:last-child div {
  position: relative;
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.connect article:last-child div .img, .connect article:last-child div img {
  width: 100%;
  height: 100%;
}
.connect article:last-child div img:hover {
  transform: scale(1.1);
}
.connect article:last-child div a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
}
.connect article:last-child div a:hover, .connect article:last-child div a:focus {
  text-decoration: none;
}
.connect article:last-child div a img {
  width: 14px;
}
@media screen and (min-width: 1100px) {
  .connect {
    flex-flow: row;
  }
  .connect article {
    width: 50%;
  }
  .connect article:last-child div a {
    font-size: 22px;
  }
  .connect article:last-child div a img {
    width: 22px;
  }
}

/* *********** End Connect *********** 
*/
#contact-us {
  width: 100%;
  height: 297px;
  background-image: url(./images/grayBgContact.png);
  background-size: cover;
}
@media (min-width: 1280px) {
  #contact-us {
    background-image: url(./images/grayBgContactXl.png);
    background-repeat: no-repeat;
    height: 240px;
    color: #fff;
  }
}
#contact-us h6 {
  padding-top: 42px;
  font-size: 18px;
  text-align: center;
  width: 302px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  #contact-us h6 {
    width: 795px;
    padding-top: 63px;
    font-size: 26px;
  }
}
#contact-us form {
  width: 302px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  #contact-us form {
    width: 488px;
    padding-top: 20px;
  }
}
#contact-us form .wrap-inputs-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  #contact-us form .wrap-inputs-form {
    flex-direction: row;
  }
}
#contact-us form .wrap-inputs-form #subscribe-input {
  width: 100%;
}
#contact-us form .wrap-inputs-form #subscribe-input input {
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  border-style: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#contact-us form .wrap-inputs-form #subscribe-input input input::placeholder {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1280px) {
  #contact-us form .wrap-inputs-form #subscribe-input input {
    width: 256px;
  }
}
#contact-us form .wrap-inputs-form .btn-subscription input {
  border-radius: 25px;
  background-color: transparent;
  list-style: none;
  color: #fff;
  border-style: none;
  border: 1px solid #fff;
  width: 148px;
  height: 40px;
}
@media (min-width: 1280px) {
  #contact-us form .wrap-inputs-form .btn-subscription input {
    margin-left: 43px;
  }
}
#contact-us form .wrap-inputs-form .wrap-agreement {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 5px;
}
#contact-us form .wrap-inputs-form .wrap-agreement input {
  height: 17px;
}
#contact-us form .wrap-inputs-form .wrap-agreement p {
  color: white;
  background-color: transparent;
  font-size: 14px;
}
@media (min-width: 1280px) {
  #contact-us form .wrap-inputs-form .wrap-agreement p {
    width: 290px;
  }
}

.dialog {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  justify-content: center;
}
.dialog.show {
  display: flex;
}
.dialog__black {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 100vw;
  top: 0;
  position: fixed;
  cursor: pointer;
  z-index: 2;
}
.dialog__black.show {
  display: block;
}
.dialog__wrapper {
  width: 100%;
  padding: 20px 36px;
  background-color: #FFFFFF;
  height: auto;
  border-radius: 14px;
}
.dialog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog__top button {
  border: none;
  background-color: transparent;
}
.dialog h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .dialog {
    align-items: center;
  }
  .dialog__wrapper {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
    width: 678px;
  }
  .dialog__top button {
    margin-left: auto;
  }
  .dialog__logo {
    display: none;
  }
  .dialog h4 {
    font-size: 32px;
    line-height: 21px;
  }
}

.form {
  padding-top: 30px;
}
.form h3 {
  color: #121212;
  font-size: 28px;
  line-height: 21px;
  margin-bottom: 20px;
}
.form__checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 12px;
}
.form__checkbox:last-child {
  margin-bottom: 0;
}
.form__checkbox label {
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  color: #121212;
}
.form__checkbox label a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #121212;
}
.form__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.form > article {
  display: flex;
  flex-flow: row wrap;
  column-gap: 16px;
  row-gap: 12px;
  margin-bottom: 14px;
}
.form span {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  display: block;
  margin-bottom: 20px;
}
.form .form-customize-order {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-customize-order input[type=text],
.form .form-customize-order select {
  margin-bottom: 16px;
  width: 100%;
}
.form .form-customize-order input[type=text],
.form .form-customize-order select,
.form input[type=text],
.form [type=email],
.form select {
  border-radius: 5px;
  border: 1px solid #BDBDBD;
  background-color: #FFFFFF;
  padding: 11px 12px;
  font-size: 12px;
  line-height: normal;
  width: calc(50% - 8px);
  color: #121212;
  font-family: Heebo;
}
.form .form-customize-order input[type=text]::placeholder,
.form .form-customize-order select::placeholder,
.form input[type=text]::placeholder,
.form [type=email]::placeholder,
.form select::placeholder {
  color: #121212;
}
.form .form-customize-order input[type=text]:focus, .form .form-customize-order input[type=text]:hover,
.form .form-customize-order select:focus,
.form .form-customize-order select:hover,
.form input[type=text]:focus,
.form input[type=text]:hover,
.form [type=email]:focus,
.form [type=email]:hover,
.form select:focus,
.form select:hover {
  outline: none;
}
.form .form-customize-order input[type=text].large,
.form .form-customize-order select.large,
.form input[type=text].large,
.form [type=email].large,
.form select.large {
  width: 100%;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
}
.form select option {
  color: #121212;
}
.form input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-color: #121212;
}
.form .button {
  min-width: 134px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .form__checkbox label {
    font-size: 14px;
    line-height: 21px;
  }
  .form .form-customize-order {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
  }
  .form .form-customize-order input[type=text],
.form .form-customize-order select {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
  .form input[type=text].large,
.form [type=email].large,
.form select.large {
    width: calc(50% - 8px);
  }
  .form span {
    font-size: 14px;
    line-height: 16px;
  }
  .form__actions {
    justify-content: flex-start;
  }
}

#header-thanks {
  height: 80px;
  width: 100%;
  background-color: transparent;
  opacity: 0.75;
}

#thankyou {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent url(./images/Header_texture.svg) no-repeat center;
  color: #fff;
  background-size: cover;
  background-color: #21232b;
  opacity: 1;
  background-position: top left;
  position: relative;
  margin-top: -80px;
}
@media (min-width: 700px) {
  #thankyou {
    background: transparent url(./images/TKY_texture.svg) no-repeat center;
    background-color: #21232b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#thankyou .wrap-thanks {
  width: 302px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  #thankyou .wrap-thanks {
    width: 751px;
    height: auto;
  }
}
#thankyou .wrap-thanks h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 1280px) {
  #thankyou .wrap-thanks h1 {
    width: 100%;
    font-size: 62px;
  }
}
#thankyou .wrap-thanks .img-logo-wrapper {
  width: 248px;
  height: 55px;
  background-image: url(./images/logo-thankyou-page.png);
  background-size: contain;
  margin: 15px auto;
}
@media (min-width: 1280px) {
  #thankyou .wrap-thanks .img-logo-wrapper {
    background-image: url(./images/bigLogoThankyouPage.png);
    width: 375px;
    height: 80px;
  }
}
#thankyou .wrap-thanks p {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
@media (min-width: 1280px) {
  #thankyou .wrap-thanks p {
    font-size: 22px;
  }
}
#thankyou .wrap-thanks .second-paragraph {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1280px) {
  #thankyou .wrap-thanks .second-paragraph {
    margin-top: 35px;
  }
}
#thankyou .wrap-thanks .contact-mail {
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 1280px) {
  #thankyou .wrap-thanks .contact-mail {
    margin-top: 10px;
  }
}

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