:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  border: 5px #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  text-align: left;
  margin-bottom: 10px;
}

a {
  color: #aa381d;
  text-decoration: none;
}

.top-section {
  opacity: 1;
  background-color: #ffffffb0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.logo-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.image {
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-2 {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.date-and-time-container {
  background-color: #6c759421;
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  display: none;
}

.heading-2 {
  opacity: 1;
  direction: ltr;
  text-align: center;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 30px;
  font-style: normal;
  text-decoration: none;
}

.text-block {
  text-align: center;
  background-color: #ffffff7a;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.heading-3 {
  text-align: center;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 7px;
  padding-right: 7px;
}

.divblock-container {
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #ffffffe0;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  width: 33.5795%;
  margin-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
  padding-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 1s cubic-bezier(.749, .071, .953, .451), transform .2s cubic-bezier(.95, .05, .795, .035);
  display: flex;
  box-shadow: 1px 3px 9px -2px #000;
}

.divblock-container:hover {
  transform: scale3d(1none, 1none, 1none) translate(0px, -5px);
  background-color: #fffffff2;
  box-shadow: 2px 6px 13px 2px #000;
}

.button---blue---edged {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #5c87c5;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  align-items: flex-end;
  max-width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0 0% auto -1%;
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.middle-section---column {
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  transition: opacity 2s;
}

.paragraph {
  color: #00000070;
  text-shadow: 1px 0 #000;
  margin: 2px 6px 10px;
  padding-top: 5px;
  padding-left: 3px;
  font-size: 20px;
}

.image-2 {
  text-align: center;
  margin-bottom: 17px;
  padding: 3px;
  display: inline-block;
}

.divblock--image-button-align {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 15vh;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.div-block-blue-main {
  text-align: left;
  background-color: #07355f;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  width: 155px;
  height: 8px;
  margin-left: 4px;
  margin-right: 0;
  padding-top: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.middle-section---heading {
  color: #000;
  border: 4px #000;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(50vh, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: start;
  margin-bottom: 0;
  padding: 7px 0 11px;
  display: flex;
  position: static;
}

.nav-menu {
  padding-left: 0;
}

.navbar {
  background-color: #07355f;
  flex-direction: row;
  align-items: baseline;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.container-nav-bar {
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  transition: background-color .2s;
}

.nav-link:hover {
  color: #fff;
  background-color: #4769a8;
  box-shadow: inset 0 0 3px 2px #000;
}

.nav-link:focus {
  color: #466aa6;
}

.section-footer {
  background-image: linear-gradient(#fff0, #031a2ff2 0%, #000000f2);
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
}

.app-store-image {
  margin-top: 8px;
}

.list {
  padding-top: 0;
}

.header-foot {
  color: #fff;
  padding-top: 9px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
}

.listitem-foot {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.listitem-foot:hover {
  color: #10c72b;
}

.listitem-foot:focus {
  color: #21578c;
  font-weight: 700;
}

.listitem-foot.portrait-phone:hover {
  color: #b1d2f0;
  font-size: 13px;
}

.body {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
}

.body.background {
  background-position: 50% 0;
  background-repeat: repeat-y;
  flex-direction: column;
  display: block;
}

.section---exhibitor---facts {
  clear: none;
  margin-left: 0;
  display: block;
}

.divblock---grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-2"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  padding: 10px;
  display: grid;
}

.dvblock---exhibitors {
  background-color: #ffffffc9;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 0 7px 1px #000;
}

.heading---exhibitors {
  color: #fff;
  text-align: center;
  background-color: #588ccfc7;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 38px;
  line-height: 42px;
}

.text---exhibitors {
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.section-footer-2 {
  opacity: 1;
  background-image: linear-gradient(#fff, gray 5%, #000);
}

.body-2 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
}

.div-block-blue-faqs {
  background-color: #5c87c5;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  flex: 0 auto;
  width: 30px;
  height: 8px;
  margin: 4px 0 10px 4px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.divblock---bullet-points {
  flex-direction: row;
  justify-content: space-around;
  margin: 5px 0;
  display: flex;
}

.dvblock---exhibitors-large {
  background-color: #ffffffc9;
  border-radius: 5px;
  flex-direction: column;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  box-shadow: 0 0 7px #000;
}

.text---exhibitors-large {
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-bottom: -10px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text {
  padding-top: 0;
  display: inline;
}

.text-field-4 {
  cursor: text;
  border-radius: 6px;
  max-width: 50%;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 11px;
  display: block;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.button---blue---edged-register {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #07355f;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  max-width: 200px;
  margin-top: 10px;
  margin-left: -16px;
  padding: 6px 32px 8px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 37% 9%;
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged-register:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.heading-4 {
  text-align: center;
  margin-top: 25px;
  font-size: 70px;
  line-height: 50px;
}

.text-span {
  color: #004f7c;
  border: 1px #000;
  font-size: 71px;
}

.section {
  opacity: 1;
  margin-top: 75px;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.section-for-ex-list {
  margin-top: 18px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.grid-3 {
  grid-column-gap: 0px;
  background-color: #7d9ac4;
  border: 3px #000;
  border-radius: 4px;
  grid-template: "Area-16 Area-13 Area-14 Area-15 Area-12 Area-11 Area-10 Area-9 Area-8 Area-7 Area-6 Area-5 Area-4 Area-3 Area-28 Area Area-17 Area-18 Area-20 Area-2 Area-19 Area-21 Area-22 Area-23 Area-24 Area-25 Area-26 Area-27"
  / 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.75fr;
  place-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  display: block;
}

.textblock-grid {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #07355f;
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-left: 1px #708ae078;
  border-right: 1px #000;
  border-radius: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 0 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
  left: 0;
  box-shadow: 0 0 3px #000;
}

.textblock-grid:hover {
  transform: translate(0, 1px);
  box-shadow: inset 1px 0 4px -1px #12155cfc;
}

.text-block-question {
  text-align: left;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  min-width: auto;
  margin-bottom: 4px;
  margin-left: 3px;
  margin-right: 3px;
  padding-right: 0;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.button---blue---edged-password {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #07355f;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  align-self: center;
  max-width: 200px;
  margin: 9px 2px 8px;
  padding: 5px 34px;
  font-size: 22px;
  text-decoration: none;
  display: block;
  position: static;
  inset: auto 37% 9%;
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged-password:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.text-span-2 {
  color: #5c87c5;
  border: 1px #fdfdfddb;
  border-bottom: 3px solid #5c87c5;
  font-size: 18px;
}

.text-field-reg {
  cursor: text;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: -26px;
  margin-right: 0;
  padding-left: 11px;
  box-shadow: inset 1px 1px 5px -1px #000;
}

.columns-reg {
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.column-2-reg, .column-3-reg {
  text-align: center;
  padding-left: 0;
  padding-right: 10px;
}

.column-1-reg {
  padding-left: 0;
}

.bold-text-3-reg {
  margin-top: 0;
  font-size: 18px;
  display: inline-block;
}

.bold-text-2-reg {
  font-size: 25px;
}

.heading-4-reg {
  text-align: center;
  margin-top: 25px;
  font-size: 70px;
  line-height: 50px;
}

.container-raised-reg {
  opacity: 1;
  background-color: #ffffffc9;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 18px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.text-block-3-reg {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-2-reg {
  margin-top: 8px;
}

.text-block-2-reg {
  text-align: center;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}

.container-raised-password {
  opacity: 1;
  background-color: #ffffffc7;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.text-block-7 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 24px;
  font-weight: 700;
}

.grid-9 {
  grid-row-gap: 0px;
  background-color: #0000;
  border: 3px #000;
  border-radius: 6px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  margin-right: 0;
  padding: 5px 10px;
}

.text-block-state {
  border-radius: 4px;
  width: 5px;
  min-width: 45px;
  max-height: 30px;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: inset 1px 1px 4px -1px #000;
}

.text-field-7 {
  border-radius: 4px;
  width: 50%;
}

.text-block-city {
  border: 1px solid #37457c63;
  border-radius: 4px;
  flex: 0 auto;
  width: 70%;
  max-height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  box-shadow: inset 0 1px 4px -1px #000;
}

.div-block-8 {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 15px;
  display: flex;
}

.text-block-justify-right {
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.div-block-7 {
  flex-flow: row;
  place-content: space-around space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.text-field-6 {
  border: 1px solid #5b72cc69;
  border-radius: 4px;
  max-height: 30px;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 0 1px 4px -1px #000;
}

.select-field-2 {
  border-radius: 4px;
  width: 40%;
}

.text-block-zip {
  text-align: center;
  border-radius: 4px;
  width: 21%;
  max-height: 30px;
  box-shadow: inset 1px 1px 4px -1px #000;
}

.text-block-question-2 {
  text-align: center;
  margin-bottom: 4px;
  margin-left: 0;
  font-weight: 700;
}

.text-block-center-no-border {
  color: #4e538df0;
  text-align: center;
  border-bottom: 2px solid #273ba3db;
  margin-top: 5px;
  margin-bottom: 9px;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.button---blue---edged-apply {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #5c87c5;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  max-width: 200px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left: 10px;
  padding: 6px 32px 8px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 37% 9%;
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged-apply:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.container-5 {
  opacity: 1;
  background-color: #c8cfe485;
  border-radius: 5px;
  margin-bottom: 16px;
  box-shadow: 1px 1px 7px 1px #000;
}

.section-for-ex-list-2 {
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.container-insome-2 {
  margin-top: 7px;
  padding-left: 75px;
  padding-right: 75px;
}

.html-embed-3 {
  background-color: #f7f7fdd9;
  border-radius: 3px;
  box-shadow: 1px 1px 5px -1px #000;
}

.description-text {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  width: 90%;
  margin: 6px 1px 5px 2px;
  padding-top: 0;
  padding-left: 17px;
  padding-right: 0;
  font-size: 15px;
  display: block;
}

.div-block-10 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 98%;
  display: flex;
}

.text-block-33 {
  margin-top: 5px;
  margin-left: 7px;
  padding-left: 0;
  font-size: 15px;
}

.description-heading {
  flex: 1;
  padding-top: 8px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.description-heading._70 {
  flex: none;
  width: 49%;
}

.description-heading.right {
  text-align: right;
  flex: 0 auto;
}

.div-block-19 {
  display: flex;
}

.text-block-34 {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 14px;
  margin-left: 0;
  padding: 5px 3px 5px 9px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-29 {
  clear: none;
  text-align: right;
  flex: none;
  width: 4%;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 1px;
  font-size: 15px;
}

.text-block-32 {
  width: 60%;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 700;
}

.container-raised-description {
  opacity: 1;
  background-color: #ffffffe8;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 13px;
  padding-bottom: 4px;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.div-block-blue-description {
  color: #fff;
  text-align: center;
  background-color: #07355ff2;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  width: 30%;
  height: auto;
  margin: 2px 0 5px 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-weight: 700;
  box-shadow: 2px 2px 4px #000000f0;
}

.div-block-for-ex-list {
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.text-block-center-no-border-2 {
  text-align: center;
  width: 90%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-center-no-border-2.bottom {
  width: 100%;
  margin-bottom: 14px;
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.columns-2 {
  background-color: #0000;
  border: 2px #000;
  border-radius: 3px;
}

.columns-2.top {
  background-color: #7d9ac4;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.textblock-for-lists {
  border-radius: 3px;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 9px;
  margin-left: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  box-shadow: 1px 1px 6px #000;
}

.html-embed-4 {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.section-2 {
  padding-top: 0;
}

.button---blue---edged-additional-name {
  opacity: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #07355f;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  max-width: 250px;
  margin-top: 6px;
  margin-bottom: 4px;
  margin-left: 10px;
  padding: 4px 16px 2px 19px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: auto 37% 9%;
  transform: translate(0);
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged-additional-name:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.link {
  color: #5c87c5;
  cursor: pointer;
}

.textblock-for-lists---registeredit {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 9px;
  margin-left: 7px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  box-shadow: 1px 1px 9px 3px #24344c;
}

.textblock-for-lists---registeredit:hover {
  transform: translate(0, 1px)scale(1.06);
}

.section-3 {
  margin-top: 15px;
  padding-top: 0;
}

.form-7 {
  text-align: center;
}

.section-4 {
  margin-top: 15px;
  padding-top: 10px;
}

.text-span-3 {
  font-size: 20px;
}

.grid-9-attadd-3 {
  grid-row-gap: 0px;
  background-color: #0000;
  border: 3px #000;
  border-radius: 6px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  margin-right: 0;
  padding: 5px 10px;
}

.div-phone-ext {
  display: flex;
}

.text-field-boothqty {
  border-radius: 5px;
  width: 60px;
  max-height: 30px;
  margin-bottom: 5px;
  padding: 1px 5px 0;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.text-field-phone {
  border-radius: 6px;
  width: 300px;
  max-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.text-block-extension {
  align-self: center;
  width: 70px;
  margin-top: 0;
  margin-left: 0;
  margin-right: -13px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 700;
}

.grid-for-contract {
  grid-row-gap: 0px;
  border: 3px #000;
  border-radius: 5px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  margin-top: 0;
  margin-right: 0;
  padding-right: 10px;
}

.div-block-23 {
  text-align: center;
  padding-top: 12px;
}

.text-block-right-contract {
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-field-extension {
  border-radius: 7px;
  width: 100px;
  min-width: 50px;
  max-height: 30px;
  margin-bottom: 5px;
  margin-left: 12px;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.text-block-zip-2 {
  border-radius: 6px;
  width: 22%;
  max-height: 30px;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.text-field-contract {
  border-radius: 6px;
  max-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.div-block-city-state-zip {
  flex-flow: row;
  place-content: space-around flex-start;
  align-items: stretch;
  width: 500px;
  margin-right: 0;
  display: flex;
}

.text-block-50 {
  margin-top: 3px;
  margin-left: 16px;
  font-weight: 700;
}

.text-block-city-2 {
  border-radius: 6px;
  flex: 0 auto;
  width: 70%;
  max-height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 5px;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.text-block-state-2 {
  border-radius: 5px;
  width: 0;
  min-width: 35px;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 6px;
  padding-left: 5px;
  padding-right: 3px;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.text-span-4 {
  font-size: 26px;
  line-height: 20px;
}

._1-image-front {
  text-align: center;
  margin-bottom: 31px;
  padding: 3px;
  display: inline-block;
}

._3-image-front {
  text-align: center;
  margin-bottom: 18px;
  padding: 3px;
  display: inline-block;
}

.divblock-container-faq {
  float: none;
  clear: none;
  opacity: 1;
  background-color: #fff;
  border-radius: 1000% 1000% 0 0;
  flex-flow: row-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: 8vh;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 3px 9px -2px #000;
}

.divblock-container-faq:hover {
  background-color: #fffffff2;
  box-shadow: 2px 6px 13px 2px #000;
}

.button---blue---edged-faq {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #5c87c5;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  flex: 0 auto;
  justify-content: center;
  max-width: 200px;
  margin: 36px 37px 7px 10px;
  padding: 4px 24px 7px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0 0% auto -1%;
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged-faq:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.container-8 {
  display: block;
}

.heading-5 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-left: 30px;
  font-size: 2vw;
  display: block;
}

.section-5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px #000;
  border-radius: 0% 0 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 6vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.form-block-2 {
  margin-bottom: 0;
}

.button---blue---edged-contract {
  opacity: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #07355f;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  max-width: 250px;
  margin-top: 3px;
  margin-bottom: 6px;
  margin-left: 10px;
  padding: 7px 26px;
  font-size: 25px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: auto 37% 9%;
  transform: translate(0);
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---edged-contract:hover {
  background-color: #4769a8;
  transform: translate(0);
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.body-3 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading---contract {
  text-align: center;
  border-style: none;
  margin-top: 16px;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 13px;
  font-size: 60px;
  line-height: 50px;
}

.text-span-5 {
  color: #004f7c;
  border: 1px #000;
  border-radius: 0;
}

.text-state {
  text-align: left;
  flex: none;
  width: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 11px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-for-phone-2 {
  text-align: left;
  flex: 1;
  width: 60%;
  margin-top: 7px;
  margin-bottom: 1px;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-for-contract-2 {
  text-align: left;
  flex: none;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.text-green-center-15 {
  color: green;
  text-align: center;
  font-weight: 700;
}

.text-block-for-extension {
  text-align: left;
  flex: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 2px;
  padding-right: 45px;
  font-size: 15px;
  font-weight: 700;
}

.grid-for-contract-2 {
  grid-row-gap: 0px;
  border: 3px #000;
  border-radius: 17px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / .5fr 1fr;
  margin-top: 8px;
  margin-right: 0;
  padding-right: 10px;
}

.text-block-right-contract-2 {
  text-align: right;
  margin-top: 5px;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-for-contract {
  background-color: #466aa6;
  background-image: linear-gradient(#4d4448, #abadb4 0%, #0f3e75 71%);
  border-radius: 7px;
  margin-top: 9px;
  font-size: 14px;
  line-height: 16px;
}

.text-city {
  text-align: left;
  flex: none;
  width: auto;
  margin-top: 3px;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
}

.contract-rte {
  border: 3px #000;
  border-radius: 11px;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-phone-3 {
  display: flex;
}

.div-block-37 {
  margin-left: 0;
}

.text-block-52 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.text-block-53 {
  text-align: center;
  padding-top: 8px;
}

.text-block-54 {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 14px;
  margin-left: 0;
  padding: 0 3px 5px 9px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-51 {
  text-align: center;
  text-transform: uppercase;
}

.grid-for-contract3 {
  grid-row-gap: 0px;
  border: 3px #000;
  border-radius: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 4px;
}

.text-block-for-contract-3 {
  text-align: left;
  flex: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 700;
}

.body-4 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.text-block-center-no-border-copy-2 {
  text-align: center;
  border-style: none;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.container-raised-contract-2 {
  opacity: 1;
  background-color: #ffffffc4;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.body-5 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50%;
  background-size: cover;
}

.container-insome-3 {
  text-align: center;
  margin-top: 7px;
  padding-left: 75px;
  padding-right: 75px;
}

.text-for-att-list {
  box-shadow: none;
  border-radius: 3px;
  margin-left: 0;
  padding-left: 8px;
  font-weight: 700;
}

.att-list-container-head {
  background-color: #7d9ac4;
  border: 0 #000;
  border-radius: 5px;
  min-height: 30px;
  margin-top: 1px;
  margin-bottom: 5px;
  padding-left: 0;
}

.text-block-center-no-border-3 {
  text-align: center;
  background-color: #ffffffeb;
  border-radius: 4px;
  width: 90%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  box-shadow: 1px 5px 9px -1px #0003;
}

.div-for-att-list-head {
  text-align: center;
  background-color: #07355feb;
  border: 3px #000;
  border-radius: 4px;
  flex: 1;
  min-width: 19%;
  max-width: 20%;
  margin: 0 0 1px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 0;
  box-shadow: 0 4px 6px -1px #000;
}

.div-for-att-list-body-bad {
  background-color: #ffffff6e;
  border: 2px #000;
  border-radius: 2px;
  margin: -2px -1px 0;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 3px 5px -1px #000;
}

.div-for-ex-list-body {
  background-color: #fff8f8b3;
  border: 2px #000;
  border-left: 2px solid #606e9b;
  border-right: 2px solid #606e9bb0;
  border-radius: 4px;
  flex: 1;
  min-width: 33%;
  max-width: 33.3%;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 3px 5px -2px #000;
}

.grid-for-att-list-head {
  grid-column-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: -4px;
  margin-right: -3px;
  padding: 5px 5px 7px;
}

.att-list-container-body {
  border: 3px #000;
  border-radius: 5px;
  min-height: 30px;
  margin-top: -5px;
}

.grid-for-att-list-body {
  grid-column-gap: 0px;
  border: 1px #000;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.container-in-border-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ffffffb0;
  border: 4px #291d6e;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 23px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
  box-shadow: 0 0 6px 1px #000;
}

.text-field-8 {
  border-radius: 3px;
  flex: 0 auto;
  width: 500px;
  max-height: 30px;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 0 0 5px -1px #000;
}

.grid-10 {
  grid-row-gap: 0px;
  background-color: #edf2fc29;
  border: 3px #000;
  border-radius: 8px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  margin-top: 30px;
  margin-right: 0;
  padding-right: 10px;
  box-shadow: 1px 1px 7px -1px #000;
}

.text-block-justify-right-2 {
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 2px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.select-field-3 {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-self: flex-end;
  width: 360px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  padding-bottom: 9px;
  box-shadow: inset 0 0 5px -1px #000;
}

.div-block-39 {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 4px;
}

.text-block-zip-3 {
  border-radius: 3px;
  align-self: center;
  width: 22%;
  max-height: 30px;
  margin-bottom: 3px;
  margin-right: 0;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 0 0 5px -1px #000;
}

.text-block-center-no-border-copy-3 {
  text-align: center;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-city-3 {
  border-radius: 3px;
  flex: 0 auto;
  width: 70%;
  max-height: 30px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 1px 5px 0 10px;
  box-shadow: inset 0 0 5px -1px #000;
}

.text-block-state-3 {
  border-radius: 2px;
  width: 0;
  min-width: 35px;
  max-height: 30px;
  margin-bottom: 3px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 1px 3px 0 2px;
  box-shadow: inset 0 0 5px -1px #000;
}

.text-field-9 {
  border-radius: 4px;
  margin-bottom: 0;
  box-shadow: inset 0 0 5px -1px #000;
}

.text-span-7 {
  color: #004f7c;
}

.text-block-center-no-border-2-attadd3copy {
  text-align: center;
  border-style: none;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-8 {
  color: #004f7c;
}

.body-6 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-size: cover;
}

.grid-for-ex-list-body {
  grid-column-gap: 0px;
  border: 1px #000;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ex-list-container-body {
  border: 3px #000;
  border-radius: 5px;
  min-height: 30px;
}

.ex-list-container-head {
  border: 0 #000;
  border-radius: 5px;
  min-height: 30px;
  margin-top: 1px;
  margin-bottom: 5px;
}

.text-for-ex-list {
  text-align: center;
  padding-left: 0;
  font-weight: 700;
}

.grid-for-ex-list-head {
  grid-column-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.body-7, .body-8 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-size: cover;
}

.body-9 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
}

.container-10 {
  margin-top: 13px;
  margin-bottom: 7px;
  padding-top: 0;
  box-shadow: 1px 1px 7px #000;
}

.image-14 {
  text-align: center;
  margin-left: 236px;
  margin-right: 255px;
}

.body-10 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50%;
  background-size: cover;
}

.heading-maintenance {
  text-align: center;
  align-self: auto;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  font-size: 30px;
}

.body-11 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 0;
  background-size: cover;
}

.container-raised-description-maintenance {
  opacity: 1;
  background-color: #f7f7f7d1;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 44px;
  margin-bottom: 31px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
  box-shadow: 1px 1px 6px #000;
}

.body-12 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50%;
  background-size: cover;
}

.body-13 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.body-14 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-55 {
  text-align: center;
  align-self: center;
  padding-top: 22px;
  padding-bottom: 21px;
  font-size: 40px;
  font-weight: 700;
  line-height: 22px;
}

.text-field-cotchca {
  border-radius: 6px;
  width: 150px;
  max-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.image-16 {
  border: 1px solid #000;
  border-radius: 6px;
  margin-left: 78px;
}

.divblock--image-button-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.button---blue---slider {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  background-color: #5c87c5;
  border: 1.1px solid #d4d4d4e6;
  border-radius: 0 30px;
  justify-content: center;
  max-width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 16%;
  box-shadow: 2px 2px 6px -1px #000000db;
}

.button---blue---slider:hover {
  background-color: #4769a8;
  box-shadow: inset 1px 0 4px #000, 2px 2px 6px -1px #000000db;
}

.div-block-blue-main-slider {
  text-align: left;
  background-color: #5c87c5;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  width: 155px;
  height: 8px;
  margin-left: 12px;
  margin-right: 0;
  padding-top: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.divblock-container---slider {
  opacity: 1;
  color: var(--white);
  background-color: #00000045;
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 0;
  padding: 1px 1px 56px;
  transition: color .5s, background-color .5s ease-in-out;
  display: flex;
  box-shadow: 1px 3px 9px -2px #000;
}

.divblock-container---slider:hover {
  color: var(--black);
  background-color: #ffffffa8;
  transform: none;
  box-shadow: 2px 6px 13px 2px #000;
}

.slide {
  background-image: url('../images/test-background-smaller-mirror.svg'), url('../images/Hands-Shaking-Tech-Image-Smaller.jpg');
  background-position: 50% 0, 50% 72%;
  background-size: cover, 100vw 190%;
}

.heading---slider-main {
  align-self: flex-start;
  max-width: 139.875vw;
  margin-bottom: 3px;
  margin-left: 6px;
  padding-left: 9px;
}

.paragraph-3 {
  border-radius: 0;
  align-self: center;
  max-width: 70vw;
  margin-top: 4px;
  padding-top: 7px;
  padding-left: 17px;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}

.paragraph-3:hover, .paragraph-3:focus {
  text-shadow: none;
}

.icon-3 {
  border: 1px #000;
}

.slide-2 {
  background-image: url('../images/Exhibitor-Booth-Blurred-Image-smaller.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Seminar-Sitting-Explore-smaller.jpg');
  background-position: 50% 5%;
  background-size: 100vw 70vh;
}

.paragraph-4 {
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container-11 {
  background-color: #ffffff8a;
  border-radius: 4px;
  margin-top: 0;
  padding-left: 0;
  transform: translate(0);
  box-shadow: 1px 1px 7px -1px #000;
}

.section-8 {
  background-color: #0000;
  background-image: linear-gradient(#8f8f8f69, #cbd6e663);
  margin-top: 0;
  margin-bottom: -6px;
  padding-top: 42px;
  padding-bottom: 0;
}

.mask {
  box-shadow: 0 5px 20px 1px var(--black);
}

.slider {
  border-top: 4px solid #b2c2dfab;
  border-radius: 2px;
}

.div-block---slider-center {
  align-self: center;
}

.image-17 {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  margin-left: 50px;
  padding-left: 0;
}

.text-block-question-forgot-password {
  text-align: left;
  min-width: auto;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 0;
  font-style: normal;
  font-weight: 700;
}

.text-span-9 {
  color: #004f7c;
}

.div-block-41, .body-15 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 0;
  background-size: cover;
}

.section-9 {
  flex-direction: row;
  margin-top: 6px;
  display: flex;
}

.div-block-blue-target-market {
  text-align: left;
  background-color: #5c87c5;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  width: 155px;
  height: 8px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 0;
  padding-top: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.heading-target-market {
  color: #000;
  border: 4px #000;
  border-radius: 0;
  flex: 0 auto;
  margin: 20px 0 0;
  padding-left: 6px;
  font-size: 30px;
}

.divblock-target-market {
  opacity: 1;
  background-color: #ffffffb8;
  border-radius: 0 0 4px 4px;
  flex-direction: column-reverse;
  flex: 1;
  align-self: flex-start;
  margin: 1px 0 2px 2px;
  padding-bottom: 10px;
  padding-left: 3px;
  transition: opacity 1s cubic-bezier(.749, .071, .953, .451), transform .2s cubic-bezier(.95, .05, .795, .035);
  display: flex;
  box-shadow: 1px 3px 9px -2px #000;
}

.divblock-target-market:hover {
  background-color: #fffffff2;
  transform: none;
  box-shadow: 2px 6px 13px 2px #000;
}

.text---exhibitors-large-copy {
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 3px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-blue-bullet {
  background-color: #5c87c5;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  flex: 0 auto;
  width: 30px;
  height: 8px;
  margin: 4px 0 6px 3px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.divblock---bullet-points-target-market {
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  margin: 5px 0;
  display: flex;
}

.text-span-10 {
  font-weight: 700;
}

.tab-seminar {
  background-color: #7d9ac4a6;
  border-left: .5px solid #4e49497a;
  border-right: .5px solid #00000075;
  border-radius: 14px 14px 0 0;
  flex-flow: row-reverse;
  flex: 1;
  place-content: flex-start space-between;
  align-items: center;
  display: flex;
}

.tab-seminar.w--current {
  text-align: center;
  background-color: #7d9ac4b3;
  border-bottom: 1px solid #000;
  border-left-width: 1px;
  border-left-color: #333131d9;
  border-right-width: 1px;
  border-right-color: #000000d1;
  border-radius: 14px 14px 0 0;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: flex;
  transform: none;
  box-shadow: 0 -1px 4px #000;
}

.tabs {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  display: block;
}

.text-block-60 {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  overflow: visible;
}

.tabs-menu {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.text-block-59 {
  flex: 1;
  font-size: 16px;
}

.div-block-47 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  display: block;
}

.div-block-list-tab {
  flex-wrap: wrap;
  margin-top: 14px;
  display: flex;
}

.text-block-61 {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
}

.text-block-62 {
  text-align: center;
  flex: 1;
  font-size: 15px;
  font-weight: 700;
}

.floorplan-whole {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.div-block-row {
  flex: 0 auto;
  width: 45.3px;
  margin-top: 0;
}

.div-block-isle {
  flex: 0 auto;
  width: 45.3px;
}

.div-block-empty-booth {
  background-color: var(--white);
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 45.3px;
  display: flex;
}

.div-block-taken-booth {
  background-color: #394c6e;
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 45.3px;
  display: flex;
}

.div-block-blank-space {
  background-color: #0000;
  width: 45.3px;
  height: 45.3px;
  font-size: 13px;
}

.text-block-booth-taken {
  color: snow;
  text-align: center;
  width: 24px;
  height: 24px;
  padding: 1px;
  font-size: 13px;
}

.text-block-booth-empty {
  color: #5776a1;
  text-align: center;
  padding: 1px;
  font-size: 13px;
}

._3-isle-divblock {
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

._2-isle-divblock {
  display: flex;
}

.section-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divblock-floorplan-background {
  background-color: #dfe7ee;
  background-image: none;
  background-size: auto;
  border: 2.5px solid #000;
  border-radius: 5px;
  width: 1496px;
  height: 1500px;
}

.div-block-52 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 76px;
  display: flex;
}

.div-block-53 {
  height: 156px;
}

.heading-6 {
  text-align: left;
  margin-top: 10px;
  font-size: 21px;
}

.div-block-54 {
  padding-left: 30px;
}

.heading-7 {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 36px;
}

.div-block-55 {
  margin-left: 0;
  padding-left: 30px;
}

.text-block-63, .text-block-64 {
  padding-left: 10px;
}

.container-12 {
  background-color: #ffffffcf;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 1px 5px 10px;
  box-shadow: 1px 1px 3px #000;
}

.heading-8 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 1px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 4px;
}

.heading-10 {
  border-bottom: 2px solid #000;
  margin: 0 -6px 3px;
}

.text-span-11 {
  color: #4973af;
}

.heading-11 {
  color: #b14141e6;
  text-align: center;
  margin-top: 18px;
}

.section-11 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-blank-space-isle-large {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 76.3px;
  font-size: 13px;
  display: flex;
}

.div-block-taken-booth-12ft {
  background-color: #394c6e;
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 45.3px;
  display: flex;
}

.div-block-booth-empty-12ft {
  background-color: #0000;
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 45.15px;
  display: flex;
}

.div-block-blank-space-isle-12ft {
  background-color: #0000;
  width: 45.3px;
  height: 45.3px;
  font-size: 13px;
}

.div-block-isle-2 {
  width: 45.3px;
}

.div-block-56 {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 3px;
  align-self: center;
  display: flex;
  box-shadow: 0 1px 6px 3px #0003;
}

.div-block-58 {
  padding: 4px 3px;
  display: flex;
}

.div-block-59 {
  background-color: #394c6e;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.text-block-65 {
  padding-left: 3px;
  font-size: 15px;
  font-weight: 700;
}

.div-block-60 {
  padding: 2px 5px;
}

.div-block-61 {
  background-color: #ffffffb8;
  padding: 3px;
}

.yellow-pillar {
  background-color: #fff983;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
}

.empty-booth {
  background-color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.empty-booth-12ft {
  background-color: #9db8e7;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.divblock-floorplan-background-copy {
  background-image: url('../images/Hall-E-detailed-booth-floorplan-short-01.png');
  background-position: 0 0;
  background-size: cover;
  border: 2.5px solid #000;
  border-radius: 5px;
  width: 976px;
  height: 1755px;
}

.heading-12 {
  justify-content: center;
  margin-top: 13px;
  margin-bottom: 0;
  display: flex;
}

.section-13 {
  height: 30vh;
}

.section-14 {
  height: 10vh;
}

.heading-13 {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 11px;
  padding-right: 0;
}

.section-15 {
  text-align: center;
  background-image: repeating-linear-gradient(#fff0, #ffffff29 19%, #aec3e269 55%, #ffffff30 81%, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 2px;
  display: flex;
}

.div-block-62 {
  align-self: stretch;
}

.heading-14 {
  color: #070403;
  margin-top: -1px;
  margin-bottom: 1px;
  padding-top: 1px;
  font-size: 20px;
}

.div-block-63 {
  justify-content: space-around;
  margin-bottom: 0;
  display: flex;
}

.heading-15 {
  color: #000;
  margin-top: -3px;
  margin-bottom: 0;
  font-size: 16px;
}

.image-18 {
  background-color: #ffffffbd;
  border-radius: 10px;
  box-shadow: 1px 1px 7px -1px #000000bf;
}

.image-19 {
  background-color: #ffffffb8;
  border-radius: 10px;
  margin-right: 0;
  padding: 7px 8px;
  box-shadow: 1px 1px 7px -1px #000000c4;
}

.image-20 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 73%;
  margin-left: 40px;
  margin-right: 40px;
  padding: 7px;
  box-shadow: 1px 1px 7px -1px #000000d1;
}

.div-block-64 {
  z-index: 1;
  background-color: #0000;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
}

.div-block-65 {
  background-color: #0000;
  border-radius: 5px;
  align-self: flex-end;
  margin-right: 0;
}

.div-block-66 {
  align-self: flex-end;
  margin-top: 0;
  margin-left: 0;
}

.heading-16 {
  margin-top: -3px;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-67 {
  justify-content: center;
  align-self: center;
  width: 100vw;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 37px 0 0;
  display: flex;
}

.div-block-68 {
  flex: none;
  min-width: 550px;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.link-block {
  color: #0e0604;
}

.text-block-55-copy {
  text-align: center;
  align-self: center;
  padding-top: 22px;
  padding-bottom: 21px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.phonehead2 {
  color: #2d1352;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 0;
  line-height: 44px;
}

.textblocksponsor {
  text-align: center;
  margin-top: -3px;
  margin-bottom: 6px;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.container-insome {
  text-align: center;
  flex-direction: column;
  margin-top: 7px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.link-block-2 {
  background-color: #d4d2d3;
  flex-direction: column;
  width: 80%;
  margin-top: 3px;
  display: flex;
  position: relative;
  left: 170px;
  right: 6px;
}

.text-ex-list {
  margin-left: 73px;
  padding-top: 4px;
  padding-left: 146px;
  font-weight: 700;
  position: relative;
  top: -13px;
  left: -200px;
}

.text-block-center-no-border-4 {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.text-block-top-equip {
  text-align: center;
  border: 2px solid #000;
  margin-top: -2px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.form-with-border {
  text-align: center;
  border: 3px solid #000;
  border-radius: 10px;
  margin-left: 2px;
  margin-right: -42px;
  padding-left: 25px;
}

.form-6 {
  margin-left: 271px;
  margin-right: 11px;
  padding-right: 19px;
}

.text-field-10 {
  width: 50%;
  margin-top: -1px;
}

.submit-button-8 {
  margin-left: 72px;
  display: block;
}

.html-embed {
  margin-top: -64px;
  margin-bottom: 1px;
  padding-top: 0;
}

.navbar-expack {
  background-color: #1570cc;
}

.container-nav-bar-ex-pack {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 0;
  display: flex;
}

.nav-link-ex-pack {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px solid #000;
  border-radius: 2px;
  margin-top: 0;
  margin-left: 0;
  padding: 6px 5px 8px;
  font-size: 13px;
  transition: opacity .2s;
}

.nav-link-ex-pack:hover {
  color: #68f068;
}

.nav-link-ex-pack:active {
  color: #f08768;
}

.nav-link-ex-pack:focus {
  color: #ec0509;
}

.heading-17 {
  text-align: center;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 31px;
  line-height: 34px;
}

.text-block-24 {
  text-align: center;
}

.text-center-bold-15 {
  text-align: center;
  margin-bottom: 3px;
  padding-top: 21px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-field-11 {
  margin-top: -9px;
}

.submit-button-5 {
  border-radius: 7px;
  margin-top: -16px;
  margin-left: 220px;
}

.field-label-3 {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
}

.text-field-12 {
  margin-top: 0;
}

.textarea {
  margin-bottom: 25px;
  padding-bottom: 100px;
}

.text-block-headng-border-centered {
  text-align: center;
  border: 3px solid #000;
  border-radius: 6px;
  margin: 10px 140px 10px 141px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.bold-text-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.form-block-7 {
  border: 3px solid #000;
  border-radius: 5px;
}

.checkbox-field-2 {
  margin-left: 1px;
}

.checkbox-label-3 {
  margin-left: 10px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-32 {
  border: 3px #000;
  border-radius: 8px;
  justify-content: center;
  display: flex;
}

.form-9 {
  margin-top: 8px;
}

.form-block-6 {
  background-color: #ffffffe6;
  border-width: 1px;
  border-color: #414141d6;
  margin-top: 2px;
  margin-left: 140px;
  margin-right: 140px;
  box-shadow: 1px 1px 5px -1px #000;
}

.submit-button-10 {
  text-align: center;
  border-radius: 7px;
  margin-top: 14px;
  margin-left: 0;
}

.div-block-33 {
  margin-top: 23px;
}

.image-12 {
  margin-left: 191px;
}

.navbar-expack-2 {
  background-color: #4730af;
}

.text-block-27 {
  color: #df1616;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 700;
}

.container-in-border {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  border: 4px solid #291d6e;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.div-block-cattegories {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.cells-in-cats {
  text-align: center;
  background-color: #ffffffd6;
  border: 2px solid #000;
  border-radius: 6px;
  width: 25%;
  margin-bottom: 3px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}

.div-block-50 {
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.text-block-3 {
  text-align: center;
  flex: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 13px;
  margin-left: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: 700;
}

.text-field-equip-qty {
  text-align: center;
  border: 2px solid #000;
  width: 50px;
  min-width: auto;
  height: auto;
  margin: auto 13px;
  padding: 10px 2px 10px 0;
}

.div-block-14 {
  text-align: center;
  border: 2px solid #000;
  width: 75%;
  margin-left: 0;
  display: inline-block;
}

.form-block-8 {
  margin-bottom: 0;
}

.text-block-equip-left {
  text-align: left;
  border: 2px solid #000;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-weight: 700;
  overflow: auto;
}

.form-3 {
  border: 1px solid #000;
}

.submit-button-6 {
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 8px 23px 8px 22px;
}

.text-block-hold-qty {
  border: 2px solid #000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #000;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 4fr .5fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.text-block-with-border {
  text-align: center;
  background-color: #c3c2c7;
  border: 3px solid #000;
  border-radius: 3px;
  flex: 1;
  margin: -1px -2px -1px -1px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
}

.image-22 {
  float: left;
  text-align: center;
  display: block;
}

.text-block-5 {
  text-align: left;
  border: 3px #000;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
}

.form-block-4 {
  margin-top: 24px;
}

.field-label-4 {
  font-size: 16px;
}

.div-block-18 {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 14px;
  margin-left: 259px;
  display: flex;
}

.field-label-6 {
  margin-left: 1px;
}

.checkbox-field {
  margin-left: 17px;
}

.checkbox-label {
  margin-bottom: -3px;
  padding-bottom: 7px;
}

.container-23 {
  border: 3px solid #000;
  border-radius: 6px;
  margin-top: 50px;
}

.div-block-102 {
  justify-content: center;
  display: flex;
}

.div-block-phone {
  flex: 0 auto;
  align-self: flex-start;
  width: 20%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 0;
}

.text-block-21 {
  text-align: center;
  justify-content: center;
  height: 60px;
  font-weight: 700;
  display: flex;
}

.text-block-top-equip-copy {
  text-align: center;
  border: 2px #000;
  margin-top: -2px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-span-12 {
  text-align: center;
}

.column-8 {
  clear: right;
  text-align: center;
  top: 27px;
  right: 91px;
}

.text-red-14 {
  color: #e54a4c;
  font-weight: 700;
}

.image-9 {
  float: right;
  clear: right;
}

.text-block-4 {
  text-align: center;
  background-color: #c1cdd3;
  border: 3px solid #000;
  border-radius: 7px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.container-top-banner {
  text-align: center;
}

.div-block-17 {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.cells-in-sub-cats {
  text-align: center;
  background-color: #fff;
  border: 1px solid #363636ba;
  border-radius: 4px;
  flex: 0 auto;
  margin-left: 0;
  padding-left: 27px;
  padding-right: 27px;
  font-weight: 700;
  box-shadow: 0 2px 7px -2px #000;
}

.checkbox-sub {
  margin-top: 15px;
}

.submit-button-11 {
  text-align: center;
  border: 1px solid #000;
  border-radius: 9px;
  margin-top: 13px;
  margin-left: 0;
}

.html-embed-7 {
  text-align: left;
}

.grid-11-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #000;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 4fr .5fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.text-block-equip2 {
  border: 2px solid #000;
  width: 42px;
  min-width: 40px;
  height: 40px;
  margin-top: -2px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-15 {
  border: 2px #000;
}

.text-block-19 {
  border: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.html-embed-8 {
  justify-content: center;
  display: flex;
}

.attendee-search-heading-copy {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 19px;
}

.div-block-attendee-last-name-copy {
  border: 1px #000;
  border-bottom: 2px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex: none;
  align-self: stretch;
  width: 22%;
  min-height: 10px;
}

.exbadge-exprince-list-items-copy {
  text-align: center;
  border: 1px #000;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 1px;
  font-weight: 700;
  display: block;
}

.div-block-attendee-blue-name-badgepy {
  background-color: #a1bee959;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 16%;
  min-height: 15px;
}

.div-block-speaklist-copy-copy {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-100 {
  margin-left: 0;
  padding-left: 0;
}

.container-16 {
  background-color: #fff7f7ba;
  border: 2.5px solid #464646e3;
  border-radius: 4px;
  padding-bottom: 0;
  box-shadow: 2px 2px 6px -2px #000;
}

.div-block-attendee-company-copy {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: stretch;
  width: 30.1%;
  min-height: 10px;
}

.div-block-speaklist-registered-last-name {
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 17.5%;
  min-height: 15px;
}

.heading-10-copy {
  background-color: #7d9ac46e;
  background-image: linear-gradient(#7d9ac4a1, #dfe8f8 89%);
  border-top: 1px solid #000;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 7px;
  font-size: 25px;
  text-decoration: underline;
}

.attendee-reg-text-block-small {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
}

.div-block-speaklist-copy {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-attendee-first-name-copy-copy {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: stretch;
  width: 16%;
  min-height: 10px;
}

.div-block-attendee-blue-company-badges {
  background-color: #a1bee959;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 33.1%;
  min-height: 15px;
}

.attendee-reg-text-block {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  overflow: auto;
}

.div-block-attendee-blue-register {
  background-color: #dfe8f8;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 14%;
  min-height: 15px;
}

.section-16 {
  margin-top: 26px;
  margin-bottom: 20px;
}

.attendee-search-heading-copy-2 {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 19px;
}

.attendee-search-heading-copy-3 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 19px;
}

.div-block-attendee-register {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: stretch;
  width: 14%;
  min-height: 10px;
}

.text-block-with-border-copy {
  text-align: center;
  background-color: #c3c2c7;
  border: 3px solid #000;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  width: auto;
  margin: -1px -1px -1px 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.div-block-attendeestatus-title {
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 19.5%;
  min-height: 15px;
}

.exbadges-centered {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.div-block-attendee-status-copy {
  border: 1px #000;
  border-bottom: 2px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex: none;
  align-self: stretch;
  width: 19.5%;
  min-height: 10px;
}

.text-block-center-no-border-copy {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.container-24 {
  padding-top: 12px;
}

.column-3 {
  text-align: center;
}

.div-block-15 {
  background-color: #9d9da3;
  width: 100%;
}

.div-block-for-cc-form {
  border: 6px solid #210e74;
  width: 700px;
  margin-top: 33px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.image-3 {
  text-align: center;
}

.section-17 {
  min-height: 6vh;
}

.textblockroot {
  color: #2d1352;
  text-align: center;
  margin-bottom: 7px;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.textblockroot.green {
  color: #49802c;
  padding-top: 10px;
}

.textblockroot.blue {
  color: #2f00ff;
  padding-top: 10px;
  font-size: 18px;
}

.textblockroot.orange {
  color: #ca6837;
  padding-top: 10px;
  font-size: 18px;
}

.div-block-round-images {
  margin-left: 100px;
  margin-right: 83px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-10 {
  margin-top: 11px;
  margin-left: -90px;
}

.columns-3 {
  margin: 10px -10px -13px 9px;
}

.image-11 {
  clear: none;
  display: inline-block;
}

.text-block-topexvite {
  color: #fff;
  text-align: center;
  background-color: #2483b1;
  border: 4px solid #000;
  width: 100%;
  margin: 0 7px 0 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-exvite-cats {
  border: 3px solid #000;
  margin: -10px -3px 0 -20px;
  padding-top: 10px;
  padding-bottom: 11px;
}

.body-16 {
  text-align: center;
}

.exbadge-exprince-list-items {
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0 10px 8px;
  font-weight: 700;
  display: flex;
}

.html-embed-9 {
  justify-content: center;
  margin-top: 13px;
  margin-bottom: -11px;
  display: flex;
}

.exbadge-exprince-heading {
  text-align: center;
  border: 1px solid #000;
  flex: 1;
  margin-top: 0;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-4 {
  margin-bottom: 12px;
  display: inline-block;
}

.container-25 {
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 5px;
}

.ex-badges-gray-box {
  text-align: center;
  background-color: #c3c2c7;
  border: 1px solid #000;
  border-width: 1px 2px;
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
}

.div-grid {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-91 {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  display: flex;
}

.text-block-center-no-border-copy-4 {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.div-block-95 {
  height: .5%;
}

.div-block-96-copy {
  height: .5%;
  display: none;
}

.div-block-93 {
  align-self: stretch;
  margin-bottom: 0;
}

.submit-button-4 {
  text-align: center;
  border: 1px solid #000;
  border-radius: 11px;
  width: 90px;
  margin-top: 15px;
  margin-bottom: 16px;
}

.text-block-state-4 {
  width: 0;
  min-width: 35px;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 6px;
  padding-left: 5px;
  padding-right: 3px;
}

.div-block-94 {
  padding-left: 5px;
}

.form-18 {
  border: 1px solid #969696d9;
  border-radius: 5px;
  padding-top: 18px;
  box-shadow: 0 1px 16px -5px #000;
}

.text-block-right-contract-copy-2 {
  text-align: right;
  margin-top: 7px;
  padding-top: 5px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
}

.text-field-13 {
  max-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 0;
}

.div-block-city-state-zip-2 {
  flex-flow: row;
  place-content: space-around flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-right-contract-copy-3 {
  text-align: right;
  margin-top: 7px;
  padding-top: 3px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.div-block-92 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-city-4 {
  flex: 0 auto;
  width: 70%;
  max-height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 5px;
}

.form-block-11 {
  margin-bottom: 0;
}

.text-block-zip-4 {
  width: 22%;
  max-height: 30px;
}

.field-label-11 {
  text-align: right;
  font-size: 16px;
}

.div-block-90 {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  width: 50%;
  margin-top: 6px;
  display: flex;
}

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

.text-field-17 {
  margin-top: 11px;
  padding-top: 0;
}

.submit-button-4-copy {
  text-align: center;
  border: 1px solid #000;
  border-radius: 11px;
  align-self: center;
  width: 90px;
  margin-top: 15px;
  margin-bottom: 16px;
}

.div-block-88 {
  justify-content: center;
  display: flex;
}

.textarea-2 {
  margin-top: 14px;
}

.text-block-center-no-border-copy-5 {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.container-19 {
  border: 3px solid #000;
  border-radius: 13px;
  margin-top: 23px;
  padding-left: 7px;
  padding-right: 7px;
}

.div-block-89 {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-self: stretch;
  width: 25%;
  margin-top: -11px;
  padding-right: 11px;
  display: flex;
}

.submit-button-7 {
  text-align: center;
  display: inline-block;
}

.attendee-reg-text-block-copy {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding: 7px 2px;
  font-size: 16px;
  overflow: auto;
}

.attendee-reg-text-block-blep {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 8px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  overflow: auto;
}

.div-block-speaklist-registered-copy-copy {
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 17.5%;
  min-height: 15px;
}

.container-16-copy {
  border: 2.5px solid #464646e3;
  border-radius: 4px;
  margin-top: 14px;
  padding-bottom: 0;
}

.div-block-attendee-register-copy {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: stretch;
  width: 14%;
  min-height: 10px;
}

.div-block-speaklist-copy-copy-copy {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.attendee-search-heading-copy-4 {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
}

.heading-10-copy-copy {
  background-color: #7d9ac46e;
  background-image: linear-gradient(#7d9ac4a1, #dfe8f8 89%);
  border-top: 1px solid #000;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 7px;
  font-size: 22px;
  text-decoration: underline;
}

.text-span-9-copy {
  font-size: 16px;
}

.div-block-attendee-first-name-copy {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: stretch;
  width: 19.5%;
  min-height: 10px;
}

.attendee-reg-text-blue-block-copy {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
}

.attendee-search-heading-copy-5 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-attendee-last-name-copy-2 {
  border: 1px #000;
  border-bottom: 2px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex: none;
  align-self: stretch;
  width: 17.5%;
  min-height: 10px;
}

.attendee-reg-text-block-copy-2 {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  overflow: auto;
}

.div-block-attendee-status {
  border: 1px #000;
  border-bottom: 2px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex: none;
  align-self: stretch;
  width: 16%;
  min-height: 10px;
}

.div-block-attendee-blue-register-copy {
  background-color: #dfe8f8;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 14%;
  min-height: 15px;
}

.div-block-attendee-blue-company-copy {
  background-color: #a1bee959;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 33%;
  min-height: 15px;
}

.persons-that-match-copy {
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 20px;
}

.div-block-attendeestatus-copy {
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 16%;
  min-height: 15px;
}

.div-block-attendee-company-copy-2 {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: stretch;
  width: 33%;
  min-height: 10px;
}

.div-block-attendee-blue-name-copy {
  background-color: #a1bee959;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 19.5%;
  min-height: 15px;
}

.text-field-18 {
  margin-right: -3px;
  display: inline-block;
}

.text-block-equip-left-copy {
  text-align: left;
  border: 2px solid #000;
  margin-top: -5px;
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-weight: 700;
  overflow: auto;
}

.text-block-top-equip-copy-2 {
  text-align: center;
  border: 2px solid #000;
  margin-top: -2px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.grid-for-cc-form-copy {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border: 3px #000;
  grid-template: "Area Area Area Area Area"
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1.25fr 1.25fr 1fr;
}

.text-block-2-copy {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 14px;
  margin-left: 0;
  padding: 0 3px 5px 9px;
  font-size: 15px;
  font-weight: 700;
}

.div-block-for-cc-form-copy {
  border: 6px solid #210e74;
  width: 700px;
  margin-top: 33px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.text-block-with-border-copy-2 {
  text-align: center;
  background-color: #c3c2c7;
  border: 3px solid #000;
  border-radius: 3px;
  flex: 1;
  margin: -1px -2px -1px -1px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
}

.container-13 {
  padding: 0 120px;
}

.div-block-104 {
  border: 5px solid #210e74;
  margin-top: -1px;
}

.heading-18 {
  font-size: 15px;
}

.form-15 {
  grid-column-gap: 11px;
  grid-row-gap: 3px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 11px;
  padding-right: 11px;
  display: grid;
}

.field-credit-card {
  padding-right: 0;
}

.body-17 {
  text-align: center;
}

.warning {
  color: #b63939;
  text-align: center;
  border: 3px solid #000;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 28px;
  line-height: 34px;
}

.div-block-31, .image-23 {
  text-align: center;
}

.contract-form-holder {
  justify-content: flex-start;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 0;
  display: flex;
}

.contract-form-left {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  margin-top: -4px;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 0;
  display: flex;
}

.contract-form-right {
  flex: 1;
  align-self: stretch;
  padding-left: 3px;
}

.input-holder {
  flex: 0 auto;
  align-self: flex-end;
}

.contract-form-left-copy {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 41px;
  display: flex;
}

.div-block-105 {
  align-self: center;
  padding-left: 11px;
}

.link-11 {
  color: #d02222;
  text-decoration: underline;
}

.text-block-right-contract-copy {
  text-align: right;
  text-align: right;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-block-right-contract-copy-copy {
  text-align: right;
  flex: 1;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.div-holder-attsearch3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  transform: translate(0);
}

.attsearch3-left {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  padding-left: 17px;
  display: flex;
}

.attsearch3-right {
  flex: 1;
  align-self: flex-end;
  padding-left: 3px;
  padding-right: 17px;
}

.container-att-reg {
  background-color: #ffffff87;
  border-radius: 5px;
  justify-content: center;
  margin-top: 11px;
  margin-bottom: 11px;
  display: flex;
  box-shadow: 1px 1px 7px -1px #000;
}

.container-27 {
  margin-top: 2px;
  padding-top: 11px;
}

.div-block-106 {
  flex-direction: row;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-107 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  padding-left: 31px;
  padding-right: 7px;
  display: flex;
}

.div-block-108 {
  flex: 1;
  padding-top: 4px;
  padding-right: 14px;
}

.div-block-109 {
  justify-content: center;
  display: flex;
}

.div-block-110 {
  flex: 1;
  margin-right: 0;
}

.section-18 {
  justify-content: center;
  display: flex;
}

.link-12 {
  margin-top: -10px;
  margin-bottom: -10px;
  display: block;
}

.container-28 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.div-block-111 {
  background-color: #d31818;
  height: auto;
}

.heading-19 {
  color: #fff;
  text-align: center;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-2-reg-copy {
  font-size: 45px;
}

.text-block-2-reg-copy {
  color: #333;
  text-align: center;
  flex: 0 auto;
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}

.text-span-14 {
  color: #d62323;
}

.text-span-15 {
  object-fit: none;
  object-position: 0% 0%;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  text-decoration: none;
  display: inline;
}

.text-span-16 {
  color: #ff2f2f;
}

.text-span-17 {
  color: #ff2828;
  font-size: 25.56px;
}

.right-longtext {
  text-align: left;
  width: 450px;
  font-weight: 700;
}

.right-text {
  text-align: left;
  flex: 0 auto;
}

.up-down-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.left-right-holder {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0;
  display: flex;
}

.left-head {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  padding-left: 0;
  padding-right: 14px;
  font-size: 15px;
  display: flex;
}

.container-in-border-4 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ffffffd4;
  border: 4px #291d6e;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 8px -2px #000;
}

.text-block-center-no-border-copy-6 {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.text-block-center-no-border-copy-7 {
  text-align: center;
  background-color: #d4ddf38f;
  border-style: none;
  border-color: #414141b8;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  box-shadow: 0 4px 12px -6px #000;
}

.text-left {
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.body-18 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 15%;
  background-repeat: repeat;
  background-size: cover;
}

.container-in-border-5 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ffffffd6;
  border: 4px #291d6e;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
  box-shadow: 2px 3px 10px -5px #000;
}

.text-block-center-no-border-5 {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.textblock-shiping {
  text-align: left;
  margin-top: 14px;
  padding-bottom: 4px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 15px;
  font-weight: 700;
}

.body-19 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 50% 0;
  background-size: cover;
}

.container-in-border-6 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ffffffad;
  border: 1px solid #37363c;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
  box-shadow: 4px 4px 8px -4px #000;
}

.text-block-58 {
  text-align: left;
  margin-right: 15px;
  padding-left: 20px;
  font-size: 16px;
}

.form-12 {
  display: inline;
}

.field-label-7 {
  padding-left: 20px;
  padding-right: 15px;
  display: inline;
}

.text-field-14 {
  max-width: 100px;
  margin-left: 17px;
  padding-left: 5px;
  display: inline;
}

.submit-button-14 {
  border-radius: 10px;
  margin-left: 20px;
  display: inline;
}

.body-20 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-cal-input-closed {
  color: #1b191a;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  font-size: 16.5px;
  font-weight: 700;
}

.text-cal-input-open {
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  font-size: 16.5px;
  font-weight: 700;
}

.div-calander-input-open {
  background-color: #198620;
  border-top: 3px solid #000;
  border-bottom: 2px #000;
  border-left: 2px solid #000;
  border-right: 3px solid #000;
  border-radius: 0;
  margin: -2px -1px 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.text-heading-cal-input {
  text-align: center;
  padding-left: 0;
  font-size: 17px;
  font-weight: 700;
}

.div-calander-input-closed {
  background-color: #861930;
  border-top: 3px solid #000;
  border-bottom: 2px #000;
  border-left: 2px solid #000;
  border-right: 3px solid #000;
  border-radius: 0;
  margin: -2px -1px 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.div-calander-input-date {
  background-color: #0000;
  border-top: 3px solid #000;
  border-bottom: 2px #000;
  border-left: 2px #000;
  border-right: 3px solid #000;
  border-radius: 0;
  margin: -2px -1px 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.grid-for-ex-list-body-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 2px solid #000;
  border-left-width: 3px;
  border-radius: 5px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-cal-input {
  text-align: center;
  background-color: #0000;
  padding-left: 0;
  font-weight: 700;
}

.div-heading-calander-input {
  background-color: #0000;
  border-top: 2px solid #000;
  border-bottom: 2px #000;
  border-left: 2px solid #000;
  border-right: 3px solid #000;
  border-radius: 0;
  margin: -2px -1px 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.input-calendar-container-body {
  border: 1px #0000006e;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  min-height: 30px;
  display: flex;
}

.div-for-ex-list-body-2 {
  background-color: #0000;
  border-top: 2px solid #000;
  border-bottom: 2px #000;
  border-left: 2px solid #000;
  border-right: 3px solid #000;
  border-radius: 1px;
  flex: 1;
  max-width: 100%;
  margin: -2px 0 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.div-for-calendar {
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-style: none;
  border-radius: 0;
  margin: -2px -1px 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.seminars-blue-band {
  color: #fff;
  background-color: #8c9aaf;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 14px;
}

.button-5 {
  color: #fff;
  background-color: #8c9aaf;
  border: 3px solid #7d9ac4;
  border-radius: 8px;
  margin-left: -7px;
  margin-right: -8px;
  padding: 3px 5px;
  font-size: 11px;
}

.tab-seminar-2 {
  background-color: #7d9ac4a6;
  border-left: .5px solid #4e49497a;
  border-right: .5px solid #00000075;
  border-radius: 14px 14px 0 0;
  flex-flow: row-reverse;
  flex: 1;
  place-content: flex-start space-between;
  align-items: center;
  display: flex;
}

.tab-seminar-2.w--current {
  text-align: center;
  background-color: #8c9aaf;
  border-bottom: 1px solid #000;
  border-left-width: 1px;
  border-left-color: #333131d9;
  border-right-width: 1px;
  border-right-color: #000000d1;
  border-radius: 14px 14px 0 0;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: flex;
  transform: scale(1);
  box-shadow: 0 -1px 4px #000;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 4px;
  padding-bottom: 2px;
  display: flex;
}

.text-span-18 {
  color: #466aa6;
}

.seminar-description {
  min-height: 30px;
  margin-left: 16px;
  padding-bottom: 10px;
}

.submit-button-13 {
  background-color: #fff;
  background-image: url('../images/explore-glass-AEMS.png');
  background-position: 0 0;
  background-size: contain;
  min-width: 39px;
  max-width: 39px;
  margin-left: 4px;
  padding-left: 0;
}

.text-span-19 {
  font-weight: 700;
}

.container-for-seminars {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ffffffc4;
  border: 1px solid #afaeb9;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100vh;
  margin-top: 9px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: auto;
  box-shadow: 3px 3px 9px -4px #000;
}

.div-block-color-dot-purple {
  background-color: #de08ff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 5px;
  margin-right: 3px;
}

.div-block-112 {
  border-bottom: 3px solid #000;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1px;
  padding-bottom: 2px;
  display: flex;
}

.div-block-112:hover {
  transform: translate(0);
}

.div-block-color-dot-title-combo {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.div-block-color-dot-red {
  background-color: #ff0808;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 5px;
  margin-right: 3px;
}

.search-form-seminar {
  align-items: flex-start;
  margin-top: 1px;
  display: flex;
}

.form-block-seminar {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 18px;
}

.text-field-19 {
  align-self: center;
}

.div-block-40 {
  margin-left: 16px;
  margin-right: 18px;
}

.div-block-color-dot-blue {
  background-color: #0852ff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 5px;
  margin-right: 3px;
}

.div-block-color-dot-orange {
  background-color: #ffb908;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 5px;
  margin-right: 0;
}

.text-block-66 {
  overflow: visible;
}

.div-block-color-dot-green {
  background-color: #21ff08;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 5px;
  margin-right: 3px;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.text-block-date-seminar {
  text-align: left;
  flex: none;
  width: auto;
  margin-top: 11px;
  margin-bottom: 13px;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-67 {
  flex: 0 auto;
}

.link-8 {
  color: #262466fc;
  text-shadow: 1px 1px 3px #fff;
  flex: 1;
  align-self: auto;
  font-weight: 700;
  transform: translate(0);
}

.seminar-topic {
  text-transform: uppercase;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  width: 99%;
  margin: 6px 1px 5px 2px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: block;
}

.button-seminar-register {
  background-color: #4969a4e0;
  border-radius: 0 40px;
  justify-content: center;
  padding: 4px 10px 3px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  box-shadow: inset 1px 1px 5px -2px #000;
}

.div-block-color-dot-yellow {
  background-color: #fffb08;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 5px;
  margin-right: 3px;
}

.div-block-44 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-left: 19px;
  padding-left: 0;
}

.text-block-56 {
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 0 8px #398a3378;
}

.text-block-56:hover {
  transform: scale3d(1none, 1none, 1none);
}

.div-block-42 {
  flex-direction: row;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  text-align: center;
  background-color: #7d9ac433;
  border: 1.5px solid #141f31d1;
  border-radius: 6px;
  flex: 0 auto;
  align-self: center;
  width: 18%;
  margin-right: 0;
  transform: translate(0, 1px);
}

.div-block-43:hover {
  transform: translate(0, 1px)scale(1.01);
  box-shadow: inset 1px 1px 2px -1px #000000bd;
}

.grid-for-seminarattendee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr .75fr;
}

.form-13 {
  margin-bottom: -8px;
  padding-top: 6px;
  padding-right: 12px;
}

.submit-button-15 {
  background-color: #4f96e7;
  border-radius: 9px;
  margin-top: 10px;
  box-shadow: 1px 1px 6px -3px #000;
}

.text-right-speaker-input {
  text-align: right;
  margin-top: 9px;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 16px;
}

.input-speaker-field {
  border-radius: 4px;
  width: 560px;
  margin: 5px 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.div-block-4 {
  text-align: center;
  background-color: #ffffffd6;
  border: 1px solid #8f8f94f0;
  border-radius: 4px;
  margin-top: 17px;
  box-shadow: 2px 2px 14px -6px #000;
}

.text-field-15 {
  width: 220px;
  margin-top: 14px;
  margin-left: 9px;
}

.text-field-contract-2 {
  width: 400px;
  max-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 0;
}

.div-block-95-copy {
  height: .5%;
}

.divblock-small-integer-change {
  height: .5%;
  display: none;
}

.checkbox-label-4 {
  color: #0000;
}

.ext-area-speaker-input {
  width: auto;
  min-width: 400px;
  min-height: 90px;
  margin: 5px 12px 5px 0;
  padding: 0 12px;
}

.text-block-right-contract-copy-4 {
  text-align: right;
  margin-top: 3px;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.select-field-4 {
  width: 200px;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 2px;
}

.container-21 {
  background-color: #ffffff7d;
  margin-top: 22px;
  margin-bottom: 0;
}

.div-block-92-copy {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.text-span-20 {
  color: #cc1212;
}

.checkbox-field-3 {
  margin-top: 8px;
  margin-left: -8px;
  padding-left: 43px;
}

.section-19 {
  padding-top: 9px;
  padding-bottom: 16px;
}

.image-24 {
  align-self: center;
  max-width: 34%;
  display: block;
}

.div-block-113 {
  background-color: #a9bcd8e6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
}

.heading-20 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 7px;
  display: flex;
}

.div-block-114 {
  flex: 1;
  padding: 11px 12px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 1px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-115 {
  justify-content: space-between;
  margin-bottom: 3px;
  padding: 2px 0 7px 10px;
  display: flex;
}

.heading-21 {
  margin-left: -51px;
  margin-right: 14px;
}

.paragraph-6 {
  padding-left: 0;
  font-size: 15px;
}

.image-25 {
  flex: 0 auto;
  align-self: center;
  max-width: 30%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-116 {
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.image-holder-compinst {
  flex-direction: column-reverse;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 4px;
}

.div-block-118 {
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.heading-23 {
  background-color: #7d9ac4a8;
  border-style: none;
  border-color: #000;
  border-radius: 4px 4px 0 0;
  flex-direction: column;
  align-items: center;
  margin: 0 -3px 0 -5px;
  padding: 4px 30px 5px 57px;
  font-size: 20px;
  display: flex;
}

.div-block-119 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding: 4px 6px;
  display: flex;
}

.div-block-120 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1px;
  padding-top: 5px;
  display: flex;
}

.div-block-121 {
  width: 100px;
  height: 15px;
  display: block;
}

.paragraph-7 {
  font-size: 15px;
}

.div-block-122 {
  flex: 1;
}

.button-seminar-register-copy {
  background-color: #4969a4e0;
  border-radius: 0 40px;
  justify-content: center;
  margin-bottom: 2px;
  padding: 3px 20px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  box-shadow: inset 1px 1px 5px -2px #000;
}

.container-15 {
  text-align: center;
  background-color: #ffffff9c;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  box-shadow: 1px 1px 11px -3px #000;
}

.text-block-phone-blue {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
}

.div-block-speaklist-cells {
  border: 1px #000;
  border-bottom: 2px solid #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex: none;
  align-self: center;
  width: 26.7%;
  min-height: 10px;
}

.div-block-speaklist-cells-phone-blue {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: center;
  width: 20%;
  min-height: 10px;
}

.div-block-speaklist-phone-blue {
  background-color: #dfe8f8;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 20%;
  min-height: 15px;
}

.div-block-speaklist {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-speaklist-registered {
  border: 1px solid #000;
  flex: none;
  align-self: center;
  width: 26.7%;
  min-height: 15px;
}

.heading-24 {
  margin-bottom: 0;
  font-size: 28px;
}

.text-block-68 {
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
}

.heading-25 {
  background-color: #7d9ac46e;
  background-image: linear-gradient(#7d9ac4a1, #dfe8f8 89%);
  border-top: 1px solid #000;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 7px;
  font-size: 25px;
}

.div-block-speaklist-cells-company-blue {
  background-color: #dfe8f8;
  border: 1px #000;
  border-bottom: 2px solid #000;
  flex: none;
  align-self: center;
  width: 26.7%;
  min-height: 10px;
}

.div-block-speaklist-registered-company-blue {
  background-color: #a1bee959;
  border: 1px solid #000;
  flex: none;
  align-self: stretch;
  width: 26.7%;
  min-height: 15px;
}

.heading-26 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 22px;
}

.heading-27 {
  text-align: center;
}

.section-20 {
  height: 40vh;
}

.div-block-123 {
  flex-direction: column;
  display: flex;
}

.form-left-right-holder {
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.form-left {
  align-self: center;
  width: 450px;
  padding: 0 8px;
}

.form-right {
  flex: 0 auto;
}

.text-form-left {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.checkbox {
  margin-left: 0;
}

.text-block-69 {
  text-align: right;
}

.div-left-right-holder {
  justify-content: center;
  display: flex;
}

.calendar-holder {
  flex-direction: row;
  display: flex;
}

.calendar-column {
  border: 1px #000;
  border-radius: 0;
}

.calendar-header {
  background-color: #d3d5ff96;
  border: .75px solid #000;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 70px;
  display: flex;
}

.calendar-time {
  background-color: #fffcfcbd;
  border: .75px solid #000;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 45px;
  display: flex;
}

.calendar-open {
  background-color: #008f0e;
  border: .75px solid #000;
  justify-content: center;
  align-items: center;
  width: 110px;
  min-width: 0;
  height: 45px;
  display: flex;
}

.calendar-closed {
  background-color: #ca0000;
  border: .75px solid #000;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 45px;
  display: flex;
}

.calendar-holder-flex {
  border: .5px solid #000;
  border-radius: 4px;
  flex-direction: row;
  display: flex;
  box-shadow: 1px 2px 17px -3px #000;
}

.calendar-filler {
  background-color: var(--black);
  border: .75px solid #000;
  width: 110px;
  height: 45px;
}

.div-block-124 {
  text-align: center;
}

.div-imagerr, .div-loger {
  flex: 0 auto;
  align-self: center;
}

.div-check {
  flex-flow: row;
  flex: 0 auto;
  place-content: space-around flex-start;
  align-self: auto;
  align-items: stretch;
  width: 560px;
  margin-right: 0;
  display: flex;
}

.text-field-catcha {
  border-radius: 4px;
  align-self: center;
  width: 151px;
  max-height: 40px;
  margin-bottom: 0;
  padding: 0 4px 0 6px;
  box-shadow: inset 1px 1px 4px -2px #000;
}

.image-k4 {
  border: 1px solid #000;
  border-radius: 6px;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
}

.text-block-header-seminar-topic {
  text-align: center;
  border: 3px #000;
  border-radius: 3px;
  justify-content: center;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.div-seminar-att-add {
  text-align: center;
  background-color: #f9faffd6;
  border: 1px solid #8f8f94f0;
  border-radius: 4px;
  margin-top: 17px;
  box-shadow: 2px 2px 14px -6px #000;
}

.sponsor-smaller {
  background-color: #ffffff6e;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0 3px 2px;
  box-shadow: 1px 1px 7px -1px #000000d1;
}

.link-block-3 {
  flex: 1;
  padding-bottom: 0;
}

.link-block-4 {
  padding-bottom: 0;
}

.div-block-125 {
  padding-bottom: 15px;
}

.container-raised {
  opacity: 1;
  background-color: #f0f1f5c9;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 7px;
  padding-top: 11px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.image-26 {
  border-radius: 4px;
  align-self: center;
}

.body-21 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-party {
  text-align: center;
  margin-top: 8px;
  font-size: 60px;
  line-height: 50px;
}

.text-party {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
}

.bold-text-6 {
  font-size: 55px;
}

.text-block-3-reg-copy {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-20-copy {
  background-color: var(--white);
  border-radius: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 6px 2px;
  box-shadow: 1px 1px 7px -1px #000000d1;
}

.form-10 {
  width: 100%;
  display: flex;
}

.text-block-70 {
  text-align: left;
  border: 3px #000;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.form-block-12 {
  width: 90%;
}

.textblock-grid-2 {
  color: #2d1352;
  text-align: center;
  background-color: #ffffffd1;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 0 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  left: 0;
}

.submit-button-12 {
  background-color: #7d9ac4;
  border-radius: 8px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.div-block-38 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: -15px;
  display: flex;
}

.grid-for-products {
  grid-column-gap: 0px;
  background-color: #7d9ac485;
  border: 2px solid #000;
  border-radius: 5px;
  grid-template: "Area-16 Area-13 Area-14 Area-15 Area-12 Area-11 Area-10 Area-9 Area-8 Area-7 Area-6 Area-5 Area-4 Area-3 Area-28 Area Area-17 Area-18 Area-20 Area-2 Area-19 Area-21 Area-22 Area-23 Area-24 Area-25 Area-26 Area-27"
  / 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.75fr;
  place-items: center;
  margin-top: 6px;
}

.container-in-border-7 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #ffffff82;
  border: 4px solid #0000;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 12px -2px #000;
}

.textblockroot-2 {
  color: #2d1352;
  text-align: center;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.text-field-20 {
  border-radius: 5px;
  width: 40%;
  margin-top: 4px;
  margin-left: 30px;
  margin-right: 22px;
  padding-left: 11px;
  display: block;
}

.section-21 {
  margin-bottom: 10px;
}

.div-block-126 {
  text-align: center;
  border: 5px solid #000;
  margin-top: 17px;
}

.image-7 {
  float: right;
}

.image-8 {
  float: left;
}

.text-span-21 {
  border: 1px solid #ff2929;
  font-size: 16px;
}

.div-block-127 {
  background-color: #7d9ac4a8;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: space-around;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.search-letter-mobile {
  background-color: #7d9ac4a8;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: space-around;
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}

.link-13 {
  color: #383433;
}

.link-block-5 {
  align-self: center;
}

.container-in-border-8 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fdfeffe0;
  border: 2px solid #7d9ac436;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 7px -2px #000;
}

.columns-4 {
  margin-top: 4px;
}

.text-block-equip-left-2 {
  text-align: left;
  background-color: #7d9ac48c;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 1px;
  margin-bottom: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-weight: 700;
  overflow: auto;
}

.text-block-webpage {
  text-align: left;
  background-color: #ffffffa6;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 1px;
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-weight: 700;
  overflow: auto;
}

.div-block-128 {
  border: 1px solid #000;
  border-radius: 4px;
  overflow: auto;
}

.image-27 {
  border-radius: 3px;
}

.content-company-name-div {
  text-align: center;
  background-color: #fffffff0;
  border-bottom: 1px solid #000;
  border-left: 1px #000;
  border-right: 1px solid #000;
  border-radius: 0 0 0 4px;
  flex: 1;
  margin-left: 0;
  padding-top: 3px;
}

.content-booth-location-div {
  text-align: center;
  background-color: #99b0cfba;
  border-bottom: 1px solid #000;
  flex: 1;
  padding-top: 4px;
}

.textblock-for-lists-2 {
  border-style: none;
  border-radius: 0;
  height: auto;
  max-height: 18px;
  margin-top: 9px;
  margin-bottom: 12px;
  margin-left: 7px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.content-company-description-div {
  text-align: center;
  background-color: #fffffff0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 0 0 4px;
  flex: 1;
  padding-top: 3px;
  padding-right: 0;
}

.content-holder-div {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.title-booth-location-div {
  text-align: center;
  background-color: #ffffffde;
  flex: 1;
  box-shadow: 0 3px 4px #cccdd0;
}

.title-holder-div {
  flex-direction: row;
  justify-content: center;
  display: flex;
  box-shadow: 0 6px 6px -1px #000;
}

.title-company-name-div {
  text-align: center;
  background-color: #7d9ac4a6;
  border-left: 1px #000;
  border-right: 1px solid #000;
  border-top-left-radius: 4px;
  flex: 1;
  margin-left: 0;
  box-shadow: 0 3px 4px #aabdd9;
}

.title-company-description-div {
  text-align: center;
  background-color: #7d9ac4a6;
  border-left: 1px solid #000;
  border-top-right-radius: 4px;
  flex: 1;
  padding-right: 0;
  box-shadow: 0 3px 4px #aabdd9;
}

.joshsearch-container {
  border: 2px solid #000;
  border-bottom-width: 1px;
  border-radius: 8px;
  margin-top: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-headng-border-centered-prod {
  text-align: center;
  background-color: #ffffffe6;
  border: 1px solid #1b1b1b9c;
  border-radius: 4px;
  margin: 10px 140px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  box-shadow: 1px 1px 5px -1px #000;
}

.container-in-border-prod {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #cce7ff96;
  border: 4px #291d6e;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(68px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 6px;
  display: block;
  overflow: visible;
  box-shadow: inset 1px 1px 4px -1px #000;
}

.text-block-headng-border-centered-copy {
  text-align: center;
  border: 3px solid #000;
  border-radius: 6px;
  margin: 10px 140px 10px 141px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.cells-in-cats-prod {
  text-align: center;
  background-color: #ffffffd6;
  border: 1px solid #2a2a2a9e;
  border-radius: 5px;
  width: 25%;
  margin-bottom: 3px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  box-shadow: 0 2px 4px -1px #000;
}

.form-block-6-check {
  background-color: #ffffffed;
  border-width: 1px;
  border-color: #3333339c;
  border-radius: 4px;
  margin-top: 2px;
  margin-left: 140px;
  margin-right: 140px;
  box-shadow: 1px 1px 5px -1px #000;
}

.div-block-129, .div-block-130 {
  justify-content: center;
  display: flex;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 7px;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
}

.submit-button-linecheck {
  text-align: center;
  border-radius: 7px;
  margin-top: 5px;
  margin-left: 0;
}

.submit-button-phone {
  text-align: center;
  border-radius: 7px;
  margin-top: 5px;
  margin-left: 0;
  display: none;
}

.cost {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

.promo-description {
  margin-top: 1px;
  margin-bottom: 2px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 700;
}

.promo-holder {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 8px;
  display: flex;
}

.div-block-132 {
  align-self: center;
  padding: 5px 5px 5px 10px;
}

.bullet-and-description-holder {
  align-self: flex-start;
  padding-top: 3px;
  padding-bottom: 0;
  display: flex;
}

.promo-heading {
  color: #242424;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
}

.div-block-134 {
  background-color: #7d9ac4c2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 3px;
}

.media-package-desc-div {
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: flex;
}

.media-promo-text {
  text-align: center;
  margin-top: 1px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.full-promo-holder {
  margin: 6px 0;
}

.div-block-blue-promo-title {
  color: #fff;
  text-align: center;
  background-color: #5c87c5;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  width: 30%;
  height: auto;
  margin: 2px 0 5px 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-weight: 700;
  box-shadow: 2px 2px 4px #000000f0;
}

.container-raised-description-promo {
  opacity: 1;
  background-color: #ffffffe8;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 13px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.bullet {
  background-color: #9bb1d1;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  align-self: center;
  width: 14px;
  min-width: 14px;
  height: 7px;
  min-height: 7px;
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 3px;
}

.image-28 {
  max-width: 55%;
}

.video {
  background-color: var(--black);
  border-radius: 4px;
  align-self: flex-start;
  max-width: none;
  max-height: none;
}

.video-holder {
  justify-content: center;
  width: 55%;
  padding-top: 3px;
  display: flex;
}

.email-holder, .centering-block-div {
  justify-content: center;
  display: flex;
}

.header-time-and-room {
  background-color: #7d9ac4a8;
  border-style: none;
  border-color: #000;
  border-radius: 4px 4px 0 0;
  flex-direction: column;
  align-items: center;
  margin: 0 -3px;
  padding: 4px 0 5px;
  font-size: 20px;
  display: flex;
}

.text-time-and-room-number {
  background-color: var(--white);
  margin-bottom: 6px;
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 6px -3px #000000c7;
}

.left-right-holder-att3 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1px;
  padding: 4px 27px 0 39px;
  display: flex;
}

.image-capt {
  padding-left: 0;
  display: block;
}

.right-text-att3 {
  text-align: left;
  flex: 1;
}

.text-field-21 {
  margin-bottom: 0;
}

.text-image {
  padding: 5px 9px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.container-sponsor {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3px;
  display: flex;
}

.divsponsor {
  object-fit: contain;
  flex: 1;
  justify-content: space-between;
  max-height: 150px;
  margin-top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.linksponsor {
  flex: 0 auto;
  justify-content: center;
  max-width: 30%;
  padding-top: 0;
  display: flex;
}

.sponsor-image {
  background-color: var(--white);
  border-radius: 5px;
  flex: 1;
  width: auto;
  padding: 5px;
  box-shadow: 1px 1px 7px -1px #000;
}

.sponsor-image-2 {
  background-color: var(--white);
  border-radius: 5px;
  padding: 4px;
}

.sponsorcontainer {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  height: 100px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.image-29 {
  object-fit: fill;
  flex: 1;
  align-self: center;
  width: 30%;
  height: auto;
  max-height: 120px;
  position: static;
  overflow: visible;
}

.container-29 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.ibssection {
  background-color: #ca2127;
  padding-bottom: 7px;
}

.paragraph-8 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.slide-nav {
  padding-top: 0;
}

.div-block-135 {
  display: block;
}

.paragraph-9 {
  float: none;
  clear: none;
  text-align: left;
  flex: 0 auto;
  padding-left: 4px;
  padding-right: 8px;
  font-size: 16px;
  position: static;
}

.keynote-holder {
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.divarrowleft {
  background-color: #0000003d;
  border: 2px solid #000;
  border-radius: 300px 8px 8px 300px;
  width: 35px;
  height: 25px;
  margin-left: 2px;
}

.divibsheader {
  justify-content: center;
  display: flex;
}

.image-30 {
  float: left;
  padding-bottom: 2px;
  padding-right: 7px;
}

.divarrowright {
  background-color: #0000003d;
  border: 2px solid #000;
  border-radius: 2px 300px 300px 8px;
  width: 35px;
  height: 25px;
  margin-right: 2px;
  padding-right: 0;
}

.phoneseminarholder {
  padding-left: 1px;
  padding-right: 1px;
  display: none;
}

.ibsimageheader {
  text-align: left;
  flex: 1;
  padding-left: 45px;
  padding-right: 45px;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 0;
}

.ibsslider {
  object-fit: fill;
  background-color: #fff;
  height: 80vh;
  padding-left: 12px;
  padding-right: 12px;
}

.heading-29 {
  text-align: center;
  margin-top: 10px;
}

.paragraph-10 {
  background-color: #ffffff96;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 7px;
}

.mask-2 {
  background-color: #fff;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ibssectiondivider {
  background-color: #ca2127;
  border: 1.5px solid #000;
  border-radius: 15px;
  width: 92%;
  height: 8px;
  box-shadow: 0 1px 6px -2px #000;
}

.ibscontainer {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  box-shadow: 1px 1px 8px 2px #000;
}

.div-block-136 {
  padding-left: 27px;
  padding-right: 27px;
}

.div-block-137 {
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.header-entrance {
  font-size: 42px;
}

.arm {
  z-index: 0;
  height: Infinity% vhvh;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: -156px 0% auto 81px;
}

.robot-image-holder {
  z-index: 30;
  display: block;
  position: relative;
}

.slide-14 {
  background-color: #0000;
}

.robot {
  z-index: -1;
  width: auto;
  max-height: none;
  position: absolute;
  inset: -254px auto 0% 0%;
}

.left-arrow-3 {
  z-index: 35;
}

.container-slider {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 0;
  display: flex;
}

.slider-3 {
  background-color: #0000;
}

.text-slider {
  z-index: auto;
  color: #000;
  align-self: stretch;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 6px;
  font-size: 31px;
  font-weight: 700;
  line-height: 34px;
  position: static;
}

.heading-slider {
  color: #020202;
  text-shadow: 1px 3px 5px #000000a3;
  border-style: none;
  border-width: 0;
  flex: 0 auto;
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: 90px;
  line-height: 85px;
  display: flex;
  position: static;
}

.slide-15 {
  background-color: #2976676b;
}

.button-slider {
  z-index: 30;
  outline-offset: 0px;
  text-align: left;
  background-color: #466aa6cf;
  background-image: linear-gradient(151deg, #383b649e 4%, #fff9);
  border: 2px #0000007d;
  border-radius: 5px 5px 18px 18px;
  outline: 1px solid #00000078;
  flex: 0 auto;
  margin-top: 9px;
  margin-bottom: 5px;
  padding: 8px 18px 11px;
  font-size: 24px;
  line-height: 20px;
  position: relative;
  inset: 0 0% 10px;
}

.section-22 {
  background-image: url('../images/test-background-smaller-mirror.svg');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: cover;
}

.slide-16 {
  background-color: #c9cbce73;
}

.linksponsor-3 {
  flex: none;
  justify-content: center;
  display: flex;
}

.heading-30 {
  color: #fff;
  text-align: center;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.divsponsor-2 {
  object-fit: contain;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-height: 60px;
  display: flex;
}

.sponsor-image-3 {
  border-radius: 0;
}

.link-14 {
  color: #fff;
}

.container-sponsor-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3px;
  display: flex;
}

.textblocksponsor-banner {
  text-align: center;
  background-color: #07355f;
  margin-top: -2px;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.sponsor-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.link-15 {
  color: #fff;
}

.div-block-138 {
  background-color: #d31818;
  height: auto;
}

.media-sponsor-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.textblock-media-sponsor-header {
  text-align: center;
  background-color: #438679;
  margin-top: -2px;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.section-adspace {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.container-adspace {
  opacity: 1;
  background-color: #ffffffc2;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 1px 1px 6px #000;
}

.div-block-blue-facts {
  text-align: left;
  background-color: #07355f;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  width: 125px;
  height: 8px;
  margin-left: 4px;
  margin-right: 0;
  padding-top: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.divblock-container-fact {
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #ffffffe0;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  width: 46%;
  margin-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 1s cubic-bezier(.749, .071, .953, .451), transform .2s cubic-bezier(.95, .05, .795, .035);
  display: flex;
  box-shadow: 1px 3px 9px -2px #000;
}

.divblock-container-fact:hover {
  transform: scale3d(1none, 1none, 1none) translate(0px, -5px);
  background-color: #fffffff2;
  box-shadow: 2px 6px 13px 2px #000;
}

.heading-fact {
  color: #000;
  border: 4px #000;
  border-radius: 0;
  margin: 10px 0 0;
  padding-left: 6px;
}

.paragraph-fact {
  color: #00000070;
  text-shadow: 1px 0 #000;
  margin: 2px 6px 10px;
  padding-top: 5px;
  padding-left: 3px;
  font-size: 20px;
}

.div-block-booth-lounge {
  background-color: #394c6e;
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 45.3px;
  display: flex;
  position: relative;
}

.div-lounge {
  z-index: 1;
  background-color: #5c87c5;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 227px;
  margin-bottom: -1px;
  margin-left: -1px;
  display: flex;
  position: absolute;
  inset: auto 0 0% 0%;
}

.text-block-lounge {
  color: snow;
  text-align: center;
  width: 190px;
  height: 99px;
  padding: 1px;
  font-size: 24px;
  line-height: 27px;
}

.div-block-sideways-text-holder {
  backface-visibility: visible;
  perspective: none;
  transform-origin: 0 0;
  text-align: center;
  object-fit: fill;
  background-color: #ffa20c;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1500px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.text-block-71 {
  z-index: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #df893e;
  flex: 0 auto;
  align-self: center;
  width: 600px;
  height: 80px;
  margin-left: 0;
  font-size: 30px;
  line-height: 21px;
  text-decoration: none;
  display: block;
  transform: rotate(-90deg);
}

.text-block-meeting {
  font-size: 28px;
}

.div-block-isle-rooms {
  background-color: #e99713;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 181px;
  display: flex;
  position: static;
}

.text-block-meeting-room-down {
  text-align: center;
  flex: 1;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: none;
}

.div-block-isle-technical {
  background-color: #e99713;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 269px;
  display: flex;
  position: static;
}

.div-block-isle-keynote {
  background-color: #5c87c5;
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: stretch;
  width: 120px;
  height: 30%;
  display: none;
  position: static;
}

.divblock-container-info {
  opacity: 1;
  background-color: #ffffffe0;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  width: 72%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 1px 3px 9px -2px #000;
}

.divblock-container-info:hover {
  box-shadow: none;
  background-color: #fffffff2;
}

.div-block-meeting-room {
  background-color: #e99713;
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 136px;
  display: flex;
}

.text-block-meeting-room {
  color: snow;
  text-align: center;
  align-self: auto;
  padding: 0;
  font-size: 21px;
  line-height: 27px;
}

.meeting-rooms {
  background-color: #e99713;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.technical-sessions {
  background-color: #a74115;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.div-block-technical-session {
  background-color: #a74115;
  border: 1.5px solid #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 269px;
  height: 136px;
  display: flex;
}

.div-block-keynote {
  background-color: #7013e9;
  border: 1.5px solid #000;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 272px;
  display: flex;
}

.fact-holder {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  margin: 10px 0;
  display: flex;
}

.image-31 {
  border-radius: 4px;
}

.div-block-aisle-image-arrow {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 226.5px;
  font-size: 13px;
  display: flex;
}

.text-sponsor-name {
  color: #fffefe;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  flex: 0 auto;
  align-self: center;
  width: 220px;
  min-width: 220px;
  height: 32px;
  padding-left: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  transform: rotate(-90deg);
}

.div-block-aisle-image-ibs {
  background-color: #ca2127;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 317.1px;
  font-size: 13px;
  display: flex;
}

.div-block-aisle-image-digikey {
  background-color: #af0f15;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 317.1px;
  font-size: 13px;
  display: flex;
}

.div-record {
  border: 1px #000;
  border-bottom: 2px solid #000;
  display: flex;
}

.attsearch3-align {
  flex: 1;
  justify-content: space-around;
  align-self: flex-end;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-12 {
  display: block;
}

.div-list-selector {
  justify-content: space-around;
  display: flex;
}

.container-list {
  background-color: #fffc;
  border-radius: 4px;
  margin-left: auto;
  padding: 0;
}

.div-header {
  justify-content: center;
  display: flex;
}

.text-for-att-list-head {
  box-shadow: none;
  color: #fff;
  border-radius: 3px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
}

.div-for-att-list-head-copy, .div-for-ex-list-head {
  text-align: center;
  background-color: #07355feb;
  border: 3px #000;
  border-radius: 4px;
  flex: 1;
  min-width: 19%;
  max-width: 20%;
  margin: 0 0 1px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 0;
  box-shadow: 0 4px 6px -1px #000;
}

.div-for-ex-list-head {
  min-width: 33%;
  max-width: 33.3%;
}

.div-for-ex-list-body-copy, .div-for-att-list-body {
  background-color: #fff8f8b3;
  border: 2px #000;
  border-left: 2px solid #606e9b;
  border-right: 2px solid #606e9bb0;
  border-radius: 4px;
  flex: 1;
  min-width: 19%;
  max-width: 20%;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 3px 5px -2px #000;
}

.text-block-phone {
  border-radius: 3px;
  flex: 0 auto;
  width: 70%;
  max-height: 30px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 1px 5px 0 10px;
  box-shadow: inset 0 0 5px -1px #000;
}

.text-block-catchcode {
  border-radius: 3px;
  align-self: center;
  width: 22%;
  max-height: 30px;
  margin-bottom: 3px;
  margin-right: 0;
  padding-top: 1px;
  padding-bottom: 0;
  box-shadow: inset 0 0 5px -1px #000;
}

.image-32 {
  flex: 0 auto;
}

.heading-31 {
  background-color: #4a5d8d3d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-left: 14px;
  font-size: 20px;
  line-height: 32px;
}

.text-form-header {
  font-size: 16px;
}

.div-head-form {
  width: 33%;
}

.div-record-form {
  border-bottom: 1px solid #090066;
  justify-content: space-around;
  padding-left: 5px;
  display: flex;
}

.div-holder-form {
  flex-direction: row;
  align-items: center;
  display: block;
}

.div-record-form-title {
  border-bottom: 2px solid #000;
  justify-content: space-around;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  display: flex;
}

.container-furnishing {
  background-color: #f4f9ff8a;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 2px 7px -1px #0003;
}

.heading-31-copy {
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-left: 0;
  font-size: 18px;
  line-height: 32px;
}

.text-block-72 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-73 {
  font-size: 16px;
}

.form-block-13 {
  margin-bottom: 0;
}

.text-block-74 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.div-block-aisle-image-arrow-short {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 181.2px;
  font-size: 13px;
  display: flex;
}

.marquee-holder {
  background-color: #fff;
  flex-flow: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.marquee-slide {
  white-space: normal;
  overflow-wrap: normal;
  flex-flow: row;
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-image {
  white-space: normal;
  height: 30px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
}

.marqholder {
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  overflow: hidden;
}

.marqwrap {
  width: 280%;
  padding-top: 0;
  display: flex;
}

.marq {
  white-space: normal;
  width: 100%;
  display: flex;
}

.div-q {
  background-color: #5c87c547;
  border-top: 2px solid #07355f96;
  border-bottom: 2px solid #07355f36;
  border-top-left-radius: 12px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
}

.text-question {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.text-answer {
  background-color: #fff;
  margin-bottom: 6px;
  padding: 3px 7px 4px;
  box-shadow: inset 0 2px 9px -3px #0003;
}

.container-30 {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 1px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-blue-my-leads {
  text-align: left;
  background-color: #07355f;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 0 20px;
  align-self: stretch;
  width: auto;
  height: 8px;
  margin-left: 8px;
  margin-right: 0;
  padding-top: 0;
  box-shadow: 2px 2px 4px #000000f0;
}

.heading-32 {
  justify-content: center;
  margin-top: 15px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.heading-33 {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
}

.div-qr-holder {
  flex-direction: row;
  justify-content: center;
  max-height: 250px;
  padding-bottom: 12px;
  display: flex;
}

.divqr {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.myleadsqr {
  height: 200px;
  min-height: 0;
}

.div-block-139 {
  width: 12%;
  height: 3%;
}

.myleadsqrlink {
  font-size: 16px;
  font-weight: 700;
}

.heading-34 {
  text-align: center;
  margin-top: 20px;
}

.slider-4 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 90%;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: auto;
  left: auto;
}

.left-arrow {
  margin-left: 50px;
}

.mask-3 {
  left: auto;
}

.right-arrow {
  margin-right: 53px;
  padding-right: 3px;
}

.section-23 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  width: 85%;
  margin-top: 20px;
  padding-top: 0;
  display: block;
}

.slider-5 {
  height: 90%;
  margin-bottom: 38px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  bottom: -14px;
  left: -5px;
}

.left-arrow-4 {
  margin-left: 50px;
}

.right-arrow-3 {
  margin-right: 53px;
  padding-right: 3px;
}

.slider-6 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-37 {
  width: auto;
  display: inline-block;
}

.div-block-140 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 95%;
  display: flex;
}

.slide-27 {
  width: 100%;
  position: static;
}

.div-pic-grid {
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-pic-row {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.div-pic-all {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.slider-7 {
  height: 90%;
  margin-bottom: 38px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  bottom: -14px;
  left: auto;
}

.left-arrow-5 {
  margin-left: 50px;
}

.right-arrow-4 {
  margin-right: 53px;
  padding-right: 3px;
}

.image-40 {
  max-width: 100%;
}

.divsponsorholder {
  grid-column-gap: 30px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
  position: static;
}

.sponsorlogo {
  max-height: 70px;
}

.div-block-product-booth {
  background-color: #73128b;
  border: 1.5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 45.3px;
  height: 45.3px;
  display: flex;
  box-shadow: 0 2px 5px 4px #0003;
}

.productdisplayed {
  background-color: #73128b;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.marquee {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-height: 120px;
  display: flex;
  overflow: hidden;
}

.marqueecontent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marqueecontent.scroll {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.marqueesection {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .logo-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 3px;
    padding-right: 3px;
    display: none;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 5px;
    padding-top: 0;
  }

  .heading-2 {
    font-size: 24px;
  }

  .text-block {
    padding: 4px 0;
  }

  .heading-3 {
    text-align: center;
  }

  .image-2 {
    margin-bottom: 3px;
  }

  .nav-menu {
    background-color: #7d9ac4;
  }

  .icon-2 {
    margin-top: 4px;
    margin-bottom: 3px;
  }

  .menu-button {
    background-color: #688fc7;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-image: linear-gradient(#638ac4, #638ac4);
  }

  .nav-link {
    margin-bottom: 0;
    padding: 20px 20px 12px;
    display: block;
  }

  .body {
    background-position: 50% 0;
    background-size: auto 150vh;
  }

  .body-2 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .text-field-4 {
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 11px;
    padding-left: 8px;
    padding-right: 7px;
  }

  .button---blue---edged-register {
    margin-top: 11px;
    margin-left: -45px;
  }

  .form-block {
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    margin-left: -22px;
    margin-right: -22px;
    padding-right: 0;
  }

  .text-block-question {
    width: auto;
    min-width: 40px;
    min-height: 40px;
    margin-top: 9px;
    margin-left: 7px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .button---blue---edged-password {
    margin-top: 11px;
    margin-left: 2px;
  }

  .form {
    align-self: stretch;
  }

  .text-field-reg {
    margin-left: -28px;
    padding-left: 8px;
    padding-right: 32px;
  }

  .column-2-reg, .column-3-reg {
    padding-left: 0;
    padding-right: 44px;
  }

  .text-block-state {
    width: 2%;
    min-width: 40px;
  }

  .text-field-7 {
    width: 45%;
    margin-top: 8px;
    margin-left: 0;
  }

  .text-block-city {
    width: 70%;
  }

  .div-block-8 {
    border: 3px #000;
    justify-content: flex-start;
    margin-left: 8px;
    padding-left: 8px;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: baseline;
  }

  .select-field-2 {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 1px;
    padding-left: 1px;
    padding-right: 0;
    font-weight: 700;
  }

  .text-block-zip {
    width: 20%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-block-question-2 {
    width: 20%;
    margin-top: 9px;
    margin-left: 0;
    padding-left: 13px;
  }

  .text-block-center-no-border {
    font-size: 20px;
    line-height: 24px;
  }

  .button---blue---edged-apply {
    margin-top: 11px;
    margin-left: -45px;
  }

  .container-insome-2 {
    text-align: center;
    margin-top: 16px;
    padding-left: 29px;
    display: block;
  }

  .description-text {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 27px;
  }

  .div-block-10 {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-33 {
    width: 20%;
    font-size: 15px;
  }

  .description-heading {
    flex: none;
    width: 30%;
    margin-left: -5px;
    font-size: 16px;
  }

  .description-heading._70 {
    width: 50%;
    font-size: 16px;
  }

  .description-heading.right {
    text-align: right;
    width: 20%;
    font-size: 16px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
  }

  .text-block-34 {
    margin-left: 0;
    padding-left: 12px;
    font-weight: 700;
  }

  .text-block-29 {
    flex: none;
    width: 10%;
    margin-right: 6px;
  }

  .text-block-32 {
    flex: none;
    width: 70%;
    margin-top: 5px;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 700;
  }

  .container-raised-description {
    margin-top: 10px;
    padding-top: 6px;
  }

  .div-block-blue-description {
    width: 250px;
  }

  .text-block-center-no-border-2 {
    margin-left: 19px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-center-no-border-2.bottom {
    font-size: 14px;
  }

  .textblock-for-lists {
    text-align: left;
    margin-left: 13px;
  }

  .button---blue---edged-additional-name {
    margin-top: 11px;
    margin-left: -8px;
  }

  .textblock-for-lists---registeredit {
    text-align: left;
    margin-left: 13px;
  }

  .div-phone-ext {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field-boothqty {
    width: 80px;
  }

  .text-field-phone {
    width: 200px;
    min-width: 120px;
    max-width: 220px;
  }

  .text-block-extension {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-for-contract {
    grid-template-columns: 1.5fr 1fr;
  }

  .text-block-right-contract {
    margin-top: 0;
    margin-left: 1px;
    font-size: 14px;
  }

  .text-block-zip-2 {
    width: 20%;
    margin-bottom: 7px;
  }

  .text-field-contract {
    margin-top: 1px;
    padding-top: 0;
  }

  .div-block-city-state-zip {
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 0;
  }

  .text-block-city-2 {
    width: 70%;
    margin-bottom: 8px;
  }

  .text-block-state-2 {
    width: 2%;
    margin-bottom: 7px;
  }

  ._1-image-front {
    margin-bottom: 34px;
  }

  ._3-image-front {
    margin-bottom: 14px;
  }

  .button---blue---edged-faq {
    margin-top: 21px;
  }

  .heading-5 {
    margin-top: 16px;
  }

  .button---blue---edged-contract {
    margin-top: 11px;
    margin-left: -45px;
  }

  .text-state {
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 34px;
    font-weight: 700;
  }

  .text-block-for-phone-2 {
    flex: none;
    width: 70%;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: 700;
  }

  .text-block-for-contract-2 {
    width: auto;
    margin-top: -1px;
    margin-left: -16px;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 34px;
    font-weight: 700;
  }

  .text-block-for-extension {
    width: auto;
    margin-top: -1px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .grid-for-contract-2 {
    grid-template-columns: 1.5fr 1fr;
  }

  .text-block-right-contract-2 {
    margin-top: 0;
    margin-left: 1px;
    font-size: 14px;
  }

  .text-city {
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 34px;
    font-weight: 700;
  }

  .text-block-54 {
    margin-left: 0;
    padding-left: 12px;
    font-weight: 700;
  }

  .grid-for-contract3 {
    grid-template-columns: .75fr 1fr;
  }

  .text-block-for-contract-3 {
    width: auto;
    margin-top: -1px;
    margin-left: -16px;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 34px;
    font-weight: 700;
  }

  .text-block-center-no-border-copy-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 41px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-insome-3 {
    text-align: center;
    margin-top: 16px;
    padding-left: 29px;
    display: block;
  }

  .text-block-center-no-border-3 {
    margin-left: 19px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-in-border-3 {
    background-color: #fff;
  }

  .select-field-3 {
    width: 360px;
    margin-top: 10px;
    margin-bottom: 1px;
    font-weight: 700;
  }

  .text-block-zip-3 {
    width: 20%;
  }

  .text-block-center-no-border-copy-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 41px;
    font-size: 23px;
    line-height: 24px;
  }

  .text-block-city-3 {
    width: 70%;
  }

  .text-block-state-3 {
    width: 2%;
  }

  .text-block-center-no-border-2-attadd3copy {
    margin-left: 0;
    margin-right: 0;
    padding: 3px 41px 2px 0;
    font-size: 22px;
    line-height: 24px;
  }

  .image-14 {
    margin-left: 160px;
    margin-right: 155px;
  }

  .container-raised-description-maintenance {
    margin-top: 10px;
    padding-top: 6px;
  }

  .text-block-55 {
    text-align: center;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-field-cotchca {
    width: 200px;
    min-width: 120px;
    max-width: 220px;
  }

  .image-16 {
    align-self: center;
  }

  .image-17 {
    display: none;
  }

  .text-block-question-forgot-password {
    width: auto;
    min-width: 40px;
    min-height: 40px;
    margin-top: 9px;
    margin-left: 7px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-target-market {
    flex: 0 auto;
    align-self: flex-start;
    padding-right: 3px;
  }

  .divblock-target-market {
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    margin-top: -1px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .text-span-10 {
    font-size: 14px;
  }

  .tab-seminar {
    border-bottom: 1px solid #000;
    flex: 1;
    justify-content: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .tab-seminar.w--current {
    border-bottom-width: 3px;
    border-bottom-color: #0000008a;
    flex: 1;
    justify-content: center;
    box-shadow: 0 -1px 6px 2px #000;
  }

  .text-block-60 {
    font-size: 14px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .text-block-59 {
    font-size: 15px;
  }

  .text-block-61, .text-block-62 {
    font-size: 14px;
  }

  .div-block-56 {
    align-self: center;
    display: flex;
  }

  .div-block-57 {
    background-color: #394c6e;
    border-radius: 2px;
    width: 20px;
    height: 20px;
  }

  .div-block-58 {
    justify-content: center;
    padding: 3px;
    display: flex;
  }

  .div-block-59 {
    border: 1px solid #000;
    align-self: center;
  }

  .text-block-65 {
    padding-left: 7px;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
  }

  .div-block-60 {
    padding: 0 3px 2px;
  }

  .div-block-61 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .yellow-pillar {
    background-color: #fff983;
    border: 1px solid #000;
    align-self: center;
    width: 15px;
    height: 15px;
  }

  .empty-booth {
    background-color: #fff;
    border: 1px solid #000;
    align-self: center;
  }

  .empty-booth-12ft {
    background-color: #9db8e7;
    border: 1px solid #000;
    align-self: center;
  }

  .div-block-63 {
    flex-direction: column;
  }

  .image-19 {
    margin-top: 3px;
    padding: 6px 8px 8px;
  }

  .div-block-65 {
    align-self: flex-start;
  }

  .div-block-66 {
    align-self: center;
    margin-bottom: 5px;
  }

  .div-block-67 {
    margin-top: 0;
    padding-top: 4px;
    padding-right: 37px;
  }

  .div-block-68 {
    min-width: 225px;
  }

  .text-block-55-copy {
    text-align: center;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 22px;
    line-height: 22px;
  }

  .container-insome {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-block-2 {
    width: 100%;
    left: 75px;
    right: 0;
  }

  .text-ex-list {
    padding-left: 81px;
    font-weight: 700;
    left: -132px;
  }

  .text-block-center-no-border-4 {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .form-with-border {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-field-10 {
    width: 45%;
    margin-top: 20px;
    margin-left: -50px;
    margin-right: -17px;
  }

  .submit-button-8 {
    margin-left: -18px;
  }

  .container-nav-bar-ex-pack {
    text-align: right;
    justify-content: flex-end;
  }

  .nav-menu-ex-pack {
    margin-top: -2px;
    margin-bottom: 11px;
    padding-bottom: 0;
  }

  .nav-link-ex-pack {
    text-align: center;
    background-color: #4730af;
    margin-top: 9px;
    margin-left: 18px;
    padding-left: 2px;
  }

  .menu-button-ex-pack.w--open {
    background-color: #4730af;
  }

  .submit-button-5 {
    margin-left: 394px;
  }

  .text-block-headng-border-centered {
    border-radius: 8px;
    margin-top: 2px;
    margin-left: 136px;
    padding-left: 20px;
    padding-right: 17px;
  }

  .bold-text-2 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-33 {
    margin-top: 13px;
  }

  .image-12 {
    margin-left: 362px;
  }

  .container-in-border {
    background-color: #fff;
  }

  .text-block-3 {
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 10px;
    font-weight: 700;
  }

  .text-field-equip-qty {
    height: 65px;
  }

  .div-block-14 {
    width: 100%;
    margin-left: 0;
  }

  .text-block-equip-left {
    height: 65px;
  }

  .form-3 {
    width: 100%;
  }

  .submit-button-6 {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .text-block-hold-qty {
    height: 65px;
  }

  .grid-11 {
    padding-left: 2px;
  }

  .text-block-with-border {
    border-width: 4px;
    margin: -1px -1px 0;
  }

  .text-block-21 {
    margin-right: 11px;
    padding-left: 15px;
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .html-embed-7 {
    justify-content: center;
    display: flex;
  }

  .grid-11-copy {
    padding-left: 2px;
  }

  .text-block-19 {
    height: 65px;
  }

  .html-embed-8 {
    justify-content: center;
    margin-top: 7px;
    display: flex;
  }

  .exbadge-exprince-list-items-copy {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: flex;
  }

  .heading-10-copy {
    margin-left: 0;
  }

  .div-block-speaklist-copy {
    margin-top: -1px;
    padding-top: 0;
  }

  .div-block-attendee-blue-company-badges {
    overflow: auto;
  }

  .text-span-13 {
    font-size: 14px;
  }

  .text-block-with-border-copy {
    border-width: 4px;
    margin: -1px -1px 0;
  }

  .exbadges-centered {
    margin-left: 15px;
    margin-right: 16px;
  }

  .text-block-center-no-border-copy {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-for-cc-form {
    width: 90%;
    font-size: 12px;
  }

  .textblockroot.green, .textblockroot.blue, .textblockroot.orange {
    font-size: 22px;
  }

  .div-block-round-images {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 3px;
  }

  .image-10 {
    margin-left: -1px;
  }

  .bold-text-3 {
    margin-top: 15px;
    margin-bottom: 16px;
    margin-left: -14px;
    display: inline-block;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .columns-3 {
    width: 100%;
    margin: 5px -126px -12px -106px;
    display: inline-block;
  }

  .section-round-images {
    margin-left: -35px;
    margin-right: -31px;
    padding-left: 0;
  }

  .text-block-topexvite {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-exvite-cats {
    min-height: 70px;
    margin-left: -22px;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .exbadge-exprince-list-items {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: flex;
  }

  .link-10 {
    display: flex;
  }

  .exbadge-exprince-heading {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .bold-text-4 {
    margin-bottom: 0;
    display: inline;
  }

  .text-block-center-no-border-copy-4 {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-state-4 {
    width: 2%;
  }

  .text-block-right-contract-copy-2 {
    margin-top: 0;
    margin-left: 1px;
    font-size: 14px;
  }

  .container-20 {
    padding-right: 0;
  }

  .div-block-city-state-zip-2 {
    justify-content: flex-start;
    align-items: baseline;
  }

  .text-block-right-contract-copy-3 {
    margin-top: 0;
    margin-left: 1px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .text-block-city-4 {
    width: 70%;
  }

  .form-block-11 {
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-zip-4 {
    width: 20%;
  }

  .text-block-center-no-border-copy-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-10-copy-copy {
    margin-left: 0;
  }

  .text-span-9-copy {
    font-size: 14px;
  }

  .div-block-attendee-blue-company-copy {
    overflow: auto;
  }

  .text-block-2-copy {
    margin-left: 0;
    padding-left: 12px;
    font-weight: 700;
  }

  .div-block-for-cc-form-copy {
    width: 90%;
    font-size: 12px;
  }

  .text-block-with-border-copy-2 {
    border-width: 4px;
    margin: -1px -1px 0;
  }

  .container-13 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .text-block-right-contract-copy, .text-block-right-contract-copy-copy {
    margin-top: 0;
    margin-left: 1px;
    font-size: 14px;
  }

  .div-block-107 {
    padding-left: 1px;
  }

  .div-block-108 {
    padding-right: 0;
  }

  .right-longtext {
    width: 400px;
    font-weight: 700;
  }

  .left-head {
    width: 270px;
  }

  .container-in-border-4 {
    background-color: #fff;
    border-radius: 5px;
  }

  .text-block-center-no-border-copy-6 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-center-no-border-copy-7 {
    background-color: #d5d8e473;
    border-style: none;
    border-radius: 5px;
    margin: 0;
    padding: 4px 0;
    font-size: 22px;
    line-height: 24px;
    box-shadow: 0 0 7px -3px #000;
  }

  .text-block-center-no-border-5 {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 45px;
    font-size: 19px;
    line-height: 24px;
  }

  .container-in-border-6 {
    background-color: #fff;
  }

  .button-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .tab-seminar-2 {
    border-bottom: 1px solid #000;
    flex: 1;
    justify-content: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .tab-seminar-2.w--current {
    border-bottom-width: 3px;
    border-bottom-color: #0000008a;
    flex: 1;
    justify-content: center;
    box-shadow: 0 -1px 6px 2px #000;
  }

  .container-for-seminars {
    background-color: #fff;
  }

  .div-block-color-dot-purple {
    min-width: 15px;
    min-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .div-block-112 {
    margin-right: 0;
    padding-left: 6px;
  }

  .div-block-color-dot-red {
    min-width: 15px;
    min-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    padding-right: 0;
  }

  .div-block-color-dot-blue {
    min-width: 15px;
    min-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0;
  }

  .div-block-color-dot-orange {
    min-width: 15px;
    min-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .div-block-color-dot-green {
    min-width: 15px;
    min-height: 15px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 3px;
    margin-left: 0;
    display: flex;
  }

  .text-block-date-seminar {
    margin: 3px 0 8px;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 34px;
    font-weight: 700;
  }

  .seminar-topic {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 27px;
  }

  .div-block-color-dot-yellow {
    min-width: 15px;
    min-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .div-block-44 {
    margin-left: 126px;
  }

  .text-block-56 {
    margin-left: 0;
  }

  .text-right-speaker-input {
    width: auto;
    padding-right: 1px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-speaker-field {
    width: 480px;
    padding-right: 9px;
  }

  .text-field-contract-2 {
    margin-top: 1px;
    padding-top: 0;
  }

  .div-block-95-copy {
    display: none;
  }

  .ext-area-speaker-input {
    width: 400px;
    padding-left: 12px;
    padding-right: 11px;
  }

  .text-block-right-contract-copy-4 {
    margin-top: 0;
    margin-left: 1px;
    font-size: 14px;
  }

  .heading-25 {
    margin-left: 0;
  }

  .form-left {
    width: 220px;
  }

  .div-check {
    justify-content: flex-start;
    align-items: baseline;
    width: 480px;
    margin-right: 0;
  }

  .text-field-catcha {
    width: 200px;
    min-width: 120px;
    max-width: 220px;
  }

  .image-k4 {
    align-self: center;
  }

  .grid-for-products {
    margin-left: 2px;
    margin-right: 1px;
    padding-right: 0;
  }

  .container-in-border-7 {
    background-color: #fff;
  }

  .search-letter-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .container-in-border-8 {
    background-color: #fff;
  }

  .html-embed-10 {
    width: 100%;
    height: 96%;
  }

  .textblock-for-lists-2 {
    text-align: left;
    max-height: none;
    margin-left: 13px;
  }

  .text-block-headng-border-centered-prod {
    border-radius: 5px;
    margin-top: 2px;
    margin-left: 140px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .text-block-headng-border-centered-copy {
    border-radius: 8px;
    margin-top: 2px;
    margin-left: 136px;
    padding-left: 20px;
    padding-right: 17px;
  }

  .div-block-131 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .media-package-desc-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .media-promo-text {
    text-align: center;
    align-self: center;
  }

  .div-block-blue-promo-title {
    width: 250px;
  }

  .container-raised-description-promo {
    margin-top: 10px;
    padding-top: 0;
  }

  .video {
    max-width: 88%;
    margin-top: 0;
  }

  .video-holder {
    width: 80%;
  }

  .left-right-holder-att3 {
    padding-right: 28px;
  }

  .image-capt {
    margin-left: 0;
    padding-left: 0;
  }

  .linksponsor, .sponsor-image {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .ibsslider {
    height: 68vh;
  }

  .robot-image-holder {
    display: none;
  }

  .text-slider {
    padding-left: 52px;
    font-size: 25px;
  }

  .heading-slider {
    font-size: 70px;
  }

  .linksponsor-3, .sponsor-image-3 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .meeting-rooms, .technical-sessions {
    background-color: #fff;
    border: 1px solid #000;
    align-self: center;
  }

  .text-block-phone {
    width: 70%;
  }

  .text-block-catchcode {
    width: 20%;
  }

  .marqholder {
    display: none;
  }

  .marqwrap {
    width: 720%;
  }

  .slider-4 {
    margin-left: 15px;
    display: inline-block;
  }

  .image-34 {
    margin-left: 2px;
  }

  .slide-12 {
    margin-left: 8px;
  }

  .slide-1 {
    margin-left: 9px;
  }

  .slide-8 {
    margin-left: 7px;
  }

  .slide-10 {
    margin-left: 8px;
  }

  .left-arrow {
    margin-left: -20px;
  }

  .slide-9, .slide-13 {
    margin-left: 7px;
  }

  .slide-7 {
    margin-left: 6px;
  }

  .mask-3 {
    margin-left: 51px;
  }

  .slide-1-3 {
    margin-left: 8px;
  }

  .slide-6 {
    margin-left: 9px;
  }

  .image-21 {
    margin-left: 8px;
  }

  .slide-1-2 {
    margin-left: 7px;
  }

  .right-arrow {
    margin-right: -8px;
    padding-right: 8px;
  }

  .slide-11 {
    margin-left: 8px;
  }

  .slide-5 {
    margin-left: 7px;
  }

  .slider-5 {
    margin-left: 15px;
    display: inline-block;
  }

  .image-35 {
    margin-left: 2px;
  }

  .slide-17 {
    margin-left: 8px;
  }

  .slide-18 {
    margin-left: 9px;
  }

  .slide-19 {
    margin-left: 7px;
  }

  .slide-20 {
    margin-left: 8px;
  }

  .left-arrow-4 {
    margin-left: -20px;
  }

  .slide-21, .slide-22 {
    margin-left: 7px;
  }

  .slide-23 {
    margin-left: 6px;
  }

  .slide-24 {
    margin-left: 9px;
  }

  .image-36 {
    margin-left: 8px;
  }

  .slide-1-4 {
    margin-left: 7px;
  }

  .right-arrow-3 {
    margin-right: -8px;
    padding-right: 8px;
  }

  .slide-25 {
    margin-left: 8px;
  }

  .slide-26 {
    margin-left: 7px;
  }

  .slider-7 {
    margin-left: 15px;
    display: inline-block;
  }

  .image-38 {
    margin-left: 2px;
  }

  .slide-28 {
    margin-left: 8px;
  }

  .slide-29 {
    margin-left: 9px;
  }

  .slide-30 {
    margin-left: 7px;
  }

  .slide-31 {
    margin-left: 8px;
  }

  .left-arrow-5 {
    margin-left: -20px;
  }

  .slide-32 {
    margin-left: 7px;
  }

  .slide-33 {
    margin-left: 6px;
  }

  .slide-34 {
    margin-left: 9px;
  }

  .image-39 {
    margin-left: 8px;
  }

  .slide-1-5 {
    margin-left: 7px;
  }

  .right-arrow-4 {
    margin-right: -8px;
    padding-right: 8px;
  }

  .slide-35 {
    margin-left: 8px;
  }

  .productdisplayed {
    border: 1px solid #000;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    flex-direction: column;
  }

  .paragraph-2 {
    margin-bottom: 5px;
  }

  .date-and-time-container {
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 20px;
    display: block;
  }

  .heading-3 {
    font-size: 21px;
  }

  .divblock-container {
    padding-bottom: 35px;
  }

  .divblock-container:hover {
    transform: translate(0, -5px);
  }

  .button---blue---edged {
    flex: 0 auto;
    align-items: flex-end;
  }

  .container-2 {
    grid-template-rows: minmax(20vh, 1fr) minmax(20vh, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  .navbar {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2px;
    overflow: visible;
  }

  .section-footer {
    margin-top: 10px;
    padding-top: 0;
    position: relative;
  }

  .columns-centered {
    display: flex;
  }

  .listitem-foot.portrait-phone {
    list-style-type: square;
  }

  .body {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 130vh;
  }

  .body-2 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .text-field-4 {
    border: 2px solid #0000008f;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button---blue---edged-register {
    flex-direction: row;
    margin-left: 0;
    display: block;
  }

  .heading-4 {
    padding-top: 0;
    line-height: 66px;
  }

  .section {
    margin-top: 27px;
  }

  .form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .textblock-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block-question {
    margin-left: 1px;
    font-size: 12px;
  }

  .button---blue---edged-password {
    flex-direction: row;
    margin-left: 0;
    display: block;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .text-field-reg {
    border: 2px solid #0000008f;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-reg {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-2-reg, .column-3-reg {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
    left: 0;
  }

  .heading-4-reg {
    padding-top: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .container-raised-reg {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    margin-top: 5px;
  }

  .form-block-reg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-raised-password {
    background-color: #0000;
    flex-direction: column;
    margin-top: 5px;
  }

  .text-block-state {
    width: 7%;
  }

  .text-field-7 {
    text-align: center;
    width: 80%;
    margin-left: -1px;
    padding-left: 0;
    font-size: 10px;
    font-weight: 700;
  }

  .text-block-city {
    width: 70%;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-7 {
    justify-content: space-between;
    width: 100%;
    margin-right: 22px;
  }

  .select-field-2 {
    width: 80%;
    font-size: 10px;
  }

  .text-block-zip {
    width: 20%;
    padding-left: 7px;
  }

  .text-block-question-2 {
    margin-left: 1px;
    font-size: 12px;
  }

  .button---blue---edged-apply {
    flex-direction: row;
    margin-left: 0;
    display: block;
  }

  .container-insome-2 {
    margin-top: 21px;
    padding-left: 23px;
    padding-right: 40px;
  }

  .description-text, .description-heading {
    font-size: 14px;
  }

  .description-heading._70 {
    width: 42%;
    font-size: 14px;
  }

  .description-heading.right {
    width: 21%;
    font-size: 14px;
  }

  .text-block-34 {
    background-color: #ffffff82;
    margin-left: 0;
    padding-left: 14px;
    font-size: 12px;
    line-height: 14px;
    box-shadow: 0 1px 6px -1px #000;
  }

  .text-block-32 {
    width: 60%;
  }

  .container-raised-description {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    margin-top: 5px;
  }

  .div-block-for-ex-list {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -10px;
  }

  .text-block-center-no-border-2 {
    margin: 16px -19px 15px 17px;
    padding-top: 0;
    font-size: 16px;
  }

  .text-block-center-no-border-2.bottom {
    margin-top: 8px;
  }

  .columns-2 {
    text-align: left;
  }

  .columns-2.top {
    text-align: left;
    height: 100%;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .textblock-for-lists {
    padding-left: 9px;
    font-size: 12px;
    display: inline-block;
  }

  .button---blue---edged-additional-name {
    flex-direction: row;
    margin-left: 0;
    display: inline-block;
  }

  .textblock-for-lists---registeredit {
    padding-left: 9px;
    font-size: 12px;
    display: inline-block;
  }

  .text-field-boothqty {
    width: 80px;
  }

  .text-field-phone {
    width: 120px;
    max-width: 180px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 2px;
  }

  .text-block-extension {
    align-self: center;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 700;
  }

  .grid-for-contract {
    margin-left: 5px;
    margin-right: 6px;
  }

  .div-block-23 {
    justify-content: center;
    display: flex;
  }

  .text-block-right-contract {
    margin-top: -2px;
  }

  .text-block-zip-2 {
    width: 20%;
    padding-left: 5px;
    padding-right: 0;
  }

  .text-field-contract {
    margin-left: 0;
    padding-left: 6px;
  }

  .div-block-city-state-zip {
    justify-content: flex-start;
    width: 500px;
    margin-right: 0;
  }

  .text-block-city-2 {
    width: 70%;
  }

  .text-block-state-2 {
    width: 7%;
    padding-left: 1px;
    padding-right: 1px;
  }

  ._1-image-front {
    margin-bottom: 35px;
  }

  ._3-image-front {
    margin-bottom: 7px;
  }

  .divblock-container-faq:hover {
    transform: translate(0, -5px);
  }

  .button---blue---edged-contract {
    flex-direction: row;
    margin-left: 0;
    display: block;
  }

  .heading---contract {
    padding-top: 0;
    line-height: 66px;
  }

  .text-state {
    margin-left: 0;
    padding-left: 6px;
    font-size: 12px;
  }

  .text-block-for-phone-2, .text-block-for-contract-2 {
    margin-top: 2px;
    margin-left: 0;
    padding-left: 6px;
    font-size: 12px;
  }

  .text-block-for-extension {
    margin-top: 2px;
    margin-left: 1px;
    padding-left: 6px;
    font-size: 12px;
  }

  .grid-for-contract-2 {
    margin-left: 5px;
    margin-right: 6px;
  }

  .text-block-right-contract-2 {
    margin-top: -2px;
  }

  .text-city {
    margin-left: 0;
    padding-left: 6px;
    font-size: 12px;
  }

  .text-block-54 {
    margin-left: -10px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 14px;
  }

  .grid-for-contract3 {
    grid-template-columns: .75fr 1fr;
  }

  .text-block-for-contract-3 {
    margin-top: 2px;
    margin-left: 0;
    padding-left: 6px;
    font-size: 12px;
  }

  .text-block-center-no-border-copy-2 {
    margin-top: 16px;
    margin-bottom: 15px;
    margin-left: 5px;
    padding-top: 0;
    padding-left: 41px;
    font-size: 16px;
  }

  .container-raised-contract-2 {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    margin-top: 5px;
  }

  .section-7 {
    display: block;
  }

  .container-insome-3 {
    margin-top: 21px;
    padding-left: 23px;
    padding-right: 40px;
  }

  .text-for-att-list {
    max-width: 33vw;
    overflow: visible;
  }

  .text-block-center-no-border-3 {
    margin: 16px -19px 15px 17px;
    padding-top: 0;
    font-size: 16px;
  }

  .container-in-border-3 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-justify-right-2 {
    display: none;
  }

  .select-field-3 {
    margin-top: 2px;
    margin-bottom: 9px;
    font-size: 10px;
  }

  .div-block-39 {
    justify-content: center;
    display: flex;
  }

  .text-block-zip-3 {
    width: 20%;
    margin-bottom: 0;
    padding-left: 7px;
  }

  .text-block-center-no-border-copy-3 {
    margin-top: 16px;
    margin-bottom: 15px;
    margin-left: 5px;
    padding-top: 0;
    padding-left: 41px;
    font-size: 20px;
  }

  .text-block-city-3 {
    width: 70%;
    margin-bottom: 0;
  }

  .text-block-state-3 {
    width: 7%;
    margin-bottom: 0;
  }

  .text-block-center-no-border-2-attadd3copy {
    margin-top: 16px;
    margin-bottom: 15px;
    margin-left: 5px;
    padding-top: 0;
    padding-left: 41px;
    font-size: 18px;
  }

  .text-for-ex-list {
    max-width: 33vw;
    overflow: visible;
  }

  .image-14 {
    margin-left: 69px;
    margin-right: 51px;
  }

  .container-raised-description-maintenance {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    margin-top: 5px;
  }

  .text-field-cotchca {
    width: 120px;
    max-width: 180px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 2px;
  }

  .divblock-container---slider:hover {
    transform: translate(0, -5px);
  }

  .text-block-question-forgot-password {
    margin-left: 1px;
    padding-left: 7px;
    font-size: 12px;
  }

  .section-9 {
    flex-direction: column;
  }

  .div-block-blue-target-market {
    align-self: stretch;
    width: auto;
    margin-right: 10px;
    padding-right: 0;
  }

  .heading-target-market {
    align-self: center;
  }

  .divblock-target-market:hover {
    transform: translate(0, -5px);
  }

  .text-span-10 {
    font-size: 13.5px;
  }

  .tab-seminar {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-seminar.w--current {
    flex: 0 auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-block-60, .text-block-61, .text-block-62 {
    font-size: 13.5px;
  }

  .floorplan-whole, .div-block-taken-booth {
    overflow: visible;
  }

  .section-10 {
    width: auto;
  }

  .divblock-floorplan-background {
    margin-left: 43px;
    overflow: auto;
  }

  .div-block-52 {
    overflow: visible;
  }

  .divblock-floorplan-background-copy {
    margin-left: 43px;
    overflow: auto;
  }

  .image-20 {
    margin-top: 7px;
  }

  .div-block-65, .div-block-66 {
    align-self: flex-start;
  }

  .div-block-68 {
    min-width: 105px;
  }

  .phonehead2 {
    font-size: 18px;
    line-height: 30px;
  }

  .textblocksponsor {
    margin-left: 34px;
  }

  .container-insome {
    margin-top: 21px;
    padding-left: 23px;
    padding-right: 40px;
  }

  .link-block-2 {
    width: 100%;
    left: 11px;
  }

  .text-ex-list {
    margin-left: 24px;
    padding-top: 7px;
    padding-left: 0;
    left: -12px;
  }

  .text-block-center-no-border-4 {
    margin: 16px -19px 15px 17px;
    padding-top: 0;
    font-size: 16px;
  }

  .text-block-top-equip {
    margin-left: 0;
    font-size: 14px;
  }

  .text-field-10 {
    width: 60%;
    margin-left: -127px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .submit-button-8 {
    margin-top: 10px;
    margin-left: -112px;
  }

  .navbar-expack {
    text-align: center;
  }

  .nav-link-ex-pack {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button-ex-pack.w--open {
    margin-bottom: 0;
    bottom: 3px;
    right: 3px;
  }

  .heading-17 {
    font-size: 22px;
  }

  .text-center-bold-15 {
    margin-right: -5px;
    padding-left: 47px;
    padding-right: 35px;
    font-size: 18px;
  }

  .form-4 {
    margin-left: 6px;
    margin-right: 9px;
  }

  .submit-button-5 {
    margin-left: 216px;
  }

  .field-label-3 {
    margin-left: 8px;
    font-size: 12px;
  }

  .text-block-headng-border-centered {
    margin-top: 1px;
    margin-left: 25px;
    margin-right: 23px;
    padding-left: 84px;
  }

  .form-block-6 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-12 {
    margin-left: 197px;
    padding-left: 0;
  }

  .navbar-expack-2 {
    text-align: center;
  }

  .container-in-border {
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-cattegories {
    flex-flow: column wrap;
    align-content: center;
  }

  .cells-in-cats {
    width: 80%;
  }

  .text-block-3 {
    height: 20px;
    margin-left: 0;
    padding-left: 6px;
    padding-right: 0;
    font-size: 12px;
    overflow: hidden;
  }

  .text-field-equip-qty {
    height: 65px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-equip-left {
    height: 65px;
    margin-left: 2px;
    padding-left: 3px;
    font-size: 12px;
    display: block;
  }

  .submit-button-6 {
    border-radius: 0;
    height: auto;
    display: block;
  }

  .text-block-hold-qty {
    height: 65px;
    font-size: 15px;
  }

  .grid-11 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 4fr 1fr 1fr 1fr;
  }

  .text-block-with-border {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1px;
    padding-right: 0;
  }

  .container-23 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-102 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-phone {
    align-self: center;
    width: 35%;
  }

  .text-block-21 {
    font-size: 15px;
  }

  .text-block-top-equip-copy {
    margin-left: 0;
    font-size: 14px;
  }

  .div-block-17 {
    flex-flow: column wrap;
    align-content: center;
  }

  .cells-in-sub-cats {
    align-self: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-11-copy {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .div-block-attendee-last-name-copy {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .exbadge-exprince-list-items-copy {
    flex-wrap: wrap;
    flex: none;
    order: 0;
    align-content: flex-start;
    width: 17.8vw;
    max-width: none;
    margin-top: 0;
    margin-bottom: 1px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow: auto;
  }

  .div-block-attendee-blue-name-badgepy {
    align-self: stretch;
    width: auto;
  }

  .div-block-speaklist-copy-copy {
    flex-direction: column;
  }

  .div-block-speaklist-registered-last-name {
    align-self: stretch;
    width: auto;
  }

  .heading-10-copy {
    font-size: 18px;
  }

  .attendee-reg-text-block-small {
    margin-top: 3px;
    padding-top: 5px;
  }

  .div-block-speaklist-copy {
    flex-direction: row;
    margin-top: -2px;
  }

  .div-block-attendee-blue-company-badges {
    align-self: stretch;
    width: auto;
    overflow: hidden;
  }

  .attendee-reg-text-block {
    margin-top: 3px;
    padding-top: 5px;
  }

  .div-block-attendee-blue-register {
    align-self: stretch;
    width: auto;
  }

  .text-span-13 {
    font-size: 10px;
  }

  .attendee-search-heading-copy-3 {
    font-size: 18px;
  }

  .div-block-attendee-register {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .text-block-with-border-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1px;
    padding-right: 0;
  }

  .div-block-attendeestatus-title {
    align-self: stretch;
    width: auto;
  }

  .div-block-attendee-status-copy {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .text-block-center-no-border-copy {
    margin: 16px -19px 15px 17px;
    padding-top: 0;
    font-size: 16px;
  }

  .columns-round-images {
    flex-direction: row;
    display: flex;
  }

  .div-block-for-cc-form {
    width: 98%;
    margin-left: -9px;
    margin-right: -8px;
  }

  .image-3 {
    width: 91px;
    height: 120.875px;
  }

  .section-17 {
    flex-direction: row;
    margin-left: -2px;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .textblockroot.green {
    font-size: 20px;
    line-height: 24px;
  }

  .textblockroot.blue, .textblockroot.orange {
    line-height: 24px;
  }

  .div-block-round-images {
    margin-left: 0;
    margin-right: 0;
    padding-right: 2px;
  }

  .section-round-images {
    margin-left: -4px;
    margin-right: -61px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .exbadge-exprince-list-items {
    align-content: flex-start;
    margin-top: 0;
    margin-bottom: 1px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .exbadge-exprince-heading {
    margin-top: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-right-contract-copy {
    margin-top: -2px;
  }

  .text-block-center-no-border-copy-4 {
    margin: 16px -19px 15px 17px;
    padding-top: 0;
    font-size: 16px;
  }

  .div-block-96-copy {
    display: block;
  }

  .div-block-93 {
    margin-left: -7px;
  }

  .text-block-state-4 {
    width: 7%;
    margin-bottom: 5px;
  }

  .div-block-94 {
    margin-right: 7px;
    padding-left: 5px;
  }

  .text-block-right-contract-copy-2 {
    margin-top: -2px;
  }

  .div-block-city-state-zip-2 {
    justify-content: flex-start;
    width: 100%;
    margin-right: 22px;
  }

  .text-block-right-contract-copy-3 {
    margin-top: -2px;
    font-size: 12px;
  }

  .text-block-city-4 {
    width: 70%;
    margin-bottom: 4px;
  }

  .text-block-zip-4 {
    width: 20%;
    margin-bottom: 2px;
    padding-left: 7px;
  }

  .text-block-center-no-border-copy-5 {
    margin: 4px 1px 12px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .container-19 {
    margin-top: 21px;
    padding-top: 0;
  }

  .submit-button-7 {
    margin-left: 241px;
    padding-left: 8px;
    display: block;
  }

  .attendee-reg-text-block-copy, .attendee-reg-text-block-blep {
    margin-top: 3px;
    padding-top: 5px;
  }

  .div-block-speaklist-registered-copy-copy {
    align-self: stretch;
    width: auto;
  }

  .div-block-attendee-register-copy {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .div-block-speaklist-copy-copy-copy {
    flex-direction: column;
  }

  .heading-10-copy-copy {
    font-size: 18px;
  }

  .text-span-9-copy {
    font-size: 10px;
  }

  .attendee-reg-text-blue-block-copy {
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .div-block-attendee-last-name-copy-2 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .attendee-reg-text-block-copy-2 {
    margin-top: 3px;
    padding-top: 5px;
  }

  .div-block-attendee-status {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .div-block-attendee-blue-register-copy {
    align-self: stretch;
    width: auto;
  }

  .div-block-attendee-blue-company-copy {
    align-self: stretch;
    width: auto;
    overflow: hidden;
  }

  .div-block-attendeestatus-copy, .div-block-attendee-blue-name-copy {
    align-self: stretch;
    width: auto;
  }

  .text-block-equip-left-copy {
    margin-top: -4px;
    margin-bottom: 2px;
    padding-left: 3px;
    font-size: 12px;
    display: block;
  }

  .text-block-top-equip-copy-2 {
    margin-left: 0;
    font-size: 14px;
  }

  .grid-for-cc-form-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2-copy {
    margin-left: -10px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 14px;
  }

  .container-6-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-for-cc-form-copy {
    width: 98%;
    margin-left: -9px;
    margin-right: -8px;
  }

  .text-block-with-border-copy-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1px;
    padding-right: 0;
  }

  .container-13 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-105 {
    padding-left: 4px;
  }

  .link-11 {
    text-align: center;
  }

  .text-block-right-contract-copy, .text-block-right-contract-copy-copy {
    text-align: center;
    margin-top: -2px;
  }

  .attsearch3-left, .div-block-107 {
    display: none;
  }

  .bold-text-2-reg-copy {
    font-size: 35px;
  }

  .bold-text-5 {
    font-size: 60px;
  }

  .right-longtext {
    color: #353131;
    text-align: center;
    border: 1px #141414;
    width: 400px;
    font-size: 15px;
  }

  .left-right-holder {
    flex-direction: column;
  }

  .left-head {
    justify-content: center;
    padding-bottom: 10px;
  }

  .container-in-border-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-center-no-border-copy-6 {
    margin: 3px 0 1px;
    padding-top: 0;
    font-size: 16px;
  }

  .text-block-center-no-border-copy-7 {
    margin: 2px 0;
    padding-top: 0;
    font-size: 16px;
  }

  .text-left {
    margin-bottom: 6px;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: underline;
  }

  .container-in-border-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-center-no-border-5 {
    margin: 16px -19px 15px 17px;
    padding-top: 0;
    font-size: 19px;
  }

  .textblock-shiping {
    padding-right: 12px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .container-in-border-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-cal-input-closed, .text-cal-input-open, .text-heading-cal-input, .text-cal-input {
    max-width: 33vw;
    overflow: visible;
  }

  .input-calendar-container-body {
    flex-direction: column;
    align-items: center;
  }

  .button-5 {
    float: right;
    margin-bottom: 4px;
  }

  .container-for-seminars {
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-date-seminar {
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 6px;
    font-size: 14px;
  }

  .seminar-topic {
    font-size: 14px;
  }

  .div-block-44 {
    margin-left: 94px;
  }

  .text-right-speaker-input {
    width: auto;
  }

  .input-speaker-field {
    width: 350px;
  }

  .text-field-contract-2 {
    margin-left: 0;
    padding-left: 6px;
  }

  .divblock-small-integer-change {
    display: block;
  }

  .ext-area-speaker-input {
    width: 350px;
  }

  .text-block-right-contract-copy-4 {
    margin-top: -2px;
  }

  .div-block-92-copy {
    padding-top: 60px;
  }

  .text-block-phone-blue {
    margin-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .div-block-speaklist-cells, .div-block-speaklist-cells-phone-blue {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .div-block-speaklist-phone-blue {
    width: auto;
  }

  .div-block-speaklist {
    flex-direction: row;
  }

  .div-block-speaklist-registered {
    align-self: stretch;
    width: auto;
  }

  .text-block-68 {
    margin-top: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .heading-25 {
    font-size: 18px;
  }

  .div-block-speaklist-registered-company-blue {
    align-self: stretch;
    width: auto;
  }

  .form-left {
    width: 150px;
    padding-bottom: 25px;
  }

  .calendar-filler {
    display: none;
  }

  .div-check {
    justify-content: flex-start;
    width: 350px;
    margin-right: 0;
  }

  .text-field-catcha {
    width: 120px;
    max-width: 180px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 2px;
  }

  .container-raised {
    box-shadow: none;
    background-color: #ffffff57;
    flex-direction: column;
    margin-top: 5px;
  }

  .heading-party {
    padding-top: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .bold-text-6 {
    line-height: 38px;
  }

  .image-20-copy {
    margin-top: 7px;
  }

  .textblock-grid-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-for-products {
    text-align: center;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 4px;
    display: inline-block;
  }

  .container-in-border-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-20 {
    width: 60%;
  }

  .container-in-border-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-equip-left-2 {
    margin-top: 0;
    margin-bottom: 1px;
    padding-left: 6px;
    font-size: 12px;
    display: block;
  }

  .text-block-webpage {
    margin-top: -4px;
    margin-bottom: 2px;
    padding-left: 0;
    font-size: 12px;
    display: none;
  }

  .html-embed-5, .div-block-128, .image-27, .html-embed-10 {
    display: none;
  }

  .content-company-name-div {
    border-right-style: none;
  }

  .content-booth-location-div {
    background-color: #cccdd052;
  }

  .textblock-for-lists-2 {
    padding-left: 9px;
    font-size: 12px;
    display: inline-block;
  }

  .content-company-description-div {
    border-bottom: 2px solid #000;
    border-left-style: none;
  }

  .content-holder-div {
    flex-direction: column;
  }

  .text-block-headng-border-centered-prod {
    border-radius: 5px;
    margin-top: 1px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 17px;
  }

  .container-in-border-prod {
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-headng-border-centered-copy {
    margin-top: 1px;
    margin-left: 25px;
    margin-right: 23px;
    padding-left: 84px;
  }

  .cells-in-cats-prod {
    width: 80%;
  }

  .form-block-6-check {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-block-131 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .promo-holder {
    align-self: flex-start;
  }

  .media-promo-text {
    text-align: center;
    align-self: center;
  }

  .full-promo-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-blue-promo-title {
    width: 400px;
  }

  .container-raised-description-promo {
    box-shadow: none;
    flex-direction: column;
    margin-top: 5px;
  }

  .image-28 {
    max-width: 78%;
  }

  .video {
    max-width: 80%;
  }

  .left-right-holder-att3 {
    flex-direction: column;
    padding-right: 0;
  }

  .image-capt {
    margin-left: 0;
  }

  .text-image {
    margin-bottom: 6px;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: underline;
  }

  .container-sponsor {
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
  }

  .divsponsor {
    object-fit: fill;
    overflow: visible;
  }

  .linksponsor {
    max-width: 20vw;
  }

  .sponsor-image {
    max-width: 20vw;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sponsor-image-2 {
    display: block;
  }

  .image-30 {
    display: none;
  }

  .ibsslider {
    height: 85vh;
  }

  .text-slider {
    padding-left: 69px;
    font-size: 23px;
  }

  .linksponsor-3 {
    max-width: 20vw;
  }

  .divsponsor-2 {
    object-fit: fill;
    overflow: visible;
  }

  .sponsor-image-3 {
    max-width: 20vw;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .container-sponsor-2 {
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
  }

  .textblocksponsor-banner {
    margin-left: 0;
  }

  .sponsor-image-4 {
    display: block;
  }

  .textblock-media-sponsor-header {
    margin-left: 0;
  }

  .container-adspace {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    margin-top: 5px;
  }

  .divblock-container-fact {
    padding-bottom: 35px;
  }

  .divblock-container-fact:hover {
    transform: translate(0, -5px);
  }

  .div-block-booth-lounge {
    overflow: visible;
  }

  .divblock-container-info {
    padding-bottom: 35px;
  }

  .divblock-container-info:hover {
    transform: translate(0, -5px);
  }

  .attsearch3-align {
    align-self: center;
    margin-bottom: 3px;
  }

  .text-for-att-list-head {
    max-width: 33vw;
    overflow: visible;
  }

  .text-block-phone {
    width: 70%;
    margin-bottom: 0;
  }

  .text-block-catchcode {
    width: 40%;
    margin-bottom: 0;
    padding-left: 7px;
  }

  .marqwrap {
    width: 950%;
  }

  .slider-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow {
    margin-left: 5px;
  }

  .mask-3 {
    margin-left: -1px;
    margin-right: -5px;
  }

  .slider-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow-4 {
    margin-left: 5px;
  }

  .slider-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-arrow-5 {
    margin-left: 5px;
  }

  .div-block-product-booth {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .logo-container {
    display: block;
  }

  .image {
    padding: 2px 10px 7px;
  }

  .paragraph-2 {
    text-align: center;
    flex: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .date-and-time-container {
    display: block;
  }

  .heading-2 {
    margin-top: 4px;
  }

  .text-block {
    font-size: 22px;
  }

  .heading-3 {
    margin-top: 3px;
    margin-bottom: 0;
    text-decoration: none;
  }

  .divblock-container {
    width: auto;
    margin-bottom: 10px;
  }

  .image-2 {
    margin-bottom: 6px;
  }

  .container-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-footer {
    inset: auto 0% 0%;
  }

  .column-bottom-phone {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 0;
    font-size: 10px;
    display: block;
  }

  .list {
    margin-left: -19px;
    font-size: 12px;
  }

  .header-foot {
    font-size: 9px;
  }

  .header-foot.portrait-phone {
    padding-left: 3px;
    font-size: 11px;
  }

  .listitem-foot.portrait-phone {
    font-size: 10px;
    display: block;
  }

  .listitem-foot.portrait-phone:hover {
    font-size: 10px;
  }

  .body {
    background-position: 50% 0;
    background-size: auto 150vh;
  }

  .divblock---grid {
    align-content: stretch;
    place-items: stretch stretch;
    display: block;
  }

  .dvblock---exhibitors {
    margin-top: 0;
    padding-top: 2px;
  }

  .heading---exhibitors {
    margin-top: 5px;
    padding-top: 0;
  }

  .body-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-4 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 51px;
    line-height: 53px;
  }

  .grid-3 {
    font-size: 18px;
    display: inline-block;
  }

  .textblock-grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    left: 6px;
  }

  .text-block-question {
    margin: -2px 0 1px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 700;
    display: inline;
  }

  .form {
    flex-wrap: wrap;
  }

  .heading-4-reg {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 51px;
    line-height: 53px;
  }

  .grid-9 {
    align-items: center;
    margin-right: 10px;
  }

  .text-block-state {
    width: 20%;
  }

  .text-field-7 {
    width: 90%;
    margin-left: 0;
  }

  .text-block-city {
    width: 100%;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-7 {
    flex-flow: column;
    margin-right: 2px;
  }

  .text-field-6 {
    margin-top: 11px;
    padding-top: 1px;
  }

  .select-field-2 {
    width: 90%;
    margin-top: 8px;
  }

  .text-block-zip {
    width: 70%;
  }

  .text-block-question-2 {
    margin: -2px 3px 1px auto;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 0;
    font-size: 10px;
    font-weight: 700;
    display: none;
  }

  .text-block-center-no-border {
    margin-top: 16px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .container-insome-2 {
    margin-top: 13px;
    padding-left: 7px;
    padding-right: 0;
    display: block;
  }

  .html-embed-3 {
    margin-right: 9px;
    padding-left: 0;
  }

  .description-text {
    font-weight: 400;
  }

  .div-block-10 {
    flex-flow: column wrap;
    align-content: flex-start;
    font-weight: 700;
  }

  .text-block-33 {
    font-size: 14px;
  }

  .description-heading {
    width: 100%;
    padding-top: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .description-heading.right {
    text-align: left;
    width: 100%;
    margin-left: -1px;
  }

  .text-block-34 {
    margin-top: 6px;
    margin-bottom: -1px;
    margin-left: 0;
    padding-left: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-29 {
    margin-left: 10px;
    font-size: 14px;
  }

  .text-block-32 {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
  }

  .container-raised-description {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-for-ex-list {
    flex-direction: column;
    margin-top: -2px;
    margin-left: 15px;
  }

  .text-block-center-no-border-2 {
    margin-top: 16px;
    margin-left: -35px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    display: inline;
  }

  .text-block-center-no-border-2.bottom {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: -6px;
    display: inline-block;
  }

  .columns-2 {
    text-align: left;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 95%;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .columns-2.top {
    text-align: left;
    flex-wrap: nowrap;
    flex: 0;
    place-content: flex-start flex-end;
    align-self: center;
    margin-top: -1px;
    padding-right: 0;
  }

  .textblock-for-lists {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
  }

  .div-block-22 {
    text-align: center;
  }

  .button---blue---edged-additional-name {
    display: inline-block;
  }

  .textblock-for-lists---registeredit {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
  }

  .grid-9-attadd-3 {
    align-items: center;
    margin-right: 10px;
  }

  .div-phone-ext {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    padding-left: 1px;
    position: relative;
    left: auto;
  }

  .text-field-boothqty {
    text-align: center;
    align-self: center;
    width: 90px;
    margin-top: 11px;
    padding-top: 4px;
  }

  .text-field-phone {
    flex: 0 auto;
    align-self: flex-end;
    width: 90px;
    min-width: 80px;
    max-width: 90px;
    margin: 0 6px 0 11px;
    padding-top: 0;
    padding-left: 8px;
    font-size: 10px;
  }

  .text-block-extension {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 11px;
    padding-left: 5px;
    font-size: 10px;
    font-weight: 400;
    display: none;
  }

  .grid-for-contract {
    align-content: center;
    align-items: end;
    width: 95%;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-right-contract {
    color: #fff;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 16px;
    line-height: 12px;
    display: none;
  }

  .text-field-extension {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 7px;
    padding-right: 4px;
    font-size: 10px;
  }

  .text-block-zip-2 {
    align-self: center;
    width: 70%;
    margin-bottom: 4px;
    margin-left: 0;
    padding-right: 7px;
    font-size: 10px;
  }

  .text-field-contract {
    margin-top: 11px;
    margin-left: 0;
    padding-top: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .div-block-city-state-zip {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 95vw;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 2px;
  }

  .text-block-50 {
    margin-top: 0;
    margin-left: 8px;
    padding-left: 0;
  }

  .text-block-city-2 {
    width: 100%;
    margin-top: 6px;
    margin-left: 1px;
    padding-left: 6px;
    font-size: 10px;
  }

  .text-block-state-2 {
    text-align: center;
    align-self: center;
    width: 20%;
    margin-left: 0;
    padding-left: 3px;
    font-size: 10px;
  }

  ._1-image-front {
    margin-bottom: 18px;
  }

  .divblock-container-faq {
    flex-direction: row-reverse;
    max-height: 8vh;
  }

  .heading-5 {
    font-size: 3.5vw;
    line-height: 15px;
  }

  .button---blue---edged-contract {
    display: inline-block;
  }

  .heading---contract {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 51px;
    line-height: 53px;
  }

  .text-state {
    text-align: left;
    margin: 2px 18px 17px -4px;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 11px;
    display: block;
  }

  .text-block-for-phone-2 {
    text-align: left;
    width: auto;
    margin: 6px 18px 6px 0;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    display: block;
  }

  .text-block-for-contract-2 {
    text-align: left;
    flex: 1;
    width: auto;
    margin: 6px 18px 6px auto;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    display: block;
  }

  .text-block-for-extension {
    text-align: left;
    width: 80%;
    margin: 6px 18px 6px -132px;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    display: none;
  }

  .grid-for-contract-2 {
    align-content: center;
    align-items: end;
    width: 95%;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-right-contract-2 {
    color: #fff;
    margin-top: 24px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 10px;
    line-height: 12px;
  }

  .button-for-contract {
    font-size: 14px;
    line-height: 14px;
  }

  .text-span-6 {
    color: #000;
    margin-top: -7px;
    margin-left: 0;
    display: none;
    overflow: hidden;
  }

  .text-city {
    text-align: left;
    flex: 1;
    margin: 2px 18px 17px auto;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 11px;
    display: block;
  }

  .div-block-phone-3 {
    margin-left: -3px;
  }

  .text-block-54 {
    margin-top: 6px;
    margin-bottom: -1px;
    margin-left: 6px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-for-contract-3 {
    text-align: left;
    width: 80%;
    margin: 6px 18px 6px -132px;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    display: block;
  }

  .text-block-center-no-border-copy-2 {
    margin-top: 16px;
    margin-left: 5px;
    margin-right: -6px;
    padding-bottom: 0;
    padding-left: 28px;
    padding-right: 36px;
    font-size: 16px;
    display: inline;
  }

  .container-insome-3 {
    margin-top: 7px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-center-no-border-3 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    display: inline;
  }

  .div-for-att-list-body-bad {
    border-style: solid;
  }

  .div-for-ex-list-body {
    border-style: none solid;
    min-width: auto;
    max-width: none;
  }

  .grid-for-att-list-head {
    align-content: space-around;
  }

  .grid-for-att-list-body {
    flex-direction: column;
    display: flex;
  }

  .text-field-8 {
    width: 95vw;
    margin-top: 11px;
    padding-top: 4px;
  }

  .grid-10 {
    justify-items: center;
    margin-left: 1px;
    margin-right: 1px;
  }

  .text-block-justify-right-2 {
    font-size: 12px;
  }

  .select-field-3 {
    width: 70vw;
    margin-bottom: 2px;
    padding-bottom: 10px;
  }

  .text-block-zip-3 {
    width: 70%;
    margin-left: -2px;
    font-size: 10px;
  }

  .text-block-center-no-border-copy-3 {
    flex-direction: column;
    margin: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: flex;
  }

  .text-block-city-3 {
    width: 100%;
    margin-top: 0;
    margin-left: 2px;
    font-size: 10px;
  }

  .text-block-state-3 {
    width: 20%;
    margin-left: 5px;
    font-size: 10px;
  }

  .text-field-9 {
    margin-top: 7px;
  }

  .text-block-center-no-border-2-attadd3copy {
    text-align: center;
    width: auto;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .grid-for-ex-list-body {
    flex-direction: column;
    display: flex;
  }

  .grid-for-ex-list-head {
    align-content: space-around;
  }

  .image-14 {
    margin-left: 12px;
    margin-right: 3px;
  }

  .container-raised-description-maintenance {
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-field-cotchca {
    flex: 0 auto;
    align-self: center;
    width: 120px;
    min-width: 80px;
    max-width: 120px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4px;
    padding-left: 8px;
    font-size: 10px;
    font-weight: 700;
  }

  .image-16 {
    align-self: center;
    margin-left: 6px;
  }

  .divblock--image-button-slider {
    justify-content: flex-start;
    margin-top: -5px;
  }

  .button---blue---slider {
    position: static;
  }

  .button---blue---slider:hover {
    margin-bottom: 0;
  }

  .paragraph-3 {
    margin-top: -8px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .image-17 {
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .text-block-question-forgot-password {
    align-self: center;
    margin: -2px 3px 1px 0;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    display: inline;
  }

  .tab-seminar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: row-reverse;
  }

  .tab-seminar.w--current {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .text-block-60 {
    text-align: center;
  }

  .tabs-menu {
    display: block;
  }

  .text-block-59, .text-block-61 {
    text-align: center;
  }

  .floorplan-whole {
    width: auto;
    overflow: visible;
  }

  .section-10 {
    align-items: flex-start;
    width: 125vw;
    margin-left: 0;
    padding-left: 0;
    overflow: auto;
  }

  .divblock-floorplan-background, .divblock-floorplan-background-copy {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-15 {
    margin-top: 7px;
  }

  .div-block-65, .div-block-66 {
    align-self: center;
  }

  .heading-16 {
    margin-top: 10px;
  }

  .div-block-67 {
    flex-direction: column;
    align-items: center;
  }

  .phonehead2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
  }

  .textblocksponsor {
    font-size: 15px;
  }

  .container-insome {
    margin-top: 7px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 1px;
    padding-right: 1px;
    display: block;
  }

  .link-block-2 {
    padding-left: 11px;
    position: static;
    left: -14px;
    right: 1px;
  }

  .text-ex-list {
    width: 100%;
    margin-left: 15px;
    margin-right: -52px;
    padding-left: 0;
    font-size: 12px;
  }

  .text-block-center-no-border-4 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 3px;
    font-size: 16px;
    display: inline;
  }

  .text-block-top-equip {
    color: #000;
    width: 100%;
    margin: 4px -121px -1px -2px;
    padding-left: 13px;
    padding-right: 9px;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  .form-with-border {
    margin-left: 12px;
  }

  .text-field-10 {
    text-align: left;
    margin-left: -190px;
    padding-left: 156px;
    font-style: italic;
  }

  .submit-button-8 {
    margin-left: -143px;
  }

  .nav-link-ex-pack {
    background-color: #4730af;
  }

  .menu-button-ex-pack {
    text-align: right;
    flex: 1;
  }

  .heading-17 {
    padding-left: 2px;
    font-size: 18px;
  }

  .text-block-24 {
    text-align: center;
  }

  .text-center-bold-15 {
    font-size: 16px;
  }

  .submit-button-5 {
    margin-left: 7px;
  }

  .field-label-3 {
    margin-left: 10px;
    font-size: 12px;
  }

  .text-block-headng-border-centered {
    border-style: solid;
    margin-left: 6px;
    margin-right: 5px;
    padding-top: 9px;
    padding-left: 8px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 10px;
  }

  .form-block-6 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-12 {
    margin-left: 10px;
  }

  .text-block-27 {
    margin-left: 8px;
  }

  .div-block-cattegories {
    flex-flow: column wrap;
    align-content: center;
  }

  .cells-in-cats {
    width: 80%;
  }

  .text-block-3 {
    text-align: center;
    width: auto;
    max-width: 40vw;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 1px;
    margin-left: 1px;
    padding-left: 2px;
    padding-right: 0;
    font-size: 11px;
    display: block;
    overflow: hidden;
  }

  .text-field-equip-qty {
    width: 50px;
    min-width: 36px;
    height: 65px;
    margin-bottom: auto;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 10px;
  }

  .text-block-equip-left {
    color: #000;
    width: auto;
    margin: auto 1px auto 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: block;
  }

  .submit-button-6 {
    max-width: 24vw;
    font-size: 8px;
    font-weight: 400;
  }

  .text-block-hold-qty {
    text-align: center;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: 20vw;
    margin-right: 0;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .grid-11 {
    grid-template-columns: 2.75fr .5fr .75fr .75fr;
    grid-template-areas: ".";
    place-items: stretch center;
    width: auto;
  }

  .text-block-with-border {
    width: auto;
    max-width: 100%;
    margin: 0 0 27px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
  }

  .div-block-103 {
    padding-left: 3px;
  }

  .div-block-phone {
    width: 60%;
  }

  .text-block-21 {
    border: 2px #000;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-top-equip-copy {
    color: #000;
    width: 100%;
    margin: 4px -121px -1px -2px;
    padding-left: 13px;
    padding-right: 9px;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  .text-block-4 {
    margin-right: 16px;
  }

  .div-block-17 {
    flex-flow: column wrap;
    align-content: center;
  }

  .link-2 {
    font-size: 10px;
  }

  .grid-11-copy {
    grid-template-columns: 2fr .5fr .5fr .25fr;
    grid-template-areas: ".";
    place-items: center;
    width: auto;
  }

  .text-block-equip2 {
    margin-top: 8px;
    margin-bottom: 15px;
    margin-right: 3px;
    padding-bottom: 8px;
  }

  .text-block-15 {
    margin-left: 3px;
    margin-right: 0;
  }

  .text-block-19 {
    max-width: 20vw;
  }

  .attendee-search-heading-copy {
    font-size: 15px;
  }

  .div-block-attendee-last-name-copy {
    border-bottom-style: none;
  }

  .exbadge-exprince-list-items-copy {
    column-count: auto;
    flex-flow: column wrap;
    flex: 1;
    place-content: stretch center;
    align-items: center;
    width: 19.9vw;
    max-width: none;
    margin: 3px 0 7px 1px;
    padding-right: 0;
    font-size: 5vw;
    line-height: 14px;
    display: block;
    overflow: auto;
  }

  .div-block-attendee-blue-name-badgepy {
    width: auto;
  }

  .div-block-speaklist-copy-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-attendee-company-copy {
    border-bottom-style: none;
  }

  .div-block-speaklist-registered-last-name {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-10-copy, .attendee-reg-text-block-small {
    font-size: 14px;
  }

  .div-block-speaklist-copy {
    border-bottom: 2px solid #000;
    flex-direction: row;
    margin-bottom: -3px;
  }

  .div-block-attendee-first-name-copy-copy {
    border-bottom-style: none;
  }

  .div-block-attendee-blue-company-badges {
    width: auto;
  }

  .attendee-reg-text-block {
    font-size: 14px;
  }

  .div-block-attendee-blue-register {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .attendee-search-heading-copy-2 {
    font-size: 15px;
  }

  .attendee-search-heading-copy-3 {
    font-size: 12px;
    overflow: auto;
  }

  .div-block-attendee-register {
    border-bottom-style: none;
  }

  .text-block-with-border-copy {
    width: auto;
    max-width: 100%;
    margin: 0 0 27px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
  }

  .div-block-attendeestatus-title {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
  }

  .exbadges-centered {
    margin-top: 0;
    font-size: 20px;
  }

  .div-block-attendee-status-copy {
    border-bottom-style: none;
  }

  .div-block-96 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-center-no-border-copy {
    margin-top: 16px;
    margin-left: 1px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    display: inline;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-round-images {
    flex-direction: column;
  }

  .div-block-for-cc-form {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -5px;
    padding-left: 0;
  }

  .textblockroot {
    margin-top: 5px;
    margin-bottom: 1px;
  }

  .textblockroot.green, .textblockroot.blue, .textblockroot.orange {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-round-images {
    margin-right: 0;
  }

  .bold-text-3 {
    display: block;
  }

  .text-block-22 {
    margin-top: -12px;
  }

  .columns-3 {
    margin-left: -7px;
    margin-right: -6px;
  }

  .text-block-exvite-cats {
    margin-left: 1px;
  }

  .exbadge-exprince-list-items {
    column-count: auto;
    flex-flow: column wrap;
    place-content: stretch center;
    align-self: stretch;
    align-items: center;
    width: auto;
    max-width: 25vw;
    margin: 0 0 0 2px;
    padding-right: 0;
    font-size: 2.1vw;
    line-height: 14px;
    display: flex;
    overflow: visible;
  }

  .html-embed-9 {
    text-align: center;
    padding-left: 0;
  }

  .exbadge-exprince-heading {
    text-align: center;
    width: auto;
    max-width: 25vw;
    margin-left: 1px;
    padding-left: 0;
    font-size: 10px;
    display: inline;
  }

  .bold-text-4 {
    font-size: 10px;
    line-height: 14px;
  }

  .ex-badges-gray-box {
    max-width: 99vw;
  }

  .text-block-right-contract-copy {
    color: #fff;
    margin-top: 24px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-center-no-border-copy-4 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .div-block-95, .div-block-96-copy, .div-block-93 {
    display: none;
  }

  .text-block-state-4 {
    width: 20%;
    margin-left: 5px;
    font-size: 10px;
  }

  .text-block-right-contract-copy-2 {
    color: #fff;
    margin-top: 24px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-field-13 {
    margin-top: 11px;
    margin-bottom: 3px;
    padding-top: 4px;
  }

  .div-block-city-state-zip-2 {
    flex-flow: row;
    align-items: center;
    margin-left: 1px;
    margin-right: 2px;
  }

  .text-block-right-contract-copy-3 {
    color: #fff;
    margin-top: 24px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-city-4 {
    width: 100%;
    margin-top: 3px;
    margin-left: 6px;
    font-size: 10px;
  }

  .text-block-zip-4 {
    width: 70%;
    margin-left: -2px;
    font-size: 10px;
  }

  .div-block-88 {
    padding-top: 7px;
  }

  .text-block-center-no-border-copy-5 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: flex;
  }

  .container-19 {
    margin-bottom: 1px;
    padding-top: 11px;
  }

  .div-block-89 {
    width: 30%;
  }

  .submit-button-7 {
    margin-left: 128px;
    padding-left: 8px;
  }

  .attendee-reg-text-block-copy, .attendee-reg-text-block-blep {
    font-size: 14px;
  }

  .div-block-speaklist-registered-copy-copy {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-attendee-register-copy {
    border-bottom-style: none;
  }

  .div-block-speaklist-copy-copy-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .attendee-search-heading-copy-4 {
    font-size: 15px;
  }

  .heading-10-copy-copy {
    font-size: 14px;
  }

  .div-block-attendee-first-name-copy {
    border-bottom-style: none;
  }

  .attendee-reg-text-blue-block-copy {
    font-size: 14px;
  }

  .attendee-search-heading-copy-5 {
    font-size: 15px;
  }

  .div-block-attendee-last-name-copy-2 {
    border-bottom-style: none;
  }

  .attendee-reg-text-block-copy-2 {
    font-size: 14px;
  }

  .div-block-attendee-status {
    border-bottom-style: none;
  }

  .div-block-attendee-blue-register-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-attendee-blue-company-copy {
    width: auto;
  }

  .div-block-attendeestatus-copy {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-attendee-company-copy-2 {
    border-bottom-style: none;
  }

  .div-block-attendee-blue-name-copy {
    width: auto;
  }

  .text-field-18 {
    width: 300px;
    margin-left: 59px;
  }

  .text-block-equip-left-copy {
    color: #000;
    width: auto;
    margin: 0 1px 8px 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: block;
  }

  .text-block-top-equip-copy-2 {
    color: #000;
    width: 100%;
    margin: 4px -121px -1px -2px;
    padding-left: 13px;
    padding-right: 9px;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  .grid-for-cc-form-copy {
    grid-column-gap: 0px;
    grid-auto-flow: row;
    margin-left: -3px;
    margin-right: -2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
  }

  .text-block-2-copy {
    margin-top: 6px;
    margin-bottom: -1px;
    margin-left: 6px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-for-cc-form-copy {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -5px;
    padding-left: 0;
  }

  .text-block-with-border-copy-2 {
    width: auto;
    max-width: 100%;
    margin: 0 0 27px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
  }

  .container-13 {
    padding-left: 18px;
    padding-right: 14px;
  }

  .heading-18 {
    font-size: 13px;
  }

  .warning {
    margin-right: 5px;
  }

  .contract-form-left, .contract-form-left-copy {
    display: none;
  }

  .text-block-right-contract-copy {
    color: #fff;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 16px;
    line-height: 12px;
    display: none;
  }

  .text-block-right-contract-copy-copy {
    color: #fff;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 17px;
    line-height: 18px;
    display: block;
  }

  .heading-19 {
    font-size: 15px;
  }

  .bold-text-2-reg-copy {
    line-height: 33px;
  }

  .text-block-2-reg-copy {
    margin-top: -2px;
  }

  .right-longtext {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .container-in-border-4 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block-center-no-border-copy-6 {
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .text-block-center-no-border-copy-7 {
    margin: 8px 0 4px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 30px;
    display: block;
  }

  .text-left {
    font-size: 18px;
  }

  .container-in-border-5 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block-center-no-border-5 {
    width: auto;
    margin: 6px 0 4px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-in-border-6 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-cal-input-closed, .text-cal-input-open {
    max-width: 100vw;
  }

  .div-calander-input-open {
    border-style: solid;
  }

  .text-heading-cal-input {
    max-width: 100vw;
  }

  .div-calander-input-closed, .div-calander-input-date {
    border-style: solid;
  }

  .grid-for-ex-list-body-2 {
    flex-direction: column;
    display: flex;
  }

  .text-cal-input {
    max-width: 100vw;
  }

  .div-heading-calander-input, .div-for-ex-list-body-2, .div-for-calendar {
    border-style: solid;
  }

  .tab-seminar-2 {
    flex-direction: row-reverse;
  }

  .submit-button-13 {
    padding-right: 0;
  }

  .search-form-seminar {
    margin-right: -18px;
    padding-right: 0;
  }

  .div-block-color-dot-green {
    flex: 0 auto;
    margin-left: 3px;
    margin-right: 3px;
  }

  .tabs-menu-2 {
    display: block;
  }

  .text-block-date-seminar {
    text-align: left;
    margin: 11px 18px 6px 4px;
    padding-left: 3px;
    padding-right: 6px;
    font-size: 14px;
    text-decoration: underline;
    display: block;
  }

  .link-8 {
    font-size: 12px;
  }

  .seminar-topic {
    font-weight: 400;
  }

  .div-block-44 {
    margin-left: 8px;
  }

  .grid-for-seminarattendee {
    width: 98%;
  }

  .form-13 {
    padding-right: 0;
  }

  .text-right-speaker-input {
    width: auto;
    font-size: 8px;
    font-weight: 400;
    display: none;
  }

  .input-speaker-field {
    border-radius: 4px;
    width: auto;
  }

  .div-block-4 {
    margin-left: -47px;
    margin-right: 3px;
  }

  .text-field-contract-2 {
    width: 310px;
    margin-top: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .div-block-95-copy, .divblock-small-integer-change {
    display: none;
  }

  .checkbox-label-4 {
    color: #000;
  }

  .ext-area-speaker-input {
    width: 310px;
    min-width: auto;
    margin-left: 5px;
    margin-right: 1px;
  }

  .text-block-right-contract-copy-4 {
    color: #fff;
    margin-top: 24px;
    margin-left: 3px;
    margin-right: 1px;
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-92-copy {
    padding-top: 12px;
  }

  .heading-21 {
    margin-left: -6px;
    font-size: 14px;
  }

  .text-block-phone-blue {
    font-size: 14px;
  }

  .div-block-speaklist-phone-blue {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-speaklist-registered {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .text-block-68, .heading-25 {
    font-size: 14px;
  }

  .heading-26 {
    font-size: 15px;
  }

  .form-left {
    display: none;
  }

  .form-right {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .div-left-right-holder {
    justify-content: center;
  }

  .div-check {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 2px;
  }

  .text-field-catcha {
    flex: 0 auto;
    align-self: center;
    width: 120px;
    min-width: 80px;
    max-width: 120px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 10px;
    font-weight: 700;
  }

  .image-k4 {
    align-self: center;
    margin-top: 8px;
    margin-bottom: 1px;
    margin-left: 0;
  }

  .text-block-header-seminar-topic {
    text-align: center;
  }

  .div-seminar-att-add {
    margin-left: 1px;
    margin-right: 1px;
  }

  .container-raised {
    background-color: #ffffff6e;
  }

  .heading-party {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 51px;
    line-height: 53px;
  }

  .bold-text-6 {
    font-size: 40px;
  }

  .textblock-grid-2 {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    left: 6px;
  }

  .submit-button-12 {
    width: 20%;
    margin-left: -5px;
    margin-right: -29px;
    padding-left: 6px;
    padding-right: 5px;
    font-size: 10px;
  }

  .grid-for-products {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 4px;
    padding-right: 8px;
    font-size: 18px;
    display: inline-block;
  }

  .container-in-border-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-20 {
    width: 85%;
  }

  .div-block-126 {
    margin-left: -47px;
    margin-right: 3px;
  }

  .image-7 {
    margin: 18px 27px 9px 18px;
  }

  .image-8 {
    margin-bottom: 14px;
    margin-left: 56px;
  }

  .div-block-127 {
    display: none;
  }

  .search-letter-mobile {
    justify-content: center;
    display: flex;
  }

  .container-in-border-8 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block-equip-left-2 {
    color: #000;
    width: auto;
    margin: 4px 1px 2px 2px;
    padding-left: 6px;
    padding-right: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: block;
  }

  .text-block-webpage {
    color: #000;
    width: 50px;
    margin: -1px 16px 1px 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: none;
  }

  .div-block-128, .image-27 {
    display: none;
  }

  .textblock-for-lists-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
  }

  .title-holder-div {
    flex-direction: column;
  }

  .text-block-headng-border-centered-prod {
    border-style: solid;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-headng-border-centered-copy {
    border-style: solid;
    margin-left: 6px;
    margin-right: 5px;
    padding-top: 9px;
    padding-left: 8px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 24px;
  }

  .cells-in-cats-prod {
    width: 80%;
  }

  .form-block-6-check {
    margin-left: 6px;
    margin-right: 6px;
  }

  .submit-button-linecheck {
    display: none;
  }

  .submit-button-phone {
    display: block;
  }

  .promo-holder {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .bullet-and-description-holder {
    justify-content: flex-start;
    align-items: stretch;
  }

  .media-package-desc-div {
    padding-left: 0;
  }

  .media-promo-text {
    align-self: center;
    padding-left: 7px;
    padding-right: 3px;
  }

  .full-promo-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-blue-promo-title {
    width: 250px;
  }

  .container-raised-description-promo {
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-28 {
    max-width: 98%;
  }

  .video {
    max-width: none;
  }

  .video-holder {
    width: 95%;
    padding-top: 6px;
  }

  .image-capt {
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .right-text-att3 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-image {
    font-size: 18px;
  }

  .container-sponsor {
    flex-direction: row;
  }

  .divsponsor {
    flex-direction: column;
    align-items: center;
    max-height: none;
  }

  .linksponsor {
    max-width: 40vw;
  }

  .sponsor-image {
    max-width: 40vw;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-135 {
    padding-top: 5px;
  }

  .keynote-holder {
    flex-direction: column;
    padding-top: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .phoneseminarholder {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ibsslider {
    display: none;
  }

  .icon-5 {
    margin-left: 8px;
  }

  .icon-6 {
    margin-right: 7px;
  }

  .text-slider {
    padding-left: 56px;
    line-height: 28px;
  }

  .heading-slider {
    font-size: 50px;
    line-height: 52px;
  }

  .button-slider {
    font-size: 14px;
    line-height: 14px;
  }

  .linksponsor-3 {
    max-width: 40vw;
  }

  .heading-30 {
    font-size: 15px;
  }

  .divsponsor-2 {
    flex-direction: column;
    align-items: center;
    max-height: none;
  }

  .sponsor-image-3 {
    max-width: 40vw;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .container-sponsor-2 {
    flex-direction: row;
  }

  .textblocksponsor-banner, .textblock-media-sponsor-header {
    margin-left: 0;
    font-size: 15px;
  }

  .divblock-container-fact, .divblock-container-info {
    width: auto;
    margin-bottom: 10px;
  }

  .div-record {
    flex-direction: column;
    margin-bottom: 2px;
  }

  .div-list-selector {
    flex-flow: wrap;
    place-content: flex-start center;
  }

  .div-for-ex-list-body-copy, .div-for-att-list-body {
    border-style: none solid;
    min-width: auto;
    max-width: none;
  }

  .text-block-phone {
    width: 100%;
    margin-top: 0;
    margin-left: 2px;
    font-size: 10px;
  }

  .text-block-catchcode {
    width: 70%;
    margin-left: -2px;
    font-size: 10px;
  }

  .image-32 {
    display: none;
  }

  .marqwrap {
    width: 1700%;
  }

  .div-qr-holder {
    flex-direction: column;
    max-height: none;
  }
}

#w-node-_0eb4e22d-8f20-b655-4e2e-4bea6027c652-5cfe0980 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0eb4e22d-8f20-b655-4e2e-4bea6027c65c-5cfe0980, #w-node-_0eb4e22d-8f20-b655-4e2e-4bea6027c667-5cfe0980 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_04371970-bc84-5b62-f7a8-ef339157fe23-503c2413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04371970-bc84-5b62-f7a8-ef339157fe2d-503c2413, #w-node-c0c284b8-c001-4595-9dc7-a997c79aaa85-503c2413 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c698d301-6549-c135-31a0-1f9edf59d17b-95fa310c, #w-node-c698d301-6549-c135-31a0-1f9edf59d17d-95fa310c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c698d301-6549-c135-31a0-1f9edf59d181-95fa310c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c698d301-6549-c135-31a0-1f9edf59d189-95fa310c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c698d301-6549-c135-31a0-1f9edf59d1a1-95fa310c {
  place-self: stretch stretch;
}

#w-node-be491533-2ee9-8104-5d0b-11d4c7d2a3d1-84501ecb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-be491533-2ee9-8104-5d0b-11d4c7d2a3e1-84501ecb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-be491533-2ee9-8104-5d0b-11d4c7d2a3e8-84501ecb {
  grid-area: Area-2;
}

#w-node-be491533-2ee9-8104-5d0b-11d4c7d2a416-84501ecb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-be491533-2ee9-8104-5d0b-11d4c7d2a420-84501ecb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-be491533-2ee9-8104-5d0b-11d4c7d2a425-84501ecb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10d9a-cc126b3f {
  grid-area: Area;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10d9c-cc126b3f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10da0-cc126b3f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10da2-cc126b3f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10da4-cc126b3f {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10da6-cc126b3f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10da8-cc126b3f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10daa-cc126b3f {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dac-cc126b3f {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dae-cc126b3f {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10db0-cc126b3f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10db2-cc126b3f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10db4-cc126b3f {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10db6-cc126b3f {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10db8-cc126b3f {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dba-cc126b3f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dbc-cc126b3f {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dbe-cc126b3f {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dc0-cc126b3f {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dc2-cc126b3f {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dc4-cc126b3f {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dc6-cc126b3f {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dc8-cc126b3f {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dca-cc126b3f {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dcc-cc126b3f {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dce-cc126b3f {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dd1-cc126b3f {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dd3-cc126b3f {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dd5-cc126b3f {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dd7-cc126b3f {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10dd9-cc126b3f {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10ddb-cc126b3f {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10ddd-cc126b3f {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10ddf-cc126b3f {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10de1-cc126b3f {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10de3-cc126b3f {
  grid-area: 8 / 4 / 9 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10de5-cc126b3f {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10de7-cc126b3f {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10de9-cc126b3f {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10deb-cc126b3f {
  grid-area: 9 / 5 / 10 / 6;
}

#w-node-c5fa9049-2d58-40e7-5c74-757ea0c10ded-cc126b3f {
  grid-area: 9 / 4 / 10 / 5;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5aca-cc126b3f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#Charge-Amount.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5acc-cc126b3f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5acd-cc126b3f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#Card-Number.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5acf-cc126b3f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad0-cc126b3f {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#Expiration-Date.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad2-cc126b3f {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad3-cc126b3f {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center end;
}

#CCV.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad5-cc126b3f {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad6-cc126b3f {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center end;
}

#Street-Address.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad8-cc126b3f {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ad9-cc126b3f {
  grid-area: Area;
}

#First-Name.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ada-cc126b3f {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5adb-cc126b3f {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center end;
}

#Last-Name.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5add-cc126b3f {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ade-cc126b3f {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center end;
}

#Email.w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ae0-cc126b3f {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_8b412adb-31cb-32c6-107e-e1dcb6aa5ae1-cc126b3f {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center end;
}

#w-node-_10c91838-f783-18b5-901a-fa9390e15b83-c7938ef0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10c91838-f783-18b5-901a-fa9390e15b8d-c7938ef0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_10c91838-f783-18b5-901a-fa9390e15b97-c7938ef0 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-_0eb4e22d-8f20-b655-4e2e-4bea6027c652-5cfe0980 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0eb4e22d-8f20-b655-4e2e-4bea6027c65c-5cfe0980, #w-node-_0eb4e22d-8f20-b655-4e2e-4bea6027c667-5cfe0980 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_04371970-bc84-5b62-f7a8-ef339157fe23-503c2413 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_04371970-bc84-5b62-f7a8-ef339157fe2d-503c2413, #w-node-c0c284b8-c001-4595-9dc7-a997c79aaa85-503c2413 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c5fa9049-2d58-40e7-5c74-757ea0c10d9a-cc126b3f {
    grid-area: 1 / 1 / 2 / 6;
    place-self: stretch stretch;
  }

  #w-node-_10c91838-f783-18b5-901a-fa9390e15b8d-c7938ef0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_10c91838-f783-18b5-901a-fa9390e15b97-c7938ef0 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5fa9049-2d58-40e7-5c74-757ea0c10da4-cc126b3f {
    place-self: stretch start;
  }
}


