/*
Name: Omnissa ONE 2026 - Global Styles
Org: Omnissa
Description: npm run watch:sass
*/
:root {
  --omnissa-color-navy: #001e60;
  --omnissa-color-indigo: #4a12f0;
  --omnissa-color-dark-indigo: #290192;
  --omnissa-color-nightfall-blue: #28334a;
  --omnissa-color-magenta: #d00aff;
  --omnissa-color-neon: #c9ff27;
  --omnissa-color-white: #ffffff;
  --omnissa-color-dark-gray: #242a48;
  --omnissa-color-cool-gray: #c8c7e2;
  --omnissa-color-light-cool-gray: #f6f5fb;
  --omnissa-color-slate: #4f6193;
  --omnissa-color-navy-70: #4f6193;
  --omnissa-color-navy-40: #99a5bf;
  --omnissa-color-magenta-aa: #b704e2;
  --omnissa-color-cool-gray-aa: #616899;
  --omnissa-color-border-gray: #dfdced;
  --omnissa-gradient-omnissa: linear-gradient(
    90deg,
    var(--omnissa-color-navy) 0%,
    var(--omnissa-color-indigo) 76%,
    var(--omnissa-color-magenta) 100%
  );
  --omnissa-gradient-omnissa-one: linear-gradient(
    249deg,
    var(--omnissa-color-indigo) 42%,
    #2b0a8a 98%
  );
  --omnissa-gradient-light-cool-gray-to-white: linear-gradient(
    var(--omnissa-color-light-cool-gray) 0%,
    var(--omnissa-color-white) 100%
  );
  --omnissa-gradient-card: linear-gradient(
    40deg,
    rgba(255, 255, 255, 0.7) 5%,
    #ffffff 42%,
    #efefef 100%
  );
  --omnissa-font-size-headline: 60px;
  --omnissa-font-size-h1: 52px;
  --omnissa-font-size-h2: 42px;
  --omnissa-font-size-h3: 36px;
  --omnissa-font-size-h4: 28px;
  --omnissa-font-size-h5: 24px;
  --omnissa-font-size-h6: 18px;
  --omnissa-line-height-headline: 72px;
  --omnissa-line-height-h1: 64px;
  --omnissa-line-height-h2: 52px;
  --omnissa-line-height-h3: 46px;
  --omnissa-line-height-h4: 38px;
  --omnissa-line-height-h5: 34px;
  --omnissa-line-height-h6: 26px;
  --omnissa-font-size-body-xl: 32px;
  --omnissa-font-size-body-lg: 20px;
  --omnissa-font-size-body-md: 18px;
  --omnissa-font-size-body-sm: 16px;
  --omnissa-font-size-body-xs: 14px;
  --omnissa-line-height-body-xl: 42px;
  --omnissa-line-height-body-lg: 30px;
  --omnissa-line-height-body-md: 28px;
  --omnissa-line-height-body-sm: 24px;
  --omnissa-line-height-body-xs: 22px;
  --omnissa-base-font-weight: 300;
  --omnissa-link-font-weight: 500;
  --omnissa-button-padding: 13px 28px;
  --omnissa-button-padding-small: 10px 18px;
  --omnissa-button-padding-large: 18px 38px;
  --omnissa-box-shadow-container: 0px 5px 60px 0px rgba(51, 57, 88, 0.18);
  --omnissa-box-shadow-card: 0px 0px 30px 0px rgba(51, 57, 88, 0.18);
  --omnissa-box-shadow-card-alt: -2px 0px 30px 0px rgba(0, 30, 96, 0.18);
  --omnissa-box-shadow-dropdown: 0px 5px 15px 0px rgba(51, 57, 88, 0.12);
  --omnissa-container-max-width-lg: 1254px;
  --omnissa-container-max-width-md: 1040px;
  --rf-brand-color-text-heading: #001e60;
  --rf-brand-color-text-body: #43535E;
  --rf-brand-color-status-disabled: #A9A9A9;
  --rf-brand-color-status-on-disabled: #FFFFFF;
  --rf-brand-color-status-success: #01571F;
  --rf-brand-color-status-error: #870037;
  --rf-brand-color-status-warning: orange;
  --rf-brand-color-status-info: blue;
  --rf-brand-color-primary: var(--omnissa-color-navy);
  --rf-brand-color-on-primary: var(--omnissa-color-white);
  --rf-brand-color-primary-hover: var(--omnissa-color-indigo);
  --rf-brand-color-primary-muted: var(--omnissa-color-light-cool-gray);
  --rf-brand-color-on-primary-muted: var(--rf-brand-color-text-body);
  --rf-brand-color-primary-muted-hover: var(--omnissa-color-cool);
  --rf-brand-color-accent: var(--omnissa-color-neon);
  --rf-brand-color-background: var(--omnissa-color-white);
  --rf-brand-color-surface: var(--omnissa-color-white);
  --rf-brand-color-surface-2: var(--omnissa-color-light-cool-gray);
  --rf-brand-color-inverse-surface: var(--omnissa-color-navy);
  --rf-brand-color-inverse-on-surface: var(--omnissa-color-white);
  --rf-brand-shape-radius: 10px;
  --rf-brand-shape-radius-lg: 20px;
  --rf-brand-font-scale-1: var(--omnissa-font-size-h1);
  --rf-brand-font-scale-2: var(--omnissa-font-size-h2);
  --rf-brand-font-scale-3: var(--omnissa-font-size-h3);
  --rf-brand-font-scale-4: var(--omnissa-font-size-h4);
  --rf-brand-font-scale-5: var(--omnissa-font-size-h5);
  --rf-brand-font-scale-6: var(--omnissa-font-size-h6);
  --rf-system-font-weight-400: var(--omnissa-base-font-weight);
  --rf-comp-link-color: var(--omnissa-color-indigo);
  --rf-comp-link-hover-color: var(--omnissa-color-magenta-aa);
  --rf-comp-button-font-size: 15px;
  --rf-comp-button-font-family: var(--rf-brand-font-family);
  --rf-comp-button-font-transform: uppercase;
  --rf-comp-button-font-style: normal;
  --rf-comp-button-font-weight: 500;
  --rf-comp-button-shape-border-width: 2px;
  --rf-comp-button-shape-radius: 32px;
  --rf-comp-button-space-padding: var(--omnissa-button-padding);
  --rf-comp-button-space-padding-small: var(--omnissa-button-padding-small);
  --rf-comp-button-motion-transition: all 0.3s;
  --rf-comp-button-hover-motion-transform: all 0.3s ease-in-out 0s;
  --rf-comp-button-primary-color-background: var(--omnissa-color-indigo);
  --rf-comp-button-primary-color-border: var(--omnissa-color-indigo);
  --rf-comp-button-primary-color-on-background: var(--omnissa-color-white);
  --rf-comp-button-primary-hover-color-background: var(--omnissa-color-dark-indigo);
  --rf-comp-button-primary-hover-color-border: var(--omnissa-color-dark-indigo);
  --rf-comp-button-primary-hover-color-on-background: var(--omnissa-color-neon);
  --rf-comp-button-secondary-color-background: var(--omnissa-color-white);
  --rf-comp-button-secondary-color-border: var(--omnissa-color-indigo);
  --rf-comp-button-secondary-color-on-background: var(--omnissa-color-indigo);
  --rf-comp-button-secondary-hover-color-background: var(--omnissa-color-dark-indigo);
  --rf-comp-button-secondary-hover-color-border: var(--omnissa-color-dark-indigo);
  --rf-comp-button-secondary-hover-color-on-background: var(--omnissa-color-neon);
  --rf-comp-button-tertiary-color-background: transparent;
  --rf-comp-button-tertiary-color-border: transparent;
  --rf-comp-button-tertiary-color-on-background: var(--omnissa-color-indigo);
  --rf-comp-button-tertiary-hover-color-background: transparent;
  --rf-comp-button-tertiary-hover-color-border: transparent;
  --rf-comp-button-tertiary-hover-color-on-background: var(--omnissa-color-magenta-aa);
  --rf-comp-checkbox-color: var(--rf-comp-button-primary-color-background);
  --rf-comp-checkbox-color-checked: var(--rf-comp-checkbox-color);
  --rf-comp-input-color-background: var(--rf-brand-color-surface);
  --rf-comp-input-color-border: var(--rf-brand-color-border);
  --rf-comp-input-color-on-background: var(--rf-brand-color-text-body);
  --rf-comp-input-color-placeholder: var(--rf-brand-color-text-body);
  --rf-comp-input-color-placeholder-opacity: 0.75;
  --rf-comp-input-font-size: var(--rf-brand-font-size);
  --rf-comp-input-font-line-height: 1.5;
  --rf-comp-input-font-weight: var(--rf-system-font-weight-400);
  --rf-comp-input-shape-radius: var(--rf-brand-shape-radius);
  --rf-comp-input-space-padding: 4px 7px;
  --rf-comp-input-active-color-border: var(--rf-brand-color-primary);
  --rf-comp-input-active-elevation-shadow: none;
}

.rf-body {
  height: calc(100% - var(--calc-header-height));
}

#rf-content:has(.rf-workflow-body-content) {
  background-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/Reg-hero-background-shapes-1920-1_1779910922869001cMjk.png), var(--omnissa-gradient-omnissa-one);
  background-position: top center;
  background-repeat: no-repeat;
}

.md-frame {
  background-color: var(--omnissa-color-light-cool-gray);
}
.md-frame .md-frame-header {
  border-bottom-width: 1px;
}

.page-builder-display-reset,
.page-builder-template-preview {
  background: unset;
}

.omnissa-page-nav {
  z-index: 1;
}
.omnissa-page-nav div.flex-box-section-full-interior-full-width {
  max-width: 100%;
  padding-inline: 0;
}

html {
  scroll-behavior: smooth;
}
html .scroll-marker {
  --page-nav-height: 80px;
  scroll-margin-top: calc(var(--calc-header-height) + var(--page-nav-height));
}

.page-builder-display-reset .atomic.font-normal:not(a) {
  font-weight: var(--omnissa-base-font-weight);
}

.page-builder-display-reset .atomic.font-normal:is(a) {
  font-weight: var(--omnissa-link-font-weight);
}

.rf-admin-content h1,
.rf-admin-content .h1,
.rfComp-canvas h1,
.rfComp-canvas .h1,
.rf-default-modal h1,
.rf-default-modal .h1,
[id*=rf-].rf-widget h1,
[id*=rf-].rf-widget .h1,
.rf-admin-content .rf-text-container h1,
.rfComp-canvas .rf-text-container h1,
.rf-default-modal .rf-text-container h1,
[id*=rf-].rf-widget .rf-text-container h1 {
  font-size: var(--omnissa-font-size-h1);
  line-height: var(--omnissa-line-height-h1);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content h1 span,
.rf-admin-content h1 a,
.rf-admin-content .h1 span,
.rf-admin-content .h1 a,
.rfComp-canvas h1 span,
.rfComp-canvas h1 a,
.rfComp-canvas .h1 span,
.rfComp-canvas .h1 a,
.rf-default-modal h1 span,
.rf-default-modal h1 a,
.rf-default-modal .h1 span,
.rf-default-modal .h1 a,
[id*=rf-].rf-widget h1 span,
[id*=rf-].rf-widget h1 a,
[id*=rf-].rf-widget .h1 span,
[id*=rf-].rf-widget .h1 a,
.rf-admin-content .rf-text-container h1 span,
.rf-admin-content .rf-text-container h1 a,
.rfComp-canvas .rf-text-container h1 span,
.rfComp-canvas .rf-text-container h1 a,
.rf-default-modal .rf-text-container h1 span,
.rf-default-modal .rf-text-container h1 a,
[id*=rf-].rf-widget .rf-text-container h1 span,
[id*=rf-].rf-widget .rf-text-container h1 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rf-admin-content h2,
.rf-admin-content .h2,
.rfComp-canvas h2,
.rfComp-canvas .h2,
.rf-default-modal h2,
.rf-default-modal .h2,
[id*=rf-].rf-widget h2,
[id*=rf-].rf-widget .h2,
.rf-admin-content .rf-text-container h2,
.rfComp-canvas .rf-text-container h2,
.rf-default-modal .rf-text-container h2,
[id*=rf-].rf-widget .rf-text-container h2 {
  font-size: var(--omnissa-font-size-h2);
  line-height: var(--omnissa-line-height-h2);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content h2 span,
.rf-admin-content h2 a,
.rf-admin-content .h2 span,
.rf-admin-content .h2 a,
.rfComp-canvas h2 span,
.rfComp-canvas h2 a,
.rfComp-canvas .h2 span,
.rfComp-canvas .h2 a,
.rf-default-modal h2 span,
.rf-default-modal h2 a,
.rf-default-modal .h2 span,
.rf-default-modal .h2 a,
[id*=rf-].rf-widget h2 span,
[id*=rf-].rf-widget h2 a,
[id*=rf-].rf-widget .h2 span,
[id*=rf-].rf-widget .h2 a,
.rf-admin-content .rf-text-container h2 span,
.rf-admin-content .rf-text-container h2 a,
.rfComp-canvas .rf-text-container h2 span,
.rfComp-canvas .rf-text-container h2 a,
.rf-default-modal .rf-text-container h2 span,
.rf-default-modal .rf-text-container h2 a,
[id*=rf-].rf-widget .rf-text-container h2 span,
[id*=rf-].rf-widget .rf-text-container h2 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rf-admin-content h3,
.rf-admin-content .h3,
.rfComp-canvas h3,
.rfComp-canvas .h3,
.rf-default-modal h3,
.rf-default-modal .h3,
[id*=rf-].rf-widget h3,
[id*=rf-].rf-widget .h3,
.rf-admin-content .rf-text-container h3,
.rfComp-canvas .rf-text-container h3,
.rf-default-modal .rf-text-container h3,
[id*=rf-].rf-widget .rf-text-container h3 {
  font-size: var(--omnissa-font-size-h3);
  line-height: var(--omnissa-line-height-h3);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content h3 span,
.rf-admin-content h3 a,
.rf-admin-content .h3 span,
.rf-admin-content .h3 a,
.rfComp-canvas h3 span,
.rfComp-canvas h3 a,
.rfComp-canvas .h3 span,
.rfComp-canvas .h3 a,
.rf-default-modal h3 span,
.rf-default-modal h3 a,
.rf-default-modal .h3 span,
.rf-default-modal .h3 a,
[id*=rf-].rf-widget h3 span,
[id*=rf-].rf-widget h3 a,
[id*=rf-].rf-widget .h3 span,
[id*=rf-].rf-widget .h3 a,
.rf-admin-content .rf-text-container h3 span,
.rf-admin-content .rf-text-container h3 a,
.rfComp-canvas .rf-text-container h3 span,
.rfComp-canvas .rf-text-container h3 a,
.rf-default-modal .rf-text-container h3 span,
.rf-default-modal .rf-text-container h3 a,
[id*=rf-].rf-widget .rf-text-container h3 span,
[id*=rf-].rf-widget .rf-text-container h3 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rf-admin-content h4,
.rf-admin-content .h4,
.rfComp-canvas h4,
.rfComp-canvas .h4,
.rf-default-modal h4,
.rf-default-modal .h4,
[id*=rf-].rf-widget h4,
[id*=rf-].rf-widget .h4,
.rf-admin-content .rf-text-container h4,
.rfComp-canvas .rf-text-container h4,
.rf-default-modal .rf-text-container h4,
[id*=rf-].rf-widget .rf-text-container h4 {
  font-size: var(--omnissa-font-size-h4);
  line-height: var(--omnissa-line-height-h4);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content h4 span,
.rf-admin-content h4 a,
.rf-admin-content .h4 span,
.rf-admin-content .h4 a,
.rfComp-canvas h4 span,
.rfComp-canvas h4 a,
.rfComp-canvas .h4 span,
.rfComp-canvas .h4 a,
.rf-default-modal h4 span,
.rf-default-modal h4 a,
.rf-default-modal .h4 span,
.rf-default-modal .h4 a,
[id*=rf-].rf-widget h4 span,
[id*=rf-].rf-widget h4 a,
[id*=rf-].rf-widget .h4 span,
[id*=rf-].rf-widget .h4 a,
.rf-admin-content .rf-text-container h4 span,
.rf-admin-content .rf-text-container h4 a,
.rfComp-canvas .rf-text-container h4 span,
.rfComp-canvas .rf-text-container h4 a,
.rf-default-modal .rf-text-container h4 span,
.rf-default-modal .rf-text-container h4 a,
[id*=rf-].rf-widget .rf-text-container h4 span,
[id*=rf-].rf-widget .rf-text-container h4 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rf-admin-content h5,
.rf-admin-content .h5,
.rfComp-canvas h5,
.rfComp-canvas .h5,
.rf-default-modal h5,
.rf-default-modal .h5,
[id*=rf-].rf-widget h5,
[id*=rf-].rf-widget .h5,
.rf-admin-content .rf-text-container h5,
.rfComp-canvas .rf-text-container h5,
.rf-default-modal .rf-text-container h5,
[id*=rf-].rf-widget .rf-text-container h5 {
  font-size: var(--omnissa-font-size-h5);
  line-height: var(--omnissa-line-height-h5);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content h5 span,
.rf-admin-content h5 a,
.rf-admin-content .h5 span,
.rf-admin-content .h5 a,
.rfComp-canvas h5 span,
.rfComp-canvas h5 a,
.rfComp-canvas .h5 span,
.rfComp-canvas .h5 a,
.rf-default-modal h5 span,
.rf-default-modal h5 a,
.rf-default-modal .h5 span,
.rf-default-modal .h5 a,
[id*=rf-].rf-widget h5 span,
[id*=rf-].rf-widget h5 a,
[id*=rf-].rf-widget .h5 span,
[id*=rf-].rf-widget .h5 a,
.rf-admin-content .rf-text-container h5 span,
.rf-admin-content .rf-text-container h5 a,
.rfComp-canvas .rf-text-container h5 span,
.rfComp-canvas .rf-text-container h5 a,
.rf-default-modal .rf-text-container h5 span,
.rf-default-modal .rf-text-container h5 a,
[id*=rf-].rf-widget .rf-text-container h5 span,
[id*=rf-].rf-widget .rf-text-container h5 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rf-admin-content h6,
.rf-admin-content .h6,
.rfComp-canvas h6,
.rfComp-canvas .h6,
.rf-default-modal h6,
.rf-default-modal .h6,
[id*=rf-].rf-widget h6,
[id*=rf-].rf-widget .h6,
.rf-admin-content .rf-text-container h6,
.rfComp-canvas .rf-text-container h6,
.rf-default-modal .rf-text-container h6,
[id*=rf-].rf-widget .rf-text-container h6 {
  font-size: var(--omnissa-font-size-h6);
  line-height: var(--omnissa-line-height-h6);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content h6 span,
.rf-admin-content h6 a,
.rf-admin-content .h6 span,
.rf-admin-content .h6 a,
.rfComp-canvas h6 span,
.rfComp-canvas h6 a,
.rfComp-canvas .h6 span,
.rfComp-canvas .h6 a,
.rf-default-modal h6 span,
.rf-default-modal h6 a,
.rf-default-modal .h6 span,
.rf-default-modal .h6 a,
[id*=rf-].rf-widget h6 span,
[id*=rf-].rf-widget h6 a,
[id*=rf-].rf-widget .h6 span,
[id*=rf-].rf-widget .h6 a,
.rf-admin-content .rf-text-container h6 span,
.rf-admin-content .rf-text-container h6 a,
.rfComp-canvas .rf-text-container h6 span,
.rfComp-canvas .rf-text-container h6 a,
.rf-default-modal .rf-text-container h6 span,
.rf-default-modal .rf-text-container h6 a,
[id*=rf-].rf-widget .rf-text-container h6 span,
[id*=rf-].rf-widget .rf-text-container h6 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rf-admin-content p,
.rfComp-canvas p,
.rf-default-modal p,
[id*=rf-].rf-widget p {
  font-size: var(--omnissa-font-size-body-md);
  line-height: var(--omnissa-line-height-body-md);
  font-weight: var(--omnissa-base-font-weight);
}
.rf-admin-content p span,
.rf-admin-content p a,
.rfComp-canvas p span,
.rfComp-canvas p a,
.rf-default-modal p span,
.rf-default-modal p a,
[id*=rf-].rf-widget p span,
[id*=rf-].rf-widget p a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.md-frame .md-frame-header h2 {
  font-size: var(--omnissa-font-size-h5);
  line-height: var(--omnissa-line-height-h5);
  font-weight: var(--omnissa-base-font-weight);
}
.md-frame .md-frame-header h2 span,
.md-frame .md-frame-header h2 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.flex-box-section-full > .flex-box-section-full-interior {
  width: 100%;
  max-width: calc(var(--omnissa-container-max-width-lg) + 60px);
  padding-inline: 30px;
}

body.rf-body .width-match .flex-box-section-full-interior {
  max-width: var(--omnissa-container-max-width-lg);
  width: 100%;
  padding-inline: 0;
}
@media (max-width: 768px) {
  body.rf-body .width-match .flex-box-section-full-interior {
    padding-inline: 1em;
  }
}
body.rf-body .width-match .rf-headline-content {
  padding: 0;
}
body.rf-body .width-match [style*=margin-left] {
  margin-left: 0 !important;
}

.keep-bullets,
.keep-bullets :is(ol, ul) {
  padding-inline-start: 1.5em;
}
.keep-bullets li,
.keep-bullets :is(ol, ul) li {
  display: list-item;
  list-style-position: outside;
}
.keep-bullets:is(ul) li,
.keep-bullets ul li {
  list-style-type: disc;
  padding-inline-start: 8px;
}
.keep-bullets:is(ul) li::marker,
.keep-bullets ul li::marker {
  font-size: 70%;
}
.keep-bullets:is(ol) li,
.keep-bullets ol li {
  list-style-type: decimal;
}
.keep-bullets:is(ul) ul li, .keep-bullets:is(ol) ul li,
.keep-bullets :is(ol, ul) ul li {
  list-style-type: circle;
}
.keep-bullets:is(ul) ul ul li, .keep-bullets:is(ol) ul ul li,
.keep-bullets :is(ol, ul) :is(ol, ul) ul li {
  list-style-type: square;
}

.omnissa-headline {
  font-size: var(--omnissa-font-size-headline) !important;
  line-height: var(--omnissa-line-height-headline) !important;
}
@media (max-width: 1023px) {
  .omnissa-headline {
    --omnissa-font-size-headline: 48px;
    --omnissa-line-height-headline: 58px;
  }
}
@media (max-width: 768px) {
  .omnissa-headline {
    --omnissa-font-size-headline: 34px;
    --omnissa-line-height-headline: 40px;
  }
}

.omnissa-h1 {
  font-size: var(--omnissa-font-size-1);
  line-height: var(--omnissa-line-height-1);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-h1 span,
.omnissa-h1 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-h2 {
  font-size: var(--omnissa-font-size-2);
  line-height: var(--omnissa-line-height-2);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-h2 span,
.omnissa-h2 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-h3 {
  font-size: var(--omnissa-font-size-3);
  line-height: var(--omnissa-line-height-3);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-h3 span,
.omnissa-h3 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-h4 {
  font-size: var(--omnissa-font-size-4);
  line-height: var(--omnissa-line-height-4);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-h4 span,
.omnissa-h4 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-h5 {
  font-size: var(--omnissa-font-size-5);
  line-height: var(--omnissa-line-height-5);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-h5 span,
.omnissa-h5 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-h6 {
  font-size: var(--omnissa-font-size-6);
  line-height: var(--omnissa-line-height-6);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-h6 span,
.omnissa-h6 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-body-xs {
  font-size: var(--omnissa-font-size-body-xs);
  line-height: var(--omnissa-line-height-body-xs);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-body-xs span,
.omnissa-body-xs a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-body-sm {
  font-size: var(--omnissa-font-size-body-sm);
  line-height: var(--omnissa-line-height-body-sm);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-body-sm span,
.omnissa-body-sm a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-body-md {
  font-size: var(--omnissa-font-size-body-md);
  line-height: var(--omnissa-line-height-body-md);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-body-md span,
.omnissa-body-md a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-body-lg {
  font-size: var(--omnissa-font-size-body-lg);
  line-height: var(--omnissa-line-height-body-lg);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-body-lg span,
.omnissa-body-lg a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-body-xl {
  font-size: var(--omnissa-font-size-body-xl);
  line-height: var(--omnissa-line-height-body-xl);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-body-xl span,
.omnissa-body-xl a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.omnissa-subhead {
  font-size: var(--omnissa-font-size-body-xl);
  line-height: var(--omnissa-line-height-body-xl);
  font-weight: var(--omnissa-base-font-weight);
}
.omnissa-subhead span,
.omnissa-subhead a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
a:link,
a:visited {
  --rf-comp-link-color: var(--omnissa-color-indigo);
  --rf-comp-link-hover-color: var(--omnissa-color-dark-indigo);
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -2px;
}

.omnissa-text-button {
  padding: 0;
}

.omnissa-button-large,
.omnissa-button-large .mdBtnR {
  --rf-comp-button-space-padding: var(--omnissa-button-padding-large);
}
.omnissa-button-large .mdBtnR-text,
.omnissa-button-large .mdBtnR .mdBtnR-text {
  --rf-comp-button-font-size: 18px;
  line-height: 1.15;
}

.omnissa-button-arrow-before .mdBtnR, .omnissa-button-arrow-before.mdBtnR {
  display: inline-flex;
  justify-content: center;
}
.omnissa-button-arrow-before .mdBtnR .mdBtnR-text, .omnissa-button-arrow-before.mdBtnR .mdBtnR-text {
  display: flex;
  align-items: center;
}
.omnissa-button-arrow-before .mdBtnR .mdBtnR-text::before, .omnissa-button-arrow-before.mdBtnR .mdBtnR-text::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--rf-comp-button-motion-transition);
  margin-inline-end: 10px;
  transform: rotate(180deg);
}
.omnissa-button-arrow-before .mdBtnR:hover .mdBtnR-text::before, .omnissa-button-arrow-before .mdBtnR:focus-visible .mdBtnR-text::before, .omnissa-button-arrow-before.mdBtnR:hover .mdBtnR-text::before, .omnissa-button-arrow-before.mdBtnR:focus-visible .mdBtnR-text::before {
  margin-inline-end: 20px;
}

.omnissa-button-arrow-after .mdBtnR, .omnissa-button-arrow-after.mdBtnR {
  display: inline-flex;
  justify-content: center;
}
.omnissa-button-arrow-after .mdBtnR .mdBtnR-text, .omnissa-button-arrow-after.mdBtnR .mdBtnR-text {
  display: flex;
  align-items: center;
}
.omnissa-button-arrow-after .mdBtnR .mdBtnR-text::after, .omnissa-button-arrow-after.mdBtnR .mdBtnR-text::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--rf-comp-button-motion-transition);
  margin-inline-start: 10px;
}
.omnissa-button-arrow-after .mdBtnR:hover .mdBtnR-text::after, .omnissa-button-arrow-after .mdBtnR:focus-visible .mdBtnR-text::after, .omnissa-button-arrow-after.mdBtnR:hover .mdBtnR-text::after, .omnissa-button-arrow-after.mdBtnR:focus-visible .mdBtnR-text::after {
  margin-inline-start: 20px;
}

.omnissa-dark-button-primary {
  --rf-comp-button-primary-color-background: var(--omnissa-color-white);
  --rf-comp-button-primary-color-border: var(--omnissa-color-white);
  --rf-comp-button-primary-color-on-background: var(--omnissa-color-indigo);
  --rf-comp-button-primary-hover-color-background: var(--omnissa-color-neon);
  --rf-comp-button-primary-hover-color-border: var(--omnissa-color-neon);
  --rf-comp-button-primary-hover-color-on-background: var(--omnissa-color-indigo);
}

.omnissa-dark-button-secondary {
  --rf-comp-button-secondary-color-background: transparent;
  --rf-comp-button-secondary-color-border: var(--omnissa-color-white);
  --rf-comp-button-secondary-color-on-background: var(--omnissa-color-white);
  --rf-comp-button-secondary-hover-color-background: var(--omnissa-color-neon);
  --rf-comp-button-secondary-hover-color-border: var(--omnissa-color-neon);
  --rf-comp-button-secondary-hover-color-on-background: var(--omnissa-color-indigo);
}

.omnissa-dark-button-tertiary {
  --rf-comp-button-tertiary-color-background: transparent;
  --rf-comp-button-tertiary-color-border: transparent;
  --rf-comp-button-tertiary-color-on-background: var(--omnissa-color-white);
  --rf-comp-button-tertiary-hover-color-background: transparent;
  --rf-comp-button-tertiary-hover-color-border: transparent;
  --rf-comp-button-tertiary-hover-color-on-background: var(--omnissa-color-neon);
}

.omnissa-gradient-card {
  background: var(--omnissa-gradient-card);
}

details summary {
  display: flex;
  justify-content: space-between;
  gap: var(--details-accordion-icon-size, 24px);
  align-items: center;
  padding-block: var(--details-accordion-item-height, 24px);
}
details summary::after {
  content: "";
  width: var(--details-accordion-icon-size, 24px);
  height: var(--details-accordion-icon-size, 24px);
  display: block;
  background-image: var(--details-accordion-icon, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12Z' fill='%230A79A9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40963 8.29492L11.9996 12.8749L16.5896 8.29492L17.9996 9.70492L11.9996 15.7049L5.99963 9.70492L7.40963 8.29492Z' fill='white'/%3E%3C/svg%3E"));
  transition: var(--details-accordion-transition);
}
details summary:hover {
  cursor: pointer;
}
details summary:hover::after {
  background-image: var(--details-accordion-icon-hover, url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12Z' fill='%23054F6F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40963 8.29492L11.9996 12.8749L16.5896 8.29492L17.9996 9.70492L11.9996 15.7049L5.99963 9.70492L7.40963 8.29492Z' fill='white'/%3E%3C/svg%3E"));
}
details[open] summary::after {
  transform: rotate(180deg);
}
details:last-of-type {
  border-bottom: 1px solid var(--details-accordion-border-color, #c1cbe6);
}
details summary::-webkit-details-marker {
  display: none;
}
details {
  border-top: 1px solid var(--details-accordion-border-color, #c1cbe6);
  overflow: hidden;
  --details-accordion-transition-speed: 0.3s;
  --details-accordion-transition: all var(--details-accordion-transition-speed) ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  details {
    --details-accordion-transition: none;
  }
}

:root {
  interpolate-size: allow-keywords;
}

/* stylelint-disable no-duplicate-selectors */
details * {
  margin: 0;
}
details::details-content {
  block-size: 0;
  transition: var(--details-accordion-transition);
  transition-behavior: allow-discrete;
}
details[open]::details-content {
  block-size: auto;
}

/* stylelint-enable no-duplicate-selectors */
.mdBtnR span,
.mdBtnR .mdBtnR-text {
  color: currentcolor;
}
.mdBtnR .rfSI svg {
  fill: currentcolor;
}
.mdBtnR:hover .mdBtnR-text + .rfSI {
  margin-left: 20px;
}

.mdBtnR > .rfSI:last-child,
a.mdBtnR > .rfSI:last-child {
  margin-right: 0;
}

.mdBtnR .mdBtnR-text + .rfSI,
a.mdBtnR .mdBtnR-text + .rfSI {
  margin-left: 10px;
}

.mdBtnR.mdBtnR-plain {
  padding: 0;
}

.rfSI:has([data-title="External Link Icon"]) {
  transition: var(--rf-comp-button-motion-transition);
}
.rfSI:has([data-title="External Link Icon"]) svg {
  display: none;
}
.rfSI:has([data-title="External Link Icon"])::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
}

.rf-body:has(omnissa-page-nav > .omnissa-page-nav-wrapper--fixed) omnissa-global-header header {
  box-shadow: none;
}

#rf-content .rf-card {
  background: var(--omnissa-color-light-cool-gray);
  border: 1px solid var(--rf-brand-color-border);
  box-shadow: var(--omnissa-box-shadow-container);
  border-radius: 10px;
  padding: 48px;
}

#rf-content .form-footer-actions {
  width: 100%;
  margin-block-end: 0;
}
#rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) {
  float: left;
  margin-inline-start: 0;
}
#rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel .mdBtnR, #rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel.mdBtnR {
  display: inline-flex;
  justify-content: center;
}
#rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel .mdBtnR .mdBtnR-text, #rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel.mdBtnR .mdBtnR-text {
  display: flex;
  align-items: center;
}
#rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel .mdBtnR .mdBtnR-text::before, #rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel.mdBtnR .mdBtnR-text::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--rf-comp-button-motion-transition);
  margin-inline-end: 10px;
  transform: rotate(180deg);
}
#rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel .mdBtnR:hover .mdBtnR-text::before, #rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel .mdBtnR:focus-visible .mdBtnR-text::before, #rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel.mdBtnR:hover .mdBtnR-text::before, #rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR-cancel) .mdBtnR-cancel.mdBtnR:focus-visible .mdBtnR-text::before {
  margin-inline-end: 20px;
}
#rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form] .mdBtnR, #rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form].mdBtnR {
  display: inline-flex;
  justify-content: center;
}
#rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form] .mdBtnR .mdBtnR-text, #rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form].mdBtnR .mdBtnR-text {
  display: flex;
  align-items: center;
}
#rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form] .mdBtnR .mdBtnR-text::after, #rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form].mdBtnR .mdBtnR-text::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--rf-comp-button-motion-transition);
  margin-inline-start: 10px;
}
#rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form] .mdBtnR:hover .mdBtnR-text::after, #rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form] .mdBtnR:focus-visible .mdBtnR-text::after, #rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form].mdBtnR:hover .mdBtnR-text::after, #rf-content .form-footer-actions .mdBtnR[data-test=rf-button-submit-form].mdBtnR:focus-visible .mdBtnR-text::after {
  margin-inline-start: 20px;
}
#rf-content .form-footer-actions .mdBtnR-container:has(.mdBtnR[data-analytics-name=register-submit-form]) {
  width: fit-content;
  margin-inline: auto;
}
#rf-content .form-footer-actions .mdBtnR[data-analytics-name=register-submit-form] {
  --rf-comp-button-space-padding: var(--omnissa-button-padding-large);
}
#rf-content .form-footer-actions .mdBtnR[data-analytics-name=register-submit-form] .mdBtnR-text {
  --rf-comp-button-font-size: 18px;
  line-height: 1.15;
}

.dropdown-results-container .rf-select-results-container li {
  font-weight: 600;
}
.dropdown-results-container .rf-select-results-container li:hover, .dropdown-results-container .rf-select-results-container li:focus {
  color: var(--omnissa-color-magenta-aa);
}

#rf-content .omnissa-hero {
  background-image: url(https://static.rainfocus.com/omnissa/global/static/staticfile/staticfile/LP-hero-background-transparent-shapes-1920%402x_1780514691331001cY7F.png), var(--omnissa-gradient-omnissa-one);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #rf-content .omnissa-hero {
    background-image: url(https://static.rainfocus.com/omnissa/global/static/staticfile/staticfile/LP-hero-background-transparent-shapes-768%402x_1780514691244001cJ8i.png), var(--omnissa-gradient-omnissa-one);
  }
}
@media (max-width: 374px) {
  #rf-content .omnissa-hero {
    background-image: url(https://static.rainfocus.com/omnissa/global/static/staticfile/staticfile/LP-hero-background-transparent-shapes-375%402x_1780514691125001cvVt.png), var(--omnissa-gradient-omnissa-one);
  }
}
#rf-content .omnissa-hero--dark {
  --rf-brand-color-text-heading: var(--omnissa-color-white);
  --rf-brand-color-text-body: var(--omnissa-color-white);
  --rf-comp-button-primary-color-background: var(--omnissa-color-white);
  --rf-comp-button-primary-color-border: var(--omnissa-color-white);
  --rf-comp-button-primary-color-on-background: var(--omnissa-color-indigo);
  --rf-comp-button-primary-hover-color-background: var(--omnissa-color-neon);
  --rf-comp-button-primary-hover-color-border: var(--omnissa-color-neon);
  --rf-comp-button-primary-hover-color-on-background: var(--omnissa-color-indigo);
  --rf-comp-button-secondary-color-background: transparent;
  --rf-comp-button-secondary-color-border: var(--omnissa-color-white);
  --rf-comp-button-secondary-color-on-background: var(--omnissa-color-white);
  --rf-comp-button-secondary-hover-color-background: var(--omnissa-color-neon);
  --rf-comp-button-secondary-hover-color-border: var(--omnissa-color-neon);
  --rf-comp-button-secondary-hover-color-on-background: var(--omnissa-color-indigo);
  --rf-comp-button-tertiary-color-background: transparent;
  --rf-comp-button-tertiary-color-border: transparent;
  --rf-comp-button-tertiary-color-on-background: var(--omnissa-color-white);
  --rf-comp-button-tertiary-hover-color-background: transparent;
  --rf-comp-button-tertiary-hover-color-border: transparent;
  --rf-comp-button-tertiary-hover-color-on-background: var(--omnissa-color-neon);
}
#rf-content .omnissa-hero .omnissa-subhead {
  color: var(--rf-brand-color-accent);
}
@media (max-width: 1023px) {
  #rf-content .omnissa-hero .omnissa-subhead {
    --omnissa-font-size-body-xl: 22px;
    --omnissa-line-height-body-xl: 32px;
  }
}
@media (max-width: 768px) {
  #rf-content .omnissa-hero .omnissa-subhead {
    --omnissa-font-size-body-xl: 16px;
    --omnissa-line-height-body-xl: 24px;
  }
}
#rf-content .rf-countdown-container {
  --countdown-color-ring-active: var(--omnissa-color-indigo);
  --countdown-color-ring: var(--omnissa-color-navy-40);
}
#rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-time {
  font-size: var(--omnissa-font-size-body-xl);
  line-height: var(--omnissa-line-height-body-xl);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-time span,
#rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-time a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (max-width: 1023px) {
  #rf-content .rf-countdown-container {
    justify-content: center;
  }
}
@media (max-width: 549px) {
  #rf-content .rf-countdown-container {
    flex-wrap: nowrap;
  }
  #rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-time {
    font-size: var(--omnissa-font-size-body-lg);
    line-height: var(--omnissa-line-height-body-lg);
    font-weight: var(--omnissa-base-font-weight);
  }
  #rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-time span,
  #rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-time a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  #rf-content .rf-countdown-container .rf-countdown-timer .rf-countdown-timer-label {
    font-size: 70%;
  }
}
@media (max-width: 374px) {
  #rf-content .rf-countdown-container {
    flex-wrap: wrap;
  }
}
#rf-content .flex-box-section-full.omnissa-page-nav {
  z-index: 2;
}
@media (max-width: 768px) {
  #rf-content .flex-box-section-full.omnissa-page-nav .flex-box-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #rf-content #pricing div:has(> .omnissa-pricing-card) {
    column-gap: 20px;
  }
  #rf-content #pricing div:has(> .omnissa-pricing-card) .omnissa-gradient-card {
    padding: 20px;
  }
  #rf-content #pricing div:has(> .omnissa-pricing-card) h1 {
    font-size: var(--omnissa-font-size-h3);
    line-height: var(--omnissa-line-height-h3);
    font-weight: var(--omnissa-base-font-weight);
  }
  #rf-content #pricing div:has(> .omnissa-pricing-card) h1 span,
  #rf-content #pricing div:has(> .omnissa-pricing-card) h1 a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  #rf-content #pricing div:has(> .omnissa-pricing-card) h1 {
    margin-block: 10px;
  }
  #rf-content #pricing div:has(> .omnissa-pricing-card) p {
    font-size: var(--omnissa-font-size-body-sm);
    line-height: var(--omnissa-line-height-body-sm);
    font-weight: var(--omnissa-base-font-weight);
  }
  #rf-content #pricing div:has(> .omnissa-pricing-card) p span,
  #rf-content #pricing div:has(> .omnissa-pricing-card) p a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #rf-content #agenda div:has(> .omnissa-gradient-card) {
    column-gap: 20px;
  }
  #rf-content #agenda div:has(> .omnissa-gradient-card) .omnissa-gradient-card {
    padding-top: 50px;
  }
  #rf-content #agenda div:has(> .omnissa-gradient-card) .omnissa-gradient-card div:has(img) {
    height: 52px;
    width: 52px;
  }
}
#rf-content #agenda div:has(> .omnissa-gradient-card) ul.keep-bullets {
  padding-inline-start: 40px;
}
#rf-content #agenda div:has(> .omnissa-gradient-card) li::marker {
  color: var(--omnissa-color-indigo);
  font-size: 150%;
  line-height: 1.4;
}
#rf-content .hotel-accommodations-image img {
  z-index: 0;
}
#rf-content .hotel-accommodations-image::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 18px;
  right: 18px;
  height: 108px;
  width: 108px;
  background-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/hotel-shape-element-back_1780356951016001Iu4S.svg);
}
#rf-content .hotel-accommodations-image::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/hotel-shape-element-front_1780356951103001ImDz.svg);
  backdrop-filter: blur(3.5px);
  box-shadow: 2px 2px 14px 1px rgba(40, 51, 74, 0.2);
  border-radius: 8px;
}
#rf-content .flex-box-section-full:has(#faqs.atomic) {
  overflow-x: hidden;
}
#rf-content .flex-box-section-full:has(#faqs.atomic) #faqs.atomic::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 600px;
  top: 800px;
  left: -280px;
  aspect-ratio: 0.6;
  background-image: url(https://static.rainfocus.com/omnissa/global/static/staticfile/staticfile/FAQ-section-left-illustration_1780601211711001aCMf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#rf-content .flex-box-section-full:has(#faqs.atomic) #faqs.atomic::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 360px;
  top: 300px;
  right: -280px;
  aspect-ratio: 1;
  background-image: url(https://static.rainfocus.com/omnissa/global/static/staticfile/staticfile/FAQ-section-right-illustration_1780601211834001a4WY.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#rf-content .flex-box-section-full:has(#faqs.atomic) #faqs.atomic .omnissa-accordion-section {
  position: relative;
  z-index: 1;
}

#rf-content:has(.rf-workflow-body-content) .special-div:not(:has(.page-builder-display-reset)) {
  padding: 56px 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-full-panel {
  border: none;
}
#rf-content:has(.rf-workflow-body-content) #workflow-login-page {
  height: 100%;
}
#rf-content:has(.rf-workflow-body-content) #workflow-login-page .rfwf-panel-interior {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #rf-content:has(.rf-workflow-body-content) #workflow-login-page .rfwf-panel-interior {
    flex-direction: column;
  }
}
#rf-content:has(.rf-workflow-body-content) #workflow-login-page .rfwf-panel-interior .rf-feedback-alert.rf-alert-type-error {
  width: calc(100% - 16px);
  margin-inline: 8px;
}
@media (min-width: 769px) {
  #rf-content:has(.rf-workflow-body-content) #workflow-login-page .rfwf-panel-interior .rfG-md-50 {
    width: 50%;
  }
}
#rf-content:has(.rf-workflow-body-content) .rfwf-panel-interior > div {
  width: 100%;
}
#rf-content:has(.rf-workflow-body-content) .rf-card h2 {
  font-size: var(--omnissa-font-size-h4);
  line-height: var(--omnissa-line-height-h4);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .rf-card h2 span,
#rf-content:has(.rf-workflow-body-content) .rf-card h2 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#rf-content:has(.rf-workflow-body-content) .rf-card h2 {
  text-align: center;
}
#rf-content:has(.rf-workflow-body-content) .form-render-page .rf-text-container h1 {
  font-size: var(--omnissa-font-size-h4);
  line-height: var(--omnissa-line-height-h4);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .form-render-page .rf-text-container h1 span,
#rf-content:has(.rf-workflow-body-content) .form-render-page .rf-text-container h1 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#rf-content:has(.rf-workflow-body-content) .form-render-page .rf-text-container h1 {
  text-align: center;
}
#rf-content:has(.rf-workflow-body-content) .form-render-page .wf-form-element-div {
  width: 100%;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-panel-interior,
#rf-content:has(.rf-workflow-body-content) .special-div:has(.orders-page),
#rf-content:has(.rf-workflow-body-content) .special-div:has(.rfwf-verification-code) {
  max-width: calc(var(--omnissa-container-max-width-md) + 60px);
  padding-inline: 30px;
  margin: 0 auto;
}
#rf-content:has(.rf-workflow-body-content) #contact-info .form-render-page,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) {
  display: flex;
  flex-direction: column;
  padding: 48px;
  background: var(--omnissa-color-light-cool-gray);
  border: 1px solid var(--rf-brand-color-border);
  box-shadow: var(--omnissa-box-shadow-container);
  border-radius: 10px;
  transition: none;
}
#rf-content:has(.rf-workflow-body-content) #contact-info .form-render-page .rf-workflow-header,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header {
  background: transparent;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) {
  gap: 16px;
  margin-block: 24px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-full-panel,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-full-panel .rfwf-panel-interior {
  margin: 0;
  padding: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-headline {
  width: 100%;
  border-bottom: 1px solid var(--rf-brand-color-border);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-headline h1 {
  font-size: var(--omnissa-font-size-h4);
  line-height: var(--omnissa-line-height-h4);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-headline h1 span,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-headline h1 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .rf-workflow-header .rfwf-headline h1 {
  text-align: center;
  margin-bottom: 24px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-alert-panel {
  order: -1;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-discount-code {
  order: -1;
  padding-block: 8px 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-discount-code .mdBtnR[data-test=rf-button-apply-regcode-center] {
  --rf-comp-button-primary-color-background: var(--rf-comp-button-secondary-color-background);
  --rf-comp-button-primary-color-border: var(--rf-comp-button-secondary-color-border);
  --rf-comp-button-primary-color-on-background: var(--rf-comp-button-secondary-color-on-background);
  --rf-comp-button-primary-hover-color-background: var(--rf-comp-button-secondary-hover-color-background);
  --rf-comp-button-primary-hover-color-border: var(--rf-comp-button-secondary-hover-color-border);
  --rf-comp-button-primary-hover-color-on-background: var(--rf-comp-button-secondary-hover-color-on-background);
  --rf-comp-button-space-padding: 6px 20px;
  margin-top: 38px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-packages,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-discount-code {
  border-bottom: 1px solid var(--rf-brand-color-border);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-packages .md-frame,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-discount-code .md-frame {
  background-color: var(--rf-brand-color-background);
  border: none;
  margin-bottom: 0;
  box-shadow: none;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-packages .rfwf-package-items li:last-of-type,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-discount-code .rfwf-package-items li:last-of-type {
  border-bottom: none;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-packages .accordion-headline h3,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-discount-code .accordion-headline h3 {
  text-transform: none;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-payment {
  padding: 24px 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child .mdBtnR, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child.mdBtnR {
  display: inline-flex;
  justify-content: center;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child .mdBtnR .mdBtnR-text, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child.mdBtnR .mdBtnR-text {
  display: flex;
  align-items: center;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child .mdBtnR .mdBtnR-text::before, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child.mdBtnR .mdBtnR-text::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--rf-comp-button-motion-transition);
  margin-inline-end: 10px;
  transform: rotate(180deg);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child .mdBtnR:hover .mdBtnR-text::before, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child .mdBtnR:focus-visible .mdBtnR-text::before, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child.mdBtnR:hover .mdBtnR-text::before, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior > :first-child.mdBtnR:focus-visible .mdBtnR-text::before {
  margin-inline-end: 20px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary .mdBtnR, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary.mdBtnR {
  display: inline-flex;
  justify-content: center;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary .mdBtnR .mdBtnR-text, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary.mdBtnR .mdBtnR-text {
  display: flex;
  align-items: center;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary .mdBtnR .mdBtnR-text::after, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary.mdBtnR .mdBtnR-text::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  mask-image: url(https://static.rainfocus.com/omnissa/omnissaoneorl/static/staticfile/staticfile/button-arrow-right_1780086372089001Bvvp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--rf-comp-button-motion-transition);
  margin-inline-start: 10px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary .mdBtnR:hover .mdBtnR-text::after, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary .mdBtnR:focus-visible .mdBtnR-text::after, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary.mdBtnR:hover .mdBtnR-text::after, #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-orders-buttons .rfwf-panel-interior .mdBtnR.mdBtnR-primary.mdBtnR:focus-visible .mdBtnR-text::after {
  margin-inline-start: 20px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior {
  margin: 0;
  padding: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h2 {
  font-size: var(--omnissa-font-size-h4);
  line-height: var(--omnissa-line-height-h4);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h2 span,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h2 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h2 {
  margin-bottom: 24px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h3 {
  font-size: var(--omnissa-font-size-h5);
  line-height: var(--omnissa-line-height-h5);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h3 span,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .rfwf-panel-interior h3 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .md-accordion-container.expanded .accordion-headline {
  padding-inline: 24px;
  border-bottom: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .accordion-content.rfwf-package-items {
  padding-inline: 24px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.orders-page) .orders-page .accordion-content.rfwf-package-items .rfG-fluid-container {
  padding-inline: 0;
}
#rf-content:has(.rf-workflow-body-content) .orders-page .package-quantity,
#rf-content:has(.rf-workflow-body-content) .print-order-summary-modal .package-quantity,
#rf-content:has(.rf-workflow-body-content) .orders-package-total :not(span) {
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: var(--omnissa-container-max-width-md);
  padding: 48px;
  background: var(--omnissa-color-light-cool-gray);
  border: 1px solid var(--rf-brand-color-border);
  box-shadow: var(--omnissa-box-shadow-container);
  border-radius: 10px;
  transition: none;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rf-workflow .rf-workflow-body-content {
  min-height: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-panel-interior {
  padding-inline: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-header {
  padding-block: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) h1[data-test=otp-verification-title] {
  font-size: var(--omnissa-font-size-h4);
  line-height: var(--omnissa-line-height-h4);
  font-weight: var(--omnissa-base-font-weight);
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) h1[data-test=otp-verification-title] span,
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) h1[data-test=otp-verification-title] a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) h1[data-test=otp-verification-title] {
  text-align: center;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) p[data-test=otp-verification-description] {
  text-align: center;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-verification-code {
  padding-block: 0;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-verification-code .rf-verification-code .rf-verification-code-paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-verification-code .rf-verification-code .rf-verification-code-paragraph {
    flex-direction: column;
  }
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-verification-code .rf-verification-code .rf-verification-code-paragraph .mdBtnR {
  margin: 0 4px;
}
#rf-content:has(.rf-workflow-body-content) .rfwf-body-content:has(.rf-verification-code) .rfwf-verification-code .rf-verification-code .rf-verification-code-paragraph .mdBtnR-text {
  font-weight: 500;
}
#rf-content:has(.rf-workflow-body-content) .rf-housing .rf-housing-header {
  position: static;
}

