@charset "UTF-8";
h1.page-header {
  position: absolute;
  z-index: -1;
  left: 0;
  max-width: 100%;
  opacity: 0
}
.button.button--back {
  display: block;
  margin-bottom: 20px;
  padding-left: 5px;
  color: #d35400
}
.button.button--back::before {
  content: " ➤";
  display: inline-block;
  -webkit-transform: rotate(180deg) translate(3px,-1.5px);
  -ms-transform: rotate(180deg) translate(3px,-1.5px);
  transform: rotate(180deg) translate(3px,-1.5px);
  -webkit-transition: .3s;
  transition: .3s
}
.button.button--back:hover::before {
  -webkit-transform: rotate(180deg) translate(5px,-1.5px);
  -ms-transform: rotate(180deg) translate(5px,-1.5px);
  transform: rotate(180deg) translate(5px,-1.5px)
}
.ims-exhibitor--full-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.ims-exhibitor--full-view .exhibitor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 20px;
  gap: 20px
}
@media screen and (min-width:768px) {
  .ims-exhibitor--full-view .exhibitor-header {
    padding: 20px 0;
    margin: 0
  }
}
.ims-exhibitor--full-view .exhibitor-header .company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
@media screen and (min-width:576px) {
  .ims-exhibitor--full-view .exhibitor-header .company-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media screen and (min-width:1200px) {
  .ims-exhibitor--full-view .exhibitor-header .company-row {
    gap: 27px
  }
}
@media screen and (max-width:575px) {
  .ims-exhibitor--full-view .exhibitor-header .company-row:has(.exhibitor-logo:not(:empty)) .exhibitor-description h2 {
    text-align: center
  }
}
.ims-exhibitor--full-view .exhibitor-header .booth-row {
  display: block;
  padding: 10px 18px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #3e3e40;
  color: #fff;
  font-size: 14px;
  font-weight: 700
}
@media screen and (min-width:992px) {
  .ims-exhibitor--full-view .exhibitor-header .booth-row {
    padding: 14px 20px;
    font-size: 16px
  }
}
@media screen and (min-width:1400px) {
  .ims-exhibitor--full-view .exhibitor-header .booth-row {
    font-size: 18px
  }
}
.ims-exhibitor--full-view .exhibitor-header .exhibitor-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 27px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 175px;
  max-width: 175px;
  -webkit-box-shadow: 0 0 10px -5px #000;
  box-shadow: 0 0 10px -5px #000
}
.ims-exhibitor--full-view .exhibitor-header .exhibitor-logo:empty {
  display: none
}
.ims-exhibitor--full-view .exhibitor-header .exhibitor-description h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase
}
.ims-exhibitor--full-view h4 {
  margin: 20px 0 10px;
  font-weight: 700
}
@media screen and (min-width:1200px) {
  .ims-exhibitor--full-view h4 {
    margin: 27px 0 12px;
    font-size: 22px
  }
}
.ims-exhibitor--full-view .tags-section:has(.tags):not(:has(span)),
.ims-exhibitor--full-view .tags-section:not(:has(.tags)) {
  display: none
}
.ims-exhibitor--full-view .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 20px;
  padding: 20px 0 10px
}
.ims-exhibitor--full-view .tags span {
  display: block;
  padding: 6px 15px;
  border: 1px solid #3e3e40;
  border-radius: 30px;
  font-size: 14px
}
.ims-exhibitor--full-view .tags span.collapsible {
  display: none
}
.ims-exhibitor--full-view .show-less,
.ims-exhibitor--full-view .show-more {
  display: block;
  margin: 10px auto;
  color: #337ab7;
  background: 0 0;
  border: none
}
.ims-exhibitor--full-view .show-less:hover,
.ims-exhibitor--full-view .show-more:hover {
  color: #23527c
}
.ims-exhibitor--full-view .contact-info .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px
}
.ims-exhibitor--full-view .contact-info h5 {
  font-weight: 700
}
.ims-exhibitor--full-view .contact-info .form-item {
  margin: 0
}
.ims-exhibitor--full-view .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px
}
@media screen and (min-width:1200px) {
  .ims-exhibitor--full-view .website {
    margin-top: 35px
  }
}
.ims-exhibitor--full-view .website a {
  display: block;
  position: relative;
  padding-left: 28px;
  color: #3e3e40
}
.ims-exhibitor--full-view .website a:hover {
  text-decoration: underline
}
.ims-exhibitor--full-view .website a::after,
.ims-exhibitor--full-view .website a::before {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.ims-exhibitor--full-view .website a:before {
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #3e3e40;
  border-radius: 50%
}
.ims-exhibitor--full-view .website a::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background-image: url(../../svg/globe-icon.svg);
  background-size: cover;
  background-repeat: no-repeat
}