/********************************

font

********************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/********************************

colors

********************************/
/********************************

container

********************************/
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.row {
  position: relative;
}

.ret-adaptive-height {
  height: 100% !important;
}

/********************************

container after 920px

********************************/
@media (max-width: 920px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/********************************

text defaults

********************************/
body {
  font-family: "Montserrat", sans-serif;
  color: #808080;
  font-size: 18px;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.ret-uppercase {
  text-transform: uppercase;
}

.ret-sm-text {
  font-size: 16px;
}

.ret-fs-sm {
  font-size: 14px;
}

/********************************

title

********************************/
.ret-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ret-section-title.ret-w-frame {
  padding-left: 60px;
}
.ret-section-title .ret-title-line {
  width: 90px;
  height: 1px;
  margin-top: 16px;
  margin-right: 10px;
}
.ret-section-title .ret-content {
  width: calc(100% - 90px);
}
.ret-section-title .ret-content .ret-text-bg {
  background-color: #fff;
  padding: 40px 40px 40px 0;
}
.ret-section-title .ret-content .ret-title {
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 400;
}
.ret-section-title.ret-center-title {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.ret-suptitle {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
}

/********************************

title after 768px

********************************/
@media (max-width: 768px) {
  .ret-section-title.ret-w-frame {
    padding: 30px;
  }
  .ret-section-title .ret-title-line {
    width: 0;
  }
  .ret-section-title .ret-content {
    width: 100%;
  }
  .ret-section-title .ret-content .ret-text-bg {
    padding: 0;
  }
  .ret-section-title.ret-center-title {
    margin-left: 0;
  }
}
/********************************

buttons

********************************/
.ret-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 65px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border: none;
  color: #fff;
}
.ret-btn:hover {
  text-decoration: none;
  color: #fff;
}
.ret-btn.ret-white-btn {
  background-color: #fff;
}
.ret-btn.ret-white-btn:hover {
  text-decoration: none;
  background-color: #fff;
}

.reg-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 65px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border: none;
  color: #fff;
}
.reg-btn:hover {
  text-decoration: none;
  color: #fff;
}
.reg-btn.ret-white-btn {
  background-color: #fff;
}
.reg-btn.ret-white-btn:hover {
  text-decoration: none;
  background-color: #fff;
}

/********************************

space

********************************/
.mb-90 {
  margin-bottom: 90px;
}

.row.mt-60 {
  width: 100%;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.p-90-0 {
  padding-top: 90px;
  padding-bottom: 0;
}

.p-30-0 {
  padding-top: 30px;
  padding-bottom: 0;
}

.p-60-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.p-60-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-20-0 {
  padding-top: 20px;
  padding-bottom: 0;
}

.p-20-60 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.p-0-60 {
  padding-top: 0;
  padding-bottom: 60px;
}

.p-90-30 {
  padding-top: 90px;
  padding-bottom: 30px;
}

/********************************

top bar

********************************/
.ret-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  height: 115px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  opacity: 0.98;
}
.ret-top-bar .ret-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  height: 100%;
}
.ret-top-bar .ret-left-side .ret-tb-logo {
  width: 230px;
}

.ev_details {
    margin: 0 0 0 25px;
    font-size: 15px;
    line-height: 18px;
	font-weight:700;
}

.ret-top-bar .ret-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  height: 100%;
  padding: 0 60px 0 40px;
  position: relative;
}
.ret-top-bar .ret-right-side .ret-menu-button-frame {
  cursor: pointer;
}
.ret-top-bar .ret-right-side .ret-menu-button-frame span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
}
.ret-top-bar .ret-right-side .ret-menu {
  height: calc(100vh - 115px);
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 115px;
  padding: 0 40px;
  left: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ret-top-bar .ret-right-side .ret-menu.ret-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ret-top-bar .ret-right-side .ret-menu nav ul {
  padding: 0;
  margin: 0 0 50px;
}
.ret-top-bar .ret-right-side .ret-menu nav ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.ret-top-bar .ret-right-side .ret-menu nav ul li a {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ret-top-bar .ret-right-side .ret-menu nav ul li a:after {
  content: '';
  width: 0;
  height: 0.08em;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-top-bar .ret-right-side .ret-menu nav ul li a:hover {
  text-decoration: none;
}
.ret-top-bar .ret-right-side .ret-menu nav ul li a:hover:after {
  width: 100%;
}
.ret-top-bar .ret-right-side .ret-menu nav ul li.ret-active-link a:after {
  width: 100%;
}
.ret-top-bar .ret-right-side .ret-menu .ret-register {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.ret-spacer {
  height: 115px;
}

/********************************

top bar after 1200px

********************************/
@media (max-width: 1200px) {
  .ret-top-bar .ret-right-side {
    width: 60%;
  }
}
/********************************

top bar after 920px

********************************/
@media (max-width: 920px) {
  .ret-top-bar {
    height: 80px;
  }
  .ret-top-bar .ret-left-side {
    padding: 0 30px;
  }
  .ret-top-bar .ret-left-side .ret-tb-logo {
    width: 150px;
  }
  .ret-top-bar .ret-right-side {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    padding: 0 30px;
  }
  .ret-top-bar .ret-right-side .ret-menu-button-frame span {
    font-size: 18px;
    margin-right: 10px;
  }
  .ret-top-bar .ret-right-side .ret-menu {
    height: calc(100vh - 80px);
    top: 80px;
  }
  .ret-top-bar .ret-right-side .ret-menu nav ul li a {
    font-size: 18px;
  }
  .ret-top-bar .ret-right-side .ret-menu .ret-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
  }
  .ret-top-bar .ret-register {
    display: none;
  }

  .ret-spacer {
    height: 80px;
  }
}
/********************************

top bar after 768px

********************************/
@media (max-width: 768px) {
  .ret-top-bar .ret-left-side {
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
  }
  .ret-top-bar .ret-left-side .ret-tb-logo {
    width: 90px;
  }
  .ret-top-bar .ret-right-side {
    width: 100%;
  }
	.ev_details {
		display: none;
	}
}
/********************************

burger button

********************************/
.ret-menu-bar-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.ret-menu-bar-btn span, .ret-menu-bar-btn span:after, .ret-menu-bar-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ret-menu-bar-btn span {
  position: relative;
  margin: 19px 0 0;
}
.ret-menu-bar-btn span:after, .ret-menu-bar-btn span:before {
  position: absolute;
}
.ret-menu-bar-btn span:before {
  top: -8px;
}
.ret-menu-bar-btn span:after {
  top: 8px;
}
.ret-menu-bar-btn.ret-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ret-menu-bar-btn.ret-active span:before {
  -webkit-transform: translate(0px, 8px) rotate(-90deg);
          transform: translate(0px, 8px) rotate(-90deg);
}
.ret-menu-bar-btn.ret-active span:after {
  -webkit-transform: translate(0px, -8px) rotate(-90deg);
          transform: translate(0px, -8px) rotate(-90deg);
}
.ret-menu-bar-btn:hover span, .ret-menu-bar-btn:hover span:after, .ret-menu-bar-btn:hover span:before {
  background: #fff;
}

/********************************

burger button after 920px

********************************/
@media (max-width: 920px) {
  .ret-menu-bar-btn {
    width: 20px;
    height: 20px;
  }
  .ret-menu-bar-btn span, .ret-menu-bar-btn span:after, .ret-menu-bar-btn span:before {
    width: 20px;
    height: 2px;
  }
  .ret-menu-bar-btn span {
    margin: 13px 0 0;
  }
  .ret-menu-bar-btn span:before {
    top: -6px;
  }
  .ret-menu-bar-btn span:after {
    top: 6px;
  }
  .ret-menu-bar-btn.ret-active span:before {
    -webkit-transform: translate(0px, 6px) rotate(-90deg);
            transform: translate(0px, 6px) rotate(-90deg);
  }
  .ret-menu-bar-btn.ret-active span:after {
    -webkit-transform: translate(0px, -6px) rotate(-90deg);
            transform: translate(0px, -6px) rotate(-90deg);
  }
}
/********************************

banner

********************************/
.ret-banner {
  position: relative;
}
.ret-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}


/********************************

scroll hint

********************************/
.ret-scroll-hint {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.ret-scroll-hint span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #BABABA;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-scroll-hint i {
  color: #BABABA;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: jump 1.7s infinite;
          animation: jump 1.7s infinite;
}
.ret-scroll-hint:hover {
  text-decoration: none;
}
.ret-scroll-hint:hover span {
  color: #808080;
}
.ret-scroll-hint:hover i {
  color: #808080;
}
.ret-scroll-hint:focus {
  outline: inherit;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/********************************

sessions

********************************/

@media (min-width: 768px) {
.brochure_link_button {
    margin-left: -100px;
    width: calc(20% + 20px);
}
}


/********************************

speaker

********************************/

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(0,0,0,.7);
}

/* When you mouse over the container, fade in the overlay icon*/
.ret-speaker:hover .overlay {
  opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 25px;
}

.ret-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: solid 1px #808080;
  margin-bottom: 30px;
  position: relative;
}
.ret-speaker .ret-left-side {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 50%;
}
.ret-speaker .ret-left-side img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-speaker .ret-left-side:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ret-speaker .ret-right-side {
  width: 60%;
}
.ret-speaker .ret-right-side .ret-speaker-info {
  padding: 15px;
}
.ret-speaker .ret-right-side .ret-speaker-info img {
  height: 35px;
  max-width: 100%;
  margin-bottom: 10px;
}
.ret-speaker .ret-right-side .ret-speaker-info .ret-name {
  height: 80px;
}
.ret-speaker .ret-right-side .ret-speaker-info .ret-name h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.ret-speaker .ret-right-side .ret-speaker-info .ret-name div {
  line-height: 13px;
  font-size: 12px;
}
.ret-speaker .ret-right-side a {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  position: relative;
}
.ret-speaker .ret-right-side a:after {
  content: '';
  width: 0;
  height: 0.09em;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-speaker .ret-right-side a:hover {
  text-decoration: none;
}
.ret-speaker .ret-right-side a:hover:after {
  width: 100%;
}
.ret-speaker .ret-right-side a.ret-bio {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: #808080;
  font-weight: 500;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  margin-bottom: 5px;
  font-style: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-speaker .ret-right-side a.ret-bio:after {
  display: none;
}
.ret-speaker .ret-right-side a.ret-bio:hover {
  padding-left: 5px;
}

/********************************

accordion

********************************/
.ret-accordion {
  width: 100%;
  padding: 0;
  margin: 0;
}
.ret-accordion .ret-ac-item {
  position: relative;
  list-style-type: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-accordion .ret-ac-item .ret-acrd-head {
  width: 100%;
  cursor: pointer;
  margin-bottom: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ret-accordion .ret-ac-item .ret-acrd-head:after {
  position: absolute;
  right: 10px;
  content: '';
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ret-accordion .ret-ac-item .ret-acrd-head.ret-active {
  margin-bottom: 0;
}
.ret-accordion .ret-ac-item .ret-acrd-content {
  display: none;
  position: relative;
}
.ret-accordion .ret-ac-item:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

/********************************

accordion content

********************************/
.ret-acrd-head {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ret-acrd-head .ret-time {
  font-size: 32px;
  color: #fff;
  width: 20%;
  height: 70px;
  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;
}
.ret-acrd-head .ret-title {
  background-color: #EFEFEF;
  font-weight: 600;
  width: 80%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

/********************************

accordion after 920px

********************************/
@media (max-width: 920px) {
  .ret-acrd-head .ret-time {
    width: 40%;
  }
  .ret-acrd-head .ret-title {
    width: 60%;
  }
}
/********************************

accordion after 920px

********************************/
@media (max-width: 768px) {
  .ret-acrd-head .ret-title {
    font-size: 14px;
  }
}
/********************************

accordion after 540px

********************************/
@media (max-width: 540px) {
  .ret-acrd-head .ret-time {
    font-size: 22px;
  }
  .ret-acrd-head .ret-title {
    padding: 0 15px;
  }
}
/********************************

gain access

********************************/
.ret-gain-access {
  width: 100%;
  padding: 0 90px;
  margin-bottom: 60px;
}
.ret-gain-access:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 135px;
  width: 1px;
  height: 80%;
  background-color: #808080;
}
.ret-gain-access .swiper-slide {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 50px;
}
.ret-gain-access .swiper-slide:last-child {
  margin-bottom: 0;
}
.ret-gain-access .swiper-slide .ret-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
}
.ret-gain-access .swiper-slide .ret-item .ret-number {
  background-color: #fff;
  position: relative;
  height: 60px;
  width: 60px;
  border: solid 1px #808080;
  border-radius: 50%;
  font-weight: 700;
  font-size: 24px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-gain-access .swiper-slide .ret-item .ret-number.ret-last-item:after {
  display: none;
}
.ret-gain-access .swiper-slide .ret-item .ret-item-text {
  padding-left: 30px;
  width: calc(100% - 60px);
  font-size: 38px;
  line-height: 36px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.ret-gain-access .swiper-slide.swiper-slide-thumb-active .ret-item .ret-number {
  font-weight: 700;
}
.ret-gain-access .swiper-slide.swiper-slide-thumb-active .ret-item .ret-item-text {
  font-weight: 700;
}

.ret-gain-access-slideshow {
  width: 100%;
  margin-bottom: 60px;
}
.ret-gain-access-slideshow .ret-img-frame {
  position: relative;
  padding-bottom: 135%;
}
.ret-gain-access-slideshow .ret-img-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/********************************

gain access after 1200px

********************************/
@media (max-width: 1200px) {
  .ret-gain-access {
    padding: 0 30px 0 0;
  }
  .ret-gain-access:after {
    left: 45px;
    height: 70%;
  }
  .ret-gain-access .swiper-slide {
    margin-bottom: 15px;
  }
  .ret-gain-access .swiper-slide .ret-item .ret-item-text {
    font-size: 22px;
  }
}
/********************************

gain access after 768px

********************************/
@media (max-width: 768px) {
  .ret-gain-access-slideshow .ret-img-frame {
    padding-bottom: 60%;
  }
}
/********************************

tabs

********************************/
.ret-tabs,
.ret-tabs-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.ret-tabs li,
.ret-tabs-2 li {
  list-style-type: none;
  background-color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-tabs li:hover,
.ret-tabs-2 li:hover {
  background-color: #EFEFEF;
}
.ret-tabs li.ret-active,
.ret-tabs-2 li.ret-active {
  color: #fff;
}


.ret-tab-container {
  border-top: solid 1px #808080;
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.ret-tab-content,
.ret-tab-content-2 {
  padding: 40px 0 0;
  /*display: none;*/
}

/********************************

tabs after 768px

********************************/
@media (max-width: 768px) {
  .ret-tabs,
  .ret-tabs-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/********************************

speaker cards

********************************/
.ret-speaker-card {
  margin-bottom: 60px;
}
.ret-speaker-card .ret-card-top {
  margin-bottom: 20px;
}
.ret-speaker-card .ret-card-top .ret-suptitle {
  text-transform: none;
}
.ret-speaker-card .ret-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ret-speaker-card .ret-card-bottom img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ret-speaker-card .ret-card-bottom .ret-card-links {
  width: calc(100% - 90px);
  padding-left: 20px;
  max-width: 180px;
}
.ret-speaker-card .ret-card-bottom .ret-card-links .ret-bio {
  font-style: italic;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-speaker-card .ret-card-bottom .ret-card-links .ret-bio:hover {
  padding-left: 5px;
  text-decoration: none;
}
.ret-speaker-card .ret-card-bottom .ret-card-links ul {
  border-bottom: solid 1px #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.ret-speaker-card .ret-card-bottom .ret-card-links ul li {
  list-style-type: none;
  font-size: 20px;
  margin-right: 10px;
}
.ret-speaker-card .ret-card-bottom .ret-card-links ul li a {
  color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-speaker-card.ret-v2-card {
  margin-bottom: 0;
  padding: 60px 0;
}
.ret-speaker-card.ret-v2-card .ret-card-links {
  padding-left: 0;
}

.ret-speaker-lg-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.ret-speaker-lg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ret-speaker-lg-img .ret-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #FFFFFF), color-stop(6%, rgba(255, 255, 255, 0.75)), color-stop(10%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, #FFFFFF 2%, rgba(255, 255, 255, 0.75) 6%, rgba(255, 255, 255, 0) 10%);
}

/********************************

gain access after 768px

********************************/
@media (max-width: 768px) {
  .ret-speaker-lg-img {
    padding-bottom: 65%;
  }
  .ret-speaker-lg-img .ret-gradient-overlay {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0) 10%);
  }
}
/********************************

sponsors

********************************/
.ret-sponsors-slideshow {
  background-color: #EFEFEF;
}
.ret-sponsors-slideshow .swiper-wrapper {
  height: 100% !important;
}
.ret-sponsors-slideshow .swiper-wrapper .swiper-slide {
  height: 100% !important;
  background-color: #EFEFEF;
}

.ret-sponsors-thumb-frame .swiper-container {
	max-height: 100000px !important;
}

.ret-sponsor-text-frame {
  width: 100%;
  position: relative;
}
.ret-sponsor-text-frame .ret-sponsor-text {
  position: relative;
  padding: 90px 60px;
}
.ret-sponsor-text-frame .ret-sponsor-text img {
  height: 90px;
  margin-bottom: 30px;
}

.ret-sponsors-thumb-frame {
  padding: 0 60px 0 20px;
}
.ret-sponsors-thumb-frame .ret-sponsor-thumb {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px #808080;
}
.ret-sponsors-thumb-frame .ret-sponsor-thumb .ret-logo-frame {
  width: 20%;
  padding: 0 30px;
}
.ret-sponsors-thumb-frame .ret-sponsor-thumb .ret-logo-frame img {
  width: 100%;
  max-width: 130px;
}
.ret-sponsors-thumb-frame .ret-sponsor-thumb .ret-sponsor-thumb-text {
  width: 80%;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 600;
}
.ret-sponsors-thumb-frame .ret-sponsor-thumb .ret-sponsor-thumb-text span {
  font-weight: normal;
}

.ret-sponsors {
  margin-bottom: 30px;
}
.ret-sponsors .swiper-slide:last-child .ret-sponsor-thumb {
  border: none;
}

.ret-prospectus {
  float: right;
}

.ret-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    z-index: 998;
    top: 25px;
    left: -250px;
}
.ret-slider-nav .swiper-pagination {
  text-align: right;
  position: static;
  padding: 0 20px;
  font-weight: 700;
  color: #BABABA;
}

.ret-slider-nav .ret-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ret-slider-nav .ret-slider-arrows .ret-slider-btn {
  cursor: pointer;
  height: 65px;
  width: 65px;
  color: #fff;
  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;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-slider-nav .ret-slider-arrows .ret-slider-btn.swiper-button-disabled {
  background-color: #EFEFEF;
  color: #808080;
  cursor: not-allowed;
}
.ret-slider-nav .ret-slider-arrows .ret-slider-btn:focus {
  outline: inherit;
}
.ret-slider-nav .ret-slider-arrows .ret-slider-btn:last-child {
  margin-right: 0;
}

/********************************

sponsors after 768px

********************************/
@media (max-width: 768px) {
  .ret-sponsor-text-frame .ret-sponsor-text {
    position: relative;
    padding: 30px;
  }

  .ret-sponsors-thumb-frame {
    padding: 0 30px;
  }
  .ret-sponsors-thumb-frame .ret-sponsor-thumb .ret-logo-frame {
    width: 150px;
    padding: 0 30px;
  }
  .ret-sponsors-thumb-frame .ret-sponsor-thumb .ret-sponsor-thumb-text {
    width: calc(100% - 150px);
    font-size: 16px;
  }
}
/********************************

prices and covid info

********************************/
.ret-prices {
  padding: 60px;
  background-color: #EFEFEF;
}
.ret-prices .ret-price-footer {
  padding: 5px 0;
  margin-top: 15px;
  max-width: 80%;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
}
.ret-prices .ret-price-footer i {
  font-size: 12px;
}

.ret-covid {
  padding: 60px;
}

/********************************

prices and covid info after 768px

********************************/
@media (max-width: 768px) {
  .ret-prices {
    padding: 30px;
  }

  .ret-covid {
    padding: 30px;
  }
}
/********************************

register

********************************/
.ret-register-frame {
  position: relative;
  background-color: #EFEFEF;
}
.ret-register-frame .register-bg {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.ret-register-frame .ret-register-form {
  padding: 60px;
}
.ret-register-frame .ret-register-form input {
  border: solid 3px #EFEFEF;
  padding-left: 30px;
  font-size: 22px;
  height: 70px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-register-frame .ret-register-form input:focus {
  outline: inherit;
}
.ret-register-frame .ret-register-form .ret-submit {
  float: right;
  min-width: 300px;
}

/********************************

register after 768px

********************************/
@media (max-width: 768px) {
  .ret-register-frame .register-bg {
    width: 100%;
  }
  .ret-register-frame .ret-register-form {
    padding: 30px;
  }
}
.ret-speaker-popup {
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
  max-width: 90%;
  max-height:500px;
  text-align: center;
  padding: 60px;
  background-color: #fff;
  overflow: auto;
}
.ret-speaker-popup p{
  text-align: left;
}

#subscribe input,
#subscribe select{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.ret-speaker-popup .ret-speaker-photo {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}
.ret-speaker-popup .ret-speaker-brand {
  height: 30px;
}
.ret-speaker-popup .ret-name {
  margin-bottom: 10px;
}
.ret-speaker-popup .ret-name h6 {
  font-size: 22px;
  font-weight: 600;
}
.ret-speaker-popup .ret-name div {
  font-size: 14px;
}
.ret-speaker-popup ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.ret-speaker-popup ul li {
  list-style-type: none;
  margin: 0 5px;
}
.ret-speaker-popup ul li a {
  color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ret-speaker-popup ul li a:hover {
  text-decoration: none;
}

.lity {
  background-color: rgba(30, 30, 30, 0.85);
}
.lity .lity-close {
  top: 30px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lity .lity-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lity .lity-content:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}

.ret-place {
  width: 100%;
}

.ret-place-info {
  padding: 30px 0;
}

/********************************

why

********************************/
.ret-why-frame {
  position: relative;
  padding-bottom: 60px;
}
.ret-why-frame .ret-why-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.ret-cont-list {
  padding: 0;
  margin: 0;
}
.ret-cont-list li {
  list-style-type: none;
}

/********************************

why after 768px

********************************/
@media (max-width: 768px) {
  .ret-why-frame {
    padding-bottom: 0;
  }
  .ret-why-frame .ret-why-bg {
    display: none;
  }
}
/********************************

faq

********************************/
.ret-acrd-head .ret-faq-acco-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 32px;
  padding: 20px 0;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  margin-bottom: 0;
}
.ret-acrd-head .ret-faq-acco-head .ret-acco-plus {
  margin-left: 30px;
  color: #fff;
  font-size: 38px;
  height: 65px;
  width: 65px;
  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;
}
.ret-acrd-head .ret-faq-acco-head .ret-acco-plus:after {
  content: '+';
  -webkit-transition: .3s;
  transition: .3s;
}
.ret-acrd-head.ret-active .ret-faq-acco-head .ret-acco-plus:after {
  content: '-';
}

/********************************

faq after 768px

********************************/
@media (max-width: 768px) {
  .ret-acrd-head .ret-faq-acco-head {
    font-size: 22px;
  }
}
footer {
  padding-top: 60px;
  font-size: 12px;
  line-height: 15px;
}
footer .ret-footer-logo {
  display: block;
  margin-bottom: 40px;
}
footer .ret-footer-logo img {
  width: 150px;
}
footer .ret-footer-links {
  margin-bottom: 40px;
}
footer .ret-footer-links .ret-footer-menu {
  padding: 0;
  margin: 0;
}
footer .ret-footer-links .ret-footer-menu li {
  list-style-type: none;
  margin-bottom: 25px;
}
footer .ret-footer-links .ret-footer-menu li a {
  position: relative;
  color: #808080;
}
footer .ret-footer-links .ret-footer-menu li a:after {
  content: '';
  width: 0;
  height: 0.08em;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .ret-footer-links .ret-footer-menu li a:hover {
  text-decoration: none;
}
footer .ret-footer-links .ret-footer-menu li a:hover:after {
  width: 100%;
}
footer .ret-footer-links .ret-footer-menu li.ret-footer-social a {
  margin-right: 10px;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .ret-footer-links .ret-footer-menu li.ret-footer-social a:after {
  display: none;
}

footer .ret-footer-blog {
  margin-bottom: 40px;
}
footer .ret-footer-blog .ret-footer-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
footer .ret-footer-blog .ret-footer-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 12px;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
  -webkit-transition: .3s;
  transition: .3s;
}
footer .ret-footer-blog .ret-footer-link:hover {
  text-decoration: none;
}
footer .ret-footer-blog .ret-footer-link:hover:after {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
footer .ret-footer-blog .ret-footer-blog-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ret-footer-blog .ret-footer-blog-list li {
  list-style-type: none;
  margin-right: 10px;
}
footer .ret-footer-blog .ret-footer-blog-list li a {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}
footer .ret-footer-blog .ret-footer-blog-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
footer .ret-footer-blog .ret-footer-blog-list li a:last-child {
  margin-right: 0;
}
footer .ret-footer-blog .ret-footer-blog-list li a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
footer .footer-text {
  width: 73%;
  margin-bottom: 40px;
}
footer .ret-footer-end {
  margin-bottom: 40px;
}
footer .ret-footer-end .ret-footer-logo-2 {
  margin-bottom: 20px;
  display: block;
}
footer .ret-footer-end .ret-footer-logo-2 img {
  width: 150px;
}
footer .ret-copy {
  font-size: 7px;
  margin-bottom: 40px;
}

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