@charset "UTF-8";
/*#region VARIABLES*/
:root {
    --color-white: #fff;
    --color-sky: #D8E8F5;
    --color-neutral: #D7D2CB;
    --color-primary-blue: #392D7A;
    --color-gray: #363532;
    --color-soft-gray: #626469;
    --color-light-gray: #8C8279;
    --color-magenta: #FF00C8;
    --color-yellow: #F4B840;
    --color-secondary-red: #B52555;
    --color-sky2: #F8F9FA;
}

/*#endregion*/
/*#region RESET CSS*/
:root {
    --black: #000000;
    --primary-font: Helvetica, Arial, sans-serif;
    --secondary-font: Verdana;
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation: none !important;
        animation: none !important;
        transition: none !important;
    }
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
}

*::before,
*::after {
    display: block;
}

img,
picture,
video,
iframe,
figure {
    max-width: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    background-color: transparent;
}

p a,
label a {
    display: inline;
}

li {
    list-style-type: none;
}

html {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    color: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

::-moz-selection {
    background-color: var(--black, black);
    color: var(--white, white);
    text-shadow: none;
}

::selection {
    background-color: var(--black, black);
    color: var(--white, white);
    text-shadow: none;
}

form,
input,
textarea,
select,
button,
label {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background-color: transparent;
    color: inherit;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

svg {
    width: 100%;
    display: block;
    fill: currentColor;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    overflow: visible;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

[hidden] {
    display: none !important;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

main {
    display: block;
    overflow-x: hidden;
    flex: 1;
}

.sitemap main {
    display: block;
    overflow-x: hidden;
    flex: 1;
    max-height: fit-content;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.8em;
}

img {
    border-style: none;
}

body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    font-size: 100%;
    font-family: var(--primary-font);
    color: var(--black);
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vhv;
}

button,
input {
    overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -moz-appearance: button;
    appearance: button;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/*#endregion*/
/*#region LAYOUT*/
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: calc(100% - 48px);
}

@media screen and (min-width: 768px) {
    .wrapper {
        max-width: calc(100% - 4rem);
    }
}

@media screen and (min-width: 1024px) {
    .wrapper {
        max-width: calc(100% - 150px);
    }
}

@media screen and (min-width: 1366px) {
    .wrapper {
        max-width: calc(100% - 200px);
    }
}
/*#endregion*/
/*#region FONTS*/
@font-face {
    font-family: Roboto;
    src: url("/-/media/MoreThanRare/fonts/roboto/Roboto-Regula.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url("/-/media/MoreThanRare/fonts/roboto/Roboto-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url("/-/media/MoreThanRare/fonts/roboto/Roboto-Bold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url("/-/media/MoreThanRare/fonts/montserrat/Montserrat-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url("/-/media/MoreThanRare/fonts/montserrat/Montserrat-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url("/-/media/MoreThanRare/fonts/montserrat/Montserrat-Bold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Codec Pro";
    src: url("/-/media/MoreThanRare/fonts/codec-pro/CodecPro-Light.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "Codec Pro";
    src: url("/-/media/MoreThanRare/fonts/codec-pro/CodecPro-News.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Codec Pro";
    src: url("/-/media/MoreThanRare/fonts/codec-pro/CodecPro-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Codec Pro";
    src: url("/-/media/MoreThanRare/fonts/codec-pro/CodecPro-Bold.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Codec Pro";
    src: url("/-/media/MoreThanRare/fonts/codec-pro/CodecPro-ExtraBold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Codec Pro";
    src: url("/-/media/MoreThanRare/fonts/codec-pro/CodecPro-Heavy.otf");
    font-weight: 900;
}
/*#endregion*/
/*#region UTILS*/
.font-monserrat {
    font-family: Montserrat, sans-serif;
}

.font-roboto {
    font-family: Roboto, sans-serif;
}

.font-codec-pro {
    font-family: "Codec Pro", sans-serif;
}

.hidden {
    display: none;
}

@media screen and (min-width: 1366px) {
    .xl\:block {
        display: block;
    }
}
/*#endregion*/
/*#region BASE*/
h1 {
    font-family: "Codec Pro", sans-serif;
    font-size: 39.06px;
    font-weight: 500;
    line-height: 48px;
}

h2 {
    font-family: "Codec Pro", sans-serif;
    font-size: 31.25px;
}

p {
    font-family: "Codec Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-gray);
}

a {
    color: var(--color-yellow);
    font-weight: 500;
    font-family: "Codec Pro", sans-serif;
}

button {
    font-family: "Codec Pro", sans-serif;
}

a.promo-card__link, a.promo-card__image-link, a.button {
    transition: transform 100ms ease;
}

a.promo-card__link:hover, a.promo-card__image-link:hover, a.button:hover {
    transform: scale(1.01);
}

/*#endregion*/
/*#region COMPONENTS*/
/*#region HEADER*/
@keyframes show-navigation {
    0% {
        height: 0;
    }

    100% {
        height: calc(100dvh - 78px);
    }
}

@keyframes hide-navigation {
    0% {
        height: calc(100dvh - 78px);
    }

    100% {
        height: 0;
    }
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.header {
    position: relative;
    height: 78px;
    background-color: var(--color-primary-blue);
    z-index: 10;
}

@media screen and (min-width: 1024px) {
    .header {
        height: 122px;
    }
}

.header .wrapper {
    padding: 12px 0;
    display: flex;
    position: unset;
}

@media screen and (min-width: 1024px) {
    .header .wrapper {
        height: 100%;
    }
}

.header .header__logo {
    flex: 1 1 auto;
}

.header__logo-link {
    width: max-content;
}

@media screen and (min-width: 1024px) {
    .header .header__logo {
        flex: 1 0 auto;
        margin-right: 24px;
    }
}

.header .header__logo-image {
    width: 54px;
    height: 54px;
}

@media screen and (min-width: 1024px) {
    .header .header__logo-image {
        width: 89.5px;
        height: 90px;
    }
}

.header .header__nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    animation: hide-navigation 0.35s;
}

@media screen and (min-width: 1024px) {
    .header .header__nav {
        position: unset;
        height: 100%;
        background-color: transparent;
        animation: unset;
        overflow: unset;
        justify-content: center;
    }
}

.header .header__nav.active {
    height: calc(100dvh - 78px);
    animation: show-navigation 0.35s;
}

.header .header__close-mobile-button img {
    width: 18px;
}

.header .header__nav-item {
    height: 52px;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.header .header__nav-item:has(a.active) {
    background-color: var(--color-primary-blue);
}

@media screen and (min-width: 1024px) {
    .header .header__nav-item:has(a.active) {
        background-color: transparent;
        border-bottom: 4px solid var(--color-yellow);
    }
}

.header .header__nav-item a {
    color: var(--color-gray);
    font-size: 20px;
    font-weight: 500;
    display: block;
    flex: 1;
}

@media screen and (min-width: 1024px) {
    .header .header__nav-item a {
        font-size: 16px;
        color: var(--color-white);
    }

    .header .header__nav-item a:hover {
        color: var(--color-yellow);
    }
}

.header .header__nav-item a.active {
    color: var(--color-yellow);
}

@media screen and (min-width: 1024px) {
    .header .header__nav-item a.active {
        color: var(--color-yellow);
        font-weight: 700;
    }
}

.header .header__nav-list--main {
    border-bottom: 1px solid var(--color-neutral);
    padding-top: 12px;
}

@media screen and (min-width: 1024px) {
    .header .header__nav-list--main {
        border: unset;
        padding-top: 0;
        display: flex;
    }
}

.header .header__nav-list--secondary {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header .header__nav-list--secondary {
        display: none;
    }
}

.header .header__nav-list--secondary .header__nav-item {
    height: 44px;
}

.header .header__nav-list--secondary .header__nav-item a {
    font-size: 16px;
}

.header .header__close-mobile-button {
    height: 28.5rem;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: var(--color-sky2);
}

@media screen and (min-width: 1024px) {
    .header .header__close-mobile-button {
        display: none;
    }
}

.header .header__close-mobile-button button {
    display: flex;
}

.header .header__close-mobile-button button img {
    margin-left: 8px;
}

.header .header__actions {
    display: flex;
}

@media screen and (min-width: 1024px) {
    .header .header__actions {
        display: none;
    }
}

.header .header__actions .header__search {
    margin-right: 24px;
}

.header .header__actions .header__search img {
    width: 23px;
}

.header .hamburger:hover {
    cursor: pointer;
}

.header .hamburger .line {
    width: 18.3px;
    height: 1.67px;
    background-color: var(--color-white);
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .hamburger .line:not(:last-of-type) {
    margin-bottom: 5px;
}

.header .hamburger.active .line {
    margin: 0;
}

.header .hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.header .hamburger.active .line:nth-child(1) {
    -webkit-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    -o-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
}

.header .hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    -o-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
}

/*#endregion*/
/*#region FOOTER*/
.footer {
    position: relative;
    overflow: hidden;
}

.footer .wrapper {
    padding: 32px 0;
}

@media screen and (min-width: 1024px) {
    .footer .wrapper {
        display: grid;
        grid-template-columns: 200px 1fr;
        padding-bottom: 48px;
        padding-top: 80px;
    }
}

@media screen and (min-width: 1366px) {
    .footer .wrapper {
        padding-top: 128px;
        grid-template-columns: 447px 1fr;
    }
}

.footer .footer__alexion-logo {
    max-width: 145px;
    margin: 32px auto;
}

@media screen and (min-width: 1024px) {
    .footer .footer__alexion-logo {
        margin: 0;
    }
}

.footer .footer__background {
    position: absolute;
    left: 0;
}

.footer .footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
    .footer .footer__links {
        justify-content: flex-end;
    }
}

.footer .footer__link {
    display: inline-block;
}

.footer .footer__link:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 6px;
    display: flex;
    position: relative;
}

.footer .footer__link:not(:last-of-type)::after {
    content: "·";
    color: var(--color-yellow);
    position: absolute;
    right: 0;
}

.footer .footer__link a {
    font-size: 14px;
    font-weight: 500;
}

.footer .footer__copy {
    color: var(--color-white);
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

@media screen and (min-width: 1024px) {
    .footer .footer__copy {
        text-align: end;
    }
}
/*#endregion*/
/*#endregion*/
/* #Region Hero */
.hero__background {
    background-image: url("/-/media/MoreThanRare/images/Global/hero-banner-mobile");
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hero__wrapper {
    padding-top: 24px;
    padding-bottom: 48px;
}

.hero__title {
    color: #fff;
    font-size: 39.06px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    max-width: 792px;
}

.hero__subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: "Codec Pro", sans-serif;
}

@media screen and (min-width: 1024px) {
    .hero__wrapper {
        padding-top: 64px;
    }

    .hero__background {
        background-image: url("/-/media/MoreThanRare/images/Global/hero-banner-desktop");
        background-position: top right;
        background-size: cover;
    }

    .hero__title {
        line-height: 56px;
        font-size: 61.04px;
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 3850px) {
    .hero__background {
        max-width: 2500px;
        margin-inline: auto;
    }

    .hero {
        background-color: #3b2c7f;
    }
}
/* #Endregion Hero */
/* #Region Infoblock Section */
.infoblock__section {
    font-family: "Codec Pro", sans-serif;
}

.infoblock__title {
    color: #392D7A;
    font-size: 31.25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 12px;
}

.infoblock__description {
    color: #363532;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.infoblock__cta {
    color: #3B2C7F;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
}

.infoblock__wrapper.wrapper {
    padding-block: 24px;
    margin-inline: auto;
}

@media screen and (min-width: 1024px) {
    .infoblock__wrapper.wrapper {
        padding-block: 64px;
    }

    .infoblock__title {
        font-size: 39.06px;
        font-weight: 500;
        line-height: 48px;
    }

    .infoblock__description {
        font-size: 20px;
        line-height: 28px;
    }

    .infoblock__cta {
        font-size: 25px;
        line-height: 32px;
    }

    .infoblock__wrapper.wrapper {
        max-width: 996px;
    }
}
/* #Endregion Infoblock Section */
/* #Region promo-card section */
.promo-card__section {
    padding-block: 24px;
    font-family: "Codec Pro", sans-serif;
}

.promo-card__wrapper.wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.promo-card__title {
    color: #392D7A;
    font-size: 31.25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 12px;
}

.promo-card__subtitle {
    color: #363532;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.promo-card__link {
    padding: 14px;
    background-color: #392D7A;
    color: white;
    max-width: fit-content;
    font-weight: 500;
    line-height: 24px;
    border-radius: 3px;
    display: flex;
}

.promo-card__link-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

@media screen and (min-width: 1024px) {
    .promo-card__wrapper.wrapper {
        margin-inline: auto;
        flex-direction: row;
        gap: 24px;
        max-width: 996px;
    }

    .promo-card__wrapper.wrapper.row-reverse {
        flex-direction: row-reverse;
    }

    .side__info {
        max-width: 588px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .promo-card__title,
    .promo-card__subtitle,
    .promo-card__box {
        max-width: 384px;
        margin-inline: auto;
        width: 100%;
    }

    .promo-card__title {
        width: 384px;
        font-size: 39.06px;
        line-height: 48px;
    }

    .promo-card__subtitle {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .promo-card__section {
        padding-block: 64px;
    }
}

@media screen and (min-width: 1250px) {
    .promo-card__wrapper.wrapper {
        max-width: 1200px;
    }
}
/* #Endregion promo-card section */
/* #Region wistia-player home - Remove this code when podcast is available */
wistia-player[media-id=k3sbt4eug9] {
    display: none;
}

wistia-player[media-id=k3sbt4eug9] ~ .d-none.temporal-image {
    display: block;
}

/* #EndRegion wistia-player home Remove this code when podcast is available */
/* Region Callout Info Section */
.callout-info__section {
    margin-top: 64px;
}

.callout-info__background {
    background-image: url("/-/media/MoreThanRare/images/Home/yellow-background-mobile");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
    .pem-cta .side__info:nth-of-type(2) {
        padding-block: 64px;
    }

    .callout-info__background {
        background-image: url("/-/media/MoreThanRare/images/Home/yellow-background");
        margin-block: 64px;
    }
}
/* EndRegion Callout Info Section */
/* Region Final CTA */
.final-cta__wrapper {
    padding-block: 24px;
    font-family: "Codec Pro", sans-serif;
}

.final-cta__title {
    color: #392D7A;
    font-size: 31.25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
    .final-cta__title {
        font-size: 48.83px;
        line-height: 56px;
        max-width: 790px;
    }
}

@media screen and (min-width: 1366px) {  

    .final-cta__wrapper {
        padding-left: 125px;
        padding-block: 64px;
        margin-bottom: 64px;
    }

    .final-cta__wrapper.cta-404,
    .final-cta__wrapper.site-map__wrapper {
        margin-bottom: 0;
    }
}
/* EndRegion Final CTA */
/* #Region 404 page */
.cta-404.final-cta__wrapper {
    padding-block: 40px;
}

.hero__wrapper.hero__secondary {
    padding-top: 40px;
}

@media screen and (min-width: 1024px) {
    .cta-404.final-cta__wrapper {
        padding-block: 64px;
    }

    .cta-404.final-cta__wrapper .final-cta__title {
        font-size: 39.06px;
    }

    .hero__wrapper.hero__secondary {
        padding-block: 64px;
    }

    .hero__background--secondary {
        background-image: url("/-/media/MoreThanRare/images/Global/hero-secondary-desktop");
    }
}
/* #Endregion 404 page */
/* #Region site-map */
.sitemap-link {
    margin-bottom: 12px;
    color: #2E7AB8;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
}

.accessibility-paragraph {
    color: #363532;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 790px;
}

/* #Endregion site-map */
/* #region pem-finder styles */
.d-none {
    display: none;
}

.pem-finder {
    padding: 32px 0;
}

.pem-finder__wrapper.wrapper {
    padding-bottom: 32px;
    margin-inline: auto;
}

.pem-finder .pem-finder__content .pem-finder__content--title {
    color: var(--color-primary-blue);
    font-family: "Codec Pro", sans-serif;
    font-size: 1.953rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 32px;
}

.pem-finder .pem-finder__content .pem-finder__form .form__group:first-child {
    margin-top: 4rem;
}

.pem-finder .pem-finder__content .pem-finder__form .form__group:last-of-type {
    margin-top: 6rem;
}

.pem-finder .pem-finder__content .pem-finder__form .form__group .pem-finder__dropdown-title,
.pem-finder .pem-finder__content .pem-finder__form .form__group .pem-finder__form-label {
    color: var(--color-primary-blue);
    font-family: "Codec Pro", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

.pem-finder .pem-finder__content .pem-finder__form .form__group .pem-finder__form-label {
    margin-top: 1rem;
    color: var(--color-primary-blue);
}

.pem-finder .pem-finder__form .nice-select::after {
    top: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin-block: auto;
    border-bottom: 3px solid #363532;
    border-right: 3px solid #363532;
}

.form__control-error {
    color: #CB2F22;
    font-family: "Codec Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    margin-top: 70px;
    max-width: 360px;
}

.form__required--text,
.form__error--text {
    color: #CB2F22;
    font-family: "Codec Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    margin-top: 16px;
}

.pem-finder .pem-finder__content .form__group .button.pem__submit-btn {
    display: flex;
    justify-content: center;
    width: 89px;
    height: 55px;
    padding: 14px;
    gap: 8px;
    border-radius: 3px;
    background-color: #ACACAC;
}

.pem-finder .pem-finder__content .form__group .button.pem__submit-btn .button__label {
    color: var(--color-white);
    font-family: "Codec Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    cursor: pointer;
}

.pem-finder .pem-finder__content .form__group .form__group-submit-area {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 16px;
}

.pem-finder .pem-finder__content .form__group .form__group-submit-area .form__control-input {
    width: 265px;
    height: auto;
    border: 2px solid #626469;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

.pem-details__section .pem-details__content {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    gap: 32px;
    text-align: center;
    align-items: center;
}

.pem-details__section .pem-details__content .pem-details__image-container img {
    width: 140px;
    height: auto;
    border-radius: 3px;
}

.pem-details__section .pem-details__content .pem-details__name {
    color: var(--color-primary-blue);
    font-family: "Codec Pro", sans-serif;
    font-size: 2.441rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 32px;
}

.pem-details__section .pem-details__content .pem-details__bio b {
    color: var(--color-primary-blue);
    font-family: "Codec Pro", sans-serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    font-size: 24px;
}

.pem-details__section .pem-details__content .pem-details__bio p {
    color: #5A5756;
    font-family: "Codec Pro", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 16px 0 20px;
}

.pem-details__section .pem-details__content .button {
    border: 2px solid var(--color-primary-blue);
    border-radius: 3px;
    height: 52px;
    margin: auto;
    padding: 13px;
    width: 71px;
}

.pem-details__section .pem-details__content .button .button__label {
    color: var(--color-primary-blue);
    font-family: "Codec Pro", sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 16px;
}


.pem-finder__form .is-invalid.nice-select:active,
.pem-finder__form .is-invalid.nice-select.open,
.pem-finder__form .is-invalid.nice-select:focus,
.pem-finder__form .is-invalid.nice-select {
    border-color: #CB2F22;
}

.pem-finder .pem-finder__content .form__group .form__group-submit-area .form__control-input.is-invalid {
    
    outline: none;
}



@media screen and (min-width: 768px) {
    .pem-finder {
        padding: 32px 0 50px;
    }

    .form__control-error {
        color: #CB2F22;
        font-family: "Codec Pro", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        margin-top: 64px;
        max-width: 435px;
    }

    .pem-finder__content .nice-select .option {
        padding-right: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .hero__background.hero__pem-finder {
        background-image: url("/-/media/MoreThanRare/images/Global/pem-finder-banner-desktop");
        background-position: top right;
        background-size: cover;
    }

    .pem-finder .pem-finder__content .pem-finder__content--title {
        font-size: 2.441rem;
        line-height: 48px;
    }

    .pem-finder .pem-finder__content .pem-finder__form .form__group .pem-finder__dropdown-title,
    .pem-finder .pem-finder__content .pem-finder__form .form__group .pem-finder__form-label {
        font-size: 25px;
        line-height: 32px;
    }

    .pem-details__section .pem-details__content {
        flex-direction: row;
        margin-top: 64px;
        gap: 60px;
        text-align: justify;
        align-items: center;
    }

    .pem-details__section .pem-details__content .pem-details__wrapper {
        max-width: 700px;
    }

    .pem-details__section .pem-details__content .button {
        margin: 0;
    }

    .pem-details__section .pem-details__content .pem-details__name {
        margin-bottom: 16px;
    }

    .pem-details__section .pem-details__content .pem-details__bio p {
        margin: 8px 0 16px;
    }
}

@media screen and (min-width: 1100px) {
    .pem-details__section .pem-details__content .pem-details__wrapper {
        max-width: 765px;
    }
}

@media screen and (min-width: 1200px) {
    .pem-finder__wrapper.wrapper {
        max-width: 1040px;
    }

    .pem-finder .pem-finder__content .pem-finder__content--title {
        max-width: 996px;
    }

    .pem-details__section .pem-details__content .pem-details__wrapper {
        max-width: 792px;
    }
}
/* #endregion pem-finder styles */
/* #region Stay Connected */
section .wrapper,
.stay-connected__heading + form {
    margin: 0 auto;
    width: calc(100% - 48px);
}

.stay-connected__heading {
    margin-bottom: 32px;
    width: 100%;
}

.stay-connected__heading h2 {
    color: #392d7a;
    font-weight: 500;
    margin: 24px 0 48px;
}

.stay-connected__heading h5 {
    color: #363532;
    font-family: "Codec Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.stay-connected__heading + form {
    margin-bottom: 48px;
}

.stay-connected-page input[type="number"]::-webkit-inner-spin-button,
.stay-connected-page input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.stay-connected-page .form__row input[type="number"] {
    -moz-appearance: textfield;
}

.stay-connected-page .nice-select-dropdown {
    width: 100%;
}

.form__actions a {
    background-color: #392d7a;
    background-image: url("/-/media/MoreThanRare/images/stay-connected/mtr-arrow-right.png");
    background-position-x: 70px;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 14px 40px 14px 14px;
}

.hero.hero--stay-connected .hero__wrapper {
    padding-top: 40px;
}

@media screen and (min-width: 1024px) {
    .hero.hero--stay-connected .hero__background {
        background-image: url("/-/media/MoreThanRare/images/stay-connected/hero.png");
    }

    .hero.hero--stay-connected-thanks .hero__background {
        background-image: url("/-/media/MoreThanRare/images/stay-connected/thank-you/hero.png");
    }

    .hero.hero--stay-connected .hero__wrapper {
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .form__row.form__actions {
        margin-bottom: 48px;
    }

    .stay-connected__heading .wrapper,
    .stay-connected__heading + form {
        margin: 0 auto;
        max-width: 996px;
    }

    .stay-connected__heading {
        margin-bottom: 48px;
    }

    .stay-connected__heading h2 {
        font-size: 39px;
        line-height: 1.23;
        margin: 48px 0;
        max-width: 825px;
    }
}
/* #endregion */



/* Region Customizing scrollbar global: */

.nice-select .list::-webkit-scrollbar {
    width: 5px !important;
}

.nice-select .list::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: #ebebeb !important;
}

.nice-select-dropdown .list::-webkit-scrollbar-track {
    background: #d6d6d6;
}

.nice-select-dropdown .list::-webkit-scrollbar-thumb {
    background-color: #6b6b6b !important;
    border-radius: 10px;
    padding: 10px;
}

.nice-select-dropdown .list {
    scrollbar-width: thin;
    scrollbar-color: #6b6b6b #d6d6d6;
}





/* EndRegion Customizing scrollbar global: */


/*# sourceMappingURL=styles.css.map */



