body {
  font-family: MontserratReg;
  color: #58595B;
}

h1 {
  font-size: 43px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 60px 0;
  letter-spacing: -1.56px;
  color: #212121;
}

h2 {
  font-size: 42px;
  color: #212121;
  font-family: MontserratMed;
  line-height: 48px;
}

h3 {
  margin: 0;
  font-size: 30px;
  line-height: 48px;
  color: #212121;
  font-family: MontserratMed;
}

h4 {
  margin: 0;
  font-family: MontserratReg;
  font-size: 24px;
  line-height: 36px;
}

p {
  font-family: MontserratReg;
  font-size: 16px;
  line-height: 24px;
}
p.-small {
  font-size: 10px;
}

a {
  font-family: MontserratReg;
  color: inherit;
  text-decoration: none;
}

.view-section {
  color: #00AFAA;
  text-decoration: underline;
  font-family: GothamMed;
  letter-spacing: -1.19px;
}

.rea-site__caption {
  font-size: 11px;
  line-height: 14px;
  color: #58595B;
}

input {
  font-family: MontserratReg;
}

/* Responsive */
@media only screen and (min-width: 768px) and (max-width: 768px) {
  h1 {
    font-size: 3.375em;
    margin: 0 0 30px 0;
  }
  h2 {
    font-size: 3.375em;
    line-height: 1.13;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 2.8125em;
    line-height: 1.13;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  h1 {
    font-size: 3.375em;
    margin: 0 0 30px 0;
  }
  h2 {
    font-size: 3.375em;
    line-height: 1.13;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 2.8125em;
    line-height: 1.13;
  }
}
@media only screen and (max-width: 960px) {
  h1 {
    font-size: 2.5em;
    margin: 0 0 90px 0;
  }
  h2 {
    font-size: 2.5em;
    line-height: 1.13;
    margin: 0 0 60px 0;
  }
  h3 {
    font-size: 2.25em;
    line-height: 1.13;
    margin: 0 0 15px 0;
  }
}
/* Grid */
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

a {
  color: #00AFAA;
  text-decoration: underline;
}

.rea-site {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  transition: filter 1s ease;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rea-site {
    display: table;
  }
}
.rea-hidden, .js-hide-dc-signed-in.is-hidden {
  display: none;
}

/* Grid */
/* Montserrat */
@font-face {
  font-family: MontserratLight;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Montserrat-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: MontserratReg;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  font-weight: 400;
  src: local("Custom Font"), url("../fonts/Montserrat-Regular.otf") format("opentype");
}
@font-face {
  font-family: MontserratMed;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: MontserratSemiBold;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: MontserratBold;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: MontserratExtraBold;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
  font-weight: 800;
}
/* Gotham */
@font-face {
  font-family: GothamBook;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: GothamMed;
  font-display: swap;
  /* Read next point */
  unicode-range: U+000-5FF;
  /* Download only latin glyphs */
  src: local("Custom Font"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
}
/* Colors */
/* Layout - Px to Em fn */
/* Layout */
/* Transitions */
/* Gutenberg Blocks */
/* Responsive */
/* Buttons */
.button__primary, .button__secondary, .button__tertiary, .button__cancel {
  font-size: 12px;
  padding: 0.70833em 1.66667em;
  min-width: 9.49999em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  outline: 0;
  text-decoration: none;
  line-height: 1.25em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button__primary > *, .button__secondary > *, .button__tertiary > *, .button__cancel > * {
  margin-right: 10px;
}

.button__primary {
  font-size: 18px;
  padding: 0.75em 1.66667em;
  min-width: 5.22222em;
  color: #ffffff;
  background: #00AFAA;
}
.button__primary:visited {
  color: #ffffff;
}

.button__secondary {
  color: #ffffff;
  border: 2px solid #00AFAA;
  background: transparent;
}
.button__secondary:visited {
  color: #ffffff;
}

.button__tertiary {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
}
.button__tertiary:visited {
  color: #ffffff;
}

.button__cancel {
  font-size: 18px;
  padding: 0.75em 1.66667em;
  min-width: 5.22222em;
  color: #ffffff;
  background: #79827F;
}
.button__cancel:visited {
  color: #ffffff;
}

.rea-back-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 4.375em;
  right: 3.125em;
  z-index: 20;
  opacity: 0;
  transition: opacity 1s;
}
.rea-back-top.is-active {
  opacity: 1;
  transition: opacity 1s;
}

.rea-back-top__icon {
  width: 3.875em;
  height: 3.875em;
}

.wp-block-separator {
  max-width: 1400px;
  padding: 0 20px;
  margin-bottom: 1.5em;
  background-color: #D8D8D8;
}

@media only screen and (min-width: 960px) {
  .wp-block-separator {
    margin-left: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .wp-block-separator {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 960px) {
  .wp-block-separator {
    margin-right: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .wp-block-separator {
    margin-right: 6.25%;
  }
}
/* Colors */
/* Layout - Px to Em fn */
/* Layout */
/* Transitions */
/* Gutenberg Blocks */
/* Responsive */
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #00AFAA;
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #00AFAA;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}

.rea-header {
  position: relative;
  width: 100%;
  height: 11em;
  z-index: 2;
}

.rea-header-top {
  position: relative;
  width: 100%;
  height: 2.25em;
  background-color: #58595B;
  color: #ffffff;
  z-index: 1;
}

.rea-header-top__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .rea-header-top__wrapper {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-header-top__wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.rea-header-top__adverse-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rea-header-top__adverse-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.rea-header-top__adverse-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rea-header-top__adverse-menu .menu-item a {
  font-family: GothamBook;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}
.rea-header-top__adverse-menu .menu-item a svg {
  display: none;
}
.rea-header-top__adverse-menu .menu-item:after {
  content: "";
  display: inline-block;
  margin: 0 1.25em;
  width: 1px;
  height: 11px;
  background-color: #ffffff;
  vertical-align: middle;
}
.rea-header-top__adverse-menu .menu-item:last-of-type:after {
  display: none;
}

.rea-header-top__login {
  justify-self: flex-end;
  margin-left: auto;
}

/*.rea-header-top__login:after {
  content: '';
  display: inline-block;
  margin: 0 14px;
  width: 1px;
  height: 11px;
  background-color: #ffffff;
  vertical-align: middle; }*/
.rea-header-top__login-item {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: GothamBook;
  text-decoration: none;
}
.rea-header-top__login-item:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url("../../images/user.svg");
  background-size: 100%;
}

.rea-header-main {
  position: relative;
  width: 100%;
  height: 8.75em;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09);
}

.rea-header-main__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .rea-header-main__wrapper {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-header-main__wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .rea-header-main__logo {
    min-width: 15.255%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-header-main__logo {
    min-width: 89.0525%;
  }
}
.rea-header-main__logo--desktop {
  display: block;
}

.rea-header-main__logo--mobile {
  display: none;
}

.rea-header-main__logo img {
  max-width: 9.4375em;
  max-height: 5.625em;
  width: auto;
}

.rea-header-main__websites {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  margin-left: auto;
  padding-top: 38px;
  align-self: center;
  justify-self: center;
}

.rea-header-main__websites-HCP, .rea-header-main__websites-public {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #58595B;
}

.rea-header-main__websites-HCP svg, .rea-header-main__websites-public svg {
  display: none;
}

.rea-header-main__websites-HCP {
  font-family: MontserratBold;
}
.rea-header-main__websites-HCP:after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  height: 15px;
  width: 1px;
  background-color: #58595B;
  vertical-align: middle;
}

.rea-header .rea-primary-nav.rea-tablet-mobile {
  display: none;
}

@media only screen and (max-width: 960px) {
  .rea-header, .rea-header-main {
    height: 2.875em;
  }
  .rea-header-main__logo {
    min-width: 0;
    height: 2.0625em;
    margin-left: 0.625em;
  }
  .rea-header-main__logo--desktop {
    display: none;
  }
  .rea-header-main__logo--mobile {
    display: block;
  }
  .rea-header-main__logo img {
    height: inherit;
    width: auto;
  }
  .rea-header .rea-header-top, .rea-header .rea-header-main__websites {
    display: none;
  }
  .rea-header .rea-primary-nav.rea-tablet-mobile {
    display: block;
  }
  .rea-header .rea-primary-nav.rea-desktop {
    display: none;
  }
  .rea-header .rea-primary-nav__button {
    position: absolute;
    top: 0.625em;
    right: 0.625em;
    background-color: transparent;
    border: none;
    background-image: url("../../images/hamb-menu.svg");
    background-size: 100%;
    width: 30px;
    height: 30px;
  }
  .rea-header .rea-primary-nav__mobile-menu {
    display: none;
    max-width: 331px;
    position: absolute;
    top: 100%;
    right: 0.625em;
    z-index: 2;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .rea-header .rea-primary-nav__mobile-menu ul {
    list-style: none;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu {
    width: 300px;
    background-color: #ffffff;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 38px;
    border-bottom: 1px solid #D8D8D8;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li a {
    padding: 0 35px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #212121;
    font-family: MontserratSemiBold;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li a .external-link-svg {
    display: none;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li a.is-clicked {
    background-color: #F3F8F8;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li a.is-clicked:after {
    transform: rotate(90deg);
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li a.has-children .arrow-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    background-image: url(../../images/arrow-menu.svg);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu li a.is-notlogged.is-restricted:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    background-image: url("../../images/padlock.svg");
    background-size: 19px 19px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu .sub-menu {
    opacity: 0;
    max-height: 0;
    height: 100%;
    pointer-events: none;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu .sub-menu.is-visible {
    animation: menuDisplay 0.8s forwards;
    pointer-events: all;
  }
  .rea-header .rea-primary-nav__mobile-menu .--mobile-menu .sub-menu.is-visible li {
    border-top: 1px solid #D8D8D8;
    border-bottom: none;
  }
  .rea-header .rea-primary-nav__mobile-menu.is-open {
    display: block;
  }
  .rea-header .rea-primary-nav__mobile-menu-adverse-nav .rea-primary-nav__mobile-menu-adverse-menu {
    background-color: #F2F2F2;
  }
  .rea-header .rea-primary-nav__mobile-menu-adverse-nav .rea-primary-nav__mobile-menu-adverse-menu li a:after {
    display: none;
  }
  .rea-header .rea-primary-nav__mobile-menu-public {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 35px;
    height: 38px;
    width: 300px;
    color: #212121;
    font-family: MontserratSemiBold;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    background-color: #F2F2F2;
    border-top: 1px solid #D8D8D8;
  }
  .rea-header .rea-primary-nav__mobile-menu-login {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 35px;
    height: 38px;
    width: 300px;
    background-color: #F2F2F2;
    border-top: 1px solid #D8D8D8;
  }
  .rea-header .rea-primary-nav__mobile-menu-login .rea-header-top__login-item {
    color: #212121;
    font-family: MontserratSemiBold;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
  }
  .rea-header .rea-primary-nav__mobile-menu-login .rea-header-top__login-item:before {
    display: none;
  }
  .rea-header .rea-primary-nav .rea-header-top__country {
    width: 300px;
    height: auto;
    background-color: #F2F2F2;
  }
  .rea-header .rea-primary-nav .rea-header-top__country-menu-switcher {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 35px;
    height: 38px;
    width: 100%;
  }
  .rea-header .rea-primary-nav .rea-header-top__country-menu-switcher p {
    font-family: MontserratSemiBold;
    font-size: 10px;
    color: #212121;
    line-height: 10px;
    text-transform: uppercase;
  }
  .rea-header .rea-primary-nav .rea-header-top__country-menu-switcher:after {
    width: 19px;
    height: 19px;
    margin-left: auto;
    background-image: url("../../images/plus-icon.svg");
  }
  .rea-header .rea-primary-nav .rea-header-top__country-menu-switcher.is-open:after {
    background-image: url("../../images/minus-icon.svg");
  }
  .rea-header .rea-primary-nav .rea-header-top__country-menu {
    position: relative;
    top: 0;
    background-color: #F2F2F2;
    box-shadow: none;
  }
  .rea-header .rea-primary-nav .rea-header-top__country-menu-item {
    margin: 0;
    padding: 0 35px 0 53px;
    height: 38px;
    border-top: 1px solid #D8D8D8;
  }
  @keyframes menuDisplay {
    from {
      opacity: 0;
      max-height: 0;
    }
    to {
      opacity: 1;
      max-height: 100%;
    }
  }
}
@media only screen and (max-width: 414px) {
  .rea-header .rea-primary-nav__mobile-menu {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .rea-header .rea-primary-nav__mobile-menu-mega-menu, .rea-header .rea-primary-nav__mobile-menu-public, .rea-header .rea-primary-nav__mobile-menu-login, .rea-header .rea-primary-nav__mobile-menu .rea-header-top__country {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .rea-header .rea-primary-nav__mobile-menu {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    left: 0;
    margin: auto;
  }
  .rea-header .rea-primary-nav__mobile-menu-mega-menu, .rea-header .rea-primary-nav__mobile-menu-public, .rea-header .rea-primary-nav__mobile-menu-login, .rea-header .rea-primary-nav__mobile-menu .rea-header-top__country {
    width: 100%;
  }
}
.rea-footer {
  background: #58595B;
  width: 100%;
  margin-top: auto;
  bottom: 0;
  z-index: 0;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rea-footer {
    display: table-row;
    height: 0;
  }
}
@media only screen and (min-width: 960px) {
  .rea-footer__container {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-footer__container {
    width: 100%;
    margin: 0 auto;
  }
}
.rea-footer__container--wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.8125em;
}

@media only screen and (min-width: 960px) {
  .rea-footer__container--wrapper {
    margin-left: 1.38%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-footer__container--wrapper {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 960px) {
  .rea-footer__container--wrapper {
    margin-right: 1.38%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-footer__container--wrapper {
    margin-right: 6.25%;
  }
}
.rea-footer--disclaimer {
  width: 100%;
}
.rea-footer--disclaimer p {
  color: #ffffff;
  margin-top: -10px;
  text-align: center;
}

.rea-footer--wide-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.3125em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rea-footer--wide-area .rea-footer__logos {
  display: flex;
}
.rea-footer--wide-area .rea-footer__logos--logo {
  height: 1.875em;
}
.rea-footer--wide-area .rea-footer__logos--logo img {
  height: 100%;
  width: auto;
}
.rea-footer--wide-area .rea-footer__logos--left {
  margin-right: 1.875em;
}

.rea-footer--menu-area {
  width: 40%;
  min-height: 1.57813em;
  padding: 0.625em 0;
  display: flex;
  align-items: center;
}

.rea-footer--menu-area__menu {
  display: flex;
}
.rea-footer--menu-area__menu .menu-item {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 1.5625em;
  line-height: 1em;
}
.rea-footer--menu-area__menu .menu-item:first-of-type {
  padding-left: 0;
}
.rea-footer--menu-area__menu .menu-item:last-of-type {
  padding-right: 0;
  border-right: 0px;
}
.rea-footer--menu-area__menu .menu-item a {
  color: #ffffff;
  font-size: 12px;
  font-family: GothamBook;
  letter-spacing: -0.33px;
  text-decoration: none;
}
.rea-footer--menu-area__menu .menu-item a:hover {
  text-decoration: underline;
}

.rea-footer--information-area {
  width: 60%;
  min-height: 1.57813em;
  padding: 0.625em 0;
  display: flex;
  justify-content: flex-end;
}

.rea-footer--information-area__copyright.information-item p, .rea-footer--information-area__id.information-item p, .rea-footer--information-area__preparation.information-item span {
  white-space: nowrap;
}

.rea-footer--information-area .information-item {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 1.5625em;
  display: flex;
  align-items: center;
}
.rea-footer--information-area .information-item:first-of-type {
  padding-left: 0;
}
.rea-footer--information-area .information-item:last-of-type {
  padding-right: 0;
  border-right: 0px;
}
.rea-footer--information-area .information-item p {
  font-size: 12px;
  margin: 0;
  color: #ffffff;
  text-align: right;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 960px) {
  .rea-footer--menu-area, .rea-footer--information-area {
    min-height: 3.14063em;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .rea-footer--disclaimer {
    margin-bottom: 20px;
  }
  .rea-footer--wide-area {
    flex-direction: column;
  }
  .rea-footer--wide-area .rea-footer__logos {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.7925em;
  }
  .rea-footer--wide-area .rea-footer__logos--left {
    margin-bottom: 1.47em;
    margin-right: 0;
  }
  .rea-footer--menu-area {
    border-bottom: 0px;
    padding: 0;
  }
  .rea-footer--menu-area__menu {
    flex-direction: column;
    width: 100%;
  }
  .rea-footer--menu-area__menu-container {
    width: 100%;
  }
  .rea-footer--menu-area__menu .menu-item {
    padding: 0;
    min-height: 3.14063em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .rea-footer--information-area {
    flex-direction: column;
  }
  .rea-footer--information-area .information-item {
    padding: 0.3125em 0;
    border: 0px;
    text-align: center;
    justify-content: center;
  }
  .rea-footer--information-area .information-item p {
    color: #D8D8D8;
  }
}
/* Colors */
/* Layout - Px to Em fn */
/* Layout */
/* Transitions */
/* Gutenberg Blocks */
/* Responsive */
/* Grid */
.rea-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #00AFAA;
  z-index: 50;
  opacity: 0;
  transform: translateY(50px);
  animation: cookieFade 0.5s forwards 1s;
}
.rea-cookie-bar.is-hidden {
  pointer-events: none;
  animation: cookieFadeOut 0.5s forwards;
}
.rea-cookie-bar.is-blocked {
  display: none;
}

.rea-cookie-bar__container {
  min-height: 5em;
  height: 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 960px) {
  .rea-cookie-bar__container {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-cookie-bar__container {
    width: 100%;
    margin: 0 auto;
  }
}
.rea-cookie-bar__text {
  margin: 0;
  font-weight: 600;
}

@media only screen and (min-width: 960px) {
  .rea-cookie-bar__text {
    margin-left: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-cookie-bar__text {
    margin-left: 6.25%;
  }
}
.rea-cookie-bar__buttons-container {
  display: flex;
}

@media only screen and (min-width: 960px) {
  .rea-cookie-bar__buttons-container {
    margin-right: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-cookie-bar__buttons-container {
    margin-right: 6.25%;
  }
}
.rea-cookie-bar__button--go-settings {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .rea-cookie-bar__container {
    flex-direction: column;
    height: auto;
  }
  .rea-cookie-bar__text {
    margin: 1.875em;
  }
  .rea-cookie-bar__buttons-container {
    margin-right: 1.875em;
    margin-left: 1.875em;
    margin-bottom: 2.625em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .rea-cookie-bar__button {
    margin-bottom: 1.125em;
  }
}
/* Animations */
@keyframes cookieFade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes cookieFadeOut {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
.rea-external-link-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.8s ease;
  opacity: 0;
  pointer-events: none;
}
.rea-external-link-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}

.rea-external-link-overlay__popup {
  background: #ffffff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding-top: 0.9375em;
  padding-left: 1.0625em;
  padding-right: 1.0625em;
  padding-bottom: 0.92em;
  margin-left: 2.3125em;
  margin-right: 2.3125em;
  max-width: 34.375em;
  width: calc(100% - 2.125em);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rea-external-link-overlay__popup--nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.rea-external-link-overlay__popup--text {
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  padding: 1.70833em 0.79167em 2.05333em;
}

.rea-external-link-overlay__popup--buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rea-external-link-overlay__popup--buttons .button {
  margin: 0 1.28125em 1.625em;
}

@media only screen and (max-width: 767px) {
  .rea-external-link-overlay__popup {
    padding-top: 0.875em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    padding-bottom: 0.295em;
  }
  .rea-external-link-overlay__popup--text {
    font-size: 16px;
    letter-spacing: -0.33px;
    line-height: 1.25em;
    padding: 2.5em 0.75em 3.7675em;
  }
}
body.is-blurred .rea-site > * {
  filter: blur(15px);
}
body.is-blurred .rea-site > *.rea-external-link-overlay {
  filter: blur(0px);
}

a.is-external:not(.is-external-icon-hidden) {
  display: inline-flex;
  align-items: center;
}
a.is-external:not(.is-external-icon-hidden) svg.external-link-svg {
  width: 0.9375em;
  height: 0.9375em;
  margin-left: 2px;
  margin-right: 0;
}

.wp-block-table tbody {
  border-spacing: 0px;
  border-collapse: collapse;
  display: table;
  width: 100%;
  font-size: 14px;
}
.wp-block-table tr {
  border: 0px solid;
}
.wp-block-table tr td {
  border-right: 0px solid transparent;
  padding: 10px 15px;
  text-align: center;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.wp-block-table tr td:first-child {
  border-left: 0px solid;
  text-align: left;
}
.wp-block-table tr td:last-child {
  border-right: 0px solid;
}
.wp-block-table tr td:nth-child(even) {
  background: #E7F0F1;
}
.wp-block-table tr:first-child td {
  background: #87B6BB;
  border-bottom: 2px solid #116E79;
  color: #16717C;
  font-weight: 600;
  padding: 20px 15px;
}
.wp-block-table tr:first-child td:nth-child(even) {
  background: #7BAEB4;
}
.wp-block-table tr:not(:first-child) td:first-child {
  font-weight: 600;
  color: #16717C;
}
.wp-block-table tr:last-child td {
  border-bottom: 2px solid #116E79;
}
.wp-block-table.is-align-left tr td, .wp-block-table.alignleft tr td {
  text-align: left;
}

.rea-page-fullwidth .js-wp-block-table-wrapper {
  position: relative;
}

@media only screen and (min-width: 960px) {
  .rea-page-fullwidth .js-wp-block-table-wrapper {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-fullwidth .js-wp-block-table-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .rea-page-fullwidth .js-wp-block-table-wrapper .wp-block-table {
    margin-left: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-fullwidth .js-wp-block-table-wrapper .wp-block-table {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 960px) {
  .rea-page-fullwidth .js-wp-block-table-wrapper .wp-block-table {
    max-width: 72.06%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-fullwidth .js-wp-block-table-wrapper .wp-block-table {
    max-width: 89.575%;
  }
}
.rea-page-default {
  display: block;
}

@media only screen and (min-width: 960px) {
  .rea-page-default {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-default {
    width: 100%;
    margin: 0 auto;
  }
}
.rea-page-default__wrapper {
  margin-top: 5.625em;
  margin-bottom: 3.75em;
}

@media only screen and (min-width: 960px) {
  .rea-page-default__wrapper {
    margin-left: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-default__wrapper {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 960px) {
  .rea-page-default__wrapper {
    margin-right: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-default__wrapper {
    margin-right: 6.25%;
  }
}
.rea-page-fullwidth .entry-header {
  display: none;
}
.rea-page-fullwidth .entry-content {
  margin: 0;
}
.rea-page-fullwidth .post-thumbnail {
  display: none;
}
.rea-page-fullwidth .page {
  margin: 0;
}

.rea-page-login {
  display: block;
}

@media only screen and (min-width: 960px) {
  .rea-page-login {
    max-width: 1400px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-login {
    width: 100%;
    margin: 0 auto;
  }
}
.rea-page-login__wrapper {
  margin-top: 5.625em;
  margin-bottom: 3.75em;
}

@media only screen and (min-width: 960px) {
  .rea-page-login__wrapper {
    margin-left: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-login__wrapper {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width: 960px) {
  .rea-page-login__wrapper {
    margin-right: 7.27%;
  }
}
@media only screen and (max-width: 960px) {
  .rea-page-login__wrapper {
    margin-right: 6.25%;
  }
}
.rea-page-login .entry-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.rea-page-login__form {
  flex: 0.4;
  height: auto;
}
.rea-page-login__form iframe {
  width: 310px;
  max-width: inherit;
}

.rea-page-login__content {
  flex: 0.6;
}

@media only screen and (max-width: 960px) {
  .rea-page-login .entry-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rea-page-login__form {
    margin-bottom: 1.875em;
  }
}
.clearfix {
  clear: both;
}


.rea-cta-block.front .rea-cta-block__content {
  margin-bottom: 3.75em;
  text-align: center;
  background-color: transparent !important;
  border-radius: 10px;
  padding: 2.5em;
}

.inpage-nav-list li:only-child {
  margin-left: -2.25em;
}
.inpage-nav-list li:only-child::before {
  display: none;
}

.list-unordered p {
  width: 83%;
}

.rea-inpage-nav-block.front .rea-inpage-nav-block__content .section-nav--nav-items__item sup {
  display: none;
}

.cta-left {
  padding: 0 !important;
  text-align: left !important;
  width: initial;
}
.cta-left * {
  text-align: left !important;
  width: initial;
}

.no-btn [class*=button] {
  display: none !important;
}
.no-btn img {
  max-height: 30rem;
}

.rea-header-main__logo--desktop {
  display: flex;
  max-height: 100% !important;
  max-width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .rea-header-main__logo--desktop {
    width: 82px !important;
  }
}
@media screen and (min-width: 960px) {
  .rea-header-main__logo--desktop img {
    width: 82px !important;
    height: 82px !important;
    margin-top: auto !important;
    margin-right: 1em !important;
    margin-left: auto !important;
    margin-bottom: 1em !important;
  }
}

.rea-header-main__mega-item.item-depth1 > a, .rea-header-main__mega-item.item-depth1 > * {
  /*max-width: unset !important;
  white-space: nowrap;
  margin: 0 25px;
  padding: 0 !important;*/
}

@media screen and (max-width: 1560px) {
  .rea-header-main__mega-item.item-depth1 > a, .rea-header-main__mega-item.item-depth1 > p {
    white-space: normal;
    margin: 0;
    padding: 0 35px !important;
    max-width: 11.5625em !important;
  }
}
.js-mega-parent rea-header-main__mega-secondary-section h3 {
  word-break: break-all;
}

.wp-block-table.no-header td {
  text-align: left;
}
.wp-block-table.no-header tr:first-child td {
  background: unset;
  border-bottom: none;
  font-weight: 600;
  padding: 20px 15px;
}
.wp-block-table.no-header tr:first-child td:nth-child(even) {
  background: #E7F0F1;
  color: #58595B;
  font-weight: normal;
}

.rea-page-default__wrapper {
  counter-reset: a;
}

figcaption {
  text-align: center;
  font-weight: bold;
  counter-increment: a;
}
figcaption::before {
  content: "Table " counter(a) ": ";
}

.wp-block-table.add-border table {
  border-collapse: collapse;
}
.wp-block-table.add-border tr, .wp-block-table.add-border td {
  border: 1px solid #116E79;
}
.wp-block-table.fixed-width-2 tr td:first-child {
  width: 40%;
}

@media only screen and (min-width: 960px) {
  .rea-references-block.front .rea-references-block__references .references-list {
    width: 62.28% !important;
  }
}
a.is-external:not(.is-external-icon-hidden) {
  display: inline-block !important;
}

.rea-hero-banner-block.front .rea-hero-banner-block__content .hero-banner-title {
  font-size: 42px;
}
.rea-hero-banner-block.front .rea-hero-banner-block__content .hero-banner-text {
  font-size: 16px;
}

.hero-banner-image.js-rea-parallax {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-external {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
}

.no-btn.rea-hero-banner-block.front {
  min-height: unset;
}

.rea-hero-banner-block.front.has-margin {
  margin-bottom: 3.625em;
}

.references-list li::before {
  position: absolute;
}

@media screen and (max-width: 1215px) {
  .rea-header-main__websites {
    flex-direction: column;
  }
}
@media screen and (max-width: 1150px) {
  .rea-header-main__logo {
    min-width: 82px;
  }
}
@media screen and (max-width: 1050px) {
  .rea-header-main__logo {
    min-width: 64px;
  }
  .rea-header-main__wrapper {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  h1.hero-banner-title {
    font-size: 1.8em !important;
  }
  p.hero-banner-text {
    font-size: 1.6em !important;
  }
}
@media screen and (max-width: 400px) {
  h1.hero-banner-title {
    font-size: 1.6em !important;
  }
  p.hero-banner-text {
    font-size: 1.4em !important;
  }
}
@media screen and (max-width: 320px) {
  h1.hero-banner-title {
    font-size: 1.5em !important;
  }
  p.hero-banner-text {
    font-size: 1.3em !important;
  }
}
.simpleinput {
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.2);
  border: 0 none;
  max-height: 95%;
  border-radius: 20px;
  cursor: pointer;
  color: white;
  font-size: 90%;
  margin-right: 1em;
  outline: 0 !important;
  width: 180px;
}


@media screen and (max-width: 1520px) {
  body .rea-header-main__mega .item-depth1 .link-depth1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .rea-header-main__websites {
    white-space: wrap !important;
  }
}/*# sourceMappingURL=global.css.map */