@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html, body {
  font-size: 16px;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.container-fluid {
  padding: 0 20px;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[role=button] {
  cursor: pointer;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

select::-ms-value,
select:focus::-ms-value {
  color: #333;
  background: #fff;
}

button:hover,
div:focus,
input:not(.outlined):hover,
select:hover,
textarea:hover {
  outline: 0;
}

button,
input:not(.outlined),
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

.core-body-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.l-site__top h4,
.l-site__top h5,
.l-site__top h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.l-site__top [class^=SiteHeader__Wrapper] {
  background-color: #742b90;
  background-image: linear-gradient(90deg, #742b90 0%, #322746 100%);
}
.l-site__top [class^=SiteHeader__HeaderBuilderWrapper] {
  padding: 20px 0 30px;
}
.l-site__top [class^=Logo__Wrapper-sc] {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1667;
}
@media only screen and (min-width: 768px) {
  .l-site__top [class^=Logo__Wrapper-sc] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.l-site__top [class^=Logo__ImageWrapper] img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}
.l-site__top [class^=EventVenue__Wrapper] {
  color: #fcee34;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-site__top [class^=EventVenue__Wrapper] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.l-site__top [class^=EventVenue__Date] {
  font-weight: 700;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2") format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2") format("woff2");
}
.l-site__sticky-wrapper .c-multi-level-nav--top-nav,
.l-site__sticky-wrapper .c-multi-level-nav-menu--fullscreen {
  background-color: #322746;
}
.l-site__sticky-wrapper ul,
.l-site__sticky-wrapper ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-site__sticky-wrapper .align-vertical-center {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-site__sticky-wrapper .align-vertical-center {
    display: block;
    align-items: unset;
  }
}
.l-site__sticky-wrapper .loaded .material-icons {
  opacity: 1;
}
.l-site__sticky-wrapper .c-multi-level-nav {
  text-transform: none;
}
.l-site__sticky-wrapper .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.l-site__sticky-wrapper .material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.l-site__sticky-wrapper .c-hamburger__line {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: relative;
}
.l-site__sticky-wrapper .c-hamburger__line:not(:first-child) {
  margin-top: 6px;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
  align-items: center;
  display: flex;
}
@media (min-width: 48em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
    line-height: 56px;
  }
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__one-line {
    font-size: 18px;
    line-height: 21px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn__one-line-arrow {
  margin-left: 3px;
  margin-right: -7px;
  margin-top: 2px;
  transition: transform;
  transition-delay: 0.4s;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 .c-multi-level-nav-btn__one-line {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 .c-multi-level-nav-btn__one-line {
    font-size: 16px;
    font-weight: 500;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn:not(.c-multi-level-nav-btn--active) {
  border-bottom: 1px solid transparent !important;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn:not(.c-multi-level-nav-btn--active):hover {
  border-bottom: 1px solid #fff !important;
  border-bottom-color: #fff !important;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  max-width: 1200px;
}
@media (max-width: 47.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body {
    flex-wrap: wrap;
  }
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body {
    min-height: 55px;
    position: relative;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-list--level-2-fullscreen .c-multi-level-nav-list__list {
  max-width: none;
}
.l-site__sticky-wrapper .c-multi-level-nav-list--level-1 > .c-multi-level-nav-list__list {
  flex-wrap: nowrap;
}
.l-site__sticky-wrapper .c-multi-level-nav-list--level-2 {
  background-color: rgba(0, 0, 0, 0.1);
}
.l-site__sticky-wrapper .c-multi-level-nav-btn__link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 33px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn__link {
    flex-direction: column;
    justify-content: center;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn--level-1 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
  color: #fff;
  height: 55px;
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn--level-1 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
    height: 64px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
  color: #fff;
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-btn--level-2 > .c-multi-level-nav-btn__body .c-multi-level-nav-btn__link {
    height: 48px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn {
  border-bottom: 1px solid transparent;
  border-color: transparent !important;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
  min-width: 65px;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn__icon {
  font-size: 24px;
}
.l-site__sticky-wrapper .c-multi-level-nav-item__overlay {
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 56px;
  transition: all 0s;
  transition-delay: 0.4s;
  z-index: 2;
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-item__overlay {
    top: 65px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-item--level-1:hover .c-multi-level-nav-item__overlay {
  max-height: 500px;
  opacity: 1;
  overflow: visible;
}
.l-site__sticky-wrapper .c-multi-level-nav-item--level-1:hover .c-multi-level-nav-item__overlay:before {
  content: "";
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}
.l-site__sticky-wrapper .c-multi-level-nav-item--level-1:hover .c-multi-level-nav-btn__one-line-arrow {
  transform: rotateX(180deg);
}
.l-site__sticky-wrapper .c-multi-level-nav-list {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
}
.l-site__sticky-wrapper .c-multi-level-nav-list__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu {
  position: relative;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__desktop {
    display: none;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__mobile {
  display: none;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__mobile {
    display: block;
  }
}
.l-site__sticky-wrapper .c-hamburger {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 42px;
  min-width: 26px;
  position: relative;
  width: 26px;
}
.l-site__sticky-wrapper .c-hamburger--left {
  margin-right: 21px;
}
.l-site__sticky-wrapper .c-hamburger__word {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-top: 3px;
  font-size: 24px;
  margin-left: -10px;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body-left {
  align-items: center;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-left {
    padding-left: 20px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body-right {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 55px;
  padding: 0 20px;
}
@media (min-width: 64em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-right {
    position: relative;
  }
}
@media (min-width: 75em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-right {
    height: 64px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__body-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  height: 55px;
  justify-content: flex-end;
}
@media (max-width: 47.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__body-bottom {
    min-width: 100%;
    padding: 0 20px;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__book-now {
  font-size: 18px !important;
  padding: 9px 30px 9px !important;
}
@media (max-width: 63.99em) {
  .l-site__sticky-wrapper .c-multi-level-nav-menu__book-now {
    font-size: 18px !important;
  }
}
.l-site__sticky-wrapper .c-multi-level-nav-menu__book-now:after {
  top: -2px !important;
}
.l-site__sticky-wrapper .c-cta {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fcee34;
  background: linear-gradient(#fcee34) padding-box, linear-gradient(90deg, #f5f1eb, #c164a7, #37ba99) border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3334;
  outline: no;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.l-site__sticky-wrapper .c-cta--hollow {
  background-color: #fcee34;
  border: 1px solid #fcee34;
  color: #000;
  transition: border 0.2s, box-shadow 0.2s, color 0.2s, background-color 0.2s;
}
.l-site__sticky-wrapper .c-cta--accent {
  background-color: #fcee34;
}
.l-site__sticky-wrapper .c-cta--medium, .l-site__sticky-wrapper .c-cta--submit {
  font-size: 24px;
  padding: 10px 18px;
}
.l-site__sticky-wrapper .c-cta--no-wrap {
  white-space: nowrap;
}
.l-site__sticky-wrapper .c-cta:after {
  content: "\f1df";
  display: inline-block;
  font-family: "Material Icons";
  position: relative;
  top: -1px;
  transition: transform 0.4s;
  vertical-align: middle;
}
.l-site__sticky-wrapper .c-cta:before, .l-site__sticky-wrapper .c-cta:after {
  font-weight: 400;
  text-transform: none;
}
.l-site__sticky-wrapper .c-cta:hover:not(.c-cta--loading) {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  filter: brightness(85%);
}
.l-site__sticky-wrapper .c-cta:hover:after, .l-site__sticky-wrapper .c-cta:hover:not(.c-cta--loading):after {
  transform: translateX(10px);
}
.l-site__sticky-wrapper .c-cta--large, .l-site__sticky-wrapper .c-cta--medium {
  border-radius: 48px;
  font-size: 18px;
  padding: 12px 30px 10px;
}
.l-site__sticky-wrapper .c-cta--large:after, .l-site__sticky-wrapper .c-cta--medium:after {
  font-size: 24px;
  line-height: 1em;
  margin-left: 15px;
}
.l-site__sticky-wrapper .c-cta {
  border: 3px solid transparent;
  font-weight: 600;
  text-transform: uppercase;
}
.l-site__sticky-wrapper .c-multi-level-nav-btn {
  transition: all 0.4s ease;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn__text {
  display: none;
}
.l-site__sticky-wrapper .c-multi-level-nav-home-btn--one-line .c-multi-level-nav-home-btn__text {
  font-size: 22px;
  line-height: 44px;
  padding: 0;
}
.l-site__sticky-wrapper .c-multi-level-nav-menu--fullscreen .c-multi-level-nav-menu__body {
  max-width: none;
}
.l-site__sticky-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

section.hero-section {
  padding-bottom: 2em;
}
section.hero-section .hero-module-wrapper {
  position: relative;
  background: center center/cover no-repeat rgba(50, 39, 70, 0.8);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  color: #f5f1eb;
  padding: 40px 0;
  background-image: url("https://knect365.imgix.net/uploads/hero-purple-e65da57369c13ebd5f9f284a8650fa16.jpg?auto=format&fit=max&w=1512&dpr=2");
}
@media only screen and (min-width: 768px) {
  section.hero-section .hero-module-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  section.hero-section .hero-module-wrapper {
    text-align: center;
  }
}
section.hero-section .hero-module-wrapper .hero-overlay-wrapper {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(to right, #322746 0%, rgba(116, 43, 144, 0.1) 50%);
}
@media only screen and (min-width: 768px) {
  section.hero-section .hero-module-wrapper .hero-overlay-wrapper {
    background-image: linear-gradient(to right top, #322746 0%, rgba(116, 43, 144, 0.1) 50%);
  }
}
section.hero-section .hero-module-wrapper .hero-module-content {
  flex-basis: 100%;
  margin-left: 0;
  max-width: 100%;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper {
  max-width: 92%;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h1 {
  margin-bottom: 20px;
  color: #f5f1eb;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h1:only-child, section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h1:last-child {
  margin-bottom: 0;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h3 {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h3:only-child, section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h3:last-child {
  margin-bottom: 0;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h4 {
  margin-bottom: 20px;
  color: #fcee34;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h4:only-child, section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper h4:last-child {
  margin-bottom: 0;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper p {
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
  text-wrap: pretty;
}
section.hero-section .hero-module-wrapper .hero-module-short-text-wrapper p:last-child {
  margin-bottom: 0;
}
section.hero-section .sb5-disclaimer {
  padding: 0;
}

footer ol,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container,
footer .container-fluid {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
footer .footer-upper, footer .footer-lower {
  color: #fff;
}
footer .footer-upper {
  background-color: #454955;
  padding: 40px 0;
}
footer .footer-upper-hashtag {
  margin-bottom: 40px;
}
footer .footer-upper-hashtag__link {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-transform: none;
}
@media (max-width: 47.99em) {
  footer .footer-upper-hashtag__link {
    font-size: 48px;
    word-break: break-all;
  }
}
footer .footer-upper-hashtag__link:hover {
  text-decoration: underline;
  color: #fff;
}
footer .footer-upper-contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-upper-contacts__social-list {
  width: 50%;
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(4, min-content);
}
@media (min-width: 450px) {
  footer .footer-upper-contacts__social-list {
    grid-template-columns: repeat(6, min-content);
  }
}
@media (min-width: 590px) {
  footer .footer-upper-contacts__social-list {
    grid-gap: 0 10px;
    grid-template-columns: repeat(8, min-content);
  }
}
footer .footer-upper-contacts__social-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .footer-upper-contacts__social-link {
  text-decoration: none;
}
footer .footer-upper-contacts__social-link .fab.fa-facebook-f::before {
  position: relative;
}
footer .footer-upper-contacts__social-link:hover {
  text-decoration: underline;
}
footer .footer-upper-contacts__social-icon {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
}
footer .footer-upper-contacts__social-icon:before {
  font-size: 40px;
  right: 0;
  bottom: 0;
}
footer .footer-upper-contacts__social-link, footer .footer-upper-contacts__social-icon {
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #454955;
  overflow: hidden;
}
footer .footer-upper-contacts__social-link:hover, footer .footer-upper-contacts__social-icon:hover {
  color: #454955;
}
footer .footer-upper-contacts__mail-phone-list {
  display: none;
  width: 50%;
}
footer .footer-upper-contacts__mail-phone-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-upper-contacts__mail-phone-item:not(:first-child) {
  margin-top: 15px;
}
footer .footer-upper-contacts__mail-phone-item-title {
  font-weight: 700;
}
footer .footer-upper-contacts__mail-phone-link {
  text-decoration: none;
  color: #fff;
  direction: ltr;
}
footer .footer-upper-contacts__mail-phone-link:hover {
  text-decoration: underline;
  color: #fff;
}
footer .footer-lower {
  background-color: #454955;
  padding: 20px 0;
  font-family: "Open Sans", Arial, sans-serif;
}
footer .footer-lower__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 63.99em) {
  footer .footer-lower__wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 47.99em) {
  footer .footer-lower__wrapper {
    flex-direction: column;
  }
}
footer .footer-lower__logo {
  font-size: 2rem;
}
footer .footer-lower__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
footer .footer-lower__logo a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 47.99em) {
  footer .footer-lower__logo {
    order: 2;
    padding-top: 25px;
  }
}
footer .footer-lower .c-site-lower-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  footer .footer-lower .c-site-lower-footer-menu {
    padding: 16px 0 24px;
  }
}
@media (max-width: 63.99em) {
  footer .footer-lower .c-site-lower-footer-menu {
    flex-direction: column;
    text-align: right;
  }
}
@media (max-width: 47.99em) {
  footer .footer-lower .c-site-lower-footer-menu {
    text-align: left;
  }
}
footer .footer-lower .c-site-lower-footer-menu__item {
  line-height: 1.6;
  margin-left: 13px;
}
@media (max-width: 63.99em) {
  footer .footer-lower .c-site-lower-footer-menu__item {
    line-height: normal;
    margin: 10px 0 0;
  }
}
footer .footer-lower .c-site-lower-footer-menu__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
footer .footer-lower .c-site-lower-footer-menu__link:hover {
  text-decoration: underline;
}
footer .footer-lower .c-site-lower-footer-copyright {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 64em) {
  footer .footer-lower .c-site-lower-footer-copyright {
    text-align: right;
  }
}
footer .footer-lower .c-site-lower-footer-copyright a[x-apple-data-detectors] {
  color: #fff !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: normal !important;
  line-height: inherit !important;
}
footer .footer-lower .c-site-lower-footer-copyright a[href^=tel] {
  color: #fff !important;
  text-decoration: none;
  font-weight: normal !important;
}

main:has(#custom-page-section) {
  padding-bottom: 0;
}

#custom-page-section {
  margin-top: 2em;
}
#custom-page-section .ColumnTextModule__Wrapper-sc {
  background: #322746;
  position: relative;
  padding: 2em 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #custom-page-section .ColumnTextModule__Wrapper-sc {
    padding: 3em 0;
  }
}
#custom-page-section .ColumnTextModule__Wrapper-sc img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#custom-page-section h2 {
  color: #f5f1eb;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  #custom-page-section h2 {
    font-size: 2.5rem;
  }
}

/* fix anchor with sticky head */
@media only screen and (max-width: 991px) {
  [id] {
    scroll-margin-top: 220px;
  }
}
@media only screen and (min-width: 992px) {
  [id] {
    scroll-margin-top: 154px;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media (min-width: 992px) {
  .informa-bar .informa-banner {
    display: block;
  }
}
.informa-bar .informa-banner .pillar-nav__header {
  padding: 6px 30px 6px 15px;
}
.informa-bar .informa-banner a {
  padding: 4px 8px 4px 8px;
}
.informa-bar .informa-banner ul {
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
}
.informa-bar .informa-banner .pillar-nav__inner {
  background-color: #fff;
  padding: 4px 0 1px 0;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
@media (min-width: 992px) {
  .informa-bar .informa-banner .pillar-nav__inner {
    display: block;
  }
}
.informa-bar .informa-banner .pillar-nav__item {
  border-radius: 0;
  background-color: #fff;
}
.informa-bar .informa-banner .pillar-nav__item a {
  text-decoration: none;
  white-space: nowrap;
  color: #525a5c;
  border-bottom: 2.8px solid #fff;
}
.informa-bar .informa-banner .pillar-nav__item a:hover {
  color: #b3b6b5;
  border-bottom: 2.8px solid #b3b6b5;
}
.informa-bar .informa-banner .pillar-nav__item--content > a:before {
  font-family: "Pillar-Navigation";
  font-size: 110%;
  content: "\e900";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item--content:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e900";
  color: #b3b6b5;
}
.informa-bar .informa-banner .pillar-nav__item--directory > a:before {
  font-family: "Pillar-Navigation";
  font-size: 115%;
  content: "\e901";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item--directory:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e901";
  color: #b3b6b5;
}
.informa-bar .informa-banner .pillar-nav__item--education > a:before {
  font-family: "Pillar-Navigation";
  content: "\e902";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item--education:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e902";
  color: #b3b6b5;
}
.informa-bar .informa-banner .pillar-nav__item--event > a:before {
  font-family: "Pillar-Navigation";
  content: "\e903";
  color: #525a5c;
  margin-top: 3px;
}
.informa-bar .informa-banner .pillar-nav__item--event:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e903";
  color: #b3b6b5;
  margin-top: 3px;
}
.informa-bar .informa-banner .pillar-nav__item--forums > a:before {
  font-family: "Pillar-Navigation";
  content: "\e904";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item--forums:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e904";
  color: #b3b6b5;
}
.informa-bar .informa-banner .pillar-nav__item.pillar-more:hover > ul {
  display: block;
}
.informa-bar .informa-banner .pillar-nav__item.pillar-more:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested {
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 0;
  margin-top: 1px;
  position: absolute;
  width: 230px;
  z-index: 1;
  border-bottom: 1px solid #fff;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item {
  left: auto;
  display: list-item;
  background-color: #f6f6f6;
  margin: 0;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item.active {
  display: block;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a,
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:visited {
  border: 0;
  font-weight: 400;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:hover,
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:visited:hover {
  color: #525a5c;
  font-weight: 800;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--content:hover > a:before {
  content: "\e900";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--directory:hover > a:before {
  content: "\e901";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--education:hover > a:before {
  content: "\e902";
  color: #525a5c;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--event:hover > a:before {
  content: "\e903";
  color: #525a5c;
  margin-top: 3px;
}
.informa-bar .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--forums:hover > a:before {
  content: "\e904";
  color: #525a5c;
}
.informa-bar #iribbon-container {
  background: #525a5c;
  color: #fff;
  font-size: 13px;
  min-height: 35px;
  line-height: 18px;
  position: relative;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.informa-bar #iribbon-container nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 1em 0;
}
.informa-bar #iribbon-container nav ul li {
  list-style: outside none none;
  margin: 0;
  padding: 1em 0;
}
.informa-bar #iribbon-container ul,
.informa-bar #iribbon-container ol {
  margin: 0 0 20px 20px;
}
.informa-bar #iribbon-container a {
  color: #fff;
  font-weight: normal;
}
.informa-bar #iribbon-container p {
  font-family: Arial, Helvetica, sans-serif;
}
.informa-bar #iribbon-title {
  background: url("data:image/gif;base64,R0lGODlhXAAiALMPAI2TlLG0tfX29uXm52lwcdXX2MfJyl5lZ52io77BwXyCg1RcXs7Q0VdfYf///1JaXCH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RkQ0MEY2MTE0MzkxMUU1ODc5RkQxNjM3OEI2ODgzQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RkQ0MEY2MjE0MzkxMUU1ODc5RkQxNjM3OEI2ODgzQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZGRDQwRjVGMTQzOTExRTU4NzlGRDE2Mzc4QjY4ODNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZGRDQwRjYwMTQzOTExRTU4NzlGRDE2Mzc4QjY4ODNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAADwAsAAAAAFwAIgAABP8wiPSqvfgk4QrAYCiOZGk6aGNWBeoMwSrPNMl0MoEKRO3/tIViEVocVBYAigJqEJC1xiEDvTirP0Oh8GhsDQQJKkAMDFCDLeKxQJzRCOIDsAUcEAaFQr1HE9pvBlNsdC4DH0AcDg8HO4ouay0uYwsGky4MRAgokg4ASg6PaG8uTKACj2s/iowuBQgKli8PCgkoBp8Em6FDCm9ruy8BAASnCQrBA7C2oUQECiptaIkorbMVjdUPuzEsKIgPOrO7CVCgTA83nhUNij0gb9SL2QMXrNtj7DtyFW+6+UmWWAjwzYI/Cw2QIbg34tIkVvTsaQPVLeIFdcgAVjg3sGA/FD3/Doi5dMLhA4jTLNyjiC2lBXX/HHTbKLACwXUfHTyR9MqXthIkT1azWGElwAUcBFR5c0fjnJoPboLzB8oAkngrXKgc6lLooqcyX3oMN43bBY42x/rbpardzxMS53U1GraCgh0Kwv3CV5emA3RSDYLcVeDAAVlffaC8VnSi05uXmJgN+Lcjzgf+DogSIAkIgy1dvlwETUsNhj1JPcih4+HCnlcWEGzJWyHBlil9JtwhDaS379/AgwsfLkMCOhMaOLQmzpyECywjOsFoTj3EDS4rxPGozh2DEH4XjFRBi+HKDylUQpj3rYWLlwJgRpKJ+iYNbECG4myscyfPa1iSDPCH/xu3DLJAIWiAoxhXoYjiQCQOkYHYJJnw1cknO1wyACk1nZKKPNZ0AIss9dRySy67CNDLXskMU8wOxySzzD7hQMPGLvWswmCOIVYw2QOSgCNOPeSYA5U6iLilUwhYLSgXY175CFADNAqm049gAaYWSAgpxBBcWz3JY5RgVdRVOihk1FeWlk3FpUgOJgbUT4uNSZeZUKJ5pVPkBZbTTpzA0qRzkzQmZlx+dYNUKEuh0NSafW6pU1VXvSWCQ4vUiWiZYl02JF8zsZnWZWuh0NaXIWCa4aFhJmrBXbzoZSqoZ0HlJ2aDcWIYYiASRSZLlkUmJaS2SkqAZg919sNn7on2Ehxp/51WQGoArFaHa6b5OJsFthVWWigJ7IadDxEAADs=") no-repeat center top;
  border: none;
  bottom: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 50%;
  margin: 10px auto 10px -46px;
  padding-top: 0;
  position: absolute;
  text-indent: -999em;
  transition: none;
  width: 92px;
}
@media not all, not all {
  .informa-bar #iribbon-title {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALgAAABECAYAAAAyY/+lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5ZWM2MWEyNy02ZWVhLTQxMWQtYmYxZS05MzE0YmVmMWI5ZDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NFMkVFNUMxMUU4MTFFNThDMzBBQzgzQUQ0MDJDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NFMkVFNUIxMUU4MTFFNThDMzBBQzgzQUQ0MDJDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRERDMzREMTExRDMxMUU1QkQ4RTk0QkQwNUJCMEE5RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRERDMzREMjExRDMxMUU1QkQ4RTk0QkQwNUJCMEE5RSIvPiA8L3Jk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") repeat 0 0/92px 34px;
  }
}
.informa-bar #iribbon-title.active {
  background-position: center bottom;
}
.informa-bar #iribbon-detail {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 0 15px 2em 15px;
  transition: max-height 0.8s ease;
}
.informa-bar #iribbon-detail.ribbon-hide {
  display: none;
  max-height: 0;
}
.informa-bar #iribbon-detail.ribbon-show {
  display: block;
  max-height: 400px;
}
@media (min-width: 992px) {
  .informa-bar #iribbon-detail {
    padding-bottom: 2em;
  }
  .informa-bar #iribbon-detail.ribbon-hide {
    display: none;
    max-height: 0;
  }
  .informa-bar #iribbon-detail.ribbon-show {
    display: block;
    max-height: 400px;
  }
}
.informa-bar #iribbon-detail p {
  margin: 0;
  padding: 0;
  max-width: 570px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .informa-bar #iribbon-detail p {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .informa-bar #iribbon-detail p {
    max-width: 468px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .informa-bar #iribbon-detail p {
    max-width: 468px;
  }
}
.informa-bar #iribbon-detail ul {
  display: flex;
  flex-direction: row;
  list-style: outside none none;
  margin: 14px 0 0 0;
  padding: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .informa-bar #iribbon-detail ul {
    flex-direction: column;
  }
}
.informa-bar #iribbon-detail ul li {
  list-style: outside none none;
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
}
.informa-bar #iribbon-detail ul li:last-child {
  border: 0 none;
}
@media (min-width: 768px) {
  .informa-bar #iribbon-detail ul li:nth-child(n+3)::before {
    left: -10px;
    border-left: 1px solid #a5acaf;
    content: "";
    height: 100%;
    position: absolute;
  }
}
.informa-bar #iribbon-detail ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
.informa-bar #iribbon-detail ul li a:hover {
  text-decoration: underline;
}
.informa-bar #iribbon-detail ul li.iribbon-mainlink {
  border: 0 none;
  padding-left: 0;
}
.informa-bar #iribbon-detail ul li.iribbon-mainlink a {
  padding-left: 0;
  border: none;
  text-transform: none;
  font-weight: 700;
}
.informa-bar #iribbon-left {
  float: left;
  margin: 40px 0;
  padding: 0 25px 0 10px;
  width: 100%;
}
.informa-bar #iribbon-left p {
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .informa-bar #iribbon-left {
    float: none;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .informa-bar #iribbon-left {
    max-width: 665px;
    width: 58.33%;
  }
}
@media (min-width: 992px) {
  .informa-bar #iribbon-left {
    margin: 40px 0;
    width: 50%;
    max-width: 570px;
  }
}
.informa-bar #iribbon-right {
  padding: 0 10px 0 25px;
  width: 100%;
  margin: 40px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .informa-bar #iribbon-right {
    padding: 0;
    float: none;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .informa-bar #iribbon-right {
    float: right;
    border-left: 1px solid #a5acaf;
    max-width: 475px;
    width: 41.67%;
  }
}
@media (min-width: 992px) {
  .informa-bar #iribbon-right {
    max-width: 570px;
    width: 50%;
  }
}
.informa-bar .test-page {
  height: 1000px;
  margin-left: 300px;
  margin-right: 300px;
  background-color: #fff;
  padding: 10px;
}
.informa-bar #page {
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .informa-bar #page {
    padding-top: 0;
  }
}

main {
  padding-bottom: 2em;
}

a {
  font-weight: 700;
  color: #742b90;
  text-decoration: none;
}
a:hover, a:focus {
  color: #742b90;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  color: #322746;
  font-weight: 700;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 3.4375rem;
  line-height: 1.091;
}

h2 {
  font-size: 2.1875rem;
  line-height: 1.143;
  font-weight: 500;
}

h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

h4,
h5,
h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.444;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.1;
}

.btn {
  padding: 12px 30px;
  margin-top: 1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 0;
}

#exhibitor-list h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin: 1em 0 0.5em 0;
}
#exhibitor-list ol,
#exhibitor-list ul {
  list-style: none outside none;
}
#exhibitor-list .clear::after {
  content: "";
  display: table;
  clear: both;
}
#exhibitor-list .exhibitors {
  margin: 0 auto 2rem auto;
}
#exhibitor-list .exhibitors::after {
  content: "";
  display: table;
  clear: both;
}
#exhibitor-list .exhibitors table {
  width: 100%;
  line-height: normal;
}
#exhibitor-list .exhibitors tr th,
#exhibitor-list .exhibitors tr td,
#exhibitor-list .exhibitors tr td a,
#exhibitor-list .exhibitors p {
  font-size: 1rem;
}
#exhibitor-list .exhibitors th {
  background-color: #f5f1eb;
  color: #454955;
  text-transform: uppercase;
  text-align: left;
  padding: 0.375em 1em;
}
#exhibitor-list .exhibitors th span {
  display: inline-block;
  margin: 0;
}
#exhibitor-list .exhibitors td {
  text-align: left;
  vertical-align: top;
  padding: 0.75em 1em;
  background-color: #fff;
  border-right: 2px solid #fff;
}
#exhibitor-list .exhibitors td:last-child {
  border-right: none;
}
#exhibitor-list .exhibitors td.booth, #exhibitor-list .exhibitors td.location {
  color: #000;
}
#exhibitor-list .exhibitors td .toggle-spacer {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
#exhibitor-list .exhibitors td .exhibitor-spacer .company_name::before {
  content: " ";
}
#exhibitor-list .exhibitors td a img,
#exhibitor-list .exhibitors td .toggle-spacer {
  margin: -3px 5px 0 0;
}
#exhibitor-list .exhibitors td a:hover img.social-icon {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#exhibitor-list .exhibitors td div {
  padding: 10px 0 0 calc(18px + 0.35em);
}
#exhibitor-list .exhibitors td div ul,
#exhibitor-list .exhibitors td div li {
  list-style: unset;
}
#exhibitor-list .exhibitors td div ul {
  padding-left: 0;
  margin-left: 1em;
}
#exhibitor-list .exhibitors td div :not(.exhibitorListWebsite) a, #exhibitor-list .exhibitors td div :not(.exhibitorListWebsite) a:hover {
  font-weight: 400;
  color: #000;
}
#exhibitor-list .exhibitors td div :not(.exhibitorListWebsite) a:hover {
  text-decoration: none;
}
#exhibitor-list .exhibitors td div .exhibitorListWebsite a {
  font-weight: 400;
  color: #742b90;
}
#exhibitor-list .exhibitors th,
#exhibitor-list .exhibitors td {
  border-bottom: 2px solid #fff;
}
#exhibitor-list .exhibitors th:first-child,
#exhibitor-list .exhibitors td:first-child {
  padding-left: 0.375em;
  width: 100%;
}
#exhibitor-list .exhibitors th.booth, #exhibitor-list .exhibitors th.location,
#exhibitor-list .exhibitors td.booth,
#exhibitor-list .exhibitors td.location {
  text-align: center;
  width: 25%;
}
@media (min-width: 992px) {
  #exhibitor-list .exhibitors th.booth, #exhibitor-list .exhibitors th.location,
  #exhibitor-list .exhibitors td.booth,
  #exhibitor-list .exhibitors td.location {
    white-space: nowrap;
  }
}
#exhibitor-list .exhibitors tr:has(.booth) th:first-child,
#exhibitor-list .exhibitors tr:has(.booth) td:first-child,
#exhibitor-list .exhibitors tr:has(.location) th:first-child,
#exhibitor-list .exhibitors tr:has(.location) td:first-child {
  width: 75%;
}
#exhibitor-list .exhibitors tr:nth-child(2n+1) td {
  background-color: #fff;
}
#exhibitor-list .exhibitors a,
#exhibitor-list .exhibitors .company_name {
  font-weight: bold;
}
#exhibitor-list .exhibitors a.turnbuckle_plus {
  color: #aa88be;
  font-size: 1rem;
  line-height: 1em;
}
#exhibitor-list .exhibitors a.turnbuckle_plus img {
  width: 13px;
  height: auto;
}
#exhibitor-list .exhibitors a.turnbuckle_plus:not(.img),
#exhibitor-list .exhibitors .company_name {
  margin-top: 0.375em;
  display: inline-block;
}
#exhibitor-list .exhibitors a.turnbuckle_plus.img + a.turnbuckle_plus,
#exhibitor-list .exhibitors a.turnbuckle_plus.img + .company_name a.turnbuckle_plus {
  margin-top: 0;
  display: inline;
}
#exhibitor-list .exhibitors .company_name, #exhibitor-list .exhibitors .company_name a.turnbuckle_plus,
#exhibitor-list .exhibitors .company-name,
#exhibitor-list .exhibitors .company-name a.turnbuckle_plus {
  color: #322746;
}
#exhibitor-list .exhibitors img {
  display: inline-block;
  vertical-align: middle;
}
#exhibitor-list .exhibitors img.exhibitor-logo {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  float: right;
  margin: 0 0 0.375em 0.375em;
  max-width: calc(120px + 0.75em + 2px);
  max-height: calc(60px + 0.75em + 2px);
  padding: 0.375em;
}
#exhibitor-list .exhibitors img.social-icon {
  width: 30px;
  height: 30px;
  margin: 7.5px 7.5px 0 0;
}
#exhibitor-list .exhibitors hr {
  margin: 3rem 0 1rem 0;
}
@media (max-width: 480px) {
  #exhibitor-list .exhibitors #atAGlance > p:first-child,
  #exhibitor-list .exhibitors .jumpLinks > p:first-child {
    text-align: center;
  }
}
#exhibitor-list .exhibitors #atAGlance a:target::before,
#exhibitor-list .exhibitors .jumpLinks a:target::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-widget {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-all,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-top,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-right,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-tr,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-all,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-bottom,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-right,
#exhibitor-list .exhibitors.by-type-tabs .ui-corner-br {
  border-radius: 0;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-widget-header {
  border: 0 solid #fff;
  background-image: unset;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-widget-header a {
  font-size: 1rem;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}
@media screen and (max-width: 991px) {
  #exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav {
    flex-wrap: wrap;
  }
}
#exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav li {
  order: 1;
  flex-grow: 1;
  margin: 0;
  white-space: unset;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav li:first-child {
  width: 110px;
}
@media screen and (max-width: 767px) {
  #exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav li {
    flex-basis: 33.3334%;
  }
}
@media screen and (max-width: 991px) {
  #exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav li {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav li, #exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav li:nth-child(3) {
    flex-basis: 20%;
  }
}
#exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  order: 1;
  flex-grow: 1;
  align-self: center;
  text-align: center;
  float: unset;
  display: block;
  padding: 1.5em 0.5rem;
}
#exhibitor-list .exhibitors.by-type-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
  outline: none;
}
#exhibitor-list .exhibitors.by-type-tabs .tab-content table.exhibitorList {
  margin-top: 1rem;
}
#exhibitor-list .exhibitors.by-type-tabs .tab-content table.exhibitorList tr td {
  border-bottom: 1px solid #eee;
}
#exhibitor-list .exhibitors.by-type-tabs .tab-content h2 {
  font-size: 2.1875rem;
  margin: 0 0 1rem 0;
}
#exhibitor-list .exhibitors.by-type-tabs .tab-content.ui-widget-content a {
  color: #742b90;
}
#exhibitor-list p.exhibitor-list-menu .controller_btn {
  display: inline-block;
}
#exhibitor-list .exhibitor-list-menu {
  padding-left: 0 !important;
  padding-bottom: 2em;
  padding-top: 2em;
}
@media (max-width: 480px) {
  #exhibitor-list .exhibitor-list-menu {
    padding: 0 0 0.625em 0;
    text-align: center;
  }
}
#exhibitor-list .exhibitor-list-menu::after {
  content: "";
  display: table;
  clear: both;
}
#exhibitor-list .exhibitor-list-menu ul {
  margin: 0 !important;
  padding-left: 0;
}
#exhibitor-list .exhibitor-list-menu ul::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 480px) {
  #exhibitor-list .exhibitor-list-menu ul {
    text-align: center;
  }
}
#exhibitor-list .exhibitor-list-menu li {
  float: left;
  padding: 0;
  margin: 0 0 0.625em 0;
}
@media (max-width: 480px) {
  #exhibitor-list .exhibitor-list-menu li {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
#exhibitor-list .exhibitor-list-menu .controller_btn {
  margin-right: 1rem;
  padding: 0;
  border-radius: 48px;
  border: 1px solid #fcee34;
  background-color: #fef8ad;
  color: rgba(0, 0, 0, 0.8);
  width: auto;
  text-transform: uppercase;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
}
@media (max-width: 480px) {
  #exhibitor-list .exhibitor-list-menu .controller_btn {
    margin-right: 0;
  }
}
#exhibitor-list .exhibitor-list-menu .controller_btn a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-decoration: none;
  padding: 0.375em 2em !important;
  display: block;
}
#exhibitor-list .exhibitor-list-menu .controller_btn a span {
  padding: 0 !important;
}
#exhibitor-list .exhibitor-list-menu .controller_btn:hover {
  background-color: #fdf370;
  color: rgba(0, 0, 0, 0.8);
  border-color: #fdf370;
}
#exhibitor-list .exhibitor-list-menu .controller_btn:hover a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
#exhibitor-list .exhibitor-list-menu li:last-of-type .controller_btn,
#exhibitor-list .exhibitor-list-menu span.controller_btn {
  margin-right: 0;
}
#exhibitor-list .exhibitor-list-menu li.active .controller_btn, #exhibitor-list .exhibitor-list-menu li.active .controller_btn:hover,
#exhibitor-list .exhibitor-list-menu span.controller_btn,
#exhibitor-list .exhibitor-list-menu span.controller_btn:hover {
  background-color: #fcee34;
  color: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}
#exhibitor-list .exhibitor-list-menu li.active .controller_btn a, #exhibitor-list .exhibitor-list-menu li.active .controller_btn:hover a,
#exhibitor-list .exhibitor-list-menu span.controller_btn a,
#exhibitor-list .exhibitor-list-menu span.controller_btn:hover a {
  color: rgba(0, 0, 0, 0.8);
}
#exhibitor-list #errMsg {
  text-align: center;
  margin-top: 1.25em;
}
#exhibitor-list .top-of-page {
  margin: 1em 0;
  display: none;
}

div#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  border-color: #8e60a8;
  color: #322746;
  background-color: #aa88be;
  padding: 5px 10px;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
}
div#toTop .totop-text {
  display: none;
}
div#toTop.footer-adjust {
  bottom: 4rem;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
}
div#toTop.copyright-adjust {
  bottom: 8rem;
  transition: bottom 0.5s;
  transition-timing-function: ease-in-out;
}

/*# sourceMappingURL=exhibitor-list.css.map */
