
html,
body {
  color: var(--rds-color-content-high);
  font-family: RepsolSoleDisplayRegular;
}
html p,
body p,
html ol,
body ol,
html ul,
body ul,
html div,
body div,
html li,
body li {
  color: inherit;
}
.orangeText {
  color: #ff6200;
}
.tealText {
  color: #00859b;
}
.redText {
  color: #e1251b;
}
.whiteText {
  color: #ffffff;
}
.midnightBlueText {
  color: #011842;
}
.greyText {
  color: #5a5a5a;
}
.title:not(div,section) {
  font-family: RepsolSoleDisplayRegular;
}
.subTitle {
  font-family: RepsolSoleTextBold;
}
.titleLight {
  font-family: RepsolSoleDisplayRegular;
}
.titleBold {
  font-family: RepsolSoleDisplayBold;
}
.subtitleLight {
  font-family: "TitilliumWeb-Regular";
}
.subtitleBold {
  font-family: "TitilliumWeb-SemiBold";
}
h1 {
  font-size: 48px !important;
}
h2 {
  font-size: 40px !important;
}
h3 {
  font-size: 28px !important;
}
h4 {
  font-size: 24px !important;
}
h5 {
  font-size: 20px !important;
}
h6 {
  font-size: 18px !important;
}
.font34px {
  font-size: 34px;
  line-height: 1rem;
}
.font70px {
  font-size: 70px !important;
}
@media only screen and (max-width: 960px) {
  .font70px {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .font70px {
    font-size: 50px !important;
  }
}
.font14px {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 34px !important;
  }
  .font34px {
    font-size: 28px;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px !important;
  }
}
.rds-landings-color-surface-white {
  background-color: var(--rds-color-surface-white);
}
.rds-landings-color-surface-grey {
  background-color: var(--rds-color-surface-grey);
}
.rds-landings-color-surface-navy {
  background-color: var(--rds-color-surface-navy);
}
.rds-landings-color-surface-sand {
  background-color: var(--rds-color-surface-sand);
}
.rds-landings-color-link-content-default {
  color: var(--rds-color-link-content-default);
}
body.xf-web-container .modal-component {
  display: flex;
  justify-content: center;
}
body.xf-web-container .rp-landings-modals-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.xf-web-container .rp-landings-modals-container .experiencefragment {
  width: 100%;
}
.rp-landings-modals-container {
  display: none;
  align-items: center;
}
.rp-landings-modals-container .experiencefragment {
  width: 100%;
}
@media (max-width: 768px) {
  .hide-in-mobile {
    display: none;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* rules for bookmarklet test */
*:focus-visible {
  outline-style: auto;
  outline-color: currentColor;
  outline-width: initial;
}

