/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/magnific-popup/dist/magnific-popup.css ***!
  \*******************************************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/app.scss ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
/**
 *  Colors
 */
/**
 *  Fonts
 */
/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
/**
 *  Placeholder
 *
 *  Usage: append to input fields
 */
/**
 *  Global elements
 */
@font-face {
  font-family: "gotham";
  src: url(a69d2d083771effbfa4a.woff2);
  src: url(9c58b0a7e982a9cd4e95.woff) format("woff"), url(a69d2d083771effbfa4a.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "gotham";
  src: url(637fbe7b0bf54cc00cdf.woff2);
  src: url(97f7cfa44be02779f3f2.woff) format("woff"), url(637fbe7b0bf54cc00cdf.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font: 16px/30px "gotham", sans-serif;
  background-color: #fff;
  color: #666666;
}

ul, ol {
  margin: 30px 0;
  padding-left: 30px;
}

ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}
ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -15px;
  background: #3EB1C8;
  top: 16px;
  border-radius: 50%;
  transform: rotate(45deg);
}

ol {
  counter-reset: myCounter;
  padding-left: 30px;
}
ol li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
ol li:before {
  width: auto;
  height: auto;
  position: absolute;
  left: -20px;
  top: 0px;
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  background: transparent;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

address {
  font-style: normal;
}

section {
  text-align: center;
  width: 100%;
}

strong,
i {
  margin-right: 5px;
}

button {
  box-shadow: unset;
  border-radius: unset;
}
button:hover, button:active, button:focus {
  outline-offset: unset;
  outline: unset;
}

img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
}

.dropdown__wrapper,
input,
textarea {
  padding: 10px 50px 10px 25px;
  -webkit-appearance: none;
  border-radius: 25px;
  font: 16px/30px "gotham", sans-serif;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.dropdown__wrapper:active, .dropdown__wrapper:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
  border: 1px solid #666666;
  outline-offset: unset;
  outline: unset;
  transition: all 0.3s ease-in-out;
}
.dropdown__wrapper::placeholder,
input::placeholder,
textarea::placeholder {
  font: 16px/30px "gotham", sans-serif;
  color: #666666;
}

textarea {
  min-height: 120px;
  resize: none;
}

.dropdown {
  display: inline-block;
}
.dropdown__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdown__wrapper:active, .dropdown__wrapper:focus {
  border: 1px solid #E5E5E5;
}
.dropdown__wrapper.active .dropdown__header:before {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.dropdown__dropdown {
  color: #666666;
  position: absolute;
  margin: 0;
  width: 100%;
  left: 0;
  padding: 10px 25px;
  z-index: 5;
  background-color: #F7F7F7;
  border-radius: 25px;
  border: 1px solid #E5E5E5;
  display: none;
  top: calc(100% + 10px);
}
.dropdown__dropdown li:before {
  display: none;
}
.dropdown__header {
  color: #666666;
  justify-content: flex-start !important;
  position: relative;
  width: 100%;
  text-align: left;
}
.dropdown__header:before {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: -30px;
  position: absolute;
  font-size: 8px;
  transition: all 0.3s ease-in-out;
}
.dropdown__header span {
  color: #666666;
  font: 16px/30px "gotham", sans-serif;
}
.dropdown__item {
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.dropdown__item:last-child {
  margin-bottom: 0;
}
.dropdown__item:hover, .dropdown__item:active, .dropdown__item:focus {
  cursor: pointer;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
  transition: all 0.3s ease-in-out;
}

.checkbox-label:hover input ~ .checkmark {
  background-color: #E5E5E5;
  transition: all 0.3s ease-in-out;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #3EB1C8;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: 1px solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #3EB1C8;
  transition: color 0.3s ease-in-out;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-align: center;
  font-weight: 400;
}

h1 {
  font-size: 3.125em;
  line-height: 1.16em;
  margin: 0 0 0.74em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
    line-height: 1.3125em;
    margin: 0 0 0.69em;
  }
}

h2 {
  font-size: 2.5em;
  line-height: 1.45em;
  margin: 0 0 0.68em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2em;
    line-height: 1.3125em;
  }
}

h3 {
  font-size: 1.875em;
  line-height: 1.333em;
  margin: 0 0 1.66em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5em;
    line-height: 1.4166em;
  }
}

h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0 0 1em;
  font-weight: 700;
}

h5 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1em;
  }
}

h6 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 131px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding-top: 108px;
  }
}

.header-transparent .header {
  background-color: transparent;
}
.header-transparent.scroll .header__nav .navbar__nav a:hover, .header-transparent.scroll .header__nav .navbar__nav a:active, .header-transparent.scroll .header__nav .navbar__nav a:focus {
  color: #3EB1C8;
  transition: color 0.3s ease-in-out;
}

.header-nopadding .wrapper {
  padding-top: 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
#overlay .modal {
  flex-grow: 1;
  display: none;
  max-width: 50%;
  max-height: 70%;
  min-width: 320px;
  flex-basis: auto;
  min-height: 320px;
  background-color: #ffffff;
}

@font-face {
  font-family: "icomoon";
  src: url(0428aec93a409211342e.eot);
  src: url(0428aec93a409211342e.eot) format("embedded-opentype"), url(294d74955689d96ef4f1.ttf) format("truetype"), url(9a4ec79a1ef3cdeff964.woff) format("woff"), url(c110303b8dfa997d6521.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
  content: "\e90e";
}

.icon-calendar:before {
  content: "\e900";
}

.swing--in-top .direction-reveal__anim--in {
  animation-name: swing--in-top;
}

.swing--in-top .direction-reveal__anim--out {
  animation-name: swing--out-bottom;
}

.swing--in-bottom .direction-reveal__anim--in {
  animation-name: swing--in-bottom;
}

.swing--in-bottom .direction-reveal__anim--out {
  animation-name: swing--out-top;
}

.swing--in-left .direction-reveal__anim--in {
  animation-name: swing--in-left;
}

.swing--in-left .direction-reveal__anim--out {
  animation-name: swing--out-right;
}

.swing--in-right .direction-reveal__anim--in {
  animation-name: swing--in-right;
}

.swing--in-right .direction-reveal__anim--out {
  animation-name: swing--out-left;
}

.swing--out-top .direction-reveal__anim--in {
  animation-name: swing--out-top;
}

.swing--out-top .direction-reveal__anim--out {
  animation-name: swing--in-bottom;
}

.swing--out-bottom .direction-reveal__anim--in {
  animation-name: swing--out-bottom;
}

.swing--out-bottom .direction-reveal__anim--out {
  animation-name: swing--in-top;
}

.swing--out-left .direction-reveal__anim--in {
  animation-name: swing--out-left;
}

.swing--out-left .direction-reveal__anim--out {
  animation-name: swing--in-right;
}

.swing--out-right .direction-reveal__anim--in {
  animation-name: swing--out-right;
}

.swing--out-right .direction-reveal__anim--out {
  animation-name: swing--in-left;
}

.direction-reveal [class*=swing--] {
  perspective: 400px;
}
.direction-reveal [class*=swing--] .direction-reveal__anim--in, .direction-reveal [class*=swing--] .direction-reveal__anim--out {
  transform: rotate3d(0, 0, 0, 0);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swing--in-top, .swing--out-top {
  perspective-origin: center top;
}
.swing--in-top .direction-reveal__anim--in, .swing--in-top .direction-reveal__anim--out, .swing--out-top .direction-reveal__anim--in, .swing--out-top .direction-reveal__anim--out {
  transform-origin: center top;
}

.swing--in-bottom, .swing--out-bottom {
  perspective-origin: center bottom;
}
.swing--in-bottom .direction-reveal__anim--in, .swing--in-bottom .direction-reveal__anim--out, .swing--out-bottom .direction-reveal__anim--in, .swing--out-bottom .direction-reveal__anim--out {
  transform-origin: center bottom;
}

.swing--in-left, .swing--out-left {
  perspective-origin: left center;
}
.swing--in-left .direction-reveal__anim--in, .swing--in-left .direction-reveal__anim--out, .swing--out-left .direction-reveal__anim--in, .swing--out-left .direction-reveal__anim--out {
  transform-origin: left center;
}

.swing--in-right, .swing--out-right {
  perspective-origin: right center;
}
.swing--in-right .direction-reveal__anim--in, .swing--in-right .direction-reveal__anim--out, .swing--out-right .direction-reveal__anim--in, .swing--out-right .direction-reveal__anim--out {
  transform-origin: right center;
}

@keyframes swing--in-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@keyframes swing--out-top {
  100% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@keyframes swing--in-bottom {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes swing--out-bottom {
  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes swing--in-left {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes swing--out-left {
  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}
@keyframes swing--in-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}
@keyframes swing--out-right {
  100% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}
.slide--in-top .direction-reveal__anim--in {
  animation-name: slide--in-top;
}

.slide--in-top .direction-reveal__anim--out {
  animation-name: slide--out-bottom;
}

.slide--in-bottom .direction-reveal__anim--in {
  animation-name: slide--in-bottom;
}

.slide--in-bottom .direction-reveal__anim--out {
  animation-name: slide--out-top;
}

.slide--in-left .direction-reveal__anim--in {
  animation-name: slide--in-left;
}

.slide--in-left .direction-reveal__anim--out {
  animation-name: slide--out-right;
}

.slide--in-right .direction-reveal__anim--in {
  animation-name: slide--in-right;
}

.slide--in-right .direction-reveal__anim--out {
  animation-name: slide--out-left;
}

.slide--out-top .direction-reveal__anim--in {
  animation-name: slide--out-top;
}

.slide--out-top .direction-reveal__anim--out {
  animation-name: slide--in-bottom;
}

.slide--out-bottom .direction-reveal__anim--in {
  animation-name: slide--out-bottom;
}

.slide--out-bottom .direction-reveal__anim--out {
  animation-name: slide--in-top;
}

.slide--out-left .direction-reveal__anim--in {
  animation-name: slide--out-left;
}

.slide--out-left .direction-reveal__anim--out {
  animation-name: slide--in-right;
}

.slide--out-right .direction-reveal__anim--in {
  animation-name: slide--out-right;
}

.slide--out-right .direction-reveal__anim--out {
  animation-name: slide--in-left;
}

.direction-reveal [class*=slide--] .direction-reveal__anim--in, .direction-reveal [class*=slide--] .direction-reveal__anim--out {
  transform: translate3d(0, 0, 0);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slide--in-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide--out-top {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide--in-bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide--out-bottom {
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide--in-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide--out-left {
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide--in-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slide--out-right {
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.rotate--in-top .direction-reveal__anim--in {
  animation-name: rotate--in-top;
}

.rotate--in-top .direction-reveal__anim--out {
  animation-name: rotate--out-bottom;
}

.rotate--in-bottom .direction-reveal__anim--in {
  animation-name: rotate--in-bottom;
}

.rotate--in-bottom .direction-reveal__anim--out {
  animation-name: rotate--out-top;
}

.rotate--in-left .direction-reveal__anim--in {
  animation-name: rotate--in-left;
}

.rotate--in-left .direction-reveal__anim--out {
  animation-name: rotate--out-right;
}

.rotate--in-right .direction-reveal__anim--in {
  animation-name: rotate--in-right;
}

.rotate--in-right .direction-reveal__anim--out {
  animation-name: rotate--out-left;
}

.rotate--out-top .direction-reveal__anim--in {
  animation-name: rotate--out-top;
}

.rotate--out-top .direction-reveal__anim--out {
  animation-name: rotate--in-bottom;
}

.rotate--out-bottom .direction-reveal__anim--in {
  animation-name: rotate--out-bottom;
}

.rotate--out-bottom .direction-reveal__anim--out {
  animation-name: rotate--in-top;
}

.rotate--out-left .direction-reveal__anim--in {
  animation-name: rotate--out-left;
}

.rotate--out-left .direction-reveal__anim--out {
  animation-name: rotate--in-right;
}

.rotate--out-right .direction-reveal__anim--in {
  animation-name: rotate--out-right;
}

.rotate--out-right .direction-reveal__anim--out {
  animation-name: rotate--in-left;
}

.direction-reveal [class*=rotate--] .direction-reveal__anim--in, .direction-reveal [class*=rotate--] .direction-reveal__anim--out {
  transform: rotate(0);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rotate--in-top .direction-reveal__anim--in, .rotate--in-top .direction-reveal__anim--out, .rotate--out-top .direction-reveal__anim--in, .rotate--out-top .direction-reveal__anim--out {
  transform-origin: left top;
}

.rotate--in-bottom .direction-reveal__anim--in, .rotate--in-bottom .direction-reveal__anim--out, .rotate--out-bottom .direction-reveal__anim--in, .rotate--out-bottom .direction-reveal__anim--out {
  transform-origin: left bottom;
}

.rotate--in-left .direction-reveal__anim--in, .rotate--in-left .direction-reveal__anim--out, .rotate--out-left .direction-reveal__anim--in, .rotate--out-left .direction-reveal__anim--out {
  transform-origin: left top;
}

.rotate--in-right .direction-reveal__anim--in, .rotate--in-right .direction-reveal__anim--out, .rotate--out-right .direction-reveal__anim--in, .rotate--out-right .direction-reveal__anim--out {
  transform-origin: right top;
}

@keyframes rotate--in-top {
  0% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate--out-top {
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate--in-bottom {
  0% {
    transform: rotate(90deg);
  }
}
@keyframes rotate--out-bottom {
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate--in-left {
  0% {
    transform: rotate(90deg);
  }
}
@keyframes rotate--out-left {
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate--in-right {
  0% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate--out-right {
  100% {
    transform: rotate(-90deg);
  }
}
.flip--in-top .direction-reveal__anim--in {
  animation-name: flip--in-top;
}

.flip--in-top .direction-reveal__anim--out {
  animation-name: flip--out-bottom;
}

.flip--in-bottom .direction-reveal__anim--in {
  animation-name: flip--in-bottom;
}

.flip--in-bottom .direction-reveal__anim--out {
  animation-name: flip--out-top;
}

.flip--in-left .direction-reveal__anim--in {
  animation-name: flip--in-left;
}

.flip--in-left .direction-reveal__anim--out {
  animation-name: flip--out-right;
}

.flip--in-right .direction-reveal__anim--in {
  animation-name: flip--in-right;
}

.flip--in-right .direction-reveal__anim--out {
  animation-name: flip--out-left;
}

.flip--out-top .direction-reveal__anim--in {
  animation-name: flip--out-top;
}

.flip--out-top .direction-reveal__anim--out {
  animation-name: flip--in-bottom;
}

.flip--out-bottom .direction-reveal__anim--in {
  animation-name: flip--out-bottom;
}

.flip--out-bottom .direction-reveal__anim--out {
  animation-name: flip--in-top;
}

.flip--out-left .direction-reveal__anim--in {
  animation-name: flip--out-left;
}

.flip--out-left .direction-reveal__anim--out {
  animation-name: flip--in-right;
}

.flip--out-right .direction-reveal__anim--in {
  animation-name: flip--out-right;
}

.flip--out-right .direction-reveal__anim--out {
  animation-name: flip--in-left;
}

.direction-reveal [class*=flip--] {
  perspective: 800px;
  overflow: visible;
}
.direction-reveal [class*=flip--] .direction-reveal__anim--in, .direction-reveal [class*=flip--] .direction-reveal__anim--out {
  transform: rotateX(0) rotateY(0);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-duration: 0.6s;
  backface-visibility: hidden;
  z-index: 1;
}

@keyframes flip--in-top {
  0% {
    transform: rotateX(180deg) rotateY(0);
  }
}
@keyframes flip--out-top {
  100% {
    transform: rotateX(180deg) rotateY(0);
  }
}
@keyframes flip--in-bottom {
  0% {
    transform: rotateX(-180deg) rotateY(0);
  }
}
@keyframes flip--out-bottom {
  100% {
    transform: rotateX(-180deg) rotateY(0);
  }
}
@keyframes flip--in-left {
  0% {
    transform: rotateX(0) rotateY(-180deg);
  }
}
@keyframes flip--out-left {
  100% {
    transform: rotateX(0) rotateY(-180deg);
  }
}
@keyframes flip--in-right {
  0% {
    transform: rotateX(0) rotateY(180deg);
  }
}
@keyframes flip--out-right {
  100% {
    transform: rotateX(0) rotateY(180deg);
  }
}
.direction-reveal__card {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.direction-reveal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.direction-reveal__anim--in, .direction-reveal__anim--out {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: forwards;
}

.direction-reveal__anim--in {
  transform: translate3d(0, -100%, 0);
}

.direction-reveal__title {
  margin-top: 0;
}

.direction-reveal__text {
  margin-bottom: 0;
}

.direction-reveal--3-grid-flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.direction-reveal--3-grid-flexbox .direction-reveal__card {
  border: 10px solid transparent;
}
@media (min-width: 576px) {
  .direction-reveal--3-grid-flexbox .direction-reveal__card {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.direction-reveal--3-grid-cssgrid {
  display: grid;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 576px) {
  .direction-reveal--3-grid-cssgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.direction-reveal--3-grid-cssgrid .direction-reveal__card {
  border: 10px solid transparent;
}

.direction-reveal--grid-bootstrap .direction-reveal__card {
  margin-top: 15px;
  margin-bottom: 15px;
}

/**components*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 57px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .header {
    border-bottom: none;
    padding: 25px 5%;
  }
}
.header__logo {
  height: 80px;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 100px;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
  line-height: 0;
  display: inline-block;
}
.header__logo img {
  object-fit: contain;
}
.header__burger {
  display: none;
}
@media (max-width: 768px) {
  .header__burger {
    display: inline-block;
  }
}
.header__login {
  margin: 0 0 0 20px;
  max-width: 180px;
  width: 100%;
}
.header__nav {
  font: 18px/19px "gotham", sans-serif;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .header__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .header__nav {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 107px;
    margin: 0;
    background-color: rgba(51, 51, 51, 0.8);
    text-align: center;
    padding: 20px;
    visibility: hidden;
  }
}
.header__nav ul {
  margin: 0;
  padding: 0;
}
.header__nav ul li {
  margin: 0;
}
.header__nav ul li:before {
  display: none;
}
.header__nav .btn {
  font-size: 14px;
}
@media (max-width: 768px) {
  .header__nav .btn {
    margin: 0 0 15px 0;
    min-width: 230px;
  }
}
@media (max-width: 768px) {
  .header__nav .btn:last-child {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .header__nav .navbar {
    width: 100%;
    margin-bottom: 20px;
  }
}
.header__nav .navbar__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav .navbar__nav .menu-item {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .header__nav .navbar__nav .menu-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .header__nav .navbar__nav .menu-item:last-child {
    margin: 0;
  }
}
.header__nav .navbar__nav a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .header__nav .navbar__nav {
    display: block;
  }
}

.burger {
  cursor: pointer;
}
.burger span {
  position: relative;
  display: block;
  height: 4px;
  margin-bottom: 4px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clear: both;
  width: 25px;
}
.burger span:last-child {
  margin-bottom: 0;
}
.burger.clicked span {
  background: #fff;
}
.burger.clicked span:nth-child(even) {
  opacity: 0;
}
.burger.clicked span:nth-child(1) {
  transform: rotate(45deg);
  width: 25px;
  top: 11px;
}
.burger.clicked span:nth-child(3) {
  transform: rotate(-45deg);
  top: -5px;
}
.burger.clicked:hover span {
  background: #fff;
}
.burger:hover {
  cursor: pointer;
}
.burger:hover span {
  background: #fff;
}

.scroll.header-transparent .header,
.scroll .header {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(51, 51, 51, 0.8);
}
.scroll.header-transparent .header .navbar__nav a:hover, .scroll.header-transparent .header .navbar__nav a:active, .scroll.header-transparent .header .navbar__nav a:focus,
.scroll .header .navbar__nav a:hover,
.scroll .header .navbar__nav a:active,
.scroll .header .navbar__nav a:focus {
  color: #3EB1C8;
  transition: color 0.3s ease-in-out;
}
.scroll.header-transparent .header__logo,
.scroll .header__logo {
  height: 70px;
  padding: 5px 0;
}
.scroll.header-transparent .header__nav,
.scroll .header__nav {
  top: 67px;
  transition: all 0.3s ease-in-out;
}

.header-transparent .header .header__nav .navbar__nav a:hover, .header-transparent .header .header__nav .navbar__nav a:active, .header-transparent .header .header__nav .navbar__nav a:focus {
  color: #333333;
  transition: color 0.3s ease-in-out;
}
.header-transparent.scroll .header .header__nav .navbar__nav a:hover, .header-transparent.scroll .header .header__nav .navbar__nav a:active, .header-transparent.scroll .header .header__nav .navbar__nav a:focus {
  color: #3EB1C8;
  transition: color 0.3s ease-in-out;
}

.nav-active .header {
  background-color: rgba(51, 51, 51, 0.8);
  transition: all 0.3s ease-in-out;
}
.nav-active .header__nav {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}

.header-transparent .header__nav .navbar__nav li.current-menu-item:not(.menu-item-type-custom) {
  color: #333333;
}
.header-transparent.scroll .header__nav .navbar__nav li.current-menu-item:not(.menu-item-type-custom) {
  color: #3EB1C8;
}

.header__nav .navbar__nav li.current-menu-item:not(.menu-item-type-custom) {
  color: #3EB1C8;
}

.footer {
  background-color: #333333;
  position: relative;
  width: 100%;
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 57px 42px;
}
@media (max-width: 768px) {
  .footer__content {
    display: block;
  }
}
.footer__copyright {
  border-top: 2px solid #3EB1C8;
  padding: 15px 57px 18px;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
.footer__copyright p {
  margin: 0;
}
.footer .header__nav {
  font: 16px/18px "gotham", sans-serif;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .footer .header__nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer .header__nav {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .footer .header__nav .navbar {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .header__nav .navbar__nav {
    margin-bottom: 38px;
  }
}
.footer .header__nav .navbar__nav a:hover, .footer .header__nav .navbar__nav a:active, .footer .header__nav .navbar__nav a:focus {
  color: #3EB1C8;
}
@media (max-width: 768px) {
  .footer .header__nav .navbar__nav .menu-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer .header__nav .navbar__nav .menu-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer .header__logo {
    margin: 0 auto;
    width: 140px;
    margin-bottom: 38px;
  }
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.social li {
  margin: 0 20px;
}
.social li::before {
  display: none;
}

.btn {
  position: relative;
  background: #FF6633;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #fff;
  text-decoration: unset;
  padding: 17px 28px;
  font-size: 0.875em;
  line-height: 1.1428;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  transition: all 0.5s ease-in-out;
  font-family: "gotham", sans-serif;
}
.btn:after {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border: 0.3px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  content: "";
  display: block;
  border-radius: 25px;
  transition: opacity 0.5s ease-in-out;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:not([disabled]):hover, .btn:not([disabled]):active, .btn:not([disabled]):focus {
  color: #FF6633;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.btn:not([disabled]):hover:after, .btn:not([disabled]):active:after, .btn:not([disabled]):focus:after {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.btn_long {
  padding: 17px 88px;
}
@media (max-width: 1024px) {
  .btn_long {
    padding: 17px 58px;
  }
}
.btn--black {
  background: #333333;
  border: 1px solid #333333;
  transition: all 0.5s ease-in-out;
}
.btn--black::after {
  display: none;
}
.btn--black:hover {
  background: transparent;
}
.btn--white {
  background: #fff;
  color: #3EB1C8;
  transition: all 0.5s ease-in-out;
}
.btn--white::after {
  border: none;
  background: linear-gradient(90deg, #3EB1C8 0%, #BEF184 100%);
}
.btn--white:hover {
  color: #fff !important;
}
.btn--primary {
  background: #3EB1C8;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.btn--primary::after {
  border: none;
  background: linear-gradient(90deg, #3EB1C8 0%, #BEF184 100%);
}
.btn--primary:hover {
  background: #2f91a4;
  color: #ffffff !important;
}
.btn--primary:hover::after {
  display: none;
  color: #ffffff !important;
}
.btn--plain {
  border-radius: 0;
  background: #3EB1C8;
  font-size: 14px;
  border: 1px solid #3EB1C8;
}
.btn--plain:not([disabled]):hover, .btn--plain:not([disabled]):active, .btn--plain:not([disabled]):focus {
  color: #3EB1C8;
  background: #fff;
}
.btn--plain:not([disabled]):hover:after, .btn--plain:not([disabled]):active:after, .btn--plain:not([disabled]):focus:after {
  display: none;
}
.btn--block {
  width: 100%;
}

.tabset {
  margin: 0 0 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 480px) {
  .tabset {
    display: block;
  }
}
.tabset__item {
  display: flex;
  justify-content: center;
  color: #333333;
  background-color: #fff;
  width: 33.33333%;
  flex: 0 0 auto;
}
.tabset__item:before {
  display: none;
}
.tabset__item:not(:last-child) {
  border-right: 1px solid #DEDEDE;
}
@media (max-width: 1024px) {
  .tabset__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .tabset__item {
    display: block;
    width: 100%;
  }
}
.tabset__item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 26px 15px 15px;
  color: inherit;
}
@media (max-width: 480px) {
  .tabset__item-link {
    padding: 10px 15px;
    min-height: 80px;
  }
}
.tabset__item-link:hover {
  color: #3EB1C8;
}
.tabset__item-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3EB1C8 0%, #BEF184 100%);
}
.tabset__item-link.active:after {
  content: "";
}
.tabset__item-link.active h4 {
  color: #3EB1C8;
}
.tabset__item h4 {
  margin: 0;
}
@media (max-width: 1024px) {
  .tabset__item h4 {
    font-size: 16px;
  }
}
.tabset__item strong {
  font-size: 14px;
  line-height: 2.14;
  color: #333333;
}
@media (max-width: 1024px) {
  .tabset__item strong {
    font-size: 12px;
  }
}

.tab-content {
  background-color: #fff;
  padding: 35px 90px 50px;
}
@media (max-width: 1024px) {
  .tab-content {
    padding: 15px;
  }
}
.tab-content__item.hidden {
  display: none !important;
}

.tab-item {
  text-align: left;
}
.tab-item.active .tab-item__opener:after {
  transform: rotate(90deg);
}
.tab-item__opener {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1024px) {
  .tab-item__opener {
    font-size: 14px;
    padding: 20px 20px 20px 0;
  }
}
.tab-item__opener:after {
  content: "\e90e";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  top: 25px;
  color: inherit;
  font-size: 13px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .tab-item__opener:after {
    font-size: 10px;
    top: 20px;
  }
}
.tab-item__opener__excerpt {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
  margin-top: 10px;
}

.agenda-event {
  text-align: left;
  display: flex;
  padding: 25px 0 35px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
  .agenda-event {
    display: block;
  }
}
.agenda-event--white {
  background: #fff;
}
.agenda-event__left-content {
  flex: 0 1 193px;
  margin-right: 47px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .agenda-event__left-content {
    width: 100%;
    margin: 0;
  }
}
.agenda-event__right-content {
  flex: 0 1 73%;
}
@media (max-width: 768px) {
  .agenda-event__right-content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .agenda-event__right-content {
    flex: 0 1 60%;
  }
}
.agenda-event__live {
  display: none;
  position: relative;
  color: #c70000;
  font-weight: 600;
  padding: 5px 0 5px 20px;
  text-transform: uppercase;
}
.agenda-event__live::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #c70000;
  position: absolute;
  left: 0;
  top: 15px;
}
.agenda-event__time {
  color: #333333;
  font-size: 20px;
}
@media (max-width: 768px) {
  .agenda-event__time {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .agenda-event__time {
    font-size: 14px;
  }
}
.agenda-event__video {
  padding: 20px 0;
}
.agenda-event__video a {
  display: block;
}
.agenda-event__video__thumb {
  position: relative;
  height: 180px;
}
.agenda-event__video__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .agenda-event__video__thumb {
    height: 120px;
  }
}
.agenda-event__video__play {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agenda-event__video__play svg {
  height: 40px;
  width: 40px;
  fill: #ffffff;
  box-shadow: 0 0 5px #e9e9e9;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.05);
}
.agenda-event__btn-wrap {
  margin-top: auto;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .agenda-event__btn-wrap {
    margin: 0 0 10px;
  }
}
.agenda-event__btn {
  background-color: #FF6633;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 10px 6px 10px 10px;
  display: inline-block;
  line-height: 1;
  max-width: 190px;
  width: 100%;
  border: 1px solid #FF6633;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .agenda-event__btn {
    font-size: 12px;
  }
}
.agenda-event__btn.active, .agenda-event__btn:focus, .agenda-event__btn:active, .agenda-event__btn:hover {
  background-color: #fff;
  color: #FF6633;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.agenda-event__btn.active .agenda-event__btn-text:before {
  content: "—";
  margin-right: 10px;
  font-weight: 300;
}
.agenda-event__btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-event__btn-text:before {
  content: "+";
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
}
.agenda-event__btn_calendar {
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}
.agenda-event__btn_calendar.active, .agenda-event__btn_calendar:focus, .agenda-event__btn_calendar:active, .agenda-event__btn_calendar:hover {
  background-color: #fff;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.agenda-event__btn_calendar .agenda-event__btn-text:before {
  font-family: icomoon;
  content: "\e900";
}
.agenda-event__btn_calendar.active .agenda-event__btn-text:before {
  font-family: icomoon;
  content: "\e900";
}
.agenda-event__excerpt {
  font-size: 14px;
  line-height: 24px;
  font-family: "gotham", sans-serif;
  padding-bottom: 20px;
}
.agenda-event__speakers {
  font-size: 13px;
}
.agenda-event__speakers-item:not(:last-child) {
  margin-bottom: 22px;
}
.agenda-event__speakers-title {
  display: block;
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
}
.agenda-event__speakers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.54;
}
.agenda-event__speakers ul li {
  margin: 0;
}
.agenda-event__speakers ul li:before {
  display: none;
}
.agenda-event h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  text-align: inherit;
  margin-bottom: 14px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .agenda-event h4 {
    font-size: 18px;
  }
}
.agenda-event p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  text-align: inherit;
  margin-bottom: 21px;
}

.agendaType--on-demand {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .agendaType--on-demand {
    display: flex;
    flex-direction: column-reverse;
  }
}
.agendaType--on-demand .agenda-event__left-content {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .agendaType--on-demand .agenda-event__left-content {
    flex: 1;
    margin-top: 20px;
  }
  .agendaType--on-demand .agenda-event__left-content .agenda-event__btn-wrap {
    margin: 0;
  }
}
.agendaType--on-demand .agenda-event__btn {
  text-align: center;
  padding: 15px 30px;
}
.session--live .agenda-event__live {
  display: block;
}

.track {
  padding: 25px 0 35px;
  border-bottom: 1px solid #DEDEDE;
}
.track__header {
  text-align: left;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .track__header {
    display: block;
  }
}
.track__header-left {
  flex: 0 1 193px;
  margin-right: 47px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .track__header-left {
    width: 100%;
    margin: 0;
  }
}
.track__header-right {
  flex: 0 1 73%;
}
@media (max-width: 1024px) {
  .track__header-right {
    width: 100%;
  }
}
.track__header .track__time {
  color: #333333;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .track__header .track__time {
    font-size: 14px;
  }
}
.track__header h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  text-align: inherit;
  margin-bottom: 17px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .track__header h4 {
    font-size: 18px;
  }
}

.track-events {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 768px) {
  .track-events {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.track-events .col {
  padding: 0 8px;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .track-events .col {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .track-events .col:last-of-type {
    margin-bottom: 0;
  }
}

.track-event {
  text-align: left;
  color: #333333;
  border-width: 1px;
  border-style: solid;
  padding: 20px 25px 15px 29px;
  font-size: 14px;
  min-width: 100%;
}
@media (max-width: 1024px) {
  .track-event {
    padding: 20px 15px;
  }
}
.track-event__caption {
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .track-event__caption {
    line-height: 1.25;
  }
}
.track-event__caption h4 {
  font-size: 20px;
  text-align: inherit;
  color: inherit;
  text-transform: none;
  margin-bottom: 7px;
}
@media (max-width: 1024px) {
  .track-event__caption h4 {
    font-size: 18px;
  }
}
.track-event * {
  text-align: inherit;
  font-weight: 400;
}

.track-sub-event {
  text-align: left;
  display: flex;
  margin-bottom: 4px;
  line-height: 1.7;
}
.track-sub-event a:hover {
  color: #fff;
  text-decoration: none;
}
.track-sub-event__left {
  flex: 0 1 70px;
  margin-right: 6px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .track-sub-event__left {
    width: 100%;
    margin: 0;
  }
}
.track-sub-event__right {
  flex: 0 1 82%;
}
@media (max-width: 1024px) {
  .track-sub-event__right {
    width: 100%;
  }
}
.track-sub-event__time {
  color: inherit;
}
.track-sub-event__icon {
  transition: opacity 0.3s ease-in-out;
  background-color: inherit;
  display: block;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}
.track-sub-event__icon:hover {
  transition: opacity 0.3s ease-in-out;
  color: #fff;
  opacity: 0.5;
}
.track-sub-event__icon.active {
  background-color: transparent !important;
  color: inherit;
}
.track-sub-event__caption {
  color: inherit;
}
.track-sub-event__live {
  display: none;
  position: relative;
  color: #c70000;
  font-weight: 600;
  padding: 5px 0 5px 20px;
  text-transform: uppercase;
}
.track-sub-event__live::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #c70000;
  position: absolute;
  left: 0;
  top: 11px;
}
.track-sub-event h6 {
  font-size: inherit;
  margin-bottom: 0;
  line-height: inherit;
}
.track-sub-event p {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
}

.session--live .track-sub-event__live {
  display: block;
}

.trackEvent__Color--Orange a:hover {
  color: #F27D2C;
}
.trackEvent__Color--Blue a:hover {
  color: #3EB1C8;
}
.trackEvent__Color--Light-Green a:hover {
  color: #B1CE20;
}
.trackEvent__Color--Dark-Grey a:hover {
  color: #333333;
}
.trackEvent__Color--Red a:hover {
  color: #C91330;
}

.hero {
  display: flex;
  min-height: 361px;
  padding-top: 161px;
  padding-bottom: 24px;
  position: relative;
  background: no-repeat center/cover;
  background-size: cover;
}
.hero--with-time .hero__title {
  font-weight: 400;
  margin-bottom: 13px;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #3EB1C8 0%, rgba(62, 177, 200, 0) 100%);
}
.hero .container {
  display: flex;
  align-items: flex-end;
}
.hero__wrapper {
  position: relative;
  z-index: 1;
}
.hero__title {
  margin: 0 0 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.hero__time {
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto 15px;
  padding: 9px 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  background: #fff;
}
.hero--no-overlay::before {
  display: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.breadcrumbs li::after {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li::before {
  display: none;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #020505;
}

.s-login {
  padding: 150px 0 130px;
  background: #F7F7F7 url(73b6cf8f5aa9ae7ff843.svg) no-repeat center bottom -169px/100%;
}
@media (max-width: 1024px) {
  .s-login {
    background-position: center bottom -50px;
  }
}
.s-login__holder {
  max-width: 780px;
  margin: 0 auto;
  padding: 47px 65px 54px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1024px) {
  .s-login__holder {
    padding: 30px 15px;
  }
}
.s-login__holder input {
  width: 100%;
}
.s-login__holder .cannot_login {
  color: #790000;
  margin-top: 25px;
  margin-bottom: -25px;
}
.s-login__holder .error {
  margin: 10px 0 0 0;
  color: #790000;
}
.s-login__btn-wrapper {
  margin: 46px 0 0;
  text-align: center;
}
.s-login__btn-wrapper .btn {
  max-width: 300px;
  width: 100%;
}
.s-login__title {
  margin: 0 0 39px;
  font-size: 20px;
  line-height: 1.7;
}
.s-login__sign {
  margin-top: 10px;
}

.descr-box {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: left;
}
.descr-box--mt {
  margin-top: 128px;
}
.descr-box-wrapper {
  padding: 0 0 100px;
  background-color: transparent;
}
.descr-box-wrapper.no_padding {
  padding: 0;
}
.descr-box p,
.descr-box h2 {
  text-align: inherit;
}
.descr-box--center {
  text-align: center;
}
.descr-box--with-btn {
  max-width: 1180px;
  padding: 0 20px;
  display: flex;
}
@media (max-width: 768px) {
  .descr-box--with-btn {
    flex-wrap: wrap;
  }
}
.descr-box__info-wrapper {
  max-width: 737px;
  width: 70%;
}
@media (max-width: 768px) {
  .descr-box__info-wrapper {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
.descr-box__btn-wrapper {
  max-width: 400px;
  padding: 20px 0 0 40px;
}
@media (max-width: 768px) {
  .descr-box__btn-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.descr-box__btn-wrapper--row {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 15px 10px;
}
.descr-box__btn-wrapper--row .descr-box__btn {
  width: 50%;
  max-width: 360px;
  min-width: 300px;
  margin: 0px 15px 10px;
}
@media (max-width: 576px) {
  .descr-box__btn-wrapper--row .descr-box__btn {
    min-width: initial;
  }
}
.descr-box__btn-wrapper--row .descr-box__btn:last-child {
  margin-bottom: 10px;
}
.descr-box__btn {
  display: inline-block;
  width: 100%;
  padding: 12px 6px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  background-color: #3EB1C8;
  text-transform: uppercase;
  color: #fff;
  border: none;
  text-align: center;
  border: 1px solid #3EB1C8;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .descr-box__btn {
    font-size: 12px;
  }
}
.descr-box__btn:focus, .descr-box__btn:active, .descr-box__btn:hover {
  background-color: #fff;
  color: #3EB1C8;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.descr-box__btn--transparent {
  background: none;
  color: #3EB1C8;
}
.descr-box__btn--transparent:focus, .descr-box__btn--transparent:active, .descr-box__btn--transparent:hover {
  background-color: #3EB1C8;
  color: #fff;
}
.descr-box__btn:last-child {
  margin-bottom: 0;
}
.descr-box__title {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 400;
  color: #3EB1C8;
}
@media (max-width: 480px) {
  .descr-box__title {
    font-size: 30px;
  }
}
.descr-box__text {
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
}
@media (max-width: 480px) {
  .descr-box__text {
    font-size: 20px;
  }
}
.descr-box__text p {
  margin: 0 0 1em;
}
.descr-box__text p:last-child {
  margin-bottom: 0;
}

.s-cta {
  position: relative;
  background: no-repeat center/cover;
}
.s-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #3EB1C8 0%, rgba(62, 177, 200, 0) 100%);
}
.s-cta .container {
  max-width: 1120px;
  padding: 0 20px;
}
.s-cta__holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
  min-height: 380px;
}
@media (max-width: 768px) {
  .s-cta__holder {
    flex-direction: column;
    padding: 50px 0;
  }
}
.s-cta__info {
  max-width: 632px;
  width: 60%;
  padding: 0 10px 0 0;
}
@media (max-width: 768px) {
  .s-cta__info {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
.s-cta__btn-wrapper .btn {
  width: 300px;
  max-width: 100%;
  font-size: 14px;
}
.s-cta__title {
  margin: 0 0 36px;
  text-align: left;
  font-size: 40px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .s-cta__title {
    font-size: 30px;
  }
}
.s-cta__text {
  margin: 0;
  text-align: left;
  font-size: 24px;
  line-height: 1.67;
  color: #fff;
}
@media (max-width: 768px) {
  .s-cta__text {
    font-size: 20px;
  }
}

.s-my-agenda {
  padding: 84px 0;
  background: #F7F7F7 url(3620884150eab93c70e6.svg) no-repeat center;
}
.s-my-agenda .container {
  max-width: 1180px;
  padding: 0 20px;
}
.s-my-agenda__list .agenda-event {
  padding: 50px 87px;
  margin: 0 0 20px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .s-my-agenda__list .agenda-event {
    padding: 30px 15px;
  }
}
.s-my-agenda .descr-box-wrapper {
  background-color: #F7F7F7;
}

.two-column-block {
  background: #fff;
  padding: 100px 0 70px;
}
.two-column-block .container {
  max-width: 1180px;
  padding: 0 20px;
}
.two-column-block__holder {
  display: flex;
}
@media (max-width: 768px) {
  .two-column-block__holder {
    flex-wrap: wrap;
  }
}
.two-column-block__descr-wrapper {
  width: 50%;
  max-width: 510px;
}
@media (max-width: 768px) {
  .two-column-block__descr-wrapper {
    width: 100%;
    margin: 0 0 30px;
  }
}
.two-column-block .descr-box {
  margin-bottom: 0;
}
.two-column-block__text-wrapper {
  width: 50%;
  max-width: 610px;
  padding-left: 110px;
  text-align: left;
}
@media (max-width: 768px) {
  .two-column-block__text-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.two-column-block__text-wrapper p {
  text-align: inherit;
  margin: 0 0 1em;
}
.two-column-block__text-wrapper p:last-child {
  margin-bottom: 0;
}

.s-speakers {
  padding: 90px 0 120px;
  background-color: #F7F7F7;
}
.s-speakers__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-speakers__item {
  display: flex;
  width: 33.3333%;
  margin: 0;
}
@media (max-width: 1024px) {
  .s-speakers__item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .s-speakers__item {
    width: 100%;
  }
}
.s-speakers__item::before {
  display: none;
}

.card-speaker {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-speaker__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(90deg, #00E0FF 0%, #3FA9F5 100%);
}
.card-speaker:hover .card-speaker__front, .card-speaker:focus .card-speaker__front {
  transform: translateY(100%);
}
.card-speaker:hover .card-speaker__back, .card-speaker:focus .card-speaker__back {
  opacity: 1;
  transform: translateY(0);
}
.card-speaker:hover .card-speaker__overlay, .card-speaker:focus .card-speaker__overlay {
  opacity: 0.8;
}
.card-speaker__img-wrapper {
  position: relative;
  padding-top: 100%;
  z-index: 0;
}
.card-speaker__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-speaker__front {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: 0.7s ease-in-out;
  z-index: 2;
}
.card-speaker__front-inner {
  flex-grow: 1;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.8);
}
.card-speaker__name {
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 768px) {
  .card-speaker__name {
    font-size: 18px;
  }
}
.card-speaker__post {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #3eb1c8;
  text-align: left;
}
.card-speaker__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 25px 40px 35px;
  z-index: 2;
  transition: 0.7s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 1124px) {
  .card-speaker__back {
    padding: 10px 15px 10px;
  }
}
.card-speaker__plus {
  background: url(a02c844570a9996aa682.svg) no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 95% 5%;
  top: 0;
  left: 0;
}
.card-speaker__not-plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-speaker__title {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
@media (max-width: 768px) {
  .card-speaker__title {
    font-size: 18px;
  }
}
.card-speaker__info, .card-speaker__text {
  font-size: 16px;
  line-height: 1.87;
  color: #fff;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .card-speaker__info, .card-speaker__text {
    font-size: 14px;
  }
}
.card-speaker__info {
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .card-speaker__info {
    margin: 0 0 1em;
  }
}

.slide--in-top.card-speaker .card-speaker__front,
.slide--in-left.card-speaker .card-speaker__front,
.slide--in-right.card-speaker .card-speaker__front {
  transform: translateY(100%);
}
.slide--in-top.card-speaker .card-speaker__back,
.slide--in-left.card-speaker .card-speaker__back,
.slide--in-right.card-speaker .card-speaker__back {
  opacity: 1;
  transform: translateY(0);
}
.slide--in-top.card-speaker .card-speaker__overlay,
.slide--in-left.card-speaker .card-speaker__overlay,
.slide--in-right.card-speaker .card-speaker__overlay {
  opacity: 0.8;
}

.single-speaker {
  padding: 101px 0;
  background: url(5ae05865c84bdd7b31cc.svg) no-repeat;
  background-position: center bottom;
}
.single-speaker .container {
  max-width: 1180px;
  padding: 0 20px;
}
.single-speaker__grid {
  display: flex;
}
@media (max-width: 768px) {
  .single-speaker__grid {
    flex-wrap: wrap;
  }
}
.single-speaker__left {
  width: 30%;
  max-width: 360px;
}
@media (max-width: 768px) {
  .single-speaker__left {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.single-speaker__right {
  width: 70%;
  padding: 25px 0 0 30px;
}
@media (max-width: 768px) {
  .single-speaker__right {
    width: 100%;
    padding: 0;
  }
}
.single-speaker__img-wrapper {
  margin: 0 0 25px;
}
.single-speaker__img {
  object-fit: contain;
}
.single-speaker__follow-text {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
.single-speaker__back-btn-wrapper {
  text-align: center;
}
.single-speaker__info-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.single-speaker__name-wrapper {
  width: 60%;
  margin: 0;
  padding: 0 10px 0 0;
}
.single-speaker__name {
  text-align: left;
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 1;
  color: #3eb1c8;
  font-weight: 400;
}
@media (max-width: 480px) {
  .single-speaker__name {
    font-size: 25px;
  }
}
.single-speaker__post {
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  color: #3eb1c8;
  font-weight: 400;
}
@media (max-width: 480px) {
  .single-speaker__post {
    font-size: 14px;
  }
}
.single-speaker__logo {
  object-fit: initial;
  max-width: 40%;
  width: initial;
  height: auto;
  vertical-align: middle;
}
.single-speaker__subtext {
  margin: 0 0 30px;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: #333333;
}
@media (max-width: 480px) {
  .single-speaker__subtext {
    font-size: 20px;
  }
}
.single-speaker__subtext p {
  text-align: left;
  margin: 0 0 1em;
}
.single-speaker__subtext p:last-child {
  margin-bottom: 0;
}
.single-speaker__text {
  font-size: 16px;
  line-height: 1.87;
  color: #666666;
  text-align: left;
}
@media (max-width: 480px) {
  .single-speaker__text {
    font-size: 14px;
  }
}
.single-speaker__text p {
  text-align: left;
  margin: 0 0 1.7em;
}
.single-speaker__text p:last-child {
  margin-bottom: 0;
}

.video-box {
  width: 100%;
  padding: 80px 0 150px;
  background: #F7F7F7 url(c02a6e198ada686feedc.svg) no-repeat bottom 70px center;
  background-size: cover;
  background-position: 50% 50%;
}
.video-box .container {
  max-width: 1420px;
  padding: 0 20px;
}
.video-box__grid {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 576px) {
  .video-box__grid {
    flex-wrap: wrap;
  }
}
.video-box__player-wrapper {
  position: relative;
  min-width: 70%;
}
@media (max-width: 576px) {
  .video-box__player-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .video-box__player-wrapper > div {
    min-height: 350px;
    width: 100%;
  }
  .video-box__player-wrapper > div > iframe {
    min-height: 350px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .video-box__player-wrapper > div {
    min-height: 500px;
    width: 100%;
  }
  .video-box__player-wrapper > div > iframe {
    min-height: 500px;
    width: 100%;
  }
}
.video-box__cta {
  padding-top: 40px;
  text-align: center;
}
.video-box__cta .btn:hover {
  color: #3EB1C8;
}
.video-box__chat-wrapper {
  min-width: calc(29% - 14px);
  margin-left: 14px;
}
@media (max-width: 576px) {
  .video-box__chat-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.video-box__chat-wrapper .card-holder {
  margin-top: 0;
}
.video-box iframe {
  height: 100%;
  max-width: 100%;
}
.video-box img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: initial;
}
.video-box.session-video .video-box__player-placeholder,
.video-box.session-video .video-box__player-time {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1.16em;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .video-box.session-video .video-box__player-placeholder,
  .video-box.session-video .video-box__player-time {
    font-size: 1.75rem;
  }
}
.video-box.session-video .video-box__player-placeholder .time,
.video-box.session-video .video-box__player-time .time {
  font-weight: 700;
}
.video-box.session-video_placeholder-hide .video-box__player-placeholder,
.video-box.session-video_placeholder-hide .video-box__player-time {
  display: none;
}

.session-about {
  width: 100%;
  margin: 0 0 0px;
}
.session-about .container {
  max-width: 1180px;
  padding: 0 20px;
}
.session-about__accordion {
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.session-about__accordion.active {
  max-height: 100000px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .session-about__accordion.active {
    max-height: 100000px;
  }
}
.session-about__accordion.active .session-about__toggle {
  background: #fff;
  color: #3EB1C8;
  top: -10px;
  cursor: pointer;
}
.session-about__accordion.active .session-about__toggle-icon svg {
  transform: rotate(-45deg);
}
.session-about__accordion.active .session-about__toggle-icon svg path {
  fill: #3EB1C8;
}
.session-about__content {
  margin-bottom: 100px;
}
.session-about__toggle {
  position: relative;
  width: 100%;
  padding: 18px 45px;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-100%);
  line-height: 1.2;
  background: #3eb1c8;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  transition: 0.3s ease;
  top: -10px;
  cursor: pointer;
  font-family: "gotham", sans-serif;
}
@media (max-width: 576px) {
  .session-about__toggle {
    font-size: 16px;
    padding: 18px 41px 18px 20px;
    text-align: left;
  }
}
.session-about__company-img {
  text-align: center;
  margin: 0 0 45px;
}
.session-about__company-img img {
  width: initial;
  max-width: 100%;
  height: auto;
  object-fit: initial;
}
.session-about__toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.session-about__toggle-icon svg {
  max-width: 100%;
  vertical-align: middle;
  transition: 0.3s ease;
}
.session-about__toggle-icon svg path {
  transition: 0.3s ease;
  fill: #fff;
}
.session-about__grid {
  display: flex;
  flex-wrap: wrap;
}
.session-about__info-wrapper {
  width: 70%;
  padding: 0 30px 0;
}
@media (max-width: 900px) {
  .session-about__info-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
.session-about__sidebar {
  width: 30%;
}
@media (max-width: 900px) {
  .session-about__sidebar {
    width: 100%;
  }
}
.session-about__add-btn {
  display: block;
  width: 100%;
  max-width: initial;
  margin: 0 0 14px;
}
.session-about__title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.67;
  font-weight: 400;
  color: #3eb1c8;
  text-align: left;
}
.session-about__text {
  margin: 0 0 24px;
  text-align: left;
  font-size: 16px;
  line-height: 1.87;
  font-weight: 400;
}
.session-about__text li {
  margin-bottom: 0;
}
.session-about__text li:before {
  top: 11px;
}
.session-about__text li ul {
  margin: 10px 0;
}
.session-about__text p {
  text-align: left;
  margin: 0 0 1em;
}
.session-about__text p:last-child {
  margin-bottom: 0;
}
.session-about__videos h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  text-align: left;
}
@media (min-width: 480px) {
  .session-about__videos__list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.session-about__video {
  padding: 10px;
}
.session-about__video a {
  display: block;
}
.session-about__video__thumb {
  position: relative;
  height: 180px;
}
.session-about__video__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .session-about__video__thumb {
    height: 150px;
  }
}
.session-about__video__play {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.session-about__video__play svg {
  height: 40px;
  width: 40px;
  fill: #ffffff;
  box-shadow: 0 0 5px #e9e9e9;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.05);
}
.session-about__video__title {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 480px) {
  .session-about__video {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .session-about__video {
    width: 33.33333%;
  }
}
.session-about-btn {
  cursor: pointer;
}

.session_media_box {
  width: 100%;
  padding: 80px 0 150px;
  background: #F7F7F7 url(c02a6e198ada686feedc.svg) no-repeat bottom 70px center;
  background-size: cover;
  background-position: 50% 50%;
}
.session_media_box--with_intro_video {
  padding-bottom: 120px;
}
.session_media_box .container {
  max-width: 1024px;
  padding: 0 20px;
}
.session_media_box__grid {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 576px) {
  .session_media_box__grid {
    flex-wrap: wrap;
  }
}
.session_media_box__media_wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  .session_media_box__media_wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .session_media_box__media_wrapper > div {
    min-height: 350px;
    width: 100%;
  }
  .session_media_box__media_wrapper iframe {
    min-height: 350px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .session_media_box__media_wrapper > div {
    min-height: 500px;
    width: 100%;
  }
  .session_media_box__media_wrapper iframe {
    min-height: 500px;
    width: 100%;
  }
}
.session_media_box__cta {
  padding-top: 40px;
  text-align: center;
}
.session_media_box__cta .btn:hover {
  color: #3EB1C8;
}
.session_media_box__chat_wrapper {
  min-width: calc(29% - 14px);
  margin-left: 14px;
}
@media (max-width: 576px) {
  .session_media_box__chat_wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.session_media_box__chat_wrapper .card-holder {
  margin-top: 0;
}
.session_media_box iframe {
  height: 100%;
  max-width: 100%;
}
.session_media_box img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: initial;
}
.session_media_box .session_media_box__placeholder,
.session_media_box .session_media_box__placeholder_time {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1.16em;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .session_media_box .session_media_box__placeholder,
  .session_media_box .session_media_box__placeholder_time {
    font-size: 1.75rem;
  }
}
.session_media_box .session_media_box__placeholder .time,
.session_media_box .session_media_box__placeholder_time .time {
  font-weight: 700;
}
@media (max-width: 768px) {
  .session_media_box .session_media_box__placeholder_time {
    padding-top: 30px;
    top: initial;
    left: initial;
    align-items: flex-start;
    position: relative;
    transform: none;
  }
}
.session_media_box .session_media_box__placeholder_inline_time {
  color: #333333;
  padding: 30px 50px;
}
.session_media_box .session_media_box__placeholder_external_link_intro {
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
  text-align: center;
}
.session_media_box .session_media_box__placeholder_external_link_intro p {
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  .session_media_box .session_media_box__placeholder_external_link_intro p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.session_media_box .session_media_box__placeholder_external_link_intro a {
  text-decoration: underline;
}
.session_media_box .session_media_box__placeholder_external_link_intro a:hover {
  color: #ffffff;
}
.session_media_box .session_media_box__placeholder--video {
  display: block;
  transform: none;
  display: block;
  position: relative;
  top: initial;
  left: initial;
}
.session_media_box .session_media_box__placeholder--video .session_media_box__placeholder_time {
  transform: none;
  display: block;
  position: relative;
  top: initial;
  left: initial;
  color: #333333;
  padding-top: 30px;
}
.session_media_box .session_media_box__placeholder--video .session_media_box__placeholder_external_link_intro {
  position: relative;
  color: #333333;
}
@media (max-width: 768px) {
  .session_media_box .session_media_box__placeholder {
    align-items: flex-start;
  }
}

.session_media_box__external_link {
  height: 100%;
  width: 100%;
  padding-top: 15%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.session_media_box__external_link .btn {
  font-size: 1.25rem;
  font-weight: 100;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 999px;
}
.session_media_box__external_link .btn:hover {
  color: #ffffff !important;
}
.session_media_box__external_link .btn:hover::after {
  display: none;
}
@media (max-width: 768px) {
  .session_media_box__external_link {
    padding-top: 30px;
  }
}

.session_media_box__session_video {
  display: none;
}

.session_media_box__on_demand_message {
  padding: 50px;
}

.session_media_box__external_link__description {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
.session_media_box__external_link__description a {
  text-decoration: underline;
}

.session_media_box--no_placeholder .session_media_box__placeholder,
.session_media_box--no_placeholder .session_media_box__placeholder_time {
  display: none;
}
.session_media_box--no_placeholder .session_media_box__session_video {
  display: block;
}
.session_media_box--no_placeholder .session_media_box__external_link {
  display: flex;
}

.card-holder {
  margin: 30px 0 0;
  padding: 30px 30px 39px;
  background: #f6f6f6;
  flex-grow: 1;
}
@media (max-width: 576px) {
  .card-holder {
    padding: 20px 15px;
  }
}
.card-holder__top {
  display: flex;
  margin: 0 0 29px;
  justify-content: space-between;
  align-items: center;
}
.card-holder__top::after {
  content: "";
  display: block;
  width: 21px;
  height: 12px;
  margin: 0 0 0 5px;
  flex-shrink: 0;
  background: url(94ad5a60e6a3c73ac4e7.svg) no-repeat center;
}
.card-holder__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
.card-holder__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.card-holder__item {
  width: 50%;
  padding: 0 15px;
}
.card-holder__item::before {
  display: none;
}
@media (max-width: 576px) {
  .card-holder__item {
    width: 100%;
  }
}
.card-holder__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-holder__link-item {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #dedede;
}
.card-holder__link-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.card-holder__link-item::before {
  display: none;
}
.card-holder__link-item a {
  font-size: 14px;
  line-height: 1.43;
  color: #333333;
}
.card-holder__link-item a:hover {
  color: #3eb1c8;
}

.card-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 330px;
  text-decoration: none;
}
.card-item:hover .card-item__info::before {
  opacity: 1;
}
.card-item:hover .card-item__title {
  color: #fff;
}
.card-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.card-item__info {
  position: relative;
  width: 100%;
  padding: 25px 35px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
@media (max-width: 576px) {
  .card-item__info {
    padding: 20px 15px;
  }
}
.card-item__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00E0FF 0%, #3FA9F5 100%);
  opacity: 0;
  transition: 0.3s ease;
}
.card-item__title {
  position: relative;
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  font-weight: 400;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .card-item__title {
    font-size: 18px;
  }
}

.s-company {
  margin: 0;
  padding: 97px 0 89px;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .s-company {
    margin: 50px 0;
    padding: 50px 0;
  }
}
.s-company .container {
  max-width: 1180px;
  padding: 0 20px;
}
.s-company__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  padding: 0;
  list-style: none;
}
.s-company__item {
  width: 33.3333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .s-company__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .s-company__item {
    width: 100%;
  }
}
.s-company__item::before {
  display: none;
}

.card-company {
  width: 100%;
  max-width: 360px;
  background: #fff;
}
.card-company:hover .card-company__info::before {
  opacity: 1;
}
.card-company:hover .card-company__name {
  color: #fff;
}
.card-company:hover .card-company__descr {
  color: #fff;
}
.card-company__img-wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding-top: 66.7%;
}
.card-company__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-company__info {
  position: relative;
  padding: 37px 15px;
}
.card-company__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, #00e0ff 0%, #3fa9f5 100%);
  transition: 0.3s ease;
  z-index: 0;
}
.card-company__name {
  position: relative;
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  transition: 0.3s ease;
}
.card-company__descr {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #3EB1C8;
  transition: 0.3s ease;
}

.s-sponsor {
  padding: 60px 0;
  background: url(f4c7f3737b03a99a8b92.svg) no-repeat center bottom;
}
.s-sponsor .container {
  max-width: 1180px;
  padding: 0 20px;
}
.s-sponsor__title {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 900px) {
  .s-sponsor__title {
    margin-bottom: 50px;
  }
}
.s-sponsor__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 900px) {
  .s-sponsor__list {
    gap: 35px;
  }
}
.s-sponsor__item {
  width: calc(20% - 40px);
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .s-sponsor__item {
    width: calc(33.333% - 33.333px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .s-sponsor__item {
    width: calc(50% - 17.5px);
  }
}
.s-sponsor__item::before {
  display: none;
}

.card-sponsor {
  position: relative;
  width: 100%;
  padding-top: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .card-sponsor {
    padding-top: 0;
  }
}
.card-sponsor:hover .card-sponsor__info {
  opacity: 0.9;
  z-index: 1;
}
@media (max-width: 900px) {
  .card-sponsor:hover .card-sponsor__info {
    opacity: 0;
  }
}
.card-sponsor__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: initial;
  height: auto;
  object-fit: initial;
  padding: 0 5px;
}
@media (max-width: 900px) {
  .card-sponsor__img {
    position: unset;
    transform: unset;
  }
}
.card-sponsor__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3EB1C8 0%, #BEF184 100%);
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
}
.card-sponsor__plus {
  max-width: 50px;
  width: 100%;
  margin: 0;
}
.card-sponsor__plus svg {
  display: block;
  max-width: 100%;
}
.card-sponsor__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 0;
}

.card-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68%;
}
.card-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 48px;
  background: url(760a8e5714b1478c019a.svg) no-repeat center/contain;
}
.card-video__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-item {
  position: relative;
  display: flex;
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.contacts-item::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  background: no-repeat center top;
}
.contacts-item--tel::before {
  background-image: url(8adfe171cb5bd7c93ed2.svg);
}
.contacts-item--email::before {
  background-image: url(bcbaa5a671e079937546.svg);
}
.contacts-item--site::before {
  background-image: url(cbc7878da8d99b5a5546.svg);
}
.contacts-item--pin::before {
  background-image: url(63e6648ba94d4d25e72c.svg);
}

.form-company {
  padding: 50px 49px;
  background: #f6f6f6;
}
@media (max-width: 576px) {
  .form-company {
    padding: 20px 15px;
  }
}
.form-company__title {
  margin: 0 0 17px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
.form-company__text {
  margin: 0 0 48px;
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
}
@media (max-width: 576px) {
  .form-company__text {
    font-size: 16px;
  }
}
.form-company__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.form-company__item {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .form-company__item {
    width: 100%;
  }
}
.form-company__item--full {
  width: 100%;
}
.form-company__item input,
.form-company__item textarea {
  width: 100%;
  background: #fff;
}
.form-company__item .select2-container--default .select2-selection--single {
  background: #fff;
}
.form-company__btn-wrapper {
  margin: 10px 0 0;
  text-align: center;
}
.form-company__btn-wrapper .btn {
  max-width: 290px;
  width: 100%;
}
.form-company .gform_footer {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.form-company .gform_footer input.button {
  margin: 0 auto;
  display: block;
  min-width: 300px;
  box-shadow: inset 0 0 0 2px transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .form-company .gform_footer input.button {
    min-width: 100%;
  }
}
.form-company .gform_footer input.button:hover, .form-company .gform_footer input.button:active, .form-company .gform_footer input.button:focus {
  box-shadow: inset 0 0 0 2px #3EB1C8;
  background: #fff;
  color: #3EB1C8;
  transition: all 0.3s ease-in-out;
}
.form-company .gform_footer input.button:disabled, .form-company .gform_footer input.button[disabled] {
  box-shadow: inset 0 0 0 2px #E5E5E5;
  background: #F7F7F7;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.form-company .gform_footer .gform_ajax_spinner {
  position: absolute;
  width: 45px;
  height: 34px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.6;
}
.form-company .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
}
.form-company .gform_wrapper ul.gform_fields li.gfield:nth-child(odd) {
  padding: 0 14px 0 0;
}
@media (max-width: 768px) {
  .form-company .gform_wrapper ul.gform_fields li.gfield:nth-child(odd) {
    padding: 0;
  }
}
.form-company .gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
  padding: 0 0 0 14px;
}
@media (max-width: 768px) {
  .form-company .gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
    padding: 0;
  }
}
.form-company .gform_wrapper ul.gform_fields li.gfield:last-child {
  padding: 0;
}
.form-company .gfield {
  width: 50%;
}
@media (max-width: 768px) {
  .form-company .gfield {
    width: 100%;
  }
}
.form-company .gfield input {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 25px !important;
  background-color: #fff;
}
.form-company .gfield textarea {
  padding: 10px 25px !important;
  background-color: #fff;
}
.form-company .gfield .select2-container--default .select2-selection--single {
  background-color: #fff;
}
.form-company .gfield:last-child {
  width: 100%;
}
.form-company .ginput_container {
  margin: 0 !important;
}
.form-company .gform_wrapper ul.gform_fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-company input[type=submit] {
  margin: 0 !important;
  min-width: 288px !important;
}
@media (max-width: 1200px) {
  .form-company input[type=submit] {
    min-width: 0 !important;
  }
}
.form-company .gform_wrapper .gform_footer {
  text-align: center;
}

.exhibitors-template-default .select2-container--open .select2-dropdown {
  background-color: #fff;
  padding: 0;
}

.section_live_sessions {
  background-color: #F7F7F7;
  padding: 50px 0;
}

.section_live_sessions--no_live_sessions {
  display: none;
}

.section_live_sessions__title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #c70000;
  display: inline-block;
  padding: 8px 80px;
}

.section_live_sessions__items {
  padding-top: 20px;
}

.section_live_sessions__item {
  padding: 10px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 5px;
}

.session--live {
  display: flex;
}
@media (max-width: 1024px) {
  .session--live {
    flex-direction: column;
    justify-content: center;
    align-items: initial;
  }
}

.section_live_sessions__item__time {
  padding: 5px 10px;
  width: 230px;
  flex: 0 0 auto;
}
.section_live_sessions__item__time a {
  white-space: nowrap;
  color: #3EB1C8;
}

.section_live_sessions__item__name {
  padding: 5px 10px;
  flex: 1 1 0;
}
.section_live_sessions__item__name a {
  color: #3EB1C8;
}

.section_live_sessions__item__cta {
  padding: 5px 10px;
  width: 300px;
  flex: 0 0 auto;
}

.section_google_map .acf-map {
  width: 100%;
}
.section_google_map .acf-map img {
  max-width: inherit !important;
}

.section_video {
  padding: 70px 0;
  background-color: #F7F7F7;
}
.section_video h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 40px;
}

.section_video__embed_wrap {
  max-width: 750px;
  margin: 0 auto;
}

.blockHubspotForm {
  padding: 50px 0;
}
.blockHubspotForm--white {
  background: #ffffff;
}
.blockHubspotForm--light-grey {
  background: #F7F7F7;
}

.blockHubspotForm--Title h2 {
  font-size: 20px;
  color: #333333;
}

.blockHubspotForm--Wrapper {
  max-width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 45px 65px 30px;
}
@media only screen and (max-width: 1024px) {
  .blockHubspotForm--Wrapper {
    padding: 45px 25px 30px;
  }
}
.blockHubspotForm--Wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-text, .blockHubspotForm--Wrapper form .hs-fieldtype-phonenumber, .blockHubspotForm--Wrapper form .smart-field {
  width: calc(50% - 10px);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .blockHubspotForm--Wrapper form .hs-fieldtype-text, .blockHubspotForm--Wrapper form .hs-fieldtype-phonenumber, .blockHubspotForm--Wrapper form .smart-field {
    width: 100%;
  }
}
.blockHubspotForm--Wrapper form .hs-fieldtype-text > label, .blockHubspotForm--Wrapper form .hs-fieldtype-phonenumber > label, .blockHubspotForm--Wrapper form .smart-field > label {
  margin-bottom: 5px;
  display: block;
  padding-left: 20px;
  display: none;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-text input, .blockHubspotForm--Wrapper form .hs-fieldtype-phonenumber input, .blockHubspotForm--Wrapper form .smart-field input {
  width: 100%;
  padding: 10px 20px;
}
.blockHubspotForm--Wrapper form .hs-error-msgs {
  margin: 10px 0px 0px;
  list-style: none;
  padding-left: 20px;
}
.blockHubspotForm--Wrapper form .hs-error-msgs li {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.blockHubspotForm--Wrapper form .hs-error-msgs li label {
  padding: 0;
}
.blockHubspotForm--Wrapper form .hs-error-msgs li:before {
  display: none;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio {
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio > label {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  line-height: 24px;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li {
  margin-bottom: 5px;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li:before {
  display: none;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li label {
  display: flex;
  align-items: center;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li label input {
  margin: 0 15px 0 0;
  padding: 8px 8px;
  border-radius: 0;
  position: relative;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li label input:after {
  content: "✓";
  color: #ffffff;
  position: absolute;
  background-color: #3EB1C8;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li label input:checked:after {
  opacity: 1;
}
.blockHubspotForm--Wrapper form .hs-fieldtype-radio ul li label span {
  font-size: 14px;
}
.blockHubspotForm--Wrapper form .legal-consent-container p {
  font-size: 12px;
  margin: 0;
  text-align: left;
  line-height: 24px;
}
.blockHubspotForm--Wrapper form .hs-submit {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.blockHubspotForm--Wrapper form .hs-submit input[type=submit] {
  margin: 0 auto;
  display: block;
  min-width: 300px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  padding: 11px 88px;
  background: #FF6633;
  color: #ffffff;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.blockHubspotForm--Wrapper form .hs-submit input[type=submit]:hover {
  background-color: #dc653d;
}

/**templates*/
/**template home*/
.banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  padding-top: 130px;
  color: #fff;
}
@media (max-width: 1024px) {
  .banner {
    padding-top: 108px;
  }
}
@media (max-width: 480px) {
  .banner {
    height: auto;
  }
}
.banner:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #3EB1C8 0%, rgba(62, 177, 200, 0) 100%);
}
.banner--no_overlay:before {
  display: none;
}
.banner__timer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .banner__timer {
    flex-wrap: wrap;
  }
}
.banner__timer .countdown {
  color: #3EB1C8;
  display: inline-block;
  text-align: center;
  line-height: 1em;
}
.banner__timer .countdown-number {
  display: inline-block;
  padding: 0 23px;
  position: relative;
}
@media (max-width: 1024px) {
  .banner__timer .countdown-number {
    padding: 0 7px;
  }
}
.banner__timer .countdown-number:first-child {
  padding-left: 0;
}
.banner__timer .countdown-number:last-child {
  padding-right: 0;
}
.banner__timer .countdown-number:last-child:after {
  display: none;
}
.banner__timer .countdown-number:after {
  content: ":";
  display: inline-block;
  font-size: 40px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.banner__timer .countdown-time {
  display: inline-block;
  font-size: 2.5em;
  line-height: 1.45em;
}
.banner__timer .countdown-text {
  display: block;
  text-transform: uppercase;
}
.banner__timer #deadline-message {
  color: #3EB1C8;
}
.banner__timer #deadline-message h2 {
  margin-bottom: 0;
}
.banner__timer .deadline-message {
  display: none;
}
.banner__timer .visible {
  display: block;
}
.banner__timer .hidden {
  display: none;
}
.banner__timer-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px 0;
  background-color: rgba(51, 51, 51, 0.9);
}
@media (max-width: 768px) {
  .banner__timer-wrapper {
    padding: 42px 0;
  }
}
.banner__timer-time {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .banner__timer-time {
    display: block;
    width: auto;
  }
}
.banner__timer-date {
  padding-right: 70px;
  margin-right: 70px;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 1024px) {
  .banner__timer-date {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .banner__timer-date {
    margin: 0 0 10px;
    padding: 0;
    border-right: none;
    width: 100%;
  }
}
.banner__timer-date h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .banner__timer-date h4 {
    margin-bottom: 0px;
  }
}
.banner__timer-date h3 {
  color: #3EB1C8;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner__timer-date h3 {
    font-size: 1.875em;
  }
}
.banner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 937px;
}
.banner__title.hightlight__title h1 {
  background: #3EB1C8;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.banner__title.hightlight__title h5 {
  background-color: #3EB1C8;
  padding: 2px 8px;
}
.banner__title-wrapper {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .banner__title-wrapper {
    padding: 65px 0 50px;
  }
}
.banner__title h1 span {
  display: block;
  margin-bottom: 20px;
  font-size: 0.5em;
}
.banner__title h5 {
  margin: 0 0 2.1em;
}

.banner__video_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner__video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.advantages {
  padding: 65px 0;
  position: relative;
}
@media (max-width: 480px) {
  .advantages {
    padding: 70px 0 60px;
  }
}
.advantages.background--white {
  background-color: white;
}
.advantages.background--light-grey {
  background-color: #F7F7F7;
}
.advantages h3.section-title {
  color: #3EB1C8;
  margin-bottom: 1em;
}
.advantages h4.section-title {
  color: #333333;
  margin-bottom: 2.1em;
}
.advantages__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -40px;
}
@media (max-width: 1024px) {
  .advantages__wrapper {
    margin: 0 -30px;
  }
}
@media (max-width: 768px) {
  .advantages__wrapper {
    flex-wrap: wrap;
    margin: 0;
  }
}
.advantages__item {
  width: calc(33.3% - 80px);
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .advantages__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .advantages__item {
    width: calc(33.3% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .advantages__item {
    width: 100%;
    margin: 0 0 60px;
  }
}
.advantages__item img {
  width: 80px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 30px;
}
.advantages__item h4 {
  color: #333333;
}
.advantages__item p {
  margin: 0;
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sta {
  color: #fff;
  padding: 92px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .sta {
    padding: 66px 0;
  }
}
.sta__wrapper {
  max-width: 770px;
  margin: 0 auto;
}
.sta h2 {
  margin-bottom: 0;
}

.about {
  position: relative;
  padding: 75px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.about__wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.about h3 {
  color: #3EB1C8;
  margin-bottom: 1em;
}
.about h4 {
  color: #333333;
  margin-bottom: 2.1em;
}
.about .btn {
  margin-top: 53px;
}
.about p {
  max-width: 760px;
  margin: 0 auto 20px;
}
.about p:last-of-type {
  margin-bottom: 0;
}

.attend {
  padding: 128px 0 134px;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff;
}
@media (max-width: 768px) {
  .attend {
    padding: 80px 0 73px;
  }
}
.attend__wrapper {
  max-width: 820px;
  margin: 0 auto;
}
.attend h4 {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .attend h4 {
    margin-bottom: 2.5em;
  }
}
.attend h3 {
  margin-bottom: 2.9em;
}
@media (max-width: 768px) {
  .attend h3 {
    margin-bottom: 2.6em;
  }
}

.section-agenda {
  position: relative;
  background-color: #F7F7F7;
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .section-agenda {
    padding: 70px 0;
  }
}
.section-agenda .container {
  max-width: 1180px;
  padding: 0 20px;
}
.section-agenda .agenda-caption {
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .section-agenda .agenda-caption {
    margin-bottom: 35px;
  }
}
.section-agenda .agenda-caption h2 {
  color: inherit;
  display: inline-block;
  background-color: #3EB1C8;
  margin: 0;
  min-width: 380px;
  max-width: 100%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .section-agenda .agenda-caption h2 {
    min-width: 0;
    padding: 3px 20px;
  }
}

/**template contact*/
.contact-banner {
  padding: 236.5px 0 105.5px;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.contact-banner__title {
  text-align: center;
  color: #fff;
}
.contact-banner__title h1 {
  margin: 0;
}
.contact-form {
  position: relative;
  padding: 50px 0;
  background-color: #F7F7F7;
}
.contact-form img {
  position: absolute;
  max-width: 50px;
  transform: translate(-50%);
  left: 50%;
  height: 40px;
  bottom: 110px;
  z-index: 1;
}
.contact-form__wrapper {
  max-width: 780px;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px 65px;
}
@media (max-width: 768px) {
  .contact-form__wrapper {
    padding: 25px;
  }
}
.contact-form__wrapper.success-confirmation {
  color: #155724;
  background-color: #effbf2;
  border: 1px solid #155724;
  transition: all 0.3s ease-in-out;
}
.contact-form__wrapper.success-confirmation h5 {
  color: #155724;
  display: none;
}
.contact-form__wrapper.error-confirmation {
  color: #790000;
  background-color: #fff9f9;
  border: 1px solid #790000;
  transition: all 0.3s ease-in-out;
}
.contact-form__wrapper.error-confirmation h5 {
  color: #790000;
}
.contact-form h5 {
  color: #333333;
  margin-bottom: 32px;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.contact-form form > * {
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.contact-form form > *:nth-last-child(2), .contact-form form > *:last-child {
  width: 100%;
}
.contact-form .gform_wrapper,
.contact-form .gform_wrapper.gform_validation_error {
  margin: 0;
}
.contact-form .gform_wrapper .gform_body,
.contact-form .gform_wrapper.gform_validation_error .gform_body {
  margin-bottom: 20px;
}
.contact-form .gform_wrapper .top_label div.ginput_container,
.contact-form .gform_wrapper.gform_validation_error .top_label div.ginput_container {
  margin: 0;
}
.contact-form .gform_wrapper .top_label input[type=text],
.contact-form .gform_wrapper.gform_validation_error .top_label input[type=text] {
  padding: 10px 25px !important;
}
.contact-form .gform_wrapper .top_label input.medium,
.contact-form .gform_wrapper .top_label select.medium,
.contact-form .gform_wrapper.gform_validation_error .top_label input.medium,
.contact-form .gform_wrapper.gform_validation_error .top_label select.medium {
  padding: 10px 25px !important;
  height: 52px;
  margin: 0;
  width: 100%;
  font: 16px/30px "gotham", sans-serif;
}
.contact-form .gform_wrapper .top_label input.medium::placeholder,
.contact-form .gform_wrapper .top_label select.medium::placeholder,
.contact-form .gform_wrapper.gform_validation_error .top_label input.medium::placeholder,
.contact-form .gform_wrapper.gform_validation_error .top_label select.medium::placeholder {
  font: 16px/30px "gotham", sans-serif;
}
.contact-form .gform_wrapper .top_label span:not(.ginput_price),
.contact-form .gform_wrapper.gform_validation_error .top_label span:not(.ginput_price) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-form .gform_wrapper .top_label span:not(.ginput_price),
  .contact-form .gform_wrapper.gform_validation_error .top_label span:not(.ginput_price) {
    margin-bottom: 0;
  }
}
.contact-form .gform_wrapper .top_label .gfield_label,
.contact-form .gform_wrapper.gform_validation_error .top_label .gfield_label {
  display: none;
}
.contact-form .gform_wrapper .top_label .show_label .gfield_label,
.contact-form .gform_wrapper.gform_validation_error .top_label .show_label .gfield_label {
  display: block;
  margin: 10px 0 15px;
}
.contact-form .gform_wrapper .top_label li.full_width,
.contact-form .gform_wrapper.gform_validation_error .top_label li.full_width {
  width: 100%;
}
.contact-form .gform_wrapper .top_label li.full_width ul.gfield_checkbox li,
.contact-form .gform_wrapper.gform_validation_error .top_label li.full_width ul.gfield_checkbox li {
  width: 100%;
}
.contact-form .gform_wrapper .top_label li.mb-none,
.contact-form .gform_wrapper.gform_validation_error .top_label li.mb-none {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .contact-form .gform_wrapper .top_label li.mb-md,
  .contact-form .gform_wrapper.gform_validation_error .top_label li.mb-md {
    margin-bottom: 30px;
  }
}
.contact-form .gform_wrapper .top_label li ul.gfield_checkbox, .contact-form .gform_wrapper .top_label li ul.gfield_radio, .contact-form .gform_wrapper .top_label li .ginput_container_consent,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.contact-form .gform_wrapper .top_label li ul.gfield_checkbox li, .contact-form .gform_wrapper .top_label li ul.gfield_radio li, .contact-form .gform_wrapper .top_label li .ginput_container_consent li,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox li,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio li,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form .gform_wrapper .top_label li ul.gfield_checkbox li, .contact-form .gform_wrapper .top_label li ul.gfield_radio li, .contact-form .gform_wrapper .top_label li .ginput_container_consent li,
  .contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox li,
  .contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio li,
  .contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent li {
    width: 100%;
  }
}
.contact-form .gform_wrapper .top_label li ul.gfield_checkbox input, .contact-form .gform_wrapper .top_label li ul.gfield_radio input, .contact-form .gform_wrapper .top_label li .ginput_container_consent input,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox input,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio input,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent input {
  width: 20px !important;
  height: 20px;
  border-radius: 0;
  max-width: none;
  padding: 0;
  margin: 0 15px 0 0;
  position: relative;
  top: 1px;
}
.contact-form .gform_wrapper .top_label li ul.gfield_checkbox input:after, .contact-form .gform_wrapper .top_label li ul.gfield_radio input:after, .contact-form .gform_wrapper .top_label li .ginput_container_consent input:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox input:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio input:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent input:after {
  content: "✓";
  color: #fff;
  position: absolute;
  background-color: #3EB1C8;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .gform_wrapper .top_label li ul.gfield_checkbox input.active:after, .contact-form .gform_wrapper .top_label li ul.gfield_checkbox input:checked:after, .contact-form .gform_wrapper .top_label li ul.gfield_radio input.active:after, .contact-form .gform_wrapper .top_label li ul.gfield_radio input:checked:after, .contact-form .gform_wrapper .top_label li .ginput_container_consent input.active:after, .contact-form .gform_wrapper .top_label li .ginput_container_consent input:checked:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox input.active:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_checkbox input:checked:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio input.active:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li ul.gfield_radio input:checked:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent input.active:after,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent input:checked:after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.contact-form .gform_wrapper .top_label li .ginput_container_consent,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.contact-form .gform_wrapper .top_label li .ginput_container_consent > input[type=checkbox],
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent > input[type=checkbox] {
  margin-top: 5px;
}
.contact-form .gform_wrapper .top_label li .ginput_container_consent label,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_container_consent label {
  font-size: 14px;
  flex: 1;
}
.contact-form .gform_wrapper .top_label li .ginput_complex input, .contact-form .gform_wrapper .top_label li .ginput_complex select, .contact-form .gform_wrapper .top_label li .ginput_complex .select2-container,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_complex input,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_complex select,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_complex .select2-container {
  margin: 0 0 15px !important;
}
.contact-form .gform_wrapper .top_label li .ginput_complex input .select2-selection, .contact-form .gform_wrapper .top_label li .ginput_complex select .select2-selection, .contact-form .gform_wrapper .top_label li .ginput_complex .select2-container .select2-selection,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_complex input .select2-selection,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_complex select .select2-selection,
.contact-form .gform_wrapper.gform_validation_error .top_label li .ginput_complex .select2-container .select2-selection {
  height: 52px;
}
.contact-form .gform_wrapper .top_label .gfield_description,
.contact-form .gform_wrapper.gform_validation_error .top_label .gfield_description {
  margin: 10px 0 15px;
  line-height: 24px;
}
.contact-form .gform_wrapper .top_label .gfield.gfield_html_formatted,
.contact-form .gform_wrapper.gform_validation_error .top_label .gfield.gfield_html_formatted {
  font-size: 12px;
  line-height: 24px !important;
}
.contact-form .gform_wrapper ul li.gfield,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield {
  width: calc(50% - 10px);
  margin-top: 0;
}
@media (max-width: 1024px) {
  .contact-form .gform_wrapper ul li.gfield,
  .contact-form .gform_wrapper.gform_validation_error ul li.gfield {
    width: 100%;
  }
}
.contact-form .gform_wrapper ul li.gfield.small_text,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield.small_text {
  font-size: 14px;
}
.contact-form .gform_wrapper ul li.gfield.no_margin,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield.no_margin {
  margin-bottom: 0 !important;
}
.contact-form .gform_wrapper ul li.gfield.no_margin li,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield.no_margin li {
  margin-bottom: 8px !important;
}
.contact-form .gform_wrapper ul li.gfield.email_input,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield.email_input {
  position: relative;
}
.contact-form .gform_wrapper ul li.gfield.email_input .error-string,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield.email_input .error-string {
  text-align: left;
  color: #790000;
  font-weight: 700;
  font-size: 0.813em;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.contact-form .gform_wrapper ul li.gfield.email_input .error-string.active,
.contact-form .gform_wrapper.gform_validation_error ul li.gfield.email_input .error-string.active {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.contact-form .gform_wrapper ul li.checkboxField,
.contact-form .gform_wrapper.gform_validation_error ul li.checkboxField {
  width: 100%;
}
.contact-form .gform_wrapper ul li.checkboxField:last-child,
.contact-form .gform_wrapper.gform_validation_error ul li.checkboxField:last-child {
  margin-bottom: 0;
}
.contact-form .gform_wrapper ul li.checkboxField:last-child li,
.contact-form .gform_wrapper.gform_validation_error ul li.checkboxField:last-child li {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .contact-form .gform_wrapper ul li.checkboxField:last-child input,
  .contact-form .gform_wrapper.gform_validation_error ul li.checkboxField:last-child input {
    margin-right: 15px;
  }
}
.contact-form .gform_wrapper ul li.checkboxField:nth-last-child(2),
.contact-form .gform_wrapper.gform_validation_error ul li.checkboxField:nth-last-child(2) {
  margin-bottom: 18px;
}
.contact-form .gform_wrapper ul li.checkboxField .gfield_label,
.contact-form .gform_wrapper.gform_validation_error ul li.checkboxField .gfield_label {
  display: inline-block;
}
.contact-form .gform_wrapper ul.gform_fields,
.contact-form .gform_wrapper.gform_validation_error ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield,
.contact-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield {
  padding: 0;
}
.contact-form .gform_wrapper .gform_footer,
.contact-form .gform_wrapper.gform_validation_error .gform_footer {
  margin: 0;
  padding: 0;
}
.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper.gform_validation_error .gform_footer input.button {
  margin: 0 auto;
  display: block;
  min-width: 300px;
  box-shadow: inset 0 0 0 2px transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .contact-form .gform_wrapper .gform_footer input.button,
  .contact-form .gform_wrapper.gform_validation_error .gform_footer input.button {
    min-width: 100%;
  }
}
.contact-form .gform_wrapper .gform_footer input.button:hover, .contact-form .gform_wrapper .gform_footer input.button:active, .contact-form .gform_wrapper .gform_footer input.button:focus,
.contact-form .gform_wrapper.gform_validation_error .gform_footer input.button:hover,
.contact-form .gform_wrapper.gform_validation_error .gform_footer input.button:active,
.contact-form .gform_wrapper.gform_validation_error .gform_footer input.button:focus {
  box-shadow: inset 0 0 0 2px #3EB1C8;
  background: #fff;
  color: #3EB1C8;
  transition: all 0.3s ease-in-out;
}
.contact-form .gform_wrapper .gform_footer input.button:disabled, .contact-form .gform_wrapper .gform_footer input.button[disabled],
.contact-form .gform_wrapper.gform_validation_error .gform_footer input.button:disabled,
.contact-form .gform_wrapper.gform_validation_error .gform_footer input.button[disabled] {
  box-shadow: inset 0 0 0 2px #E5E5E5;
  background: #F7F7F7;
  color: #666666;
  transition: all 0.3s ease-in-out;
}

.select2-container {
  width: 100% !important;
}
.select2-container--open .select2-dropdown {
  width: 310px;
  border-radius: 0 0 25px 25px;
  padding: 0 0 20px;
  border: 1px solid #E5E5E5;
  top: 31px;
  background-color: #F7F7F7;
}
.select2-container--default .select2-selection--single {
  padding: 10px 25px;
  height: auto;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  position: relative;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:hover {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  font-size: 8px;
  line-height: 8px;
  content: "\e90e";
  font-family: "icomoon";
  display: inline-block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
}
.select2-container--default .select2-results__option {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3EB1C8;
  transition: all 0.3s ease-in-out;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.page-template-template_flexible_content .select2-dropdown {
  top: 0 !important;
}

/**template error*/
.error-banner {
  flex-grow: 1;
}
.error-banner h1 {
  font-weight: 700;
  font-size: 5.125em;
  margin: 0 0 0.24em;
}

/**template lobby*/
.lobby {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 131px;
  flex-grow: 1;
}
.lobby .container {
  max-width: 1170px;
  padding: 0 15px;
}
.lobby h2 {
  font-size: 36px;
  line-height: 1.12;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0 0 80px;
}
@media (max-width: 1200px) {
  .lobby h2 {
    margin: 0 0 43px;
  }
}
@media (max-width: 768px) {
  .lobby h2 {
    font-size: 30px;
    margin: 0 0 25px;
  }
}
.lobby__row {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .lobby__row {
    padding: 90px 0;
    margin: 0 -3px;
  }
}
@media (min-width: 1024px) {
  .lobby__row {
    display: flex;
    flex-wrap: wrap;
  }
}
.lobby__col {
  padding: 0 0 6px;
}
@media (min-width: 768px) {
  .lobby__col {
    padding: 0 3px 6px;
  }
}
@media (min-width: 1024px) {
  .lobby__col {
    width: 32%;
    padding: 0 3px;
  }
}
@media (min-width: 1024px) {
  .lobby__col:last-child {
    width: 68%;
  }
}
.lobby__box {
  font-size: 20px;
  line-height: 1.7;
  background: linear-gradient(90deg, rgba(0, 224, 255, 0.9) 0%, rgba(63, 169, 245, 0.9) 100%);
  color: #fff;
  padding: 36px 35px 51px 30px;
  height: 100%;
}
@media (max-width: 1200px) {
  .lobby__box {
    padding: 36px 15px 51px 15px;
  }
}
@media (max-width: 768px) {
  .lobby__box {
    font-size: 16px;
    padding: 30px 15px;
  }
}
.lobby__box p {
  text-align: left;
}
.lobby .s-speakers__list {
  margin: 0 -3px;
}
.lobby .s-speakers__item {
  width: 100%;
  padding: 0 3px 6px;
}
@media (min-width: 768px) {
  .lobby .s-speakers__item {
    width: 50%;
  }
}
.lobby .card-speaker__img-wrapper {
  padding-top: 68%;
}
.lobby .card-speaker__front-inner {
  padding: 21px 20px 21px 40px;
}
@media (max-width: 1200px) {
  .lobby .card-speaker__front-inner {
    padding: 21px 10px 21px 10px;
  }
}
.lobby__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 30px 13px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: rgba(51, 51, 51, 0.9);
}
@media (max-width: 1200px) {
  .lobby__info {
    padding: 15px 15px 13px;
    align-items: center;
  }
}
.lobby__info strong {
  width: 31%;
}
@media (max-width: 1200px) {
  .lobby__info strong {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .lobby__info strong {
    width: 100%;
  }
}
.lobby__info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 10px 0 0;
  margin: 0 -12px;
  list-style-type: none;
  width: 69%;
}
@media (max-width: 1200px) {
  .lobby__info-list {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .lobby__info-list {
    width: 100%;
    justify-content: flex-start;
  }
}
.lobby__info-list li {
  margin: 0;
  padding: 0 12px;
}
.lobby__info-list li:before {
  display: none;
}
.lobby__info-list a {
  color: #3eb1c8;
  transition: color linear 0.15s;
}
.lobby__info-list a:hover {
  color: #2f91a4;
}

/**template landing*/
.landing_page__wrap {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
}

.landing_page__video_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.landing_page__video_bg video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.landing_page_header {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px 0 40px 0;
  text-align: center;
}

.landing_page__content_wrap {
  padding: 50px 0;
  background: rgba(0, 224, 255, 0.9);
  background: linear-gradient(90deg, rgba(0, 224, 255, 0.7) 0%, rgba(63, 169, 245, 0.7) 100%);
}

.landing_page__intro_title h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
}

.landing_page__intro {
  font-size: 20px;
  color: #ffffff;
}

.landing_page__events_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing_page__event_wrap {
  padding: 10px 15px;
}

.landing_page__event {
  background-color: #ffffff;
  padding-bottom: 10px;
}

.landing_page__event__header {
  height: 170px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing_page__event__header .landing_page__event__header_logo {
  height: 90px;
}
.landing_page__event__header .landing_page__event__header_logo img {
  height: 100%;
  width: auto;
}

.landing_page__event__content_wrap {
  padding: 0 20px;
}

.landing_page__events_list__title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.landing_page__events_list__title h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
}

.landing_page__event__title {
  color: #3EB1C8;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
}

.landing_page__event__date {
  font-size: 20px;
  padding-bottom: 20px;
}

.landing_page__event__description {
  font-size: 14px;
}

.landing_page__event__link {
  padding: 0 20px 20px 20px;
}
.landing_page__event__link .btn {
  width: 90%;
}

.footer--landing .footer__content {
  padding: 80px 0 40px 0;
  align-items: center;
}
.footer--landing .footer__logo {
  width: 200px;
  flex: 0 0 auto;
}
.footer--landing .footer__content_text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 40px;
}
.footer--landing .footer__content_text p {
  margin: 0;
  padding: 0;
}
.footer--landing .footer__cta {
  flex: 0 0 auto;
  width: 350px;
}
.footer--landing .footer__cta .btn {
  border-color: #ffffff;
  background-color: transparent;
  width: 100%;
}
.footer--landing .footer__cta .btn:hover {
  border-color: #3EB1C8;
  background-color: #3EB1C8;
  color: #ffffff;
}

@media (min-width: 768px) {
  .landing_page__events_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .landing_page__event__content_wrap {
    flex-grow: 1;
  }
  .landing_page__event_wrap {
    width: 50%;
  }
  .landing_page__event {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .landing_page__event_wrap {
    width: 33.33333%;
  }
}
/**template downloads*/
.downloads_page {
  padding: 70px 0;
  text-align: left;
}
.downloads_page .container {
  width: 1140px;
}
@media (max-width: 1200px) {
  .downloads_page .container {
    width: 100%;
  }
}

.downloads_page--loading {
  position: relative;
}
.downloads_page--loading::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.downloads_page__wrap {
  display: flex;
}
@media (max-width: 1200px) {
  .downloads_page__wrap {
    flex-direction: column;
  }
}

.downloads_page__sidebar {
  flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 1200px) {
  .downloads_page__sidebar {
    width: 100%;
  }
}

.downloads_page__search_form {
  padding-bottom: 30px;
  position: relative;
}
.downloads_page__search_form input[type=text] {
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding-right: 50px;
}
.downloads_page__search_form input[type=text]::placeholder {
  color: #666666;
}
.downloads_page__search_form button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
}
.downloads_page__search_form button svg {
  width: 15px;
  height: auto;
}

.downloads_page__filter h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 3px 15px;
  text-align: left;
  margin-bottom: 0;
}
.downloads_page__filter ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 0;
}
@media (max-width: 1200px) {
  .downloads_page__filter ul {
    margin-bottom: 30px;
  }
}
.downloads_page__filter li {
  padding: 0;
  margin: 0;
}
.downloads_page__filter li::before {
  display: none;
}

.downloads_page__filter_link {
  display: block;
  padding: 5px 15px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}
.downloads_page__filter_link .downloads_page__filter_remove {
  display: none;
  margin-top: 2px;
}
.downloads_page__filter_link .downloads_page__filter_remove svg {
  width: 10px;
  height: auto;
}
.downloads_page__filter_link:active, .downloads_page__filter_link:focus {
  color: #666666;
}
.downloads_page__filter_link:hover {
  color: #3EB1C8;
}
.downloads_page__filter_link--active {
  background-color: #F1F1F1;
  color: #3EB1C8 !important;
}
.downloads_page__filter_link--active .downloads_page__filter_remove {
  display: block;
}

.downloads_page__main {
  padding-left: 30px;
  width: 80%;
}
@media (max-width: 1200px) {
  .downloads_page__main {
    padding-left: 0;
    width: 100%;
  }
}

.downloads_page__results_count {
  padding-top: 20px;
  padding-bottom: 30px;
  padding: 20px 0 10px 15px;
  font-weight: 600;
  color: #000000;
}
.downloads_page__results_count span {
  font-weight: normal;
  color: #666666;
}

.downloads_page__items {
  display: flex;
  flex-wrap: wrap;
}

.downloads_page__item {
  flex: 0 0 auto;
  width: 33.33333%;
  padding: 25px 15px;
}
@media (max-width: 1200px) {
  .downloads_page__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .downloads_page__item {
    width: 100%;
  }
}

.downloads_page__item__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.downloads_page__item__image {
  height: 200px;
  background-color: #DEDEDE;
}
.downloads_page__item__image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.downloads_page__item__title {
  padding-top: 30px;
}
.downloads_page__item__title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}

.downloads_page__item__description p {
  text-align: left;
}

.downloads_page__item__button {
  padding-top: 10px;
}

.downloads_page__not_found {
  font-size: 22px;
  text-align: center;
  padding: 70px 0;
  width: 100%;
  font-weight: 600;
}

/**Reset defaults*/
html,
body {
  margin: 0;
  padding: 0;
}

.audience-wrapper {
  width: 100%;
  margin-top: 0px;
}
.audience-wrapper img {
  vertical-align: middle;
}

.logged-in:not(.header-transparent) .header {
  background: rgba(51, 51, 51, 0.6);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
