/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 28, 2021
    Author     : Adnan lopa
*/
.text-center, #home .firstRow .inner, #home .firstRow .inner .countdown .item {
  text-align: center; }

.text-left, #home .thirdRow .swiper-should-attend .swiper-slide .inner, #home .fourthRow .swiper-speakers .swiper-slide .inner, #home .fifthRow .swiper-news .swiper-slide .inner, #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right {
  text-align: left; }

.text-right, #home .thirdRow .swiper-should-attend .swiper-slide .inner .box, #home .thirdRow .swiper-should-attend .swiper-slide .inner .box a {
  text-align: right; }

.text-justify, #home .thirdRow .swiper-should-attend .swiper-slide .inner .caption, #home .thirdRow .swiper-should-attend .swiper-slide .firstRow .inner .countdown .item span, #home .firstRow .thirdRow .swiper-should-attend .swiper-slide .inner .countdown .item span {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-family: 'gothambook', Fallback, Courier !important;
  font-weight: normal !important; }

.text-uppercase, #home .firstRow .inner .countdown .item span {
  text-transform: uppercase !important; }

.text-capitalize, #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .favorites div {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic, #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .favorites div {
  font-style: italic !important; }

.text-underline {
  text-decoration: underline !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-ocean {
  color: #67e7ed !important; }

.c-red {
  color: #ef0814 !important; }

.c-yellow {
  color: #f9e810 !important; }

.c-orange {
  color: #f04d0e !important; }

.c-purple {
  color: #971ee0 !important; }

.c-pink {
  color: #ff4a51 !important; }

.c-green {
  color: #2dc603 !important; }

.c-grey, #home .fifthRow .swiper-news .swiper-slide .datetime, #home .seventhRow .swiper-testimonial .swiper-slide .datetime {
  color: #818385 !important; }

.c-dark {
  color: #313132 !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.hv-o {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.7s ease opacity;
  -moz-transition: 0.7s ease opacity;
  -ms-transition: 0.7s ease opacity;
  -o-transition: 0.7s ease opacity;
  transition: 0.7s ease opacity; }
  .hv-o:active, .hv-o:focus, .hv-o:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hv-u:active, .hv-u:focus, .hv-u:hover {
  text-decoration: underline !important; }

.hv-blue {
  -webkit-transition: 0.7s ease color;
  -moz-transition: 0.7s ease color;
  -ms-transition: 0.7s ease color;
  -o-transition: 0.7s ease color;
  transition: 0.7s ease color; }
  .hv-blue:active, .hv-blue:focus, .hv-blue:hover {
    color: blue !important; }

.reset {
  margin: 0;
  padding: 0; }

.fullImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.scrollbar {
  scrollbar-width: none; }
  .scrollbar::-webkit-scrollbar {
    height: 7px;
    width: 10px; }
  .scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px; }
  .scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.7s ease background;
    -moz-transition: 0.7s ease background;
    -ms-transition: 0.7s ease background;
    -o-transition: 0.7s ease background;
    transition: 0.7s ease background; }
    .scrollbar::-webkit-scrollbar-thumb:hover {
      background: #555;
      -webkit-transition: 0.7s ease background;
      -moz-transition: 0.7s ease background;
      -ms-transition: 0.7s ease background;
      -o-transition: 0.7s ease background;
      transition: 0.7s ease background; }

.no-scrollbar {
  scrollbar-width: none; }
  .no-scrollbar::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .no-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .no-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19); }

.middleCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.middleLeft {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s; }
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s; }
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
.linkUnderline {
  display: inline-block;
  color: white;
  text-decoration: none; }
  .linkUnderline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .linkUnderline:hover::after {
    background: white;
    width: 100%; }

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg); }

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverHide:active, .hoverHide:focus, .hoverHide:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverShow:active, .hoverShow:focus, .hoverShow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #313132;
  -moz-box-shadow: 0 10px 6px -6px #313132;
  -ms-box-shadow: 0 10px 6px -6px #313132;
  -o-box-shadow: 0 10px 6px -6px #313132;
  box-shadow: 0 10px 6px -6px #313132; }

.effect2 {
  position: relative; }
  .effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 15px 10px #313132;
    -moz-box-shadow: 0 15px 10px #313132;
    -ms-box-shadow: 0 15px 10px #313132;
    -o-box-shadow: 0 15px 10px #313132;
    box-shadow: 0 15px 10px #313132;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.effect3 {
  position: relative; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 15px 10px #313132;
    -moz-box-shadow: 0 15px 10px #313132;
    -ms-box-shadow: 0 15px 10px #313132;
    -o-box-shadow: 0 15px 10px #313132;
    box-shadow: 0 15px 10px #313132;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.effect4 {
  position: relative; }
  .effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 15px 10px #313132;
    -moz-box-shadow: 0 15px 10px #313132;
    -ms-box-shadow: 0 15px 10px #313132;
    -o-box-shadow: 0 15px 10px #313132;
    box-shadow: 0 15px 10px #313132;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

.effect5 {
  position: relative; }
  .effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 35px 20px #313132;
    -moz-box-shadow: 0 35px 20px #313132;
    -ms-box-shadow: 0 35px 20px #313132;
    -o-box-shadow: 0 35px 20px #313132;
    box-shadow: 0 35px 20px #313132;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto; }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  right: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  z-index: 1; }
  .radius .border-animation,
  .radius .place {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
  .radius .place {
    background-color: #2dc603;
    z-index: 2; }
  .radius .border-animation {
    z-index: 1; }
  .radius .ba1 {
    animation: rounder1 1.3s linear 1.3s infinite alternate;
    background-color: rgba(78, 255, 0, 0.6); }
@keyframes rounder1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.39);
    -moz-transform: scale(1.39);
    -ms-transform: scale(1.39);
    -o-transform: scale(1.39);
    transform: scale(1.39); } }
  .radius .ba2 {
    animation: rounder2 1.3s linear 1.3s infinite alternate;
    background-color: rgba(78, 255, 0, 0.5); }
@keyframes rounder2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.69);
    -moz-transform: scale(1.69);
    -ms-transform: scale(1.69);
    -o-transform: scale(1.69);
    transform: scale(1.69); } }
  .radius .ba3 {
    animation: rounder3 1.3s linear 1.3s infinite alternate;
    background-color: rgba(78, 255, 0, 0.4); }
@keyframes rounder3 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.99);
    -moz-transform: scale(1.99);
    -ms-transform: scale(1.99);
    -o-transform: scale(1.99);
    transform: scale(1.99); } }
.text-center, #home .firstRow .inner, #home .firstRow .inner .countdown .item {
  text-align: center; }

.text-left, #home .thirdRow .swiper-should-attend .swiper-slide .inner, #home .fourthRow .swiper-speakers .swiper-slide .inner, #home .fifthRow .swiper-news .swiper-slide .inner, #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right {
  text-align: left; }

.text-right, #home .thirdRow .swiper-should-attend .swiper-slide .inner .box, #home .thirdRow .swiper-should-attend .swiper-slide .inner .box a {
  text-align: right; }

.text-justify, #home .thirdRow .swiper-should-attend .swiper-slide .inner .caption, #home .thirdRow .swiper-should-attend .swiper-slide .firstRow .inner .countdown .item span, #home .firstRow .thirdRow .swiper-should-attend .swiper-slide .inner .countdown .item span {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-family: 'gothambook', Fallback, Courier !important;
  font-weight: normal !important; }

.text-uppercase, #home .firstRow .inner .countdown .item span {
  text-transform: uppercase !important; }

.text-capitalize, #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .favorites div {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic, #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .favorites div {
  font-style: italic !important; }

.text-underline {
  text-decoration: underline !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-ocean {
  color: #67e7ed !important; }

.c-red {
  color: #ef0814 !important; }

.c-yellow {
  color: #f9e810 !important; }

.c-orange {
  color: #f04d0e !important; }

.c-purple {
  color: #971ee0 !important; }

.c-pink {
  color: #ff4a51 !important; }

.c-green {
  color: #2dc603 !important; }

.c-grey, #home .fifthRow .swiper-news .swiper-slide .datetime, #home .seventhRow .swiper-testimonial .swiper-slide .datetime {
  color: #818385 !important; }

.c-dark {
  color: #313132 !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gotham-black-webfont-ae60cd9c.woff2") format("woff2"), url("../fonts/gotham-black-webfont-098eafd6.woff") format("woff"), url("../fonts/gotham-black-webfont-0a565599.ttf") format("truetype"), url("../img/gotham-black-webfont-0403a43e.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gotham-bold-webfont-f399637c.woff2") format("woff2"), url("../fonts/gotham-bold-webfont-970ff932.woff") format("woff"), url("../fonts/gotham-bold-webfont-cb87d477.ttf") format("truetype"), url("../img/gotham-bold-webfont-ee803fdd.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambold_italic';
  src: url("../fonts/gotham-bolditalic-webfont-5f1d4b64.woff2") format("woff2"), url("../fonts/gotham-bolditalic-webfont-39139642.woff") format("woff"), url("../fonts/gotham-bolditalic-webfont-40b0145e.ttf") format("truetype"), url("../img/gotham-bolditalic-webfont-8593d0ed.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gotham-book-webfont-3bb87b81.woff2") format("woff2"), url("../fonts/gotham-book-webfont-13a51b10.woff") format("woff"), url("../fonts/gotham-book-webfont-d0f6468c.ttf") format("truetype"), url("../img/gotham-book-webfont-d30121b9.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambook_italic';
  src: url("../fonts/gotham-bookitalic-webfont-29b28f91.woff2") format("woff2"), url("../fonts/gotham-bookitalic-webfont-b0994bac.woff") format("woff"), url("../fonts/gotham-bookitalic-webfont-2b01fcfe.ttf") format("truetype"), url("../img/gotham-bookitalic-webfont-f44fbbc2.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamlight';
  src: url("../fonts/gotham-light-webfont-0b40fad9.woff2") format("woff2"), url("../fonts/gotham-light-webfont-d02e98c3.woff") format("woff"), url("../fonts/gotham-light-webfont-1ecf3a7c.ttf") format("truetype"), url("../img/gotham-light-webfont-85a65340.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamlight_italic';
  src: url("../fonts/gotham-lightitalic-webfont-7a8ba47e.woff2") format("woff2"), url("../fonts/gotham-lightitalic-webfont-e7290dc8.woff") format("woff"), url("../fonts/gotham-lightitalic-webfont-90b36c95.ttf") format("truetype"), url("../img/gotham-lightitalic-webfont-be7577b5.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gotham-medium-webfont-30437d07.woff2") format("woff2"), url("../fonts/gotham-medium-webfont-ca4cfea7.woff") format("woff"), url("../fonts/gotham-medium-webfont-745581d3.ttf") format("truetype"), url("../img/gotham-medium-webfont-d7263826.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothammedium_italic';
  src: url("../fonts/gotham-mediumitalic-webfont-fb42a0b4.woff2") format("woff2"), url("../fonts/gotham-mediumitalic-webfont-3f74713a.woff") format("woff"), url("../fonts/gotham-mediumitalic-webfont-b43181b9.ttf") format("truetype"), url("../img/gotham-mediumitalic-webfont-cc734c98.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamthin';
  src: url("../fonts/gotham-thin-webfont-421ed13c.woff2") format("woff2"), url("../fonts/gotham-thin-webfont-feaf63ba.woff") format("woff"), url("../fonts/gotham-thin-webfont-19a42b8b.ttf") format("truetype"), url("../img/gotham-thin-webfont-fe5fff65.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamthin_italic';
  src: url("../fonts/gotham-thinitalic-webfont-e8de4f0d.woff2") format("woff2"), url("../fonts/gotham-thinitalic-webfont-95640791.woff") format("woff"), url("../fonts/gotham-thinitalic-webfont-e473a95f.ttf") format("truetype"), url("../img/gotham-thinitalic-webfont-828a4e0e.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamultra_italic';
  src: url("../fonts/gotham-ultraitalic-webfont-17cbd203.woff2") format("woff2"), url("../fonts/gotham-ultraitalic-webfont-193443b1.woff") format("woff"), url("../fonts/gotham-ultraitalic-webfont-e4fe8bd5.ttf") format("truetype"), url("../img/gotham-ultraitalic-webfont-8dd5ed97.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamxlight';
  src: url("../fonts/gotham-xlight-webfont-bd224c46.woff2") format("woff2"), url("../fonts/gotham-xlight-webfont-f4062696.woff") format("woff"), url("../fonts/gotham-xlight-webfont-57423787.ttf") format("truetype"), url("../img/gotham-xlight-webfont-413bba7d.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamxlight_italic';
  src: url("../fonts/gotham-xlightitalic-webfont-85e8a84e.woff2") format("woff2"), url("../fonts/gotham-xlightitalic-webfont-cbfbf26e.woff") format("woff"), url("../fonts/gotham-xlightitalic-webfont-e068d64f.ttf") format("truetype"), url("../img/gotham-xlightitalic-webfont-ddf5f5da.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular-8fdac400.eot");
  src: url("../fonts/Roboto-Regular-5b1c0237.eot") format("embedded-open_cardtype"), url("../fonts/Roboto-Regular-eea16e4c.woff2") format("woff2"), url("../img/Roboto-Regular-4ae5ea88.svg") format("svg"), url("../fonts/Roboto-Regular-a78da585.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold-82dd800d.eot");
  src: url("../fonts/OpenSans-Bold-1a5cf231.eot") format("embedded-open_cardtype"), url("../fonts/OpenSans-Bold-6e6cba02.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-0bad03ae.eot");
  src: url("../fonts/OpenSans-9cc96def.eot") format("embedded-open_cardtype"), url("../fonts/OpenSans-e6e99ddb.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
#home .firstRow {
  margin: 0 0 7rem 0;
  width: 100%; }
  #home .firstRow .swiper-big-slider .swiper-slide .video-slider {
    width: 100%; }
  #home .firstRow .video-highlight {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .firstRow .video-highlight {
        margin: 0 0 1.5rem 0; } }
  #home .firstRow .inner {
    margin: 0 auto;
    width: 80%; }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .firstRow .inner {
        width: 100%; } }
    #home .firstRow .inner .heading,
    #home .firstRow .inner .caption,
    #home .firstRow .inner .countdown .item span {
      color: #1766f8; }
    #home .firstRow .inner .heading {
      font-size: 48px; }
      @media (min-width: 1400px) {
        #home .firstRow .inner .heading {
          font-size: 70px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .firstRow .inner .heading {
      font-size: 92px; } }

      @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
        #home .firstRow .inner .heading {
          font-size: 42px; } }
    #home .firstRow .inner .caption, #home .firstRow .inner .countdown .item span {
      font-size: 18px; }
      @media (min-width: 1400px) {
        #home .firstRow .inner .caption, #home .firstRow .inner .countdown .item span {
          font-size: 28px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .firstRow .inner .caption, #home .firstRow .inner .countdown .item span {
      font-size: 36px; } }

      @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
        #home .firstRow .inner .caption, #home .firstRow .inner .countdown .item span {
          font-size: 16px; } }
    #home .firstRow .inner .countdown {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin: 0 0 4rem 0;
      width: 100%; }
      #home .firstRow .inner .countdown .item {
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        border-radius: 14px;
        padding: 7px;
        width: 23%; }
        #home .firstRow .inner .countdown .item:nth-child(1) {
          background-color: #1766f8; }
        #home .firstRow .inner .countdown .item:nth-child(2) {
          background-color: #ef0814; }
        #home .firstRow .inner .countdown .item:nth-child(3) {
          background-color: #f04d0e; }
        #home .firstRow .inner .countdown .item:last-child {
          background-color: #67e7ed; }
        #home .firstRow .inner .countdown .item div {
          color: white;
          font-family: "gothammedium", Fallback, Courier;
          font-size: 35px; }
          @media (min-width: 1400px) {
            #home .firstRow .inner .countdown .item div {
              font-size: 49px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .firstRow .inner .countdown .item div {
      font-size: 63px; } }

        #home .firstRow .inner .countdown .item span {
          color: white;
          display: block;
          font-size: 12px; }
          @media (min-width: 1400px) {
            #home .firstRow .inner .countdown .item span {
              font-size: 18px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .firstRow .inner .countdown .item span {
      font-size: 24px; } }

    #home .firstRow .inner .btn-registration {
      font-family: "gothammedium", Fallback, Courier;
      font-size: 21px !important;
      padding: 0 14px; }
      @media (min-width: 1400px) {
        #home .firstRow .inner .btn-registration {
          font-size: 35px !important;
          padding: 0 21px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .firstRow .inner .btn-registration {
      font-size: 42px !important;
      padding: 0px 33px; } }

#home .secondRow {
  margin: 0 0 7rem 0; }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    #home .secondRow img {
      margin: 0 auto;
      margin-bottom: 3rem;
      width: 80%; } }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    #home .secondRow .inner {
      margin: 3rem 0 0 0; } }
  #home .secondRow .inner .heading {
    color: #f04d0e;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .secondRow .inner .heading {
        font-size: 56px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .secondRow .inner .heading {
      font-size: 70px; } }

    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .secondRow .inner .heading {
        font-size: 28px; } }
#home .thirdRow {
  margin: 0 0 7rem 0; }
  #home .thirdRow .heading {
    color: #f04d0e;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .thirdRow .heading {
        font-size: 56px; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .thirdRow .heading {
        font-size: 35px; } }
    #home .thirdRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
  #home .thirdRow .swiper-should-attend .swiper-wrapper {
    padding: 0 0 28px 0; }
  #home .thirdRow .swiper-should-attend .swiper-slide img {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; }
  @media (min-width: 1400px) {
    #home .thirdRow .swiper-should-attend .swiper-slide .inner .subHeading {
      font-size: 28px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .thirdRow .swiper-should-attend .swiper-slide .inner .subHeading {
      font-size: 35px; } }

  #home .thirdRow .swiper-should-attend .swiper-slide .inner .box a {
    color: black; }
    #home .thirdRow .swiper-should-attend .swiper-slide .inner .box a:active, #home .thirdRow .swiper-should-attend .swiper-slide .inner .box a:focus, #home .thirdRow .swiper-should-attend .swiper-slide .inner .box a:hover {
      color: #1766f8; }
  #home .thirdRow .swiper-should-attend .swiper-pagination-should-attend {
    bottom: 0; }
  #home .thirdRow .swiper-should-attend .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: black;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
  #home .thirdRow .swiper-should-attend .swiper-pagination-bullet-active {
    background-color: #1766f8;
    color: white; }
#home .fourthRow {
  margin: 0 0 7rem 0; }
  #home .fourthRow .heading {
    color: #1766f8;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .fourthRow .heading {
        font-size: 56px; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .fourthRow .heading {
        font-size: 35px; } }
    #home .fourthRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
  #home .fourthRow .swiper-speakers .swiper-wrapper {
    padding: 0 0 49px 0; }
  #home .fourthRow .swiper-speakers .swiper-slide {
    position: relative; }
    #home .fourthRow .swiper-speakers .swiper-slide .inner {
      color: black;
      padding: 14px 7px 7px 7px; }
      @media (min-width: 1400px) {
        #home .fourthRow .swiper-speakers .swiper-slide .inner {
          padding: 28px 14px 14px 14px; } }
      #home .fourthRow .swiper-speakers .swiper-slide .inner .subHeading {
        font-size: 16px;
        margin: 0 0 .5rem 0; }
        @media (min-width: 1400px) {
          #home .fourthRow .swiper-speakers .swiper-slide .inner .subHeading {
            font-size: 28px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .fourthRow .swiper-speakers .swiper-slide .inner .subHeading {
      font-size: 35px; } }

        @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
          #home .fourthRow .swiper-speakers .swiper-slide .inner .subHeading {
            font-size: 21px; } }
      #home .fourthRow .swiper-speakers .swiper-slide .inner .caption, #home .fourthRow .swiper-speakers .swiper-slide .firstRow .inner .countdown .item span, #home .firstRow .fourthRow .swiper-speakers .swiper-slide .inner .countdown .item span {
        font-size: 12px;
        line-height: 1.25; }
        @media (min-width: 1400px) {
          #home .fourthRow .swiper-speakers .swiper-slide .inner .caption, #home .fourthRow .swiper-speakers .swiper-slide .firstRow .inner .countdown .item span, #home .firstRow .fourthRow .swiper-speakers .swiper-slide .inner .countdown .item span {
            font-size: 16px;
            line-height: 1.5; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .fourthRow .swiper-speakers .swiper-slide .inner .caption, #home .fourthRow .swiper-speakers .swiper-slide .firstRow .inner .countdown .item span, #home .firstRow .fourthRow .swiper-speakers .swiper-slide .inner .countdown .item span {
      font-size: 24px;
      line-height: 1.5; } }

        @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
          #home .fourthRow .swiper-speakers .swiper-slide .inner .caption, #home .fourthRow .swiper-speakers .swiper-slide .firstRow .inner .countdown .item span, #home .firstRow .fourthRow .swiper-speakers .swiper-slide .inner .countdown .item span {
            font-size: 16px; } }
  #home .fourthRow .swiper-speakers .swiper-pagination-speakers {
    bottom: 0; }
  #home .fourthRow .swiper-speakers .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: black;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
  #home .fourthRow .swiper-speakers .swiper-pagination-bullet-active {
    background-color: #1766f8;
    color: white; }
#home .fifthRow {
  background-color: #1766f8;
  padding: 7rem 0; }
  #home .fifthRow .heading {
    color: black;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .fifthRow .heading {
        font-size: 56px; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .fifthRow .heading {
        font-size: 35px; } }
    #home .fifthRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
  #home .fifthRow .swiper-news .swiper-wrapper {
    padding: 0 0 28px 0; }
  #home .fifthRow .swiper-news .swiper-slide {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.7s ease box-shadow;
    -moz-transition: 0.7s ease box-shadow;
    -ms-transition: 0.7s ease box-shadow;
    -o-transition: 0.7s ease box-shadow;
    transition: 0.7s ease box-shadow; }
    #home .fifthRow .swiper-news .swiper-slide:active, #home .fifthRow .swiper-news .swiper-slide:focus, #home .fifthRow .swiper-news .swiper-slide:hover {
      -webkit-transition: 0.7s ease box-shadow;
      -moz-transition: 0.7s ease box-shadow;
      -ms-transition: 0.7s ease box-shadow;
      -o-transition: 0.7s ease box-shadow;
      transition: 0.7s ease box-shadow;
      -webkit-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.17);
      -ms-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.17);
      -o-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.17);
      box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.17); }
    #home .fifthRow .swiper-news .swiper-slide .datetime {
      font-size: 12px;
      margin: 0 0 .75rem 0; }
      @media (min-width: 1400px) {
        #home .fifthRow .swiper-news .swiper-slide .datetime {
          font-size: 16px; } }
    #home .fifthRow .swiper-news .swiper-slide .img-article {
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      height: 230px;
      width: 100%; }
      @media (min-width: 1400px) {
        #home .fifthRow .swiper-news .swiper-slide .img-article {
          height: 320px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .fifthRow .swiper-news .swiper-slide .img-article {
      height: 450px; } }

      @media (min-width: 768px) and (max-width: 992px) {
        #home .fifthRow .swiper-news .swiper-slide .img-article {
          height: 300px; } }
      @media (min-width: 576px) and (max-width: 768px) {
        #home .fifthRow .swiper-news .swiper-slide .img-article {
          height: 280px; } }
      @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
        #home .fifthRow .swiper-news .swiper-slide .img-article {
          height: 330px; } }
    #home .fifthRow .swiper-news .swiper-slide .inner {
      background-color: white;
      padding: 10px 14px;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      color: black; }
      @media (min-width: 1400px) {
        #home .fifthRow .swiper-news .swiper-slide .inner .datetime {
          font-size: 18px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .fifthRow .swiper-news .swiper-slide .inner .datetime {
      font-size: 24px; } }

      #home .fifthRow .swiper-news .swiper-slide .inner .subHeading {
        margin: 0 0 .5rem 0; }
        @media (min-width: 1400px) {
          #home .fifthRow .swiper-news .swiper-slide .inner .subHeading {
            font-size: 28px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .fifthRow .swiper-news .swiper-slide .inner .subHeading {
      font-size: 35px; } }

  #home .fifthRow .swiper-news .swiper-pagination-news {
    bottom: 0; }
  #home .fifthRow .swiper-news .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: black;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
  #home .fifthRow .swiper-news .swiper-pagination-bullet-active {
    background-color: #1766f8;
    color: white; }
#home .sixthRow {
  background-color: none;
  padding: 7rem 0; }
  #home .sixthRow .heading {
    color: #1766f8;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .sixthRow .heading {
        font-size: 56px; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .sixthRow .heading {
        font-size: 35px; } }
    #home .sixthRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
    #home .sixthRow .heading small {
      color: black;
      display: block;
      font-family: "gothambook", Fallback, Courier;
      font-size: 14px;
      margin: .75rem 0 0 0; }
      @media (min-width: 1400px) {
        #home .sixthRow .heading small {
          font-size: 18px; } }
  #home .sixthRow .iframe-twitter {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 560px;
    overflow-y: scroll; }
  #home .sixthRow #twitter-widget-0 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: white !important;
    width: 100% !important; }
#home .seventhRow {
  background-color: #67e7ed;
  padding: 7rem 0; }
  #home .seventhRow .heading {
    color: #f04d0e;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .seventhRow .heading {
        font-size: 56px; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .seventhRow .heading {
        font-size: 35px; } }
    #home .seventhRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
    #home .seventhRow .heading small {
      color: black;
      display: block;
      font-family: "gothambook", Fallback, Courier;
      font-size: 14px;
      margin: .75rem 0 0 0; }
      @media (min-width: 1400px) {
        #home .seventhRow .heading small {
          font-size: 18px; } }
  #home .seventhRow .swiper-testimonial .swiper-wrapper {
    padding: 0 0 49px 0; }
  #home .seventhRow .swiper-testimonial .swiper-slide .datetime {
    font-size: 12px;
    margin: 0 0 .75rem 0; }
  #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-left {
    margin: 0 0 14px 0; }
    #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-left img {
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      -o-border-radius: 14px;
      border-radius: 14px; }
  #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 24px;
    padding: 0 14px 0 18px; }
    @media (min-width: 1400px) {
      #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right h3 {
        font-size: 24px;
        line-height: 1.5; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right h3 {
      font-size: 35px;
      line-height: 1.5; } }

    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right h3 {
        font-size: 21px;
        line-height: 28px; } }
  #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .text {
    margin: 0 0 1rem 0; }
  #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .favorites {
    color: #f9e810;
    font-size: 21px;
    margin: 0 0 1rem 0; }
    #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .favorites div {
      color: #313132;
      display: block;
      font-size: 14px; }
  #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .subHeading {
    font-size: 14px;
    margin: 0 0 .25rem 0;
    padding: 0 14px 0 18px; }
    @media (min-width: 1400px) {
      #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .subHeading {
        font-size: 21px;
        padding: 0 24px 0 28px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .subHeading {
      font-size: 32px;
      padding: 0 24px 0 28px; } }

  #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .caption, #home .seventhRow .swiper-testimonial .swiper-slide .firstRow .inner .countdown .item.item-right span, #home .firstRow .seventhRow .swiper-testimonial .swiper-slide .inner .countdown .item.item-right span {
    font-size: 12px;
    padding: 0 14px 0 18px; }
    @media (min-width: 1400px) {
      #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .caption, #home .seventhRow .swiper-testimonial .swiper-slide .firstRow .inner .countdown .item.item-right span, #home .firstRow .seventhRow .swiper-testimonial .swiper-slide .inner .countdown .item.item-right span {
        font-size: 18px;
        padding: 0 24px 0 28px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .seventhRow .swiper-testimonial .swiper-slide .inner .item.item-right .caption, #home .seventhRow .swiper-testimonial .swiper-slide .firstRow .inner .countdown .item.item-right span, #home .firstRow .seventhRow .swiper-testimonial .swiper-slide .inner .countdown .item.item-right span {
      font-size: 28px;
      padding: 0 24px 0 28px; } }

  #home .seventhRow .swiper-testimonial .swiper-pagination-testimonial {
    bottom: 0; }
  #home .seventhRow .swiper-testimonial .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: black;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
  #home .seventhRow .swiper-testimonial .swiper-pagination-bullet-active {
    background-color: #1766f8;
    color: white; }
#home .eighthRow {
  padding: 7rem 0; }
  #home .eighthRow .heading {
    color: #f04d0e;
    font-size: 42px; }
    @media (min-width: 1400px) {
      #home .eighthRow .heading {
        font-size: 56px; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .eighthRow .heading {
        font-size: 35px; } }
    #home .eighthRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
    #home .eighthRow .heading small {
      color: black;
      display: block;
      font-family: "gothambook", Fallback, Courier;
      font-size: 14px;
      margin: .75rem 0 0 0; }
      @media (min-width: 1400px) {
        #home .eighthRow .heading small {
          font-size: 18px; } }
  #home .eighthRow .list-faq .list-collapse {
    background-color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
    font-size: 16px;
    margin: 0 0 2rem 0;
    width: 100%; }
    #home .eighthRow .list-faq .list-collapse:last-child {
      margin: 0; }
    #home .eighthRow .list-faq .list-collapse.active, #home .eighthRow .list-faq .list-collapse:hover, #home .eighthRow .list-faq .list-collapse:active, #home .eighthRow .list-faq .list-collapse:focus {
      background-color: #f04d0e;
      -webkit-transition: 0.7s ease background-color;
      -moz-transition: 0.7s ease background-color;
      -ms-transition: 0.7s ease background-color;
      -o-transition: 0.7s ease background-color;
      transition: 0.7s ease background-color; }
      #home .eighthRow .list-faq .list-collapse.active a, #home .eighthRow .list-faq .list-collapse:hover a, #home .eighthRow .list-faq .list-collapse:active a, #home .eighthRow .list-faq .list-collapse:focus a {
        color: white;
        -webkit-transition: 0.7s ease color;
        -moz-transition: 0.7s ease color;
        -ms-transition: 0.7s ease color;
        -o-transition: 0.7s ease color;
        transition: 0.7s ease color; }
    #home .eighthRow .list-faq .list-collapse a {
      color: black;
      display: block;
      padding: 14px; }
      @media (min-width: 1400px) {
        #home .eighthRow .list-faq .list-collapse a {
          font-size: 24px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #home .eighthRow .list-faq .list-collapse a {
      font-size: 35px; } }

      #home .eighthRow .list-faq .list-collapse a .box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        #home .eighthRow .list-faq .list-collapse a .box .box-left {
          width: 90%; }
      #home .eighthRow .list-faq .list-collapse a .fa-solid {
        font-size: 18px; }
  #home .eighthRow .collapse {
    margin: -1rem 0 2rem 0; }
    #home .eighthRow .collapse .card {
      border-color: #f04d0e;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      -webkit-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
      -ms-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
      -o-box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
      box-shadow: 7px 7px 21px 0px rgba(0, 0, 0, 0.07);
      font-size: 16px; }
#home .ninthRow {
  background-color: white;
  padding: 7rem 0 7rem 0; }
  #home .ninthRow .hosted-by,
  #home .ninthRow .organized-by {
    background-color: #1766f8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: none;
    color: white;
    font-family: "gothambook", Fallback, Courier;
    line-height: inherit;
    outline: none;
    min-width: 100px;
    max-width: 200px;
    margin: 0 auto;
    text-transform: capitalize;
    font-size: 21px !important;
    -webkit-transition: 0.7s ease background-color;
    -moz-transition: 0.7s ease background-color;
    -ms-transition: 0.7s ease background-color;
    -o-transition: 0.7s ease background-color;
    transition: 0.7s ease background-color; }
    @media (min-width: 1400px) {
      #home .ninthRow .hosted-by,
      #home .ninthRow .organized-by {
        font-size: 28px !important;
        padding: 14px 28px;
        min-width: 180px;
        max-width: 280px; } }
    @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .ninthRow .hosted-by,
      #home .ninthRow .organized-by {
        padding: 10.5px 21px; } }
    @media (min-width: 412px) and (max-width: 576px) {
      #home .ninthRow .hosted-by,
      #home .ninthRow .organized-by {
        padding: 10.5px 21px; } }
    @media (min-width: 280px) and (max-width: 411px) {
      #home .ninthRow .hosted-by,
      #home .ninthRow .organized-by {
        padding: 10.5px 21px; } }
  #home .ninthRow .hosted-by {
    max-width: 170px; }
    @media (min-width: 1400px) {
      #home .ninthRow .hosted-by {
        max-width: 210px; } }
  #home .ninthRow .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #home .ninthRow .inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #home .ninthRow .inner.bg-white {
      background-color: white;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      -o-border-radius: 14px;
      border-radius: 14px;
      padding: 21px 28px; }
      #home .ninthRow .inner.bg-white .item {
        margin-bottom: 0;
        width: 23%; }
        #home .ninthRow .inner.bg-white .item:first-child {
          width: 18%; }
    #home .ninthRow .inner.single {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      #home .ninthRow .inner.single .item {
        width: 12%; }
        @media (min-width: 768px) and (max-width: 992px) {
          #home .ninthRow .inner.single .item {
            margin-bottom: 0;
            width: 16%; } }
        @media (min-width: 576px) and (max-width: 768px) {
          #home .ninthRow .inner.single .item {
            margin-bottom: 0;
            width: 23%; } }
        @media (min-width: 412px) and (max-width: 576px) {
          #home .ninthRow .inner.single .item {
            margin-bottom: 0;
            width: 23%; } }
        @media (min-width: 280px) and (max-width: 411px) {
          #home .ninthRow .inner.single .item {
            margin-bottom: 0;
            width: 23%; } }
    #home .ninthRow .inner .item {
      width: 20%; }
      @media (min-width: 768px) and (max-width: 992px) {
        #home .ninthRow .inner .item {
          margin-bottom: 5rem;
          width: 23%; } }
      @media (min-width: 576px) and (max-width: 768px) {
        #home .ninthRow .inner .item {
          margin-bottom: 3rem;
          width: 23%; } }
      @media (min-width: 412px) and (max-width: 576px) {
        #home .ninthRow .inner .item {
          margin-bottom: 2rem;
          width: 23%; } }
      @media (min-width: 280px) and (max-width: 411px) {
        #home .ninthRow .inner .item {
          margin-bottom: 2rem;
          width: 23%; } }

#myBanner.show {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100); }
#myBanner .form-modal-dialog {
  background: none;
  border: none;
  box-shadow: none; }
  #myBanner .form-modal-dialog .close {
    color: white;
    position: absolute;
    z-index: 2; }
    @media (min-width: 1400px) {
      #myBanner .form-modal-dialog .close {
        font-size: 35px;
        right: 28px;
        top: 28px; } }
    @media (min-width: 1200px) and (max-width: 1400px), (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #myBanner .form-modal-dialog .close {
        right: 14px;
        top: 14px;
        font-size: 28px; } }

/*
     FILE ARCHIVED ON 10:28:37 Apr 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:55:59 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.5 (2)
  exclusion.robots: 0.152 (2)
  exclusion.robots.policy: 0.122 (2)
  esindex: 0.028 (2)
  cdx.remote: 10.185 (2)
  LoadShardBlock: 113.975 (6)
  PetaboxLoader3.datanode: 156.863 (10)
  PetaboxLoader3.resolve: 74.111 (3)
  load_resource: 157.344 (2)
  loaddict: 61.19 (2)
*/