:root {
  
  
  
  
  
  
  
  
  
  
  
  --berry-6: #70052A;
  --berry-5: #A5123A;
  --berry: #E71356;
  --berry-4: #FF638C;
  --berry-3: #FFA2C1;
  --berry-2: #FFCAE0;
  --berry-1: #FFE5F3;
  --grape-6: #250058;
  --grape-5: #4009A0;
  --grape: #5C00DC;
  --grape-4: #7D44FF;
  --grape-3: #AB99FF;
  --grape-2: #CDC7FF;
  --grape-1: #E7E7FF;
  --amber: #FFC107;
  --rain: #2563EB;
  --lime: #02D48B;
  --peacock: #009788;
  --turqoise: #00BCD6;
  --flame: #FF7400;
  --red-coral: #FF4040;
  --neutral-black: #07002B;
  --neutral-body-dark: #393551;
  --neutral-body: #55506A;
  --neutral-dark: #9691A8;
  --neutral-mid: #CBC6DE;
  --neutral-light-mid: #E4E1EE;
  --neutral-light: #F6F4F9;
  --neutral-white: #FFF;
  --hero-card: #E7E7FF;
  --util-border-color: #dfdfdf;
  --util-border-grey: #CCC;
  --util-med-grey: #DDD;
  --util-light-grey: #F2F2F2;
  --util-blue: var(--rain);
  --util-green: var(--lime);
  --util-yellow: var(--amber);
  --util-orange: var(--flame);
  --util-red: var(--red-coral);
  --org-font-family: "Open Sans", sans-serif;
  --org-font-family-heading: "P22 Mackinac Pro", serif;
  --org-font-size: 16px;
  --org-font-scale-xxxl: 115px;
  --org-font-scale-xxl: 80px;
  --org-font-scale-xl: 64px;
  --org-font-scale-lg: 48px;
  --org-font-scale-1: 44px;
  --org-font-scale-2: 36px;
  --org-font-scale-3: 32px;
  --org-font-scale-4: 20px;
  --org-font-scale-5: 17px;
  --org-font-scale-6: 14px;
  --org-font-scale-7: 12px;
  --org-on-secondary-color: var(--neutral-body-dark);
  --org-tertiary-color: var(--rain);
  --org-on-tertiary-color: var(--neutral-white);
  --org-heading-text-color: var(--neutral-body-dark);
  --org-body-text-color: var(--neutral-body);
  --org-background-color: var(--neutral-white);
  --org-background-alt-color: var(--neutral-light-mid);
  --org-base-unit: 4px;
  --org-base-spacing: calc(var(--org-base-unit) * 4);
  --org-button-radius: calc(var(--org-base-unit) * 2);
  --org-button-line-height: 24px;
  --org-button-font-weight: 400;
  --org-button-font-style: normal;
  --org-button-padding: 12px 20px;
  --org-button-primary-hover-color: var(--berry-5);
  --org-button-primary-active-color: var(--berry-5);
  --org-button-white-active-color: var(--neutral-white);
  --org-button-gray-active-color: var(--neutral-black);
  --org-border-color: var(--neutral-dark);
  --org-frame-background-color: var(--rf-brand-color-surface);
  --org-content-width: 1440px;
  --org-form-width: 1080px;
  --rf-brand-color-primary: #5C00DC;
  --rf-brand-color-on-primary: #fff;
  --secondary-color: #fff;
  --secondary-color-hover: ;
  --rf-brand-color-status-error: var(--rf-system-color-red);
  --rf-brand-color-status-info: var(--rf-system-color-blue);
  --rf-brand-color-status-success: var(--rf-system-color-green);
  --rf-brand-color-status-warning: [%warningColor%];
  --rf-brand-color-border: ;
  --rf-brand-color-text-body: ;
  --rf-brand-color-text-heading: ;
  --container-border-hover-color: ;
  --a11y-shadow-color: rgba(21, 112, 239, 0.4);
  --rf-comp-link-color: #5c00dc;
  --rf-comp-link-hover-color: #efe6fb;
  --rf-brand-color-widget-background: --neutral-light;
  --rf-brand-color-background: var(--neutral-white);
  --rf-brand-color-surface: var(--rf-brand-color-background);
  --rf-brand-color-surface-2: var(--neutral-light);
  --rf-brand-color-surface-3: var(--neutral-light-mid);
  --rf-brand-color-surface-4: var(--neutral-mid);
  --rf-brand-font-family: var(--org-font-family);
  --rf-brand-font-family-heading: var(--org-font-family);
  --rf-brand-font-size: var(--org-font-size);
  --rf-brand-font-scale-xxxl: var(--org-font-scale-xxxl);
  --rf-brand-font-scale-xxl: var(--org-font-scale-xxl);
  --rf-brand-font-scale-xl: var(--org-font-scale-xl);
  --rf-brand-font-scale-1: var(--org-font-scale-1);
  --rf-brand-font-scale-2: var(--org-font-scale-2);
  --rf-brand-font-scale-3: var(--org-font-scale-3);
  --rf-brand-font-scale-4: var(--org-font-scale-4);
  --rf-brand-font-scale-5: var(--org-font-scale-5);
  --rf-brand-font-scale-6: var(--org-font-scale-6);
  --rf-brand-font-scale-7: var(--org-font-scale-7);
  --radius-1: 10px;
  --radius-2: 5px;
  --button-radius: 4px;
  --rf-brand-shape-radius: var(--org-button-radius);
  --rf-brand-shape-radius-lg: calc(var(--rf-brand-shape-radius) * 2);
  --rf-comp-button-shape-radius: var(--button-radius);
  --rf-comp-button-primary-hover-color-background: var(--grape-4);
  --rf-comp-button-primary-hover-color-border: var(--grape-4);
  --rf-comp-button-secondary-hover-color-background: var(--grape-4);
  --rf-comp-button-secondary-hover-color-border: var(--grape-4);
  --rf-comp-button-secondary-hover-color-on-background: var(--neutral-white);
  --rf-comp-link-hover-font-decoration: none;
  --link-transition: 0.3s ease;
}

@font-face {
  font-family: "P22 Mackinac Pro";
  src: url("https://static-stg.rainfocus.com/rainfocus/constellations/static/staticfile/staticfile/P22Mackinac-Book_1684864983349001bpqy.woff2") format("woff");
}
.rfevents-rfinsight26-attendeePortal-page-home h1,
.rfevents-rfinsight26-targetedagendas-page-targetedagendasinsight2025 h1 {
  font-family: var(--org-font-family-heading);
}
.rfevents-rfinsight26-attendeePortal-page-home h2,
.rfevents-rfinsight26-targetedagendas-page-targetedagendasinsight2025 h2 {
  font-family: var(--org-font-family-heading);
}
.rfevents-rfinsight26-attendeePortal-page-home h3,
.rfevents-rfinsight26-targetedagendas-page-targetedagendasinsight2025 h3 {
  font-family: var(--org-font-family-heading);
}
.rfevents-rfinsight26-attendeePortal-page-home p,
.rfevents-rfinsight26-targetedagendas-page-targetedagendasinsight2025 p {
  color: var(--neutral-body);
  font-family: var(--org-font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.1px;
}

.insight-heading-font {
  font-family: var(--org-font-family-heading) !important;
}

:root {
  --org-font-family: "Open Sans", sans-serif;
  --org-font-family-heading: "P22 Mackinac Pro", serif;
  --scroll-margin-top: 64px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--org-font-family);
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

ul {
  list-style: none;
}

button {
  background: none;
  border: none;
}

a,
button {
  cursor: pointer;
}

a:focus,
button:focus,
a:active,
button:active {
  outline: 2px solid var(--grape-2) !important;
}

.width-constraint {
  max-width: 1440px;
  padding: 0 12px;
  margin: auto;
}

.text-content, .text-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.text-content p, .text-content-left p {
  color: var(--neutral-body);
  max-width: 1000px;
}

.text-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.large-display, .h1, .h2-lg, .h2, .h3, .h4 {
  font-family: var(--org-font-family-heading);
}

.large-display {
  font-size: var(--org-font-scale-xxxl);
}

.h1 {
  font-size: var(--org-font-scale-lg);
}

.h2-lg {
  font-size: var(--org-font-scale-1);
  line-height: 52px;
}

.h2 {
  font-size: var(--org-font-scale-2);
  line-height: 44px;
}

.h3 {
  font-size: var(--org-font-scale-3);
  line-height: 40px;
}

.h4 {
  font-size: 28px;
  line-height: 40px;
}

.h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.b1 {
  font-size: 23px;
  line-height: 36px;
}

.b2 {
  font-size: var(--org-font-scale-4);
  line-height: 33px;
}

.b3 {
  font-size: var(--org-font-scale-5);
  line-height: 27px;
}

.b4 {
  font-size: var(--org-font-scale-6);
}

@media (max-width: 1099px) {
  section {
    padding: 64px 12px;
  }
  .width-constraint {
    padding: 0 36px;
  }
  .large-display {
    font-size: var(--org-font-scale-xxl);
  }
  .primary-button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 64px 24px;
  }
  footer {
    padding: 0 24px;
  }
  .width-constraint {
    padding: 0;
  }
  .large-display {
    font-size: var(--org-font-scale-xl);
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .h3 {
    font-size: 30px;
  }
  .b1 {
    font-size: var(--org-font-scale-5);
    line-height: 27px;
  }
}
@media (max-width: 520px) {
  .primary-button {
    padding: 10px 12px;
  }
}
.rf-workflow .insight-h1 {
  font-family: var(--org-font-family-heading);
  font-weight: 500;
  font-size: 51px;
  line-height: 58px;
  letter-spacing: 0.5px;
}
.rf-workflow .insight-h2 {
  font-family: var(--org-font-family-heading);
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.4px;
}
.rf-workflow .insight-h3 {
  font-family: var(--org-font-family-heading);
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
}

.full-width-section .flex-box-child,
.full-width-section .flex-box-section {
  margin: 0 !important;
  padding: 0 !important;
}

.full-width-section .flex-box-section-full-interior {
  max-width: none;
  width: 100%;
  padding: 0;
}

.hide-btn-external-icon button.mdBtnR-primary .rfSI,
.hide-btn-external-icon button.mdBtnR-outline-primary .rfSI {
  display: none;
}

.no-headline-img-padding .rf-headline .rf-headline-interior .rf-headline-image {
  padding: 0;
}
.no-headline-img-padding .rf-headline .rf-headline-interior .rf-headline-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.show-list-bullet ul {
  list-style: inside;
  font-family: var(--org-font-family);
  color: var(--neutral-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.1px;
}
.show-list-bullet ul li {
  list-style: inside;
}

.insight-dark-bg .mdBtnR-primary {
  background-color: var(--neutral-white);
  border: 1px solid var(--neutral-white);
  color: var(--neutral-black);
  margin-bottom: 16px;
}
.insight-dark-bg .mdBtnR-primary .mdBtnR-text {
  color: var(--neutral-black);
}
.insight-dark-bg .mdBtnR-outline-primary {
  background-color: transparent;
  border: none;
}
.insight-dark-bg .mdBtnR-outline-primary .mdBtnR-text {
  text-decoration: underline;
  color: var(--neutral-white);
  letter-spacing: 1px;
}

.insight-dark-btn .mdBtnR-primary {
  --rf-comp-button-primary-color-background: var(--neutral-black);
  --rf-comp-button-primary-color-border: var(--neutral-black);
  --rf-comp-button-primary-hover-color-background: var(--neutral-body-dark);
  --rf-comp-button-primary-hover-color-border: var(--neutral-body-dark);
  --rf-comp-button-primary-color-on-background: var(--neutral-white);
  --rf-comp-button-primary-hover-color-on-background: var(--neutral-white);
  --rf-comp-button-space-padding: 10px 20px;
  --rf-comp-button-font-size: 16px;
  --rf-comp-button-font-weight: 700;
  --rf-comp-button-font-transform: initial;
  margin-bottom: 16px;
}

.hotel-card .card-body {
  border-bottom: none;
}
.hotel-card .card-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.location {
  position: relative;
  background: url("https://static.rainfocus.com/rfevents/rfinsight24/static/staticfile/staticfile/graphic-location_1689111592886001ieJk.png") 50% 90%/cover;
  min-height: 880px;
  padding: 64px;
  scroll-margin-top: 64px;
}
.location::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #07002B, rgba(7, 0, 43, 0) 24%);
}
.location .primary-button-black {
  background: var(--neutral-black);
  color: var(--neutral-white);
}
.location .primary-button-black:hover {
  background-color: var(--neutral-body-dark);
}
.location .primary-button {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: var(--button-radius);
  transition: background-color var(--link-transition);
}
.location .width-constraint {
  position: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  z-index: 1;
}
.location .text-content h2 {
  color: var(--neutral-white);
  font-size: 30px;
  line-height: 40px;
}
@media all and (min-width: 1024px) {
  .location .text-content h2 {
    font-size: var(--org-font-scale-2);
    line-height: 44px;
  }
}
.location .text-content p {
  color: var(--neutral-light);
  font-size: var(--org-font-scale-4);
  line-height: 33px;
}
.location .location-card {
  display: flex;
  margin-top: 45px;
  background-color: var(--neutral-white);
  border-radius: var(--radius-2);
  overflow: hidden;
  max-width: 500px;
  height: 223px;
  font-size: 14px;
}
.location .location-card .location-map {
  width: 44%;
  height: 100%;
}
.location .location-card .insight-location-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px;
}
.location .location-card .insight-location-details .location-details-heading {
  color: var(--neutral-black);
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
}
.location .location-card .insight-location-details .location-details-info {
  color: var(--neutral-dark);
}
.location .location-card .insight-location-details .location-details-info > * {
  display: inline-block;
}
.location .location-card .insight-location-details .location-details-info span:first-child {
  margin-bottom: 4px;
}
.location .location-card .insight-location-details .location-details-info .mobile-break {
  display: none;
}
.location .location-card .insight-location-details-explanation {
  color: var(--neutral-dark);
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
@media (max-width: 768px) {
  .location .location-card {
    flex-direction: column;
    height: 540px;
  }
  .location .location-card .location-map {
    width: 100%;
    height: 50%;
  }
  .location .location-card .insight-location-details {
    height: 50%;
    background: var(--neutral-light);
    padding: 32px;
  }
  .location .location-card .insight-location-details .location-details-heading {
    font-size: 18px;
  }
  .location .location-card .insight-location-details .location-details-info {
    font-size: 17px;
    line-height: 180%;
  }
  .location .location-card .insight-location-details .location-details-info .mobile-break {
    display: block;
  }
}
.location .location-info .width-constraint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.location .location-info h2 {
  width: 80%;
  color: var(--neutral-black);
}
.location .location-info-cards {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
.location .location-info .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 30%;
}
.location .location-info .card h4 {
  color: var(--neutral-black);
}
.location .location-info .card img {
  width: 100%;
  border-radius: var(--radius-1);
}
.location .location-info .card p {
  color: var(--neutral-body);
}
@media (max-width: 1099px) {
  .location .location-info h2 {
    width: 100%;
    text-align: center;
  }
  .location .location-info-cards {
    flex-direction: column;
  }
  .location .location-info .card {
    width: 64%;
  }
}
@media (max-width: 520px) {
  .location .location-info h2 {
    text-align: left;
  }
  .location .location-info .card {
    width: 100%;
  }
}

.modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: flex-end;
}
.modal-dialog .modal-content .modal-footer button.mdBtnR-primary {
  display: block;
}

.rf-exhibitorPrivacyPolicy-modal .modal-dialog .modal-content .modal-body {
  overflow: visible;
}

#participantPage {
  background-color: var(--neutral-white);
  max-width: var(--org-form-width);
  border-radius: var(--radius-1);
  padding: 0;
  margin: 64px auto;
}
#participantPage section,
#participantPage .participant-actions {
  padding: 0 64px;
}

.cfp-page .rf-workflow-cfp {
  background-color: var(--neutral-white);
  max-width: var(--org-form-width);
  border-radius: var(--radius-1);
  padding: 0;
  margin: 64px auto;
}
.cfp-page .rf-workflow-cfp .rfwf-panel-interior {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 64px;
}
.cfp-page .rf-workflow-cfp .cfp-home-page {
  order: -1;
}
.cfp-page .rf-workflow-cfp .cfp-home-page .workflow-form-render {
  padding: 0;
}
.cfp-page .rf-workflow-cfp .rfwf-full-panel .rfwf-panel-interior,
.cfp-page .rf-workflow-cfp .flex-box-section-full > .flex-box-section-full-interior {
  max-width: var(--org-content-width);
  flex-grow: 1;
  margin: 0 auto;
  padding: 0 calc(var(--org-base-unit) * 3);
}

.confirmation-page {
  background-color: var(--neutral-white);
  max-width: var(--org-form-width);
  border-radius: var(--radius-1);
  padding: 64px;
  margin: auto;
}
.confirmation-page .rfwf-full-panel {
  background-color: var(--neutral-white);
  border: none;
  padding: 64px;
}
.confirmation-page .rfwf-full-panel:first-of-type {
  padding: 64px 64px 0;
  border-radius: var(--radius-1) var(--radius-1) 0 0;
}
.confirmation-page .rfwf-full-panel:last-of-type {
  padding: 0 64px 64px;
  border-radius: 0 0 var(--radius-1) var(--radius-1);
}
.confirmation-page .rfwf-full-panel .rfwf-panel-interior {
  padding: 0;
}
.confirmation-page .cfp-confirmation-details {
  display: none;
}

.confirmation-message {
  background: var(--neutral-white);
  border-radius: var(--radius-2);
  padding: 0 48px 48px;
}
.confirmation-message table {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 769px) {
  .cfp-page .rf-workflow-cfp .rfwf-full-panel .rfwf-panel-interior, .cfp-page .rf-workflow-cfp .flex-box-section-full > .flex-box-section-full-interior {
    padding: 48px calc(var(--org-base-unit) * 5);
  }
}
.insight-pre-hero-header a {
  color: inherit;
  text-decoration: underline;
}
.insight-pre-hero-header a:hover, .insight-pre-hero-header a:focus {
  text-decoration: underline;
}
.insight-pre-hero-header p {
  margin: 0 !important;
}
.insight-pre-hero-header .flex-box-section-full-interior {
  padding-top: 20px;
  padding-bottom: 20px;
}
.insight-pre-hero-header .element-container {
  width: 100%;
}
.insight-pre-hero-header [data-type=htmlCodeBlock] > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px;
  background-color: var(--grape-6);
  border-radius: var(--radius-2);
}
@media all and (max-width: 1199px) {
  .insight-pre-hero-header [data-type=htmlCodeBlock] > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }
}
.insight-pre-hero-header .insight-welcome-banner-left {
  padding-left: 24px;
}
.insight-pre-hero-header .insight-welcome-banner-left h4 {
  color: var(--neutral-white);
}
.insight-pre-hero-header .insight-welcome-banner-left p {
  color: var(--neutral-mid);
}
.insight-pre-hero-header .insight-welcome-banner-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--grape-2);
  border-radius: var(--radius-2);
  padding: 12px;
  gap: 96px;
}
.insight-pre-hero-header .insight-welcome-banner-right a {
  align-self: flex-start;
}
.insight-pre-hero-header .insight-welcome-banner-right svg {
  width: 24px;
  height: 24px;
}
.insight-pre-hero-header .insight-welcome-banner-right svg path {
  fill: var(--grape);
  -webkit-transition: var(--link-transition);
  -moz-transition: var(--link-transition);
  -ms-transition: var(--link-transition);
  -o-transition: var(--link-transition);
  transition: var(--link-transition);
}
.insight-pre-hero-header .insight-welcome-banner-right .insight-attendee-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.insight-pre-hero-header .insight-welcome-banner-right .insight-attendee-details .insight-portal-name {
  color: var(--grape);
  font-weight: 600;
}
.insight-pre-hero-header .insight-welcome-banner-right .insight-attendee-details .insight-portal-company {
  color: var(--grape);
  font-size: 14px;
}
.insight-pre-hero-header .insight-waving-hand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--neutral-white);
  overflow: hidden;
}
.insight-pre-hero-header .insight-waving-hand img {
  width: 80%;
}

.insight-dark-hero p {
  color: var(--neutral-mid);
}
.insight-dark-hero h1 {
  color: var(--neutral-white);
}
.insight-dark-hero .flex-box-section {
  position: static !important;
}
.insight-dark-hero .rf-headline {
  position: static !important;
}
.insight-dark-hero .rf-headline-content {
  z-index: 1;
  width: 64%;
}
.insight-dark-hero .rf-headline-image {
  max-width: 38%;
}

.insight-innovators-section {
  background: linear-gradient(180deg, rgba(37, 0, 88, 0.08) 41.75%, rgba(37, 0, 88, 0.26) 68.43%, #250058 97.75%);
  padding: 0;
  width: 100%;
  background-position: initial !important;
}
.insight-innovators-section .flex-box-section {
  position: static !important;
}
@media all and (max-width: 768px) {
  .insight-innovators-section .flex-box-section {
    flex-wrap: nowrap;
  }
}
.insight-innovators-section .flex-box-section-full-interior {
  max-width: unset;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.insight-innovators-section .video-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: -1;
}
.insight-innovators-section .video-container video {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simple-banner-cta {
  padding: 0;
}
.simple-banner-cta > .flex-box-section-full-interior {
  padding: 24px;
}
.simple-banner-cta .banner-paragraph p {
  color: var(--grape);
}

.portal-footer-prefix {
  position: relative;
}
.portal-footer-prefix::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-image: url("https://static.rainfocus.com/rfevents/rfinsight24/static/staticfile/staticfile/insightportal-cta-image_1696962459505001G8Rz.png");
}
.portal-footer-prefix .rf-headline-content h3 {
  text-align: center;
  font-family: var(--org-font-family-heading);
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.insight-section-full-image .pb-stackable-image-element {
  height: 100%;
}
.insight-section-full-image .pb-stackable-image-element img {
  object-fit: cover;
}
.insight-section-full-image .flex-box-section:first-child {
  background-color: var(--neutral-white);
  border: 1px solid var(--util-border-grey);
  border-radius: 5px;
  overflow: hidden;
}
.insight-section-full-image .element-container-wrapper .element-container .flex-box-section .flex-box-child:first-child {
  width: 50%;
}
@media all and (max-width: 768px) {
  .insight-section-full-image .element-container-wrapper .element-container .flex-box-section .flex-box-child:first-child {
    width: 100%;
  }
}
.insight-section-full-image .element-container-wrapper .element-container .flex-box-section .flex-box-child:nth-of-type(2) {
  width: 50%;
  padding: 104px 40px 104px 40px;
}
@media all and (max-width: 768px) {
  .insight-section-full-image .element-container-wrapper .element-container .flex-box-section .flex-box-child:nth-of-type(2) {
    padding: 20px;
    width: 100%;
  }
}
.insight-section-full-image .rf-headline-interior .rf-headline-content {
  padding: 20px 0 0;
}

.insight-countdown-cta .element-container-wrapper,
.insight-countdown-cta .element-container {
  height: 100%;
}
.insight-countdown-cta [data-type=countdownTimer] {
  height: auto;
}
.insight-countdown-cta .pb-stackable-image-element {
  height: 100%;
}
.insight-countdown-cta .pb-stackable-image-element img {
  object-fit: cover;
}
.insight-countdown-cta .flex-box-section:first-child {
  background-color: var(--neutral-white);
  border: 1px solid var(--util-border-grey);
  border-radius: 5px;
  overflow: hidden;
}
.insight-countdown-cta .element-container-wrapper .element-container .flex-box-section .flex-box-child:first-child {
  width: 50%;
}
@media all and (max-width: 768px) {
  .insight-countdown-cta .element-container-wrapper .element-container .flex-box-section .flex-box-child:first-child {
    width: 100%;
  }
}
.insight-countdown-cta .element-container-wrapper .element-container .flex-box-section .flex-box-child:nth-of-type(2) {
  width: 50%;
  padding: 104px 40px 104px 40px;
}
@media all and (max-width: 768px) {
  .insight-countdown-cta .element-container-wrapper .element-container .flex-box-section .flex-box-child:nth-of-type(2) {
    padding: 20px;
    width: 100%;
  }
}
.insight-countdown-cta .rf-headline-interior .rf-headline-content {
  padding: 20px 0 0;
}

.page-title-header-container {
  padding: 0;
  height: 100px;
  display: flex;
  align-items: center;
}
.page-title-header-container .flex-box-section-full-interior {
  padding: 0;
}
.page-title-header-container .flex-box-child {
  padding: 0;
}
.page-title-header-container .flex-box-child h4 {
  color: var(--neutral-white);
  font-family: "P22 Mackinac Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.05px;
  margin-left: 120px;
}
.page-title-header-container .element-container {
  width: 100%;
}
.page-title-header-container .page-title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .page-title-header-container {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-title-header-container .flex-box-child h4 {
    margin-left: 20px;
  }
  .page-title-header-container .page-title-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.game-title-card {
  color: var(--neutral-white);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.game-trophy-card.rfwf-game-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.game-trophy-card.rfwf-game-card .trophy-card-header {
  background-color: transparent;
  height: fit-content;
  padding: 0;
  margin-bottom: 10px;
}
.game-trophy-card.rfwf-game-card .trophy-card-header h4 {
  color: var(--neutral-white);
  font-size: 20px;
  margin: 0;
}
.game-trophy-card.rfwf-game-card .trophy-card-list {
  background-color: var(--neutral-black);
  height: inherit;
}
.game-trophy-card.rfwf-game-card .trophy-card-list .trophy {
  height: fit-content;
  max-width: 160px;
}
.game-trophy-card.rfwf-game-card .trophy-card-list img {
  height: 160px;
  width: 160px;
}
.game-trophy-card.rfwf-game-card .trophy-card-list p {
  color: var(--neutral-white);
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
}

.game-status {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  background: var(--neutral-black);
}
.game-status .game-wave-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--grape-2);
  border-radius: var(--radius-2);
  padding: 12px;
  gap: 96px;
}
.game-status .game-wave-banner a {
  align-self: flex-start;
}
.game-status .game-wave-banner a:hover path {
  fill: var(--grape-4);
}
.game-status .game-wave-banner svg {
  width: 24px;
  height: 24px;
}
.game-status .game-wave-banner svg path {
  fill: var(--grape);
  -webkit-transition: var(--link-transition);
  -moz-transition: var(--link-transition);
  -ms-transition: var(--link-transition);
  -o-transition: var(--link-transition);
  transition: var(--link-transition);
}
.game-status .insight-attendee-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.game-status .insight-attendee-details .insight-portal-name {
  color: var(--grape);
  font-weight: 600;
}
.game-status .insight-attendee-details .insight-portal-company {
  color: var(--grape);
  font-size: 14px;
}
.game-status .insight-waving-hand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--neutral-white);
  overflow: hidden;
}
.game-status .insight-waving-hand img {
  width: 80%;
}
.game-status .game-status-card {
  background-color: var(--neutral-white);
  border-radius: 5px;
}
.game-status .game-status-card .game-status-header {
  padding: 10px 16px 0 16px;
  display: flex;
  gap: 8px;
}
.game-status .game-status-card .game-status-header span {
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.25px;
}
.game-status .game-status-card .game-tier-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.game-status .game-status-card .game-tier-list .game-tier-item {
  padding: 8px 13px;
  border-radius: 5px;
  border: 1px solid var(--neutral-light-mid);
  display: flex;
  flex-direction: column;
}
.game-status .game-status-card .game-tier-list .game-tier-item .tier-title-container {
  display: flex;
  width: 100%;
}
.game-status .game-status-card .game-tier-list .game-tier-item .tier-title-container h5 {
  flex: 1;
  overflow: hidden;
  color: var(--grape);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.game-status .game-status-card .game-tier-list .game-tier-item .tier-status {
  color: var(--grape);
  font-size: 14px;
  font-weight: 400;
}
.game-status .game-status-card .game-tier-list .game-tier-item.locked {
  background-color: var(--neutral-light-mid);
}
.game-status .game-status-card .game-tier-list .game-tier-item.locked .tier-title-container h5, .game-status .game-status-card .game-tier-list .game-tier-item.locked .tier-status {
  color: var(--neutral-dark);
}

.rewards-cards-section {
  padding: 10px 0;
}
.rewards-cards-section .flex-box-section-full-interior {
  padding: 0;
}
.rewards-cards-section .rewards-card-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.rewards-cards-section .rewards-card-description {
  font-size: 16px;
  font-weight: 600;
}
.rewards-cards-section .rewards-card-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.1px;
}
.rewards-cards-section .flex-box-child {
  border-radius: 5px;
  border: 1px solid var(--util-border-grey);
  overflow: hidden;
  background-color: var(--neutral-white);
}
.rewards-cards-section .rf-headline.mini {
  padding: 0;
}
.rewards-cards-section .rf-headline.mini .rf-headline-image {
  max-width: 100%;
  height: 386px;
}
.rewards-cards-section .rf-headline.mini .rf-headline-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rewards-cards-section .rf-headline.mini .rf-headline-content {
  padding: 0 30px;
}

.reward-action-card {
  border-radius: 5px;
  border: 1px solid var(--util-border-grey);
  overflow: hidden;
  background-color: var(--neutral-white);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 30px;
}
.reward-action-card .action-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid var(--grape);
  padding: 4px 12px;
  color: var(--grape);
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.reward-action-card .reward-action-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.reward-action-card .reward-action-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.1px;
}
.reward-action-card .reward-list-container {
  display: flex;
  flex-direction: column;
}
.reward-action-card .reward-list-container .reward-list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.reward-action-card .reward-list-container .reward-list-item .reward-title {
  font-size: 16px;
  font-weight: 600;
}
.reward-action-card .reward-list-container .reward-list-item .reward-points {
  color: var(--neutral-body);
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  flex: 1;
}

.reward-action-cards-section {
  padding: 10px 0;
}
.reward-action-cards-section .flex-box-section-full-interior {
  padding: 0;
}

.section-title-container {
  padding: 20px 0;
}
.section-title-container .flex-box-section-full-interior {
  padding: 0;
}

.matching-height-content .flex-box-child .keep-bullets, .matching-height-content .flex-box-child > div, .matching-height-content .flex-box-child > div .rf-headline,
.matching-height-content .flex-box-child .block-snippet,
.matching-height-content .flex-box-child .element-container-wrapper,
.matching-height-content .flex-box-child .element-container,
.matching-height-content .flex-box-child .element-container > div,
.matching-height-content .flex-box-child .element-container > div .rf-headline {
  height: 100%;
}
.matching-height-content .flex-box-child .rf-headline-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.rf-simple-table, .table {
  margin-bottom: 0;
}

@media all and (min-width: 769px) {
  .portal-hero-section .flex-box-section-full-interior {
    padding-block: 48px;
  }
}
.portal-hero-section h2.portal-hero-title {
  font-family: var(--org-font-family-heading);
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.4px;
  color: var(--neutral-black);
  margin-bottom: 32px;
}

.hero-schedule-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media all and (min-width: 769px) {
  .hero-schedule-container .flex-box-section-full-interior {
    padding-block: 48px;
  }
}
.hero-schedule-container .hero-schedule-date {
  display: flex;
  gap: 12px;
}
.hero-schedule-container .hero-schedule-date .hero-schedule-text-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  width: 120px;
  border-right: 1px solid var(--grape-6);
}
.hero-schedule-container .hero-schedule-date .hero-schedule-text-left .hero-schedule-month {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: var(--grape-6);
}
.hero-schedule-container .hero-schedule-date .hero-schedule-text-left .hero-schedule-day {
  margin: 0;
  font-size: 30px;
  line-height: inherit;
  color: var(--grape-6);
}
.hero-schedule-container .hero-schedule-date .hero-schedule-text-right .hero-schedule-date-title {
  font-size: 18px;
  font-weight: 600;
}
.hero-schedule-container .hero-schedule-date .hero-schedule-text-right .hero-schedule-date-body {
  font-size: 17px;
  font-weight: 400;
}

.portal-banner-section {
  padding: 10px;
  margin: 0;
}
@media all and (min-width: 769px) {
  .portal-banner-section .flex-box-section-full-interior {
    padding-block: 48px;
  }
}
.portal-banner-section .mdBtnR-outline-primary .mdBtnR-text {
  letter-spacing: 1px;
}
.portal-banner-section .flex-box-section-full-interior {
  padding: 0;
}
.portal-banner-section .flex-box-section-full-interior p {
  color: var(--grape);
  font-weight: 600;
  line-height: 24px;
}

@media all and (min-width: 769px) {
  .portal-cards-section .flex-box-section-full-interior {
    padding-block: 48px;
  }
}
.portal-cards-section .rf-card {
  border-radius: var(--rf-brand-shape-radius);
  border: 1px solid var(--util-border-color);
  background-color: var(--rf-brand-color-surface);
}
.portal-cards-section .rf-card .card-header, .portal-cards-section .rf-card .card-body, .portal-cards-section .rf-card .card-footer {
  background-color: transparent;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-color: var(--util-border-color);
}
.portal-cards-section .rf-card .card-header .mdBtnR-primary, .portal-cards-section .rf-card .card-header .mdBtnR {
  background-color: transparent;
  border: none;
}
.portal-cards-section .rf-card .card-header .mdBtnR-primary .mdBtnR-text, .portal-cards-section .rf-card .card-header .mdBtnR .mdBtnR-text {
  color: var(--brand-secondary-grape);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.portal-cards-section .rf-card .card-body-row, .portal-cards-section .rf-card .rf-card-list-item {
  border-color: var(--util-border-color);
}
.portal-cards-section .rf-card .card-header:first-child, .portal-cards-section .rf-card .card-body:first-child, .portal-cards-section .rf-card .card-footer:first-child {
  border-top: none;
}
.portal-cards-section .rf-card .card-header:last-child, .portal-cards-section .rf-card .card-body:last-child, .portal-cards-section .rf-card .card-footer:last-child {
  border-bottom: none;
}

.insight-dark-bg {
  text-align: center;
}
@media all and (min-width: 769px) {
  .insight-dark-bg .flex-box-section-full-interior {
    padding-block: 48px;
  }
}
.insight-dark-bg div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.insight-dark-bg div h1, .insight-dark-bg div h2, .insight-dark-bg div h3, .insight-dark-bg div h4, .insight-dark-bg div h5, .insight-dark-bg div h6 {
  color: var(--neutral-white);
}
.insight-dark-bg div h1 span, .insight-dark-bg div h2 span, .insight-dark-bg div h3 span, .insight-dark-bg div h4 span, .insight-dark-bg div h5 span, .insight-dark-bg div h6 span {
  color: var(--neutral-white);
}
.insight-dark-bg div p {
  color: var(--neutral-light);
}
.insight-dark-bg div p span {
  color: var(--neutral-light);
}
.insight-dark-bg div h1 {
  margin-bottom: 16px;
}
.insight-dark-bg div .mdBtnR-primary {
  background-color: var(--neutral-white);
  border: 1px solid var(--neutral-white);
  color: var(--neutral-black);
  margin-bottom: 16px;
}
.insight-dark-bg div .mdBtnR-primary .mdBtnR-text {
  color: var(--neutral-black);
}
.insight-dark-bg div .mdBtnR-primary:hover {
  background-color: var(--neutral-mid);
  border: 1px solid var(--neutral-mid);
}
.insight-dark-bg div .mdBtnR-outline-primary {
  background-color: transparent;
  border: none;
  text-decoration: underline;
}
.insight-dark-bg div .mdBtnR-outline-primary .mdBtnR-text {
  text-decoration: underline;
}
.insight-dark-bg div .mdBtnR-outline-primary:hover .mdBtnR-text {
  color: var(--neutral-mid);
}

.rf-headline {
  overflow: hidden;
}

.insight-video-section-dark-bg h1, .insight-video-section-dark-bg h2, .insight-video-section-dark-bg h3, .insight-video-section-dark-bg h4, .insight-video-section-dark-bg h5, .insight-video-section-dark-bg h6 {
  color: var(--neutral-white);
}
.insight-video-section-dark-bg h1 span, .insight-video-section-dark-bg h2 span, .insight-video-section-dark-bg h3 span, .insight-video-section-dark-bg h4 span, .insight-video-section-dark-bg h5 span, .insight-video-section-dark-bg h6 span {
  color: var(--neutral-white);
}
.insight-video-section-dark-bg p {
  color: var(--neutral-mid);
}
.insight-video-section-dark-bg p span {
  color: var(--neutral-mid);
}

.room-info-container .room-info-up-next .up-next-overflow-fade {
  background-image: linear-gradient(to bottom, transparent, var(--neutral-black));
}

.room-info-container .room-info-up-next {
  background-color: var(--neutral-black);
  border: none;
  border-radius: 4px;
  padding: 0;
}
.room-info-container .room-info-up-next .action-container {
  background-color: var(--grape);
  padding: 12px;
  border: none;
}
.room-info-container .room-info-up-next .action-container .mdBtnR-icon-button .rfSI-stroke svg path {
  stroke: var(--neutral-white);
}
.room-info-container .room-info-up-next .action-container .mdBtnR-icon-button.mdBtnR[disabled] svg path {
  stroke: var(--rf-brand-color-status-disabled);
}
.room-info-container .room-info-up-next .action-container .mdBtnR-icon-button:hover {
  background-color: transparent;
}
.room-info-container .room-info-up-next .up-next-content {
  padding: 12px 12px 24px 12px;
}
.room-info-container .room-info-up-next .up-next-carousel-icons .rfSI svg {
  fill: var(--neutral-white);
}

.room-session-abstract a {
  color: inherit;
}

.room-session-abstract a:hover {
  text-decoration: underline;
}

.atomic[class*=rounded-] {
  overflow: hidden;
}

.messaging-contacts-list .messaging-contact-alert-container p {
  margin-bottom: 0;
}

.page-builder-display-reset {
  background-color: transparent;
}

.rfComp-canvas .workflow-form-render {
  background-color: var(--neutral-white);
  max-width: var(--org-form-width);
  border-radius: var(--radius-1);
  padding: 64px;
  margin: auto;
}

.confirmation-message {
  background: var(--neutral-white);
  border-radius: var(--radius-2);
  padding: 0 48px 48px;
}

.confirmation-message table {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rfevents-rfinsight25-attendeePortal-housing {
  background-color: var(--neutral-light);
}

.rf-body.rfevents-rfinsight25-networkingpage-networking {
  background-color: var(--neutral-light);
}
.rf-body.rfevents-rfinsight25-networkingpage-networking .networking-page .account-profile,
.rf-body.rfevents-rfinsight25-networkingpage-networking .networking-page .improve-networking-experience-container,
.rf-body.rfevents-rfinsight25-networkingpage-networking .networking-page .attendee-tile {
  background-color: var(--neutral-white);
}
.rf-body.rfevents-rfinsight25-networkingpage-networking .networking-page .filter-group-container .filter-group-scroll {
  overflow: auto;
}
.rf-body.rfevents-rfinsight25-networkingpage-networking .slide-out-tab-settings .rf-checkbox-label a,
.rf-body.rfevents-rfinsight25-networkingpage-networking .slide-out-tab-settings .rf-checkbox-label a:visited {
  text-decoration: underline;
}

.message-convo-avatar-image.has-no-pic p {
  margin: 0;
}

.rfevents-rfinsight26-grpmngmt-order .rf-workflow-header,
.rfevents-rfinsight26-empregistration-order .rf-workflow-header,
.rfevents-rfinsight26-registration-order .rf-workflow-header,
.rfevents-rfinsight26-empregistrationinperson-order .rf-workflow-header,
.rfevents-rfinsight26-onsitereg-order .rf-workflow-header,
.rfevents-rfinsight26-virtualregistration-order .rf-workflow-header,
.rfevents-rfinsight26-upgradepass-order .rf-workflow-header {
  display: none;
}

.rfevents-rfinsight26-grpmngmt-bulkpackages .rf-workflow {
  z-index: 1;
}

.orders-page {
  background-color: var(--neutral-white);
  max-width: var(--org-form-width);
  border-radius: var(--radius-1);
  padding: 64px 0;
  margin: auto;
  background-color: transparent;
}
.orders-page .rfwf-full-panel {
  background-color: var(--neutral-white);
  border: none;
  padding: 0 64px;
}
.orders-page .rfwf-full-panel:first-of-type {
  border-radius: var(--radius-1) var(--radius-1) 0 0;
  padding: 64px 64px 0;
}
.orders-page .rfwf-full-panel:last-of-type {
  border-radius: 0 0 var(--radius-1) var(--radius-1);
  padding: 0 64px 64px;
}
.orders-page .rfwf-full-panel .rfwf-panel-interior {
  padding: 0;
}
.orders-page .rfwf-full-panel section {
  padding: 0;
}

.orders-page .md-frame h1,
.orders-page .md-frame h2,
.orders-page .md-frame h3,
.orders-page .rfwf-full-panel h1,
.orders-page .rfwf-full-panel h2,
.orders-page .rfwf-full-panel h3 {
  font-family: var(--org-font-family);
}

.rfevents-rfinsight26-attendeePortal-login .rf-default-modal .modal-footer, .rfevents-rfinsight26-attendeePortal-login .modal .modal-footer {
  display: flex;
  justify-content: flex-end;
}

.rfevents-rfinsight26-attendeePortal-form-insightattendeeprofile {
  background-color: var(--neutral-light);
}
.rfevents-rfinsight26-attendeePortal-form-insightattendeeprofile #rf-content:after {
  content: "";
  background-image: url(https://static.rainfocus.com/rfevents/rfinsight24/static/staticfile/staticfile/INSIGHT2024-workflow-bg_1689623730467001Kv4i.png);
  background-size: cover;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 220px;
  display: block;
  z-index: -1;
  height: 220px;
}

[class*=rfevents-rfinsight][class*=grpmngmt-bulkpackages] .rf-workflow {
  z-index: 1;
}
[class*=rfevents-rfinsight][class*=grpmngmt-bulkpackages] .rf-workflow-body-content {
  padding: 20px 0;
}
[class*=rfevents-rfinsight][class*=grpmngmt-bulkpackages] :is(.rf-label-only, .rf-form-element, .rf-input, .rf-search-input, .rf-icon-input, .rf-single-select, .rf-multi-select, .rf-select2-override, .rf-toggle, .rf-textarea, .rf-day-picker, .rf-scale-matrix, .rf-survey-scale, .rf-star-selector, .rf-date-picker, .rf-read-only, .rf-button-link, .rf-nps-question, .rf-upload-file, .rf-horizontal-label, .rf-phone-number, .rf-form-element-group, .rf-checkbox-container, .rf-toggle-wrapper, .rf-time-selector) {
  padding: 0;
}
[class*=rfevents-rfinsight][class*=grpmngmt-bulkpackages] .md-frame-search {
  display: flex;
  align-items: flex-end;
}

.item-card .card-body {
  overflow: hidden;
}

.bulk-package-dashboard {
  background-color: var(--neutral-white);
  border-radius: var(--radius-1);
  padding: 30px;
}
.bulk-package-dashboard .workflow-header > div:has(button[data-test=rf-button-arrow-back]) {
  display: none;
}

#widget-page-session-details {
  background: var(--neutral-white);
}

#rf-exhibitorcatalog .exhibitor-details-page {
  --rf-comp-link-color: var(--grape-3);
  border: 1px solid var(--rf-brand-color-border);
  border-radius: var(--rf-brand-shape-radius);
}

.agenda-full-height-width .flex-box-section-full-interior {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}
.agenda-full-height-width #widget-page-session-details .session-details-back-to-catalog .back-to-catalog-container,
.agenda-full-height-width #widget-page-session-details .session-details-container {
  max-width: 1440px;
}

#rf-catalog {
  --rf-brand-color-border: var(--org-border-color);
  --rf-comp-input-color-border: var(--org-border-color);
  --rf-comp-link-color: var(--grape);
  --rf-comp-link-hover-color: var(--grape-2);
}
#rf-catalog .back-to-catalog-container {
  --rf-comp-link-color: var(--grape);
  --rf-comp-link-hover-color: var(--grape-2);
}
#rf-catalog .back-to-catalog-container svg {
  fill: var(--grape);
}
#rf-catalog .back-to-catalog-container svg:hover {
  fill: var(--berry-5);
}
#rf-catalog .search-container .search-bar,
#rf-catalog .session-details-back-to-catalog {
  border-bottom: 1px solid var(--rf-brand-color-border);
}
#rf-catalog .rf-tile {
  --rf-brand-color-border: var(--util-border-grey);
  --rf-comp-button-secondary-color-background: var(--grape);
  --rf-comp-button-secondary-color-border: var(--grape);
  --rf-comp-button-secondary-color-on-background: var(--neutral-light-mid);
}

.insight-catalog #rf-catalog {
  --rf-brand-color-text-body: var(--neutral-body);
  --rf-brand-color-text-heading: var(--neutral-black);
}
.insight-catalog #rf-catalog .search-container .search-bar,
.insight-catalog #rf-catalog .session-details-back-to-catalog {
  border-top: 1px solid var(--rf-brand-color-border);
}
.insight-catalog #rf-catalog #widget-page-session-details .session-details-container {
  max-width: 1000px;
  margin-inline: auto;
}

.rfevents-rfinsight25-sessioncatalogtest25-page-page.rf-body {
  background-color: var(--neutral-light);
}
.rfevents-rfinsight25-sessioncatalogtest25-page-page #rf-catalog .search-container .search-bar .catalog-search .rf-input input {
  border-radius: 3px;
}
.rfevents-rfinsight25-sessioncatalogtest25-page-page #rf-catalog .search-container .search-bar .catalog-search .search-submit {
  border-radius: 0 3px 3px 0;
}
.rfevents-rfinsight25-sessioncatalogtest25-page-page #rf-catalog .search-container .rf-facets .rf-facet-label {
  color: #444;
}
.rfevents-rfinsight25-sessioncatalogtest25-page-page .rf-checkbox-wrapper .rf-checkbox-label {
  color: #444;
}

:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges {
  display: block;
}
:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges .badge {
  display: none;
  border-radius: 50px;
}
:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges .badge.rf-viewing-options {
  display: block;
}
:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges .badge.rf-viewing-options.code-1729128639320001w9aP {
  background-color: ;
  border-color: ;
  color: ;
}
:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges .badge.rf-viewing-options.code-1729128639320002wAW4 {
  background-color: ;
  border-color: ;
  color: ;
}
:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges .badge.rf-viewing-options.code-1729128639320003w8hw {
  background-color: ;
  border-color: ;
  color: ;
}
:is(.rf-default-modal, .rf-widget) .catalog-result.session-result .badges .badge.rf-viewing-options.code-1729128639320004w2Ds {
  background-color: ;
  border-color: ;
  color: ;
}

.mackinack-font {
  --rf-brand-font-family: "P22 Mackinac Pro", "Open Sans", sans-serif;
  --rf-brand-font-family-heading: "P22 Mackinac Pro", "Open Sans", sans-serif;
}

.rfwf-full-panel .rfwf-panel-interior,
.flex-box-section-full.container-constraints > .flex-box-section-full-interior {
  max-width: var(--org-content-width);
  flex-grow: 1;
  margin: 0 auto;
  padding: 0 calc(var(--org-base-unit) * 3);
}
@media all and (min-width: 769px) {
  .rfwf-full-panel .rfwf-panel-interior,
  .flex-box-section-full.container-constraints > .flex-box-section-full-interior {
    padding: 48px calc(var(--org-base-unit) * 5);
  }
}

.search-content .rf-tile-container .rf-tile {
  overflow: hidden;
  border-radius: 4px;
}

.recommendation-bar {
  background-color: var(--neutral-white);
  opacity: 0.6;
}
.recommendation-bar span.recommended-for-you-text {
  min-width: auto;
}

@media (1200px <= width <= 1300px) {
  .recommendation-bar {
    flex-direction: column;
  }
  .recommendation-bar .recommendation-actions {
    margin-left: 0;
  }
}
.portal-footer-prefix {
  position: relative;
}
.portal-footer-prefix::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-image: url("https://static.rainfocus.com/rfevents/rfinsight24/static/staticfile/staticfile/insightportal-cta-image_1696962459505001G8Rz.png");
}
.portal-footer-prefix .rf-headline-content h3 {
  text-align: center;
  font-family: var(--org-font-family-heading);
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

#rf-calendar .schedule-calendar.rbc-calendar .rbc-event {
  background-color: #FFFFFF;
  border-color: #474D63;
  color: #474D63;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event p {
  color: #474D63;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event p.event-title, #rf-calendar .schedule-calendar.rbc-calendar .rbc-event p[data-test=browser-time] {
  color: #474D63;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event svg {
  fill: #474D63;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-interest {
  background-color: ;
  border-color: ;
  border-color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-interest p {
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-interest p.event-title {
  color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-interest svg {
  fill: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.meeting {
  background-color: ;
  border-color: ;
  border-color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.meeting p {
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.meeting p.event-title {
  color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.meeting svg {
  fill: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.enrolled {
  background-color: ;
  border-color: ;
  border-color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.enrolled p {
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.enrolled p.event-title {
  color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.enrolled svg {
  fill: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.wait-list {
  background-color: ;
  border-color: ;
  border-color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.wait-list p {
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.wait-list p.event-title {
  color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.wait-list svg {
  fill: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.calendar-item {
  background-color: ;
  border-color: ;
  border-color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.calendar-item p {
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.calendar-item p.event-title {
  color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.calendar-item svg {
  fill: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-speaker {
  background-color: ;
  border-color: ;
  border-color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-speaker p {
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-speaker p.event-title {
  color: ;
  color: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event.session-speaker svg {
  fill: ;
}
#rf-calendar .schedule-calendar.rbc-calendar .rbc-event .event-icon svg[data-title="Heart Icon"] {
  fill: var(--rf-comp-favorite-icon-favorited-color);
}

#rf-calendar .session-calendar-instructions, #rf-calendar .schedule-calendar {
  padding: 0;
}

.legend-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.legend-container .each-legend {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-container .each-legend.session-interest svg {
  border: 1px solid;
  fill: ;
  border-color: ;
  border-color: ;
  border-radius: 50%;
}
.legend-container .each-legend.meeting svg {
  border: 1px solid;
  fill: ;
  border-color: ;
  border-color: ;
  border-radius: 50%;
}
.legend-container .each-legend.enrolled svg {
  border: 1px solid;
  fill: ;
  border-color: ;
  border-color: ;
  border-radius: 50%;
}
.legend-container .each-legend.wait-list svg {
  border: 1px solid;
  fill: ;
  border-color: ;
  border-color: ;
  border-radius: 50%;
}
.legend-container .each-legend.calendar-item svg {
  border: 1px solid;
  fill: ;
  border-color: ;
  border-color: ;
  border-radius: 50%;
}
.legend-container .each-legend.session-speaker svg {
  border: 1px solid;
  fill: ;
  border-color: ;
  border-color: ;
  border-radius: 50%;
}

.grid-targeted-agenda {
  padding: 12px 40px;
}

.targeted-agenda-section .targeted-agenda-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  margin-bottom: 8px;
}
.targeted-agenda-section .targeted-agenda-header button[data-analytics-name=show-all] {
  display: none;
}

.insight-on-demand-section .targeted-agenda-section .targeted-agenda-header {
  flex-direction: row;
  justify-content: space-between;
}

.ways-to-earn .rf-simple-table {
  border: none;
  background: var(--neutral-white);
}
.ways-to-earn .rf-simple-table thead {
  border-bottom: 2px solid var(--neutral-black);
}
.ways-to-earn .rf-simple-table thead h6 {
  margin-bottom: 0px;
}

/** Make FlowPlayer higher than pigeonhole */
.fp-header.fp-header.fp-header,
.fp-middle-zone.fp-middle-zone.fp-middle-zone {
  z-index: 50000;
}

