@import "./fonts/stylesheet.css";
html, body {
  scroll-behavior: smooth;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* width */ ::-webkit-scrollbar {
  width: 8px;
}
/* Track */ ::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.25px;
  color: #001722;
  background: #fff;
}
body.active {
  overflow: hidden;
}
a {
  text-decoration: none !important;
  opacity: 1;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}
ul li {
  list-style: none;
}
.auto__container {
  position: relative;
  max-width: 1608px;
  margin: 0 auto;
  padding: 0 40px;
}
.display {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 57px;
  line-height: 120%;
  color: #001722;
}
.title {
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 37px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: #001722;
}
.speaker-name {
  font-family: "Nunito Sans";
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: #001722;
}
.nav-item {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: 0.15px;
  color: #001722;
}
h1 {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 71px;
  line-height: 120%;
  color: #fff;
}
h2 {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 71px;
  line-height: 120%;
  color: #001722;
}
h3 {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 57px;
  line-height: 120%;
  color: #001722;
}
h4 {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: #001722;
}
h5 {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #001722;
}
h6 {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.15px;
  color: #001722;
}
h6.sm {
  font-size: 18px;
  line-height: 120%;
}
p.med {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.5px;
}
p.sm {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.4px;
  color: #001722;
}
p.ex {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Nunito Sans";
  font-weight: 800;
  font-size: 15px;
  line-height: 80%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border-radius: 24.5px;
  padding: 12px 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.button.primary {
  background: #00b9e3;
}
.button.primary:hover {
  background: #9d237a;
}
.button.uniq {
  background: #ef4176;
}
.button.uniq:hover {
  background: #9d237a;
}
.button.dark {
  background: #001722;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: none;
}
.button svg {
  width: 11px;
  height: 11px;
  margin-left: 6px;
}
.input__outer input {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #d3d3d3;
  border: 2px solid #fff;
  width: 100%;
  color: #001722;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.input__outer input::-webkit-input-placeholder {
  opacity: 0.7;
}
.input__outer input::-moz-placeholder {
  opacity: 0.7;
}
.input__outer input:-ms-input-placeholder {
  opacity: 0.7;
}
.input__outer input::-ms-input-placeholder {
  opacity: 0.7;
}
.input__outer input::placeholder {
  opacity: 0.7;
}
.input__outer input:focus {
  border: 2px solid #0071a0;
}
.ucountdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
}
.ucountdown span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 40px;
}
.ucountdown span:last-child {
  margin: 0;
}
.ucountdown span b {
  font-weight: 600;
  font-size: 37px;
  line-height: 140%;
  letter-spacing: 0.25px;
  color: #ffffff;
  margin-bottom: 2px;
}
.ucountdown span small {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 34, 0.8);
  padding: 140px;
  display: none;
  z-index: 9999;
  overflow-y: auto;
}
.modall.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
.modall__inner {
  padding: 58px 58px 36px 50px;
  width: 100%;
  max-width: 1084px;
  margin: auto;
  position: relative;
  background: #462280;
  border-radius: 25px;
}
.modall__inner-close {
  position: absolute;
  top: 18px;
  right: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 46px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease;
  color: #00b9e3;
}
.modall__inner-close:hover {
  color: #9d237a;
}
.modall__inner-close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modall__inner .title {
  color: #fff;
  margin-bottom: 20px;
}
.modall__inner p {
  color: #fff;
  margin-bottom: 20px;
}
.modall__inner p:last-child {
  margin: 0;
}
.modall__inner p b {
  font-weight: 900;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: 1010;
  padding: 30px 0;
}
.header .auto__container {
  padding: 0 100px;
  max-width: 1728px;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__inner-logo {
  width: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__inner-logo img {
  width: 100%;
}
.burger {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00b9e3;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.burger:hover {
  color: #fff;
}
.burger:hover span {
  opacity: 1;
}
.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240%;
  height: 240%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  opacity: 0;
  color: #9d237a;
}
.burger span svg {
  width: 100%;
  height: 100%;
}
.burger > svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001722;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 50px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10000;
}
.nav.active {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.nav__inner {
  width: 100%;
  max-width: 1520px;
  overflow: hidden;
  overflow-y: auto;
}
.nav__inner::-webkit-scrollbar {
  display: none;
}
.nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.nav__burger {
  width: 46px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #00b9e3;
}
.nav__burger:hover {
  color: #9d237a;
}
.nav__burger svg {
  width: 100%;
  height: 100%;
}
.nav__logo {
  width: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__logo img {
  width: 100%;
}
.nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav__col {
  width: calc(50% - 10px);
}
.nav__col .button {
  font-weight: 400;
  font-size: 57px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Goldman";
  padding: 20px 30px;
  border-radius: 64px;
  margin-bottom: 86px;
}
.nav__col .button svg {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.nav__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__foot-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__foot-links a {
  color: #00b9e3;
  width: 50px;
  height: 50px;
  margin-left: 24px;
}
.nav__foot-links a:first-child {
  margin-left: 0;
}
.nav__foot-links a svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__foot-links a:hover {
  opacity: 1;
  color: #9d237a;
}
.nav__foot p {
  display: none;
}
.nav__smc {
  width: 155px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-right: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__smc:hover {
  opacity: 1;
  color: #9d237a;
}
.nav__smc svg {
  width: 100%;
  height: 100%;
}
.navLink {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 71px;
  line-height: 120%;
  letter-spacing: -0.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 80px;
  display: block;
}
.navLink:last-child {
  margin: 0;
}
.navLink:hover {
  opacity: 1;
  color: #00b9e3;
}
.footer {
  padding: 100px 0;
  background: #001722;
  overflow: hidden;
}
.footer .auto__container {
  max-width: 1150px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__form {
  width: calc(50% - 20px);
  max-width: 500px;
}
.footer__form h4 {
  color: #00b9e3;
  margin-bottom: 20px;
}
.footer__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.footer__form-row .input__outer {
  width: calc(50% - 20px);
  margin: 10px;
}
.footer__form .button {
  margin-top: 20px;
}
.footer__content {
  max-width: 450px;
  width: calc(50% - 20px);
}
.footer__content-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer__content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 155px;
  height: 36px;
  color: #fff;
  margin-right: 24px;
}
.footer__content-logo svg {
  width: 100%;
  height: 100%;
}
.footer__content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__content-link {
  color: #00b9e3;
  width: 50px;
  height: 50px;
  margin-left: 24px;
}
.footer__content-link:first-child {
  margin-left: 0;
}
.footer__content-link svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__content-link:hover {
  opacity: 1;
  color: #9d237a;
}
.footer__content .caption {
  color: #fff;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.hero {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.hero .auto__container {
  padding: 0 100px;
  max-width: 1728px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__bg img.mob {
  display: none;
}
.heroTop {
  margin-bottom: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.heroTop .title {
  margin-right: 50px;
  color: #fff;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.25px;
}
.hero__inner-content {
  text-align: center;
}
.hero__inner-content h1 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hero__inner-note {
  padding: 10px 30px;
  background: #001722;
  border-radius: 64px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #001722;
  overflow: hidden;
}
.infoImage {
  width: 32%;
}
.infoImage:last-child img {
  -o-object-position: 20%;
  object-position: 20%;
}
.infoImage__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 70%;
  position: relative;
}
.infoImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: 80%;
  object-position: 80%;
}
.infoImage__inner img.mob {
  display: none;
}
.infoContent {
  width: 46%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.infoContent h4 {
  color: #fff;
  margin-bottom: 20px;
}
.attend {
  position: relative;
  padding: 70px 0 100px;
  overflow: hidden;
}
.attend__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.attend__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.attend__bg img.mob {
  display: none;
}
.attend__inner-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1380px;
  width: 90%;
  margin: 0 auto 64px;
}
.attend__inner-info h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
}
.attend__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}
.attendCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.attendCount__number {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 114px;
  line-height: 100%;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin-bottom: 10px;
}
.attendCount__number span {
  line-height: 100%;
}
.attendCount p {
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}
.attendContent {
  background: #001722;
  border-radius: 25px;
  padding: 38px 50px 50px 50px;
  color: #fff;
  margin-bottom: 100px;
}
.attendContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.attendContent .title {
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.attendReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  max-width: 664px;
}
.attendReview__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 40px;
  background: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attendReview__icon img {
  width: 85%;
}
.attendReview p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attendCard {
  border-radius: 40px;
  overflow: hidden;
  background: #472281;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 360px;
}
.attendCard__image {
  width: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.attendCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.attendCard__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  color: #fff;
}
.attendCard__content h4 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 28px;
  line-height: 120%;
}
.agenda {
  padding: 100px 52px;
  background: #001722;
}
.agenda__inner-title {
  margin-bottom: 72px;
}
.agenda__inner-title h3 {
  color: #ef4176;
}
.agenda__inner-wrapper {
  background: #002334;
  border-radius: 25px;
  position: relative;
  border-top: unset;
}
.agenda__inner-body {
  display: none;
}
.agenda__inner-body.active {
  display: block;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.agendaHead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 38px 30px;
  background: #002334;
  border: 3px solid #707070;
  border-bottom: 3px solid #707070;
  border-radius: 25px 25px 0 0;
}
.agendaHead__title {
  display: none;
}
.agendaFilter__btn {
  display: none;
}
.agendaFilter__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.agendaFilter__menu button {
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 20px 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00b9e3;
  border-radius: 64px;
}
.agendaFilter__menu button.active {
  background: #8c43ff;
}
.agendaFilter__menu button b {
  font-weight: 600;
}
.agendaItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #707070;
  border-top: unset;
  color: #fff;
}
.agendaItem:last-child {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
.agendaItem__time {
  width: 290px;
  border-right: 3px solid #707070;
  /*padding: 30px 15px 30px 30px;*/
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.agendaItem__time h6 {
  color: #fff;
  font-family: "Nunito Sans";
}
.agendaItem__text {
  width: calc(100% - 290px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  background: #001722;
}
.agendaItem__text p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.agendaItem__text button {
  white-space: nowrap;
  font-family: "Nunito Sans";
  font-weight: 800;
  font-size: 15px;
  line-height: 80%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 20px;
  background: #00b9e3;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 20px;
}
.marquee {
  --speed: 40s;
  --padding-y: 0.6rem;
  --gap: 2rem;
  overflow: hidden;
  padding: var(--padding-y) 0;
  font-family: "Goldman";
  font-weight: 400;
  font-size: 57px;
  line-height: 120%;
  color: #ef4176;
  margin-bottom: 70px;
}
.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform;
  -webkit-animation: marquee var(--speed) linear infinite;
  animation: marquee var(--speed) linear infinite;
}
.marquee__inner span {
  white-space: nowrap;
}
/* Pause on hover/focus for accessibility */
.marquee:hover .marquee__inner, .marquee:focus-within .marquee__inner {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marquee__inner {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* Make sure content is long enough for seamless loop */
/* Duplicate content via CSS if needed */
.marquee__inner::after {
  content: attr(data-duplicate);
}
.price {
  position: relative;
  padding: 85px 0 100px 0;
  overflow: hidden;
}
.price__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.price__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.price__item {
  border: 3px solid #00b9e3;
  border-radius: 25px;
  background: rgba(0, 23, 34, 0.5);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(25% - 12px);
  max-width: 350px;
}
.price__item h6 {
  padding: 8px 20px;
  background: #00b9e3;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  min-height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price__item h2 {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.price__group {
  margin-bottom: 75px;
}
.price__group.blue .price__item {
  border: 3px solid #556eff;
}
.price__group.blue .price__item h6 {
  background: #556eff;
}
.price__group.dark .price__item {
  border: 3px solid #224290;
}
.price__group.dark .price__item h6 {
  background: #224290;
}
.price__group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price__group h4 {
  margin-bottom: 30px;
  color: #fff;
}
.price__more {
  margin-bottom: 75px;
}
.price__more-title {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ef4176;
  margin-bottom: 20px;
}
.price__more p {
  color: #ffffff;
}
.price__more p a {
  color: #00b9e3;
  text-decoration: underline;
}
.venue {
  padding: 100px 50px;
  background: linear-gradient(311.23deg, #462280 11.3%, #224290 89.06%);
  color: #fff;
  overflow: hidden;
}
.venue h3 {
  color: #00b9e3;
  margin-bottom: 50px;
}
.venue__inner {
  margin-bottom: 50px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.venue__inner-content {
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding: 40px;
  background: rgba(0, 23, 34, 0.9);
  border-radius: 0px 25px 25px 0px;
}
.venue__inner-content h5 {
  margin-bottom: 20px;
  color: #ef4176;
}
.venue__inner-content p {
  margin-bottom: 40px;
}
.venue__inner-content p:last-child {
  margin: 0;
}
.venue__inner-content p i {
  font-weight: 300;
  font-style: italic;
}
.venue__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.venue__inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.venue__more-title {
  font-family: "Goldman";
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #00b9e3;
  margin-bottom: 25px;
}
.venue__more-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.venue__more-item {
  width: calc(33.3% - 12px);
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.venue__more-item p {
  margin-bottom: 20px;
}
.venue__more-item p strong {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.venue__more-item p span {
  display: block;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #ef4176;
}
.venue__more-item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.venue__more-item .button svg {
  width: 11px;
  height: 11px;
  margin-left: 6px;
  color: #fff;
}
.sponsor {
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}
.sponsor__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sponsor__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.sponsor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px 120px -13px;
  justify-content: center;
}
.sponsor__row:last-child {
  margin-bottom: 0;
}
.sponsor__row.diamond {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sponsor__row.diamond .sponsor__item {
  width: calc(65% - 20px);
  max-width: 900px;
  padding: 40px 40px 20px 40px;
}
.sponsor__row.diamond .sponsor__item-image {
  padding-bottom: 23%;
}
.sponsor__row.silver {
  margin: 0 -20px 120px -20px;
}
.sponsor__row.silver .sponsor__item {
  width: calc(25% - 40px);
  padding: 30px 30px 20px 30px;
  margin: 20px;
}
.sponsor__row.silver .sponsor__item-image {
  padding-bottom: 45%;
}
.sponsor__row.gold {
  margin: 0 -45px 80px -45px;
}
.sponsor__row.gold .sponsor__item {
  width: calc(33.3% - 90px);
  padding: 40px 40px 20px 40px;
  margin: 45px;
}
.sponsor__row.gold .sponsor__item-image {
  padding-bottom: 45%;
}
.sponsor__row.platinum {
  margin: 0 -45px 80px -45px;
}
.sponsor__row.platinum .sponsor__item {
  width: calc(50% - 90px);
  padding: 40px 40px 20px 40px;
  margin: 45px;
}
.sponsor__row.platinum .sponsor__item-image {
  padding-bottom: 29%;
}
.sponsor__item {
  width: calc(20% - 26px);
  margin: 13px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #462280;
  border-radius: 25px;
}
.sponsor__item-image {
  position: relative;
  padding-bottom: 48%;
}
.sponsor__item-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sponsor__item-image-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sponsor__item h6 {
  margin-top: 20px;
  text-align: right;
}
.about {
  padding: 100px 50px;
  overflow: hidden;
  position: relative;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about__inner-content {
  width: calc(45% - 20px);
}
.about__inner-content h3 {
  color: #8c43ff;
  margin-bottom: 30px;
}
.about__inner-content p {
  margin-bottom: 115px;
}
.about__inner-content p:last-child {
  margin-bottom: 0;
}
.about__inner-image {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(65% - 20px);
  margin-right: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 1;
  position: relative;
}
.about__inner-image img.imgBg {
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 80%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}
.team {
  position: relative;
  background: #224290;
  padding: 100px 50px;
  overflow: hidden;
}
.team__bg {
  position: absolute;
  opacity: 0.05;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.team__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.team__inner h3 {
  color: #fff;
  margin-bottom: 80px;
}
.team__speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 130px;
}
.team__speaker-image {
  width: calc(50% - 20px);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.team__speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.team__speaker-content {
  width: calc(50% - 20px);
  max-width: 710px;
  color: #fff;
}
.team__speaker-content h3 {
  margin-bottom: 20px !important;
}
.team__speaker-content .title {
  color: #fff;
  margin-bottom: 20px;
}
.team__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -40px 90px -40px;
}
.team__lead-item {
  width: calc(33.3% - 80px);
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #001722;
  border-radius: 25px;
  overflow: hidden;
}
.team__lead-item-content {
  width: 45%;
  padding: 30px;
}
.team__lead-item-content-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: #00b9e3;
  margin-bottom: 12px;
}
.team__lead-item-content p {
  color: #fff;
}
.team__lead-item-content p.med {
  margin-bottom: 12px;
}
.team__lead-item-image {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team__lead-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.team__com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -40px -40px 90px -40px;
}
.team__com-item {
  width: calc(25% - 80px);
  margin: 40px;
  max-width: 300px;
}
.team__com-item-content-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  color: #00b9e3;
  margin-bottom: 12px;
}
.team__com-item-content p {
  color: #fff;
}
.team__com-item-content p.med {
  margin-bottom: 12px;
  font-weight: 700;
}
.team__com-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}
.team__com-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.team__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carousel-container {
  width: 100%;
  max-width: 900px;
  height: 396px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin: 0 auto;
}
.carousel-track {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card {
  position: absolute;
  width: 80%;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card.center {
  z-index: 10;
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
.card.center img {
  -webkit-filter: none;
  filter: none;
}
.card.left-2 {
  z-index: 1;
  -webkit-transform: translateX(-400px) scale(0.8) translateZ(-300px);
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}
.card.left-2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.left-1 {
  z-index: 5;
  -webkit-transform: translateX(-200px) scale(0.9) translateZ(-100px);
  transform: translateX(-200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}
.card.left-1 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.right-1 {
  z-index: 5;
  -webkit-transform: translateX(200px) scale(0.9) translateZ(-100px);
  transform: translateX(200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}
.card.right-1 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.right-2 {
  z-index: 1;
  -webkit-transform: translateX(400px) scale(0.8) translateZ(-300px);
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}
.card.right-2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.hidden {
  opacity: 0;
  pointer-events: none;
}
.member-info {
  display: none;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.member-name {
  color: #082a7b;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.member-name::before, .member-name::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100px;
  height: 2px;
  background: #082a7b;
}
.member-name::before {
  left: -120px;
}
.member-name::after {
  right: -120px;
}
.member-role {
  color: #848696;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin-top: -15px;
  position: relative;
}
.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dedede;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dot.active {
  background: #00b9e3;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.nav-arrow {
  color: #dedede;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  margin-right: 15px;
  background: transparent;
  padding: 0 !important;
}
.nav-arrow svg {
  width: 24px;
  height: 24px;
}
.nav-arrow:hover {
  background: #00b9e3;
  color: #fff;
}
.nav-arrow.left {
  left: 20px;
  padding-right: 3px;
}
.nav-arrow.right {
  right: 20px;
  padding-left: 3px;
  margin-right: 0;
  margin-left: 15px;
}
.nav-arrow.right svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .about-title {
    font-size: 4.5rem;
  }
  .card {
    width: 200px;
    height: 280px;
  }
  .card.left-2 {
    -webkit-transform: translateX(-250px) scale(0.8) translateZ(-300px);
    transform: translateX(-250px) scale(0.8) translateZ(-300px);
  }
  .card.left-1 {
    -webkit-transform: translateX(-120px) scale(0.9) translateZ(-100px);
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }
  .card.right-1 {
    -webkit-transform: translateX(120px) scale(0.9) translateZ(-100px);
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }
  .card.right-2 {
    -webkit-transform: translateX(250px) scale(0.8) translateZ(-300px);
    transform: translateX(250px) scale(0.8) translateZ(-300px);
  }
  .member-name {
    font-size: 2rem;
  }
  .member-role {
    font-size: 1.2rem;
  }
  .member-name::before, .member-name::after {
    width: 50px;
  }
  .member-name::before {
    left: -70px;
  }
  .member-name::after {
    right: -70px;
  }
}
@media (max-width: 1540px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 1450px) {
  h1 {
    font-size: 60px;
  }
  h3 {
    font-size: 50px;
  }
  .navLink {
    font-size: 50px;
    margin-bottom: 55px;
  }
  .nav__col .button {
    font-size: 40px;
    margin-bottom: 55px;
  }
  .agendaFilter__menu button {
    font-size: 20px;
    padding: 14px 40px;
  }
  .price__item h2 {
    font-size: 64px;
  }
  .price__item h2 {
    font-size: 64px;
  }
  .team__lead {
    margin: -20px -20px 70px -20px;
  }
  .team__lead-item {
    margin: 20px;
    width: calc(33.3% - 40px);
  }
  .team__lead-item-content {
    padding: 20px;
    width: 48%;
  }
  .team__lead-item-image {
    width: 52%;
  }
  .team__com {
    margin: -20px -20px 70px -20px;
  }
  .team__com-item {
    margin: 20px;
    width: calc(25% - 40px);
  }
  .about__inner-content p {
    margin-bottom: 80px;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: 55px;
  }
  .price__item h2 {
    font-size: 54px;
  }
}
@media (max-width: 1180px) {
  h1 {
    font-size: 50px;
  }
  h3 {
    font-size: 45px;
  }
  .navLink {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .nav__col .button {
    padding: 16px 25px;
    margin-bottom: 40px;
    font-size: 26px;
  }
  .attendCount__number {
    font-size: 90px;
  }
  .attendContent {
    padding: 38px 10px;
  }
  .attendContent__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
  }
  .attendReview {
    width: 100%;
    max-width: unset;
    margin-bottom: 50px;
  }
  .attendReview:last-child {
    margin: 0;
  }
  .agenda__inner-title {
    margin-bottom: 50px;
  }
  .agendaHead {
    padding: 30px 20px;
  }
  .agendaFilter__menu button {
    font-size: 15px;
    padding: 10px 24px;
  }
  .team__inner h3 {
    margin-bottom: 40px;
  }
  .team__lead-item {
    width: calc(50% - 40px);
  }
  .team__com {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .team__com-item {
    width: calc(33.3% - 40px);
  }
  .about__inner-content {
    width: 100%;
  }
  .about__inner-image {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-bottom: 130px;
    width: calc(100% + 90px);
    margin-right: -90px;
  }
  .footer {
    padding: 90px 40px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__form {
    margin-bottom: 80px;
    width: 100%;
  }
  .footer__content {
    width: 100%;
  }
  .sponsor__row {
    margin-bottom: 70px;
  }
  .sponsor__row.diamond .sponsor__item {
    width: 100%;
    max-width: 650px;
  }
  .sponsor__row.platinum {
    margin: 0 -25px 50px -25px;
  }
  .sponsor__row.platinum .sponsor__item {
    width: 100%;
    max-width: 650px;
    margin: 25px;
  }
  .sponsor__row.gold {
    margin: 0 -25px 50px -25px;
  }
  .sponsor__row.gold .sponsor__item {
    margin: 25px;
    width: calc(50% - 50px);
  }
  .sponsor__row.silver .sponsor__item {
    width: calc(33.3% - 40px);
  }
  .sponsor__row h3 {
    margin-bottom: 40px;
  }
  .sponsor__item {
    width: calc(33.3% - 26px);
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
  .venue .auto__container {
    max-width: 840px;
  }
  .venue__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(311.23deg, #462280 11.3%, #224290 89.06%);
  }
  .venue__inner-bg {
    position: relative;
    padding-bottom: 90%;
  }
  .venue__inner-bg img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: left;
    object-position: left;
  }
  .venue__inner-content {
    width: 100%;
    margin: 0;
    padding: 50px;
  }
  .venue__more-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .venue__more-item {
    width: 100%;
    max-width: unset;
    margin: 0 0 50px 0;
  }
  .venue__more-item:last-child {
    margin: 0;
  }
  .venue__more-item p br {
    display: none;
  }
  .price .auto__container {
    max-width: 940px;
  }
  .price__group h4 {
    font-size: 28px;
  }
  .price__group-row {
    margin: -16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price__item {
    width: calc(50% - 38px);
    margin: 16px 16px 32px 16px;
    max-width: unset;
  }
  .price__item h2 {
    font-size: 71px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 40px;
  }
  .ucountdown {
    min-width: 290px;
  }
  .ucountdown span {
    margin-right: 24px;
  }
  .header__inner > .button {
    display: none;
  }
  .navLink {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .nav__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav__col {
    width: 100%;
    margin-bottom: 50px;
  }
  .nav__col:last-child {
    margin: 0;
  }
  .nav__col .button {
    padding: 16px 25px;
    margin-bottom: 130px;
    font-size: 30px;
  }
  .hero__inner h1 {
    margin-bottom: 56px;
  }
  .hero__inner-note p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.25px;
  }
  .heroTop .title {
    margin-right: 20px;
  }
  .infoContent {
    width: calc(100% - 350px);
    padding: 67px;
  }
  .infoImage {
    width: 175px;
  }
  .attend {
    padding: 50px 0 40px;
  }
  .attendCount__number {
    font-weight: 400;
    font-size: 71px;
    line-height: 100%;
    letter-spacing: -0.5px;
  }
  .attendCount p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.25px;
  }
  .attendContent {
    margin-bottom: 50px;
  }
  .attendCard {
    height: 300px;
  }
  .attendCard__image {
    width: 140px;
  }
  .attendCard__content {
    padding: 24px 20px;
  }
  .attend .card {
    width: 70%;
    height: unset !important;
  }
  .attend .carousel-container {
    height: 330px;
  }
  .agendaHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
  }
  .agendaHead__title {
    display: block;
  }
  .agendaHead__title .title {
    color: #fff;
  }
  .agendaFilter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 40px;
    color: #8c43ff;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .agendaFilter__btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .agendaFilter__menu {
    position: absolute;
    right: -3px;
    top: 100%;
    background: #002334;
    border-radius: 0 0 25px 25px;
    border: 3px solid #707070;
    width: 298px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
  }
  .agendaFilter__menu.active {
    opacity: 1;
    visibility: visible;
  }
  .agendaFilter__menu button {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
    padding: 0;
    background: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .agendaFilter__menu button.active span::after {
    opacity: 1;
  }
  .agendaFilter__menu button:last-child {
    margin: 0;
  }
  .agendaFilter__menu button span {
    width: 46px;
    height: 46px;
    position: relative;
  }
  .agendaFilter__menu button span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 50%;
    height: 50%;
    border: 2px solid #00b9e3;
    border-radius: 50%;
  }
  .agendaFilter__menu button span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 12px;
    height: 12px;
    background: #00b9e3;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .agendaItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #001722;
    padding: 30px 210px 30px 30px;
  }
  .agendaItem__time {
    width: unset;
    border: unset;
    padding: 0;
  }
  .agendaItem__text {
    width: unset;
    border: unset;
    padding: 0;
    background: transparent;
  }
  .agendaItem__text button {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .agendaItem h6, .agendaItem p {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25px;
  }
  .team__speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  .team__speaker-image {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
  .team__speaker-content {
    width: 100%;
    max-width: unset;
  }
  .team__speaker-content h3 {
    font-size: 57px;
  }
  .team__inner h3 {
    margin-bottom: 50px;
  }
  .team__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 100px 0;
  }
  .team__lead-item {
    width: 100%;
    max-width: 450px;
    margin: 0 0 50px 0;
  }
  .team__lead-item:last-child {
    margin: 0;
  }
  .team__lead-item-content {
    width: 45%;
    padding: 32px;
  }
  .team__lead-item-content-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25px;
    text-transform: capitalize;
  }
  .team__lead-item-image {
    width: 55%;
  }
  .team__com {
    margin: -25px -25px 0 -25px;
  }
  .team__com-item {
    max-width: unset;
    margin: 25px;
    width: calc(50% - 50px);
  }
  .team__btn {
    display: none;
  }
  .sponsor__row {
    margin: 0 -25px 80px -25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sponsor__row.gold {
    margin: 0 -25px 50px -25px;
  }
  .sponsor__row.gold .sponsor__item {
    margin: 25px;
    width: 100%;
    max-width: 450px;
  }
  .sponsor__row.silver .sponsor__item {
    width: 100%;
    max-width: 350px;
  }
  .sponsor__item {
    width: calc(50% - 50px);
    margin: 25px;
    max-width: 284px;
  }
}
@media (max-width: 840px) {
  .modall {
    padding: 40px;
  }
  .venue h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
  }
  .venue .auto__container {
    max-width: 654px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 30px;
  }
  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 35px;
  }
  .ucountdown {
    min-width: 220px;
  }
  .ucountdown span b {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.5px;
  }
  .ucountdown span small {
    font-weight: 400;
    font-size: 14px;
    line-height: 90%;
    letter-spacing: 0.4px;
  }
  .header {
    top: 130px;
  }
  .header .auto__container {
    padding: 0 30px;
  }
  .nav {
    padding: 0;
  }
  .nav__inner {
    padding: 40px 30px;
  }
  .nav__head {
    margin-bottom: 50px;
  }
  .nav__logo {
    width: 154px;
  }
  .navLink {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .nav__col .button {
    font-weight: 800;
    font-size: 15px;
    line-height: 80%;
    letter-spacing: 1.25px;
    padding: 12px 20px;
    margin-bottom: 100px;
  }
  .nav__col .button svg {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
  .nav__smc {
    width: 155px;
    margin-bottom: 25px;
  }
  .nav__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav__foot-links {
    margin-bottom: 24px;
  }
  .nav__foot-links a {
    margin-left: 20px;
  }
  .nav__foot p {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.4px;
    color: #fff;
  }
  .hero {
    padding: 70px 0;
  }
  .hero .auto__container {
    padding: 0 30px;
  }
  .hero__inner h1 {
    margin-bottom: 40px;
  }
  .heroTop {
    margin-bottom: 140px;
  }
  .heroTop .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.25px;
  }
  .price__group h4 {
    font-size: 24px;
    letter-spacing: 0.15px;
  }
  .price__item h2 {
    font-size: 57px;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .infoImage {
    width: 100%;
  }
  .infoImage:last-child {
    display: none;
  }
  .infoImage__inner {
    padding-bottom: 79%;
  }
  .infoImage__inner img {
    display: none;
  }
  .infoImage__inner img.mob {
    display: block;
  }
  .infoContent {
    width: 100%;
    padding: 50px 30px;
  }
  .infoContent h4 {
    font-size: 35px;
  }
  .attend__inner-numbers {
    width: 100%;
  }
  .attendCount__number {
    font-size: 50px;
  }
  .attendCount p {
    font-size: 13px;
  }
  .attendContent {
    margin: 0 -30px 50px;
    border-radius: 0;
  }
  .attendContent__row {
    padding: 0 20px;
  }
  .attendContent .title {
    font-size: 30px;
  }
  .attendReview__icon {
    margin-right: 20px;
  }
  .attendCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
    border-radius: 16px;
  }
  .attendCard__image {
    width: 100%;
    height: 330px;
  }
  .attendCard__content {
    width: 100%;
    padding: 20px;
  }
  .attend .card {
    width: 90%;
  }
  .attend .carousel-container {
    height: 670px;
  }
  .agenda {
    padding: 50px 0;
  }
  .agendaHead .title {
    font-size: 30px;
  }
  .team {
    padding: 70px 0;
  }
  .about {
    padding: 50px 0;
  }
  .about__inner-image {
    margin-right: -30px;
    width: calc(100% + 30px);
    margin-bottom: 64px;
  }
  .about__inner-content p {
    margin-bottom: 64px;
  }
  .about__inner-content h3 {
    margin-bottom: 20px;
  }
  .sponsor {
    padding: 50px 0;
  }
  .sponsor__row {
    margin: 0 0 40px 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sponsor__row:last-child {
    margin: 0 !important;
  }
  .sponsor__row.diamond {
    margin: 0;
  }
  .sponsor__row.diamond .sponsor__item {
    margin: 0;
    width: 100%;
  }
  .sponsor__item {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  .sponsor__item:last-child {
    margin: 0 !important;
  }
  .venue {
    padding: 60px 0 50px;
  }
}
@media (max-width: 650px) {
  .footer {
    padding: 50px 0;
  }
  .footer .auto__container {
    padding: 0 30px;
  }
  .marquee {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .price {
    padding: 64px 0 92px 0;
  }
  .price .auto__container {
    padding: 0 30px;
  }
  .price__group-row {
    margin: 0;
  }
  .price__item {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
@media (max-width: 540px) {
  .modall {
    padding: 20px 30px;
  }
  .modall__inner {
    padding: 100px 40px 26px;
  }
  .modall__inner-close {
    right: 37px;
    top: 40px;
  }
  .modall__inner p {
    font-size: 15px;
  }
  .modall__inner p b {
    font-size: 16px;
  }
  .modall .title {
    font-size: 22px;
  }
  h1 {
    font-size: 28px;
  }
  h3 {
    font-size: 28px;
  }
  .ucountdown {
    min-width: 140px;
  }
  .ucountdown span {
    margin-right: 6px;
  }
  .ucountdown span b {
    font-size: 18px;
  }
  .ucountdown span small {
    font-size: 12px;
  }
  .header {
    padding: 20px 0;
    top: 70px;
  }
  .header__inner-logo {
    width: 170px;
  }
  .burger {
    width: 24px;
    height: 24px;
  }
  .hero {
    padding: 30px 0 50px;
  }
  .hero__bg img {
    display: none;
  }
  .hero__bg img.mob {
    display: block;
  }
  .heroTop {
    margin-bottom: 120px;
  }
  .heroTop .title {
    margin-right: 6px;
    font-size: 14px;
  }
  .hero__inner-note {
    margin: 0 -20px;
    padding: 10px 20px;
  }
  .infoContent h4 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
  }
  .attend__bg img {
    display: none;
  }
  .attend__bg img.mob {
    display: block;
  }
  .attend__inner-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .attend__inner-info h3 {
    margin-bottom: 35px;
  }
  .attendCount {
    width: 100%;
    margin-bottom: 30px;
  }
  .attendCount:last-child {
    margin: 0;
  }
  .attendCount__number {
    font-size: 71px;
  }
  .attendCount p {
    font-size: 15px;
  }
  .attendContent {
    padding: 50px 30px 60px;
  }
  .attendContent .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
  }
  .attendContent__row {
    padding: 0;
  }
  .attendReview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .attendReview__icon {
    margin: 0 0 28px 0;
  }
  .attendCard h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .attend .card.left-2 {
    -webkit-transform: translateX(-120px) scale(0.8) translateZ(-300px);
    transform: translateX(-120px) scale(0.8) translateZ(-300px);
  }
  .attend .card.left-1 {
    -webkit-transform: translateX(-60px) scale(0.9) translateZ(-100px);
    transform: translateX(-60px) scale(0.9) translateZ(-100px);
  }
  .attend .card.right-1 {
    -webkit-transform: translateX(60px) scale(0.9) translateZ(-100px);
    transform: translateX(60px) scale(0.9) translateZ(-100px);
  }
  .attend .card.right-2 {
    -webkit-transform: translateX(120px) scale(0.8) translateZ(-300px);
    transform: translateX(120px) scale(0.8) translateZ(-300px);
  }
  .agenda__inner-wrapper {
    border-radius: 15px;
  }
  .agenda__inner-title {
    margin-bottom: 20px;
  }
  .agendaHead {
    padding: 20px;
    border-radius: 15px 15px 0 0;
  }
  .agendaHead .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  .agendaFilter__menu {
    width: calc(100% + 6px);
    max-width: 300px;
    padding: 12px;
  }
  .agendaFilter__menu button {
    font-size: 15px;
  }
  .agendaFilter__menu button b {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .agendaItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .agendaItem:last-child {
    border-radius: 0 0 15px 15px;
  }
  .agendaItem__text {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .agendaItem__text p {
    width: 100%;
    margin-bottom: 15px;
  }
  .agendaItem__text p:last-child {
    margin: 0;
  }
  .agendaItem__text button {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .agendaItem h6, .agendaItem p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  .team__speaker-image {
    padding-bottom: 100%;
    position: relative;
  }
  .team__speaker-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .team__speaker-content h3 {
    font-size: 28px;
    margin-bottom: 14px !important;
  }
  .team__speaker-content .title {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
  }
  .team__inner h3 {
    margin-bottom: 40px;
  }
  .team__lead-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .team__lead-item-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .team__lead-item-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .team__lead-item-content {
    padding: 30px 20px;
    width: 100%;
  }
  .team__com {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team__com-item {
    max-width: unset;
    margin: 0 0 60px 0;
    width: 100%;
  }
  .team__com-item:last-child {
    margin: 0;
  }
  .team__com-item-image {
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .footer__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .footer__form-row .input__outer {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .footer__form h4 {
    font-size: 24px;
  }
  .footer__content-logo {
    margin-bottom: 32px;
  }
  .footer__content-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sponsor {
    padding: 80px 0 50px;
  }
  .sponsor__item {
    max-width: unset !important;
  }
  .venue {
    padding: 40px 0 50px 0;
  }
  .venue h3 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .venue .auto__container {
    padding: 0 30px;
  }
  .venue__inner {
    border-radius: 15px;
  }
  .venue__inner-bg {
    padding-bottom: 80%;
  }
  .venue__inner-content {
    padding: 20px;
  }
  .venue__more-title {
    font-size: 24px;
    line-height: 120%;
  }
}