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

:root {
  --sap-primary: #D2B36C;
  --sap-secondary: #CC4F1C;
  --sap-white: 255, 255, 255;
  --sap-black: 0, 0, 0;
  --sap-gray: #a0a0a0;
  --sap-light-gray: #D5D5D5;
  --sap-background: #1a1a1a;
  --sap-surface: #212121;
  --sap-border-color: #969696;
  --sap-button-color: #007DB8;
  --sap-button-color-hover: #006799;
  --sap-button-on-color: #fff;
  --sap-header-background: var(--sap-black);
  --sap-header-on-background: var(--sap-white);
  --rf-brand-font-family: "BentonSans", Arial, Helvetica, sans-serif;
  --rf-brand-color-text-heading: #000;
}

@font-face {
  font-family: BentonSans;
  src: url("https://static.rainfocus.com/sap/sapteched2021/static/staticfile/staticfile/BentonSansBook_1633462494848001GQ3g.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: BentonSans;
  src: url("https://static.rainfocus.com/sap/sapteched2021/static/staticfile/staticfile/BentonSansMedium_1633462495546001Gj1z.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: BentonSans;
  src: url("https://static.rainfocus.com/sap/sapteched2021/static/staticfile/staticfile/BentonSansBold_1633462495387001GCrz.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
/*@font-face{font-family:'SAPcom icons';src:url('https://www.sap.com/etc.clientlibs/sapdx/front-layer/dist/resources/assets/fonts/sapcom-icons.woff2') format('woff2');font-weight:normal;font-style:normal;font-display:swap}*/
@font-face {
  font-family: "SAPcom icons";
  src: url("https://static.rainfocus.com/sap/saptech2022/static/staticfile/staticfile/sapcom-icons_1671734562976001DPc3.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex-box-section-full > .flex-box-section-full-interior {
  width: 100%;
  max-width: 1420px;
  padding: 0 28px;
}

@media all and (min-width: 769px) {
  .flex-box-section-full > .flex-box-section-full-interior {
    padding: 0 32px;
  }
}
header {
  background-color: rgb(var(--sap-header-background));
}

@media all and (max-width: 767px) {
  .flex-box-child {
    margin: 0;
  }
  .header header {
    padding: 0 28px;
  }
}
.header-interior {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 20px 0;
}

@media all and (max-width: 767px) {
  .header .header-interior {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.line-sep {
  display: block;
  height: 15px;
  width: 2px;
  margin-left: 15px;
}

.step-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.step-container p {
  margin: 0;
}

.icon-container {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.line-sep {
  background-color: rgba(var(--sap-header-on-background), 0.7);
}

.icon-container svg {
  fill: rgba(var(--sap-header-on-background), 0.7);
}

.step-container {
  color: rgba(var(--sap-header-on-background), 0.7);
}

.active.line-sep {
  background-color: rgba(var(--sap-header-on-background), 1);
}

.active.step-container {
  color: rgba(var(--sap-header-on-background), 1);
}

.active.step-container .icon-container svg {
  fill: rgba(var(--sap-header-on-background), 1);
}

/* Banner */
.hero-banner {
  padding: 0;
}

.hero-banner * {
  color: white;
}

.flex-box-section-full.header {
  padding: 0;
}

.hero-banner .flex-box-section-full-interior,
.header .flex-box-section-full-interior {
  padding: 0;
  max-width: initial;
  width: 100%;
}

.header .flex-box-section-full-interior {
  padding: 0;
}

.hero-banner svg {
  width: 50px;
  height: 50px;
}

.thank-you-section {
  padding: 52px 0;
}

.hero-banner h1,
.thank-you-section h1 {
  color: white;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}

@media all and (min-width: 768px) {
  .hero-banner h1,
  .thank-you-section h1 {
    font-size: 33px;
    line-height: 42px;
  }
}
.thank-you-section h1 {
  color: #000;
  margin-bottom: 52px;
}

.thank-you-section p {
  font-size: 21px;
  line-height: 31px;
  color: #000000;
  text-align: center;
  max-width: 734px;
  margin: 0 auto;
}

.hero-category-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-category-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create-account-section {
  padding: 52px 0;
}

.create-account-section h2,
.create-account-section h4 {
  color: #000;
  font-size: 23px;
  line-height: 30px;
}

@media all and (min-width: 769px) {
  .create-account-section h2,
  .create-account-section h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.create-account-section h2 {
  margin-bottom: 20px;
}

.create-account-section .sap-form h2 {
  margin-bottom: 32px;
}

.sap-form {
  flex: 1;
}

.sap-form-container a,
.sap-form-container a:link,
.sap-form-container a:visited {
  color: var(--sap-button-color);
}
.sap-form-container a:hover, .sap-form-container a:focus, .sap-form-container a:link:hover, .sap-form-container a:link:focus, .sap-form-container a:visited:hover, .sap-form-container a:visited:focus,
.sap-form-container a:link:hover,
.sap-form-container a:link:focus,
.sap-form-container a:link:link:hover,
.sap-form-container a:link:link:focus,
.sap-form-container a:link:visited:hover,
.sap-form-container a:link:visited:focus,
.sap-form-container a:visited:hover,
.sap-form-container a:visited:focus,
.sap-form-container a:visited:link:hover,
.sap-form-container a:visited:link:focus,
.sap-form-container a:visited:visited:hover,
.sap-form-container a:visited:visited:focus {
  color: var(--sap-button-color-hover);
}
.sap-form-container .sap-form h2 {
  font-size: 25px;
}
.sap-form-container .already-registered h2 {
  font-size: 25px;
}

.registered-box {
  box-shadow: 0 0 20px 5px hsla(0, 0%, 78%, 0.2);
  padding: 32px;
  margin-bottom: 20px;
}

.already-registered p {
  font-family: var(--rf-brand-font-family);
  font-weight: 400;
  color: var(--sap-black);
  font-size: 16px;
  margin-bottom: 50px;
}

.already-registered .btn.btn-primary {
  display: inline-block;
  font-family: BentonSans, sans-serif;
  background-color: var(--sap-button-color);
  border: 1px solid var(--sap-button-color);
  color: var(--sap-button-on-color);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1.25rem;
  outline: none;
  font-weight: normal;
}
.already-registered .btn.btn-primary:hover, .already-registered .btn.btn-primary:focus, .already-registered .btn.btn-primary:link:hover, .already-registered .btn.btn-primary:link:focus, .already-registered .btn.btn-primary:visited:hover, .already-registered .btn.btn-primary:visited:focus {
  color: white;
  text-decoration: none;
}

.formEngineContainerWrapper .btn {
  font-family: BentonSans, sans-serif !important;
}

@media all and (max-width: 1159px) {
  .sap-form {
    order: 2;
  }
}
@media all and (min-width: 1160px) {
  .already-registered {
    max-width: 342px;
    align-self: flex-start;
  }
}
.sap-form-container {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 768px) {
  .header-interior {
    flex-direction: row;
    align-items: center;
    max-width: 800px;
    padding: 12px 0;
  }
}
@media all and (min-width: 1160px) {
  .step-container {
    padding: 15px 0;
    flex-direction: column;
  }
  .icon-container {
    margin: 0 0 10px;
  }
  .line-sep {
    display: block;
    height: 2px;
    width: 100%;
    flex: 1;
    margin: 0 20px 30px;
  }
  .hero-category-wrapper {
    display: flex;
  }
  .hero-category-wrapper > div {
    width: 25%;
  }
  .sap-form-container {
    flex-direction: row;
  }
  .already-registered {
    margin-left: 50px;
  }
}
a,
div,
h1,
h2,
h3,
h4,
span,
p,
label {
  font-family: BentonSans, sans-serif;
}

.form-login-iframe {
  height: 300px;
  border: 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form-login-iframe {
    max-width: 450px;
    margin: 0 auto;
    height: 252px;
  }
}
@media only screen and (min-width: 768px) {
  .form-login-iframe {
    max-width: 270px;
    margin: 0;
  }
}
.popup-header__header-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 0.875rem 0;
}

.popup-header__header-content .close-button {
  position: relative;
  top: 0;
  margin-top: 0;
  right: 10.5px;
  order: 1;
}

.rtl .popup-header__header-content .close-button, .rtl-bp .popup-header__header-content .close-button {
  left: 10.5px;
  right: auto;
}

@media (min-width: 768px) {
  .popup-header__header-content .close-button {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-top: 0;
  }
  .rtl .popup-header__header-content .close-button, .rtl-bp .popup-header__header-content .close-button {
    left: 15px;
    right: auto;
  }
}
.popup-header__header-content > .container-extended {
  order: 2;
}

@media (min-width: 768px) {
  .popup-header__header-content > .container-extended > .row {
    display: flex;
  }
}
@media (min-width: 768px) {
  .popup-header__header-content {
    padding: 0.75rem 0;
  }
}
.steps-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .steps-header {
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: row;
  }
}
.steps-header__item {
  margin-right: 0;
  max-width: 100%;
  color: #969696;
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.525rem;
}

@media (min-width: 768px) {
  .steps-header__item {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 206px;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .rtl .steps-header__item, .rtl-bp .steps-header__item {
    margin-right: 0;
    margin-left: 1.25rem;
  }
}
.steps-header__item:not(:first-of-type):before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(50% - 14px);
  top: 0;
  left: 13px;
  display: block;
  background: #969696;
}

.rtl .steps-header__item:not(:first-of-type):before, .rtl-bp .steps-header__item:not(:first-of-type):before {
  left: auto;
  right: 13px;
}

@media (min-width: 768px) {
  .steps-header__item:not(:first-of-type):before {
    width: calc(100% - 5px);
    min-width: 80px;
    max-width: 200px;
    position: absolute;
    height: 2px;
    right: calc(50% + 13px);
    left: auto;
    top: 14px;
  }
  .rtl .steps-header__item:not(:first-of-type):before, .rtl-bp .steps-header__item:not(:first-of-type):before {
    left: calc(50% + 13px);
    right: auto;
  }
}
.steps-header__item:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.steps-header__item:last-of-type .step-progress-line {
  display: none;
}

.rtl .steps-header__item:last-of-type, .rtl-bp .steps-header__item:last-of-type {
  margin-left: 0;
}

.steps-header__item .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #969696;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.3;
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin: 0 0.525rem 0 0;
  background: #000;
  z-index: 1;
}

.rtl .steps-header__item .item-icon, .rtl-bp .steps-header__item .item-icon {
  margin-right: 0;
  margin-left: 0.525rem;
}

@media (min-width: 768px) {
  .steps-header__item .item-icon {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .rtl .steps-header__item .item-icon, .rtl-bp .steps-header__item .item-icon {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
.steps-header__item .item-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}

.rtl .steps-header__item .item-text, .rtl-bp .steps-header__item .item-text {
  text-align: right;
}

@media (min-width: 768px) {
  .steps-header__item .item-text {
    text-align: center;
  }
  .rtl .steps-header__item .item-text, .rtl-bp .steps-header__item .item-text {
    text-align: center;
  }
}
.steps-header__item--active .item-text {
  color: #fff;
}

.steps-header__item--active .item-icon {
  color: #fff;
  border: 2px solid #fff;
}

.steps-header__item--active:not(:first-of-type):before {
  background: #fff;
}

.steps-header__item .step-progress-line {
  position: absolute;
  top: calc(50% + 0.75rem);
  left: 13px;
  width: 2px;
  height: 50%;
  background: #969696;
}

.rtl .steps-header__item .step-progress-line, .rtl-bp .steps-header__item .step-progress-line {
  right: 13px;
  left: auto;
}

.steps-header__item .step-progress-line.active {
  background: #fff;
}

@media (min-width: 768px) {
  .steps-header__item .step-progress-line {
    display: none;
  }
}
* {
  max-height: 1000000px;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: 0;
}

* {
  box-sizing: border-box;
}

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

.white * {
  color: #fff;
}

.white * {
  color: #fff;
}

* {
  max-height: 1000000px;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: 0;
}

* {
  box-sizing: border-box;
}

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

.white * {
  color: #fff;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.trial-header {
  background: radial-gradient(circle at 75% 120%, #727272 0, #222 90%);
}

.trial-header__container {
  padding: 52px 0;
}

@media only screen and (min-width: 1300px) {
  .trial-header__container {
    padding: 52px 0;
  }
}
.trial-header__headline {
  font-size: 33px;
  text-transform: initial;
  line-height: 1.2;
  font-family: "SAPBold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #fff;
  margin-bottom: 1.25rem;
  text-align: center;
  padding: 0 28px;
}

@media only screen and (min-width: 768px) {
  .trial-header__headline {
    font-family: "SAPBold", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .trial-header__headline {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .trial-header__headline {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1300px) {
  .trial-header__headline {
    margin-bottom: 3.25rem;
    padding: 0 3.25rem;
  }
}
.trial-header__items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 28px;
}

@media only screen and (min-width: 768px) {
  .trial-header__items-container {
    flex-wrap: nowrap;
    padding: 0 3.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .trial-header__items-container {
    padding: 0 calc(79px + (66% - 608px) / 2);
  }
}
.trial-header__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .trial-header__item {
    max-width: 240px;
    width: 100%;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .trial-header__item {
    max-width: 240px;
    width: 100%;
    margin-right: 3.25rem;
    margin-bottom: 0;
  }
}
.trial-header__item:last-child {
  margin: 0;
}

.trial-header__item .item-icon {
  position: relative;
  width: 69.3px;
  height: 52px;
  margin-bottom: 0.75rem;
  display: none;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .trial-header__item .item-icon {
    display: flex;
  }
}
@media only screen and (min-width: 1300px) {
  .trial-header__item .item-icon {
    width: 109.3px;
    height: 82px;
    margin-bottom: 1.25rem;
  }
}
.trial-header__item .item-icon__img {
  max-width: 69.3px;
  max-height: 52px;
  margin: auto;
}

@media only screen and (min-width: 1300px) {
  .trial-header__item .item-icon__img {
    max-width: 109.3px;
    max-height: 82px;
  }
}
.trial-header__item .item-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .trial-header__item .item-text {
    font-size: 1.3rem;
  }
}
.trial-header__items-container {
  display: none;
}

/* Unset RF Platform Styles within form context */
.formio-form .alert {
  margin: unset;
  color: unset;
  border-width: unset;
  padding: unset;
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
}
.formio-form .alert-success,
.formio-form .alert-info,
.formio-form .alert-warning,
.formio-form .alert-danger {
  background: unset;
  border-color: unset;
  color: unset;
  text-shadow: unset;
}

