/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}
/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
  * Address styling not present in IE 8/9.
  */
[hidden] {
  display: none;
}
/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: "Greycliff CF", 'serif';
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
  * Remove default margin.
  */
body {
  margin: 0;
}
/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}
/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold;
}
/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic;
}
/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000;
}
/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: "Greycliff CF", 'serif';
  font-size: 1em;
}
/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap;
}
/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0;
}
/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}
/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}
/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.root {
  overflow: hidden;
}
@font-face {
  font-family: 'Greycliff CF';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/GreycliffCF-Regular.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/GreycliffCF-Regular.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/GreycliffCF-Regular.eot) format('eot');
}
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/GreycliffCF-Bold.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/GreycliffCF-Bold.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/GreycliffCF-Bold.eot) format('eot');
}
@font-face {
  font-family: 'sparose';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/sparose.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/sparose.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/sparose.eot) format('eot');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Regular.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Regular.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Regular.eot) format('eot');
}
@font-face {
  font-family: 'Libre Baskerville Bold';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Bold.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Bold.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Bold.eot) format('eot');
}
@font-face {
  font-family: 'Libre Baskerville Italic';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Italic.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Italic.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mg-united-eu/resources/fonts/LibreBaskerville-Italic.eot) format('eot');
}
body {
  font-family: "Greycliff CF", 'serif';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #393e41;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}
.layout-container--fullBleed {
  width: 100%;
  max-width: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.layout-container--fullBleed .container {
  padding: 0;
}
.layout-container--fullBleed .row {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .layout-container--fullBleed .row {
    padding: 0px;
  }
}
.layout-container--fullWidth {
  width: 100%;
  max-width: 1150px !important;
  padding: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .layout-container--fullWidth {
    padding: 0 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Libre Baskerville Bold";
  line-height: normal;
}
h1 {
  font-size: 30px;
  letter-spacing: 1.8px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    letter-spacing: 2.88px;
  }
}
h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 12px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 8px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 12px;
  }
}
sup {
  font-size: 10px;
  font-weight: 400;
  font-family: "Greycliff CF", 'serif';
}
@media (min-width: 992px) {
  sup {
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  color: #000000;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.subtitle {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 16px;
  }
}
.subtitle.icon-small-stars.text {
  position: relative;
}
.subtitle.icon-small-stars.text img {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media (max-width: 991.9px) {
  .subtitle.icon-small-stars.text img {
    display: none;
    visibility: hidden;
  }
}
.text b {
  font-family: "Greycliff CF Bold", 'serif';
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-family: inherit !important;
}
.list-style-type__disc ul,
.list-style-type__disc ol {
  padding-left: 15px;
  list-style-type: disc;
  text-align: left;
}
.list-style-type__disc ul li,
.list-style-type__disc ol li {
  padding-bottom: 15px;
}
.list-style-type__disc--red li::marker {
  color: #d0451b;
}
.list-style-type__disc--green li::marker {
  color: #064938;
}
.list-style-type__disc.list-center ul,
.list-style-type__disc.list-center ol {
  text-align: center;
}
@media (max-width: 991.9px) {
  .list-style-type__sm-none ul,
  .list-style-type__sm-none ol {
    list-style-type: none;
    text-align: center;
  }
}
.title-with__big-star img {
  margin-top: -40px;
}
@media (max-width: 991.9px) {
  .title-with__big-star img {
    display: none;
  }
}
.col-reverse .row {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .col-reverse .row {
    flex-direction: row;
  }
}
.cmp-teaser__title p {
  margin-bottom: 0;
}
.custom-font-size {
  font-size: 18px;
  line-height: 144%;
}
@media (min-width: 768px) {
  .custom-font-size {
    font-size: 24px;
    line-height: 125%;
  }
}
.table-style {
  display: flex;
  border: 1px solid rgba(151, 151, 151, 0.3);
  flex-direction: column;
}
@media (min-width: 992px) {
  .table-style {
    flex-direction: row;
  }
}
.table-style .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding: 0;
}
.table-style .row:last-child {
  border-right: none;
}
@media (min-width: 992px) {
  .table-style .row {
    flex-direction: column;
    width: 20%;
    flex: 1 0 20%;
    border-right: 1px solid rgba(151, 151, 151, 0.3);
    border-bottom: none;
  }
}
.table-style .row .header {
  padding: 1rem;
  background-color: #064938;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.table-style .row .value {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 161px;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.spacing-bottom--marginxlarge {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .spacing-bottom--marginxlarge {
    margin-bottom: 100px;
  }
}
.spacing-bottom--marginlarge {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .spacing-bottom--marginlarge {
    margin-bottom: 50px;
  }
}
.spacing-bottom--margin50 {
  margin-bottom: 50px;
}
.spacing-bottom--margin30 {
  margin-bottom: 30px;
}
.spacing-top--marginxlarge {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .spacing-top--marginxlarge {
    margin-top: 100px;
  }
}
.spacing-top--marginlarge {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .spacing-top--marginlarge {
    margin-top: 50px;
  }
}
.spacing-top--margin50 {
  margin-top: 50px;
}
.spacing-top--margin30 {
  margin-top: 30px;
}
.spacing-top--paddingxlarge {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .spacing-top--paddingxlarge {
    padding-top: 100px;
  }
}
.spacing-top--paddinglarge {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .spacing-top--paddinglarge {
    padding-top: 50px;
  }
}
.spacing-top--padding50 {
  padding-top: 50px;
}
.spacing-top--padding30 {
  padding-top: 30px;
}
.list-spacing--30 ul li {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .list-spacing--30 ul li {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .spacing__left--padding50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing__left--padding25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 992px) {
  .spacing__right--padding50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing__right--padding25 {
    padding-right: 25px !important;
  }
}
.padding__right--responsive20 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 992px) {
  .padding__right--responsive20 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .cta-button.with-icon {
    margin-top: 30px;
  }
}
.cta-button.with-icon .cmp-button__text::after {
  content: "";
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
  top: 4px;
  margin-left: 12px;
}
.cta-button.with-icon:hover .cmp-button__text::after {
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn-red.svg);
}
.cta-button .cmp-button {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  background-color: #d0451b;
  border: 4px solid #d0451b;
}
.cta-button .cmp-button:hover {
  color: #d0451b;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .cta-button .cmp-button {
    font-size: 14px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .cta-button .cmp-button {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cta-button--red .cmp-button {
  background-color: #d0451b;
  border: 4px solid #d0451b;
}
.cta-button--red .cmp-button:hover {
  color: #d0451b;
  background-color: #ffffff;
}
.cta-button--orange .cmp-button {
  background-color: #eca400;
  border: 4px solid #eca400;
}
.cta-button--orange .cmp-button:hover {
  color: #eca400;
  background-color: #ffffff;
}
.cta-button--green .cmp-button {
  background-color: #91c353;
  border: 4px solid #91c353;
}
.cta-button--green .cmp-button:hover {
  color: #91c353;
  background-color: #ffffff;
}
.cta-button--green.with-icon:hover .cmp-button__text::after {
  background-image: url('../../../content/dam/mg-united-eu/icons/arrow-btn-light-green.svg');
}
.cta-button--dark-green .cmp-button {
  background-color: #064938;
  border: 4px solid #064938;
}
.cta-button--dark-green .cmp-button:hover {
  color: #064938;
  background-color: #ffffff;
}
.cta-button--dark-green .cmp-button:hover .cmp-button__text::after {
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn-dark-green.svg);
}
.cta-button--dark-green.with-icon:hover .cmp-button__text::after {
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn-dark-green.svg);
}
.cta-button--white .cmp-button {
  background-color: #ffffff;
  border: 4px solid #ffffff;
  color: #d0451b;
}
.cta-button--white:hover .cmp-button {
  color: #ffffff;
  background-color: #d0451b;
}
.cta-button--white.with-icon .cmp-button__text::after {
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn-red.svg);
}
.cta-button--white.with-icon:hover .cmp-button__text::after {
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn.svg);
}
.header-signup-cta {
  padding: 5px 10px;
  background: #ffffff;
  color: #064938 !important;
  border-radius: 20px;
  font-family: "Greycliff CF Bold", 'serif';
  font-weight: 700;
  border: 2px solid #ffffff;
  text-decoration: none !important;
}
.header-signup-cta:hover {
  color: #ffffff !important;
  background-color: #064938;
}
.header-signup-cta1 {
  padding: 5px 10px;
  background-color: #064938;
  color: #ffffff !important;
  border-radius: 20px;
  font-weight: 700;
  border: 2px solid #ffffff;
  text-decoration: none !important;
}
.header-signup-cta1:hover {
  color: #064938 !important;
  background-color: #ffffff;
}
@media (max-width: 991.9px) {
  .mgu-resources__card .cta-button--green {
    margin-top: 0;
  }
}
.mgu-resources__card .cta-button--green .cmp-button {
  display: inline-block;
}
.mg-united-eu-footer {
  max-width: 100%;
  padding: 0;
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 50px;
  float: none !important;
}
@media (max-width: 1199.9px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section .bootstrap-grid > .container {
  padding-left: 0;
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section .bootstrap-grid > .container .row {
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1150px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section .bootstrap-grid > .container .row {
    gap: 2%;
  }
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section .bootstrap-grid > .container .row .footer-menu {
    flex: 1 0 18%;
  }
}
@media (max-width: 767px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section .bootstrap-grid > .container .row > div:last-child {
    margin-bottom: 0;
  }
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container + .footer-links-section + .footer-links-section .bootstrap-grid > .container {
  border-bottom: none;
  padding-bottom: 0;
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright {
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 100%;
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text {
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text p {
  font-family: "Greycliff CF", 'serif';
  line-height: normal;
  margin-bottom: 0;
  max-width: 798px;
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text p:first-child {
  color: #064938;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text p:first-child {
    font-size: 14px;
  }
}
.mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text p:last-child {
  color: #393e41;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 768px) {
  .mg-united-eu-footer > .cmp-container > .bootstrap-container.container.footer-copyright .text p:last-child {
    font-size: 12px;
    line-height: 20px;
  }
}
.mg-united-eu-footer a {
  text-decoration: none;
}
.mg-united-eu-footer ul li {
  padding-left: 0;
}
.mg-united-eu-footer ul li::before {
  left: 0;
  content: "";
}
.mg-united-eu-footer .teaser-new-rte div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mg-united-eu-footer .teaser-new-rte div .cmp-teaser__image img {
  max-width: 150px;
}
.mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container a {
  color: #d0451b;
  font-family: "Greycliff CF", 'serif';
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container a {
    font-size: 14px;
  }
}
.mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container a:hover {
  color: #393e41;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .mg-united-eu-footer .teaser-new-rte div .cmp-teaser__content .cmp-teaser__action-container {
    flex-direction: column;
  }
}
@media (max-width: 991.9px) {
  .mg-united-eu-footer .teaser-new-rte .cmp-teaser {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .mg-united-eu-footer .footer-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
.mg-united-eu-footer .footer-menu .text.footer-menu-title a {
  color: #064938;
  font-family: "Greycliff CF Bold", 'serif';
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-united-eu-footer .footer-menu .text.footer-menu-title a {
    font-size: 20px;
  }
}
.mg-united-eu-footer .footer-menu .text p {
  color: #393e41;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.mg-united-eu-footer .footer-menu .text p a {
  color: #393e41;
  font-family: "Greycliff CF", 'serif';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-united-eu-footer .footer-menu .text p a {
    font-size: 16px;
  }
}
.mg-united-eu-footer .footer-menu .list ul {
  margin: 0;
}
.mg-united-eu-footer .footer-menu .list ul li {
  color: #393e41;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.mg-united-eu-footer .footer-menu .list ul li a {
  color: #393e41;
  font-family: "Greycliff CF", 'serif';
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) {
  .mg-united-eu-footer .footer-menu .list ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991.9px) {
  .mg-united-eu-footer .footer-menu {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .mg-united-eu-footer .container {
    max-width: 100%;
  }
}
.mg-united-eu-footer .footer-logo-section .bootstrap-container > .cmp-container {
  height: 100%;
}
.mg-united-eu-footer .footer-logo-section .bootstrap-container .text p {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 991.9px) {
  .mg-united-eu-footer .footer-logo-section .bootstrap-container .text p {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.mg-united-eu-footer .footer-logo-section .bootstrap-container .teaser-new-rte {
  height: 100%;
}
@media (min-width: 992px) {
  .mg-united-eu-footer .footer-logo-section .bootstrap-container .teaser-new-rte {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.mg-united-eu-header {
  margin-top: 50px;
  margin-bottom: 80px;
  max-width: 1170px !important;
  float: none !important;
}
.mg-united-eu-header .container,
.mg-united-eu-header .row,
.mg-united-eu-header .col-12 {
  padding: 0px;
}
.mg-united-eu-header .container:nth-of-type(1) {
  max-width: none;
}
@media (max-width: 991.9px) {
  .mg-united-eu-header {
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    position: fixed;
    z-index: 9999;
    background: #ffffff;
  }
}
.mg-united-eu-header header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .mg-united-eu-header header {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .mg-united-eu-header header {
    padding: 0 10px;
  }
}
.mg-united-eu-header header .cmp-header-logo-section__logo-img a > :nth-child(1) {
  display: none;
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-logo-section__logo-img a > :nth-child(1) {
    display: block;
  }
  .mg-united-eu-header header .cmp-header-logo-section__logo-img a > :nth-child(2) {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-logo-section {
    width: calc(98%);
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .mg-united-eu-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button .sr-only {
    width: 50px;
    height: 50px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    max-width: 50px;
  }
  .mg-united-eu-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button__expand .sr-only {
    display: block;
    background: url("../../../content/dam/mg-united-eu/logos/header-Menu-logo.png");
  }
  .mg-united-eu-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button__close {
    display: none;
  }
  .mg-united-eu-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button__close .sr-only {
    background: url("../../../content/dam/mg-united-eu/logos/header-Close-logo.png");
    display: block;
    background-position: center;
  }
}
.mg-united-eu-header header .cmp-header-link-section .cmp-header-link-section__container {
  display: none;
}
@media (min-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section .cmp-header-link-section__container {
    display: block;
  }
  .mg-united-eu-header header .cmp-header-link-section .cmp-header-link-section__container .cta-button .cmp-button {
    font-size: 12px;
    padding: 8px 20px;
    font-weight: 700;
    line-height: normal;
  }
  .mg-united-eu-header header .cmp-header-link-section .cmp-header-link-section__container .button {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-link-section {
    display: none;
  }
  .mg-united-eu-header header .cmp-header-link-section.active {
    position: absolute;
    width: 100%;
    top: 75px;
    z-index: 999;
    background: #fff;
    height: 100vh;
    display: block;
  }
  .mg-united-eu-header header .cmp-header-link-section.active::after {
    content: "";
    background: #fff;
    position: absolute;
    transform: translateX(-50%) translateZ(-1px);
    width: 200vw;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links {
    height: 100%;
    padding-top: 53px;
    z-index: 9999;
    position: relative;
  }
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links-mainlink {
    display: block !important;
    height: 100%;
  }
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links .main-navigation-item {
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
    margin-right: 0px;
  }
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links .main-navigation-item.subNavigation,
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links .main-navigation-item .mainLinkUrl {
    padding: 26px 0 20px 0px;
  }
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links .main-navigation-item.subNavigation span,
  .mg-united-eu-header header .cmp-header-link-section.active .cmp-header-link-section__links .main-navigation-item .mainLinkUrl span {
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 0 20px 0 12px;
    display: block;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink {
    gap: 30px;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item {
  margin-right: 0px !important;
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.mainLinkUrl:hover {
  border-bottom: 5px solid #d0451b;
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation {
  padding-bottom: 5px;
  border-bottom: 5px solid transparent;
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active:hover {
  border-color: transparent;
}
@media (max-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active {
    border-bottom: none;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .mainLink {
  position: relative;
}
@media (min-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .mainLink::before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -30px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 27px solid #e6f0d8;
  }
}
@media (max-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .mainLink::after {
    content: url("../../../content/dam/mg-united-eu/icons/up-arrow.svg");
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: 999;
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap {
    position: relative;
    top: 20px;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding: 50px 75px;
  border-radius: 10px;
  background-color: #e6f0d8;
  row-gap: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column {
    gap: 30px;
  }
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column {
    border-radius: 0;
    padding: 20px 0;
    display: block;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-column-title,
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-close-cta {
  display: none;
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a {
  display: inline-block;
  border-bottom: 1px solid transparent !important;
  font-size: 14px;
  line-height: normal;
  color: #064938;
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.8px;
  border-bottom: 0.35rem solid transparent;
  width: auto;
  text-decoration: none;
  font-family: "Greycliff CF", 'serif';
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a {
    margin: 0 0 8px 24px;
    padding: 8px 0px;
  }
}
@media (min-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a {
    padding: 20px;
  }
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a:hover span {
    border-bottom: 1px solid #064938 !important;
  }
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a:visited,
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation.active .subnav-column-wrap .subnav-column .subnav-link a:hover {
    transition: all 200ms ease-in-out;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation:hover {
  border-bottom: 5px solid #d0451b;
  cursor: pointer;
}
@media (max-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation:hover {
    border-bottom: none;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation .subnav-column-wrap {
  display: none;
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation .mainLink::after {
  content: url("../../../content/dam/mg-united-eu/icons/arrow-dropdown.svg");
  display: inline-block;
  width: 10px;
  height: 5px;
  position: relative;
}
@media (min-width: 992px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item.subNavigation .mainLink::after {
    left: 10px;
  }
}
.mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item .mainLink {
  color: #064938;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991.9px) {
  .mg-united-eu-header header .cmp-header-link-section__links-mainlink .main-navigation-item .main-navigation-item .mainLink::after {
    float: right;
  }
}
@media (min-width: 992px) {
  .mg-united-eu-header header #header-scroll-bar {
    display: none;
  }
}
#mobstrip {
  padding: 10px;
  background-color: #064938;
}
@media (min-width: 992px) {
  #mobstrip {
    display: none;
  }
}
#mobstrip > ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#mobstrip > ul li {
  position: relative;
}
#mobstrip > ul li a {
  color: inherit;
  text-transform: uppercase;
}
#mobstrip > ul li a:hover {
  text-decoration: underline;
}
#mobstrip > ul li span {
  padding-right: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><path d="M9.33167 1L5.16583 5.52905L1 1" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center right;
}
#mobstrip > ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  color: #064938;
  z-index: 9999;
}
#mobstrip > ul li:hover ul {
  display: block;
}
.hero-banner.multi-bg-images-teaser {
  height: 500px;
  position: relative;
}
@media (max-width: 1199.9px) {
  .hero-banner.multi-bg-images-teaser {
    padding-left: 20px;
    padding-right: 20px;
    height: 536px;
  }
}
@media (max-width: 767px) {
  .hero-banner.multi-bg-images-teaser {
    height: 313px;
  }
}
@media (max-width: 575.9px) {
  .hero-banner.multi-bg-images-teaser {
    height: 400px;
  }
}
.hero-banner.multi-bg-images-teaser .cmp-teaser {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.9px) {
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__image {
    width: 100%;
    height: 100%;
  }
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__image > div {
    background-size: cover;
    height: 100%;
    position: relative;
    border-radius: 50px;
  }
}
@media (min-width: 576px) and (max-width: 1199.9px) {
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__tablet-image {
    width: 100%;
    height: 100%;
    display: block !important;
  }
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__tablet-image > div {
    background-size: cover;
    height: 100%;
    position: relative;
    border-radius: 50px;
  }
}
@media (min-width: 576px) and (max-width: 1199.9px) {
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__mobile-image {
    display: none !important;
  }
}
@media (max-width: 575.9px) {
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__mobile-image {
    width: 100%;
    height: 100%;
    display: block !important;
  }
  .hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__mobile-image > div {
    background-size: 100%;
    height: 100%;
    position: relative;
    border-radius: 50px;
  }
}
.hero-banner.multi-bg-images-teaser .cmp-teaser .cmp-teaser__content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.hero-banner.multi-bg-images-teaser .cmp-teaser__title {
  font-family: "Libre Baskerville Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  max-width: 315px;
}
@media (min-width: 992px) {
  .hero-banner.multi-bg-images-teaser .cmp-teaser__title {
    font-size: 48px;
    max-width: 700px;
  }
}
.hero-banner.multi-bg-images-teaser .cmp-teaser__title p {
  margin: 0;
}
.hero-banner.hero-banner-with-overlay {
  height: 626px;
}
@media (min-width: 1200px) and (max-width: 1375px) {
  .hero-banner.hero-banner-with-overlay {
    height: 600px;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .hero-banner.hero-banner-with-overlay {
    height: 450px;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .hero-banner.hero-banner-with-overlay {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991.9px) {
  .hero-banner.hero-banner-with-overlay {
    padding-left: 20px;
    padding-right: 20px;
    height: 313px;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-banner-with-overlay {
    height: 500px;
  }
}
.hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser .cmp-teaser__content {
  width: 572px;
}
@media (min-width: 992px) {
  .hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser .cmp-teaser__content {
    width: 50%;
  }
}
@media (max-width: 991.9px) {
  .hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser .cmp-teaser__content {
    width: 100%;
  }
}
.hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser__pretitle {
  font-family: "Greycliff CF", 'serif';
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser__pretitle {
    font-size: 18px;
  }
}
.hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser__title {
  font-family: "Sparose";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
}
.hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser__title p {
  margin: 0;
}
.hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser__description p {
  font-family: "Greycliff CF", 'serif';
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-banner.hero-banner-with-overlay.multi-bg-images-teaser .cmp-teaser__description p {
    font-size: 14px;
  }
}
.hero-banner.hero-banner-with-overlay + .image {
  position: absolute;
  top: 25px;
  left: -75px;
}
@media (min-width: 1200px) and (max-width: 1375px) {
  .hero-banner.hero-banner-with-overlay + .image {
    left: 0;
  }
}
@media (max-width: 1199.9px) {
  .hero-banner.hero-banner-with-overlay + .image {
    top: 30px;
    left: -25px;
    max-width: 480px;
    height: 100%;
  }
  .hero-banner.hero-banner-with-overlay + .image .cmp-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .hero-banner.hero-banner-with-overlay + .image {
    left: 0;
    max-width: 450px;
  }
}
@media (max-width: 991.9px) {
  .hero-banner.hero-banner-with-overlay + .image {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  div:has( > .hero-banner-with-overlay) {
    max-width: 960px;
    margin: 0 auto;
  }
}
.bg-overlay {
  margin-top: -140px;
}
@media (min-width: 992px) {
  .bg-overlay {
    margin-top: -45px;
  }
}
.bg-overlay__top-300 {
  margin-top: -690px;
}
@media (min-width: 992px) {
  .bg-overlay__top-300 {
    margin-top: -300px;
  }
  .bg-overlay__top-300 .spacer:first-child .cmp-spacer {
    --largeHeight: 300px !important;
  }
}
.text--with__bg--themeRed {
  background-color: rgba(208, 69, 27, 0.05);
}
.text--with__bg--themeGreen {
  background-color: rgba(6, 73, 56, 0.05);
}
.text--with__bg--themeOrange {
  background-color: rgba(236, 164, 0, 0.3);
}
.text--with__bg--themeGrey {
  background-color: rgba(57, 62, 65, 0.05);
}
.antibody--icon-text.teaser {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .antibody--icon-text.teaser {
    margin-bottom: 0;
  }
}
.antibody--icon-text.teaser .cmp-teaser__image {
  max-width: 50px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .antibody--icon-text.teaser .cmp-teaser__image {
    max-width: 100px;
    margin: 0 auto 30px;
  }
}
.antibody--icon-text.teaser .cmp-teaser__content {
  text-align: center;
}
.antibody--icon-text.teaser .cmp-teaser__content .cmp-teaser__title {
  font-size: 18px;
}
@media (min-width: 992px) {
  .antibody--icon-text.teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 24px;
  }
}
.antibody--icon-text.teaser .cmp-teaser__content .cmp-teaser__title p {
  margin-bottom: 0;
}
.antibody--description {
  max-width: 627px;
  text-align: center;
  margin: 20px auto 0;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .antibody--description {
    margin: 30px auto 0;
    padding: 0;
  }
}
.antibody--description.teaser p:last-child {
  margin-bottom: 0;
}
.text-with--bg-color {
  border-radius: 40px;
}
.text-with--bg-color .cmp-teaser__description p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.text-with--bg-color .cmp-teaser__content {
  padding: 30px;
}
@media (min-width: 768px) {
  .text-with--bg-color .cmp-teaser__content {
    padding: 50px 150px;
  }
  .text-with--bg-color .cmp-teaser__description p {
    font-size: 24px;
    line-height: 30px;
  }
}
.text-with--bg-color--orange {
  background: rgba(236, 164, 0, 0.3);
  color: #eca400;
}
.text-with--bg-color--green {
  background-color: rgba(6, 73, 56, 0.05);
  color: #064938;
}
.text-with--bg-color--red {
  background-color: rgba(208, 69, 27, 0.05);
  color: #d0451b;
}
.bg-text-quote h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Greycliff CF", 'serif';
}
@media (min-width: 768px) {
  .bg-text-quote h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.recipe__tags {
  padding: 10px 0;
}
.recipe__tags .cmp-text a {
  color: #ffffff;
  text-decoration: underline;
}
.recipe__tags .cmp-text a#newsLetterSignUpModal {
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .recipe__tags .cmp-text a#newsLetterSignUpModal {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .recipe__tags {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .recipe__tags {
    margin-top: 15px;
  }
}
.recipe__tags p {
  margin-bottom: 0px;
  line-height: 30px;
}
.recipe__block .cmp-container:nth-of-type(1) {
  border-radius: 20px;
}
.recipe__block--ingredients-list {
  padding: 25px;
}
@media (min-width: 992px) {
  .recipe__block--ingredients-list {
    padding: 30px;
  }
}
.recipe__block--ingredients-list h3 {
  font-family: "Greycliff CF Bold", 'serif';
  margin-bottom: 20px;
}
.recipe__block--ingredients-list.list-style-type__disc ul li {
  margin-bottom: 0;
  line-height: 23px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .recipe__block--ingredients-list.list-style-type__disc ul li {
    padding-bottom: 30px;
  }
}
.recipe__block--direction-list h3 {
  font-family: "Greycliff CF Bold", 'serif';
  margin-bottom: 20px;
  line-height: 30px;
}
.recipe__block--direction-list ol {
  list-style-type: decimal;
  padding-left: 20px;
  line-height: 23px;
}
.recipe__block--direction-list ol li {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .recipe__block--direction-list ol li {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.9px) {
  .recipe__block--direction-list ol li {
    font-size: 14px;
  }
}
.teaser.box-shadow {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 9px 27px 0px rgba(173, 173, 173, 0.36);
  padding: 10px 20px;
  height: 60px;
  margin: 10px 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .teaser.box-shadow {
    padding: 10px;
  }
}
.teaser.icon-with-title .cmp-teaser {
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}
.teaser.icon-with-title .cmp-teaser .cmp-teaser__image {
  padding: 10px;
  background: #ccc;
  align-items: center;
  justify-self: center;
  display: flex;
  border-radius: 10px;
}
.teaser.icon-with-title .cmp-teaser .cmp-teaser__title {
  font-size: 12px;
  font-family: "Greycliff CF", 'serif';
  margin-bottom: 0;
}
.teaser.icon-with-title.bg-icon-red .cmp-teaser__image {
  background-color: rgba(208, 69, 27, 0.3);
}
.teaser.icon-with-title.bg-icon-green .cmp-teaser__image {
  background-color: rgba(6, 73, 56, 0.3);
}
.teaser.icon-with-title.gap-10 .cmp-teaser {
  gap: 10px;
}
.teaser.icon-with-title.gap-15 .cmp-teaser {
  gap: 15px;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .teaser.icon-with-title.gap-15 .cmp-teaser {
    gap: 5px;
  }
}
.teaser.icon-with-title.gap-20 .cmp-teaser {
  gap: 20px;
}
.teaser.icon-with-title.icon-width-20 .cmp-teaser .cmp-teaser__image {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.teaser.icon-with-title.icon-width-40 .cmp-teaser .cmp-teaser__image {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.teaser.icon-with-title.icon-width-60 .cmp-teaser .cmp-teaser__image {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.tiles-width-auto .row {
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1199.9px) {
  .tiles-width-auto .row {
    gap: 15px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .tiles-width-auto .row {
    flex-direction: row;
  }
}
.tiles-width-auto .row .col-12 {
  width: 100%;
}
@media (min-width: 1024px) {
  .tiles-width-auto .row .col-12 {
    width: auto;
  }
}
.tiles-width-auto .row .col-12 .teaser.box-shadow {
  padding: 10px;
  margin: 0;
}
@media (min-width: 1024px) {
  .tiles-width-auto > .container {
    max-width: 100%;
  }
}
.cmp-experiencefragment--never-alone-banner .container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .cmp-container {
    background-position: center;
  }
}
.cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  gap: 43px;
}
@media (max-width: 767px) {
  .cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content {
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title {
  margin-bottom: 0;
}
.cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title p {
    font-size: 20px;
    line-height: normal;
  }
  .cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title p img {
    max-height: 20px;
  }
}
.cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description {
  max-width: 650px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cmp-experiencefragment--never-alone-banner .container.mg-united--never-alone-banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description p {
    font-size: 14px;
    line-height: 20px;
  }
}
.references--title {
  font-family: "Greycliff CF", 'serif';
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}
.references--list p {
  font-size: 10px;
  margin-bottom: 5px;
  line-height: normal;
  position: relative;
  padding-left: 15px;
}
.references--list p b {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .references--list p {
    font-size: 8px;
  }
}
.image__alignment {
  position: relative;
}
.image__alignment--left.image--withTilt .cmp-image img {
  transform: rotate(7.372deg);
}
@media (max-width: 991.9px) {
  .image__alignment--left.image--withTilt.image__shade--double {
    max-width: 60%;
    margin: 0 auto;
  }
}
.image__alignment--left.image--withTilt.image__shade--double .cmp-image::before {
  transform: rotate(3.372deg);
  left: -8%;
  bottom: 1%;
  height: 97%;
}
.image__alignment--left.image--withTilt.image__shade--double .cmp-image::after {
  transform: rotate(-2.372deg);
  left: -16%;
  bottom: 2%;
  height: 93%;
}
.image__alignment--left.image--withoutTilt.small-image.image__shade--single .cmp-image::before {
  top: -6%;
  right: 10%;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .image__alignment--left.image--withoutTilt.small-image.image__shade--single {
    width: 90%;
    float: right;
  }
}
.image__alignment--left.image--withoutTilt .cmp-image img {
  transform: none;
}
.image__alignment--left.image--withoutTilt.image__shade--single .cmp-image::before {
  top: -6%;
  right: 10%;
}
.image__alignment--right.image--withTilt .cmp-image img {
  transform: rotate(-7.372deg);
}
@media (max-width: 991.9px) {
  .image__alignment--right.image--withTilt.image__shade--double {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .image__alignment--right.image--withTilt.image__shade--double {
    width: 70%;
  }
}
.image__alignment--right.image--withTilt.image__shade--double .cmp-image::before {
  transform: rotate(-2.372deg);
  top: 2%;
  left: 8%;
  height: 96%;
}
.image__alignment--right.image--withTilt.image__shade--double .cmp-image::after {
  transform: rotate(-2.372deg);
  top: 5%;
  left: 16%;
  height: 93%;
}
.image__alignment--right.image--withoutTilt.small-image.image__shade--single .cmp-image::before {
  top: -6%;
  right: -10%;
}
.image__alignment--right.image--withoutTilt .cmp-image img {
  transform: none;
}
.image__alignment--right.image--withoutTilt.image__shade--single .cmp-image::before {
  top: -6%;
  right: -10%;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .image__alignment--right.image--withoutTilt.image__shade--single {
    width: 90%;
  }
}
@media (max-width: 991.9px) {
  .image__shade--single {
    max-width: 80%;
    margin: 0 auto;
  }
}
.image__shade--single .cmp-image::before {
  content: "";
  background: #ECA400;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 10%;
  opacity: 0.4;
}
.image__shade--double .cmp-image::before {
  content: "";
  background: #ECA400;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 10%;
}
.image__shade--double .cmp-image::after {
  content: "";
  background: rgba(236, 164, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 10%;
}
@media (max-width: 991.9px) {
  .image--withoutTilt {
    max-width: 80%;
    margin: 0 auto;
  }
}
.image--withoutTilt .cmp-image::after,
.image--withoutTilt .cmp-image::before,
.image--withoutTilt .cmp-image img {
  transform: none;
}
.position-relative > * {
  position: relative;
}
.image-icon-line_left {
  position: absolute;
  top: -10%;
}
.image-icon-line_left img {
  width: 80%;
}
@media (min-width: 992px) {
  .image-icon-line_left {
    left: -50%;
  }
}
@media (max-width: 992px) {
  .image-icon-line_left {
    left: -5%;
  }
}
.image-icon-line_right {
  position: absolute;
  right: 0;
  top: -10%;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .image-icon-line_right {
    right: 0%;
  }
}
@media (min-width: 1200px) {
  .image-icon-line_right {
    right: -30%;
  }
}
.accomodations__discussion--list ul li {
  font-size: 13px;
  line-height: normal;
}
.image-border-radius img {
  border-radius: 10%;
}
.card {
  box-shadow: 0px 9px 27px 0px rgba(173, 173, 173, 0.36);
}
.card.card--with-image {
  padding: 20px 20px 30px 20px;
  border-radius: 40px;
  font-family: "Greycliff CF", 'serif';
  max-width: 350px;
}
@media (max-width: 991px) {
  .card.card--with-image {
    max-width: 335px;
    margin: 30px auto;
  }
}
.card.card--with-image img {
  margin-top: -40px;
  padding-bottom: 30px;
}
.card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #393e41;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Greycliff CF", 'serif';
}
@media (min-width: 992px) {
  .card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 24px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 24px;
    height: 90px !important;
  }
}
@media (min-width: 1200px) {
  .card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    height: 60px !important;
  }
}
.card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title * {
  color: inherit !important;
}
.card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__title .cmp-teaser__title-link {
  pointer-events: none;
}
.card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 992px) {
  .card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 16px;
    line-height: 30px;
    height: 150px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    height: 180px !important;
  }
}
.card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link {
  color: #d0451b;
  font-family: "Greycliff CF Bold", 'serif';
  font-size: 16px;
  text-transform: uppercase;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23d0451b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%3Cpath%20d%3D%22m10.63%201%206.296%206-6.296%206%22%2F%3E%3Cpath%20d%3D%22M16.926%207H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link {
    font-size: 14px;
    line-height: 16px;
  }
}
.card.card--with-image .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link:hover {
  color: #393e41;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23393E41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%3E%3Cpath%20d%3D%22m10.63%201%206.296%206-6.296%206%22%2F%3E%3Cpath%20d%3D%22M16.926%207H1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.title-with-icon h2 {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 90px;
}
.title-with-icon h2 img {
  transform: translateY(23px);
}
@media (max-width: 991px) {
  .title-with-icon h2 {
    justify-content: center;
    text-align: center;
    gap: 0px;
    margin-bottom: 50px;
  }
  .title-with-icon h2 img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cards-alignments > .container {
    max-width: 1150px;
  }
}
.cards-alignments .row {
  justify-content: space-between;
  gap: 30px;
}
.cards-alignments .row .col-lg-4.card-with-title-description {
  padding: 30px !important;
  border-radius: 20px;
}
@media (max-width: 991.9px) {
  .cards-alignments .row .col-lg-4.card-with-title-description {
    padding: 20px !important;
  }
}
@media (min-width: 992px) {
  .cards-alignments .row .col-lg-4.card-with-title-description {
    flex: 1;
  }
}
.cards-alignments .row .col-lg-6:not(.spacer-column) {
  padding: 30px !important;
  border-radius: 20px;
  box-shadow: 0px 9px 27px 0px rgba(173, 173, 173, 0.36);
}
@media (max-width: 991px) {
  .cards-alignments .row .col-lg-6:not(.spacer-column) {
    padding: 20px !important;
  }
}
@media (min-width: 992px) {
  .cards-alignments .row {
    gap: 50px;
  }
  .cards-alignments .row .col-lg-3 {
    width: 28.33%;
  }
  .cards-alignments .row .col-lg-4 {
    width: calc(286.66666667px);
  }
  .cards-alignments .row .col-lg-6 {
    width: calc(455px);
  }
}
@media (min-width: 1200px) {
  .cards-alignments .row .col-lg-3 {
    width: 30.33%;
  }
  .cards-alignments .row .col-lg-4 {
    width: 350px;
  }
  .cards-alignments .row .col-lg-6 {
    width: 550px;
  }
}
.card-with-title-description {
  text-align: center;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .card-with-title-description {
    text-align: start;
    margin-bottom: 0px;
  }
  .card-with-title-description .cmp-teaser__title p,
  .card-with-title-description .cmp-teaser__description p {
    font-size: 16px !important;
  }
}
.card-with-title-description .cmp-teaser__title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000000;
}
.card-with-title-description .cmp-teaser__description p {
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 0px;
}
.card--with-icon {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(6, 73, 56, 0.05);
  font-family: "Greycliff CF", 'serif';
  max-width: 350px;
}
@media (max-width: 991px) {
  .card--with-icon {
    max-width: 335px;
    margin: 0px auto;
    text-align: center;
  }
}
.card--with-icon .cmp-teaser__title {
  color: #064938;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.card--with-icon .cmp-teaser__title > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .card--with-icon .cmp-teaser__title > * {
    flex-direction: row;
    gap: 30px;
  }
}
.card--with-icon .cmp-teaser__title > * img {
  max-width: 50px;
}
@media (min-width: 992px) {
  .card--with-icon .cmp-teaser__title {
    font-size: 24px;
  }
}
.card--with-icon .cmp-teaser__description {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #393e41;
}
@media (min-width: 992px) {
  .card--with-icon .cmp-teaser__description {
    font-size: 16px;
    line-height: 30px;
  }
}
.cmp--card__conversationList {
  padding: 20px;
  border-radius: 20px;
  max-width: 96%;
}
@media (min-width: 768px) {
  .cmp--card__conversationList {
    padding: 30px;
    margin-bottom: 0px;
  }
}
.cmp--card__conversationList h1,
.cmp--card__conversationList h2,
.cmp--card__conversationList h3,
.cmp--card__conversationList h4,
.cmp--card__conversationList h5,
.cmp--card__conversationList h6 {
  margin-bottom: 30px;
}
.cmp--card__conversationList p,
.cmp--card__conversationList span,
.cmp--card__conversationList a {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .cmp--card__conversationList p,
  .cmp--card__conversationList span,
  .cmp--card__conversationList a {
    font-size: 16px;
  }
}
.cmp--card__conversationList--red h1,
.cmp--card__conversationList--red h2,
.cmp--card__conversationList--red h3,
.cmp--card__conversationList--red h4,
.cmp--card__conversationList--red h5,
.cmp--card__conversationList--red h6,
.cmp--card__conversationList--red a {
  color: #d0451b;
}
.cmp--card__conversationList--green h1,
.cmp--card__conversationList--green h2,
.cmp--card__conversationList--green h3,
.cmp--card__conversationList--green h4,
.cmp--card__conversationList--green h5,
.cmp--card__conversationList--green h6,
.cmp--card__conversationList--green a {
  color: #064938;
}
.card--with-bg-icon {
  font-family: "Greycliff CF", 'serif';
}
@media (max-width: 991px) {
  .card--with-bg-icon {
    margin: 30px auto;
  }
}
.card--with-bg-icon .cmp-teaser__title {
  color: #064938;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.card--with-bg-icon .cmp-teaser__title > * {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .card--with-bg-icon .cmp-teaser__title > * {
    flex-direction: row;
    gap: 30px;
  }
}
.card--with-bg-icon .cmp-teaser__title > * img {
  width: 75px;
  padding: 10px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .card--with-bg-icon .cmp-teaser__title > * img {
    width: 40px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .card--with-bg-icon .cmp-teaser__title {
    font-size: 24px;
  }
}
.card--with-bg-icon.bg-icon-red .cmp-teaser__title {
  color: #d0451b;
}
.card--with-bg-icon.bg-icon-red img {
  background-color: rgba(208, 69, 27, 0.3);
}
.card--with-bg-icon.bg-icon-green .cmp-teaser__title {
  color: #064938;
}
.card--with-bg-icon.bg-icon-green img {
  background-color: rgba(6, 73, 56, 0.3);
}
.card--with-bg-icon .cmp-teaser__description {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #393e41;
}
@media (min-width: 992px) {
  .card--with-bg-icon .cmp-teaser__description {
    font-size: 16px;
    line-height: 30px;
  }
}
.cards-alignments .row .mgu-resources__card.col-lg-6 {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 20px !important;
}
@media (min-width: 768px) {
  .cards-alignments .row .mgu-resources__card.col-lg-6 {
    padding: 50px 20px !important;
  }
}
.cards-alignments .row .mgu-resources__card.col-lg-6 .image img {
  height: 30px;
  width: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cards-alignments .row .mgu-resources__card.col-lg-6 .image img {
    height: 40px;
    margin-bottom: 20px;
  }
}
.cards-alignments .row .mgu-resources__card.col-lg-6 .text h4 {
  font-family: "Greycliff CF Bold", 'serif';
}
.cards-alignments .row .mgu-resources__card.col-lg-6 .font__size-alignment p {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
@media (min-width: 768px) {
  .cards-alignments .row .mgu-resources__card.col-lg-6 .font__size-alignment p {
    font-size: 20px;
    line-height: 29px;
  }
}
.associations-card h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .associations-card h4 {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .associations-card h4 {
    height: 70px;
  }
}
.associations-card p b {
  font-family: "Greycliff CF Bold", 'serif';
}
@media (max-width: 991.9px) {
  .associations-card {
    display: flex;
    justify-content: center;
  }
}
.associations-card .cmp-container {
  padding: 30px;
  border-radius: 10px;
  float: left;
}
@media (max-width: 991.9px) {
  .associations-card .cmp-container {
    max-width: 350px;
  }
}
.associations-card .cmp-container .cmp-teaser__image > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
}
.associations-card .cmp-container .cmp-teaser__image > div img {
  width: auto;
}
.associations-card .cmp-container .cmp-teaser__description p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}
.associations-card .cmp-container .cmp-teaser__description p b {
  font-weight: 700;
}
.associations-card .cta-button {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.associations-card .cta-button .cmp-button {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .associations-card .cta-button .cmp-button {
    font-size: 16px;
  }
}
.card-with-title-description .custom__card--with-description .cmp-teaser__title p {
  font-size: 18px !important;
  line-height: normal;
}
.card-with-title-description .custom__card--with-description .cmp-teaser__description p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .card-with-title-description .custom__card--with-description {
    padding: 10px 0 35px 0;
  }
  .card-with-title-description .custom__card--with-description .cmp-teaser__title p {
    font-size: 24px !important;
    line-height: normal;
  }
  .card-with-title-description .custom__card--with-description .cmp-teaser__description p {
    font-size: 16px;
    line-height: 30px;
  }
}
.cmp-experiencefragment--sign-up .footer-sign-up {
  text-align: center;
}
@media (min-width: 992px) {
  .cmp-experiencefragment--sign-up .footer-sign-up {
    text-align: left;
  }
}
.cmp-experiencefragment--sign-up .footer-sign-up .bootstrap-grid {
  max-width: 1150px;
  margin: 0 auto;
}
.cmp-experiencefragment--sign-up .footer-sign-up .bootstrap-grid .col-lg-9 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cmp-experiencefragment--sign-up .footer-sign-up .bootstrap-grid .col-lg-9 {
    justify-content: flex-start;
  }
}
.cmp-experiencefragment--sign-up .footer-sign-up .bootstrap-grid .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .cmp-experiencefragment--sign-up .footer-sign-up .bootstrap-grid .col-lg-3 {
    justify-content: flex-end;
  }
}
#mgu-breadcrumb {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  #mgu-breadcrumb {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.9px) {
  #mgu-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#mgu-breadcrumb .cmp-breadcrumb__list li {
  padding-right: 25px;
  padding-left: 10px;
  color: #064938;
  font-family: "Greycliff CF Bold", 'serif';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M7.62939 1.57501L11.5829 5.34245L7.62939 9.1099' stroke='%23064938' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.583 5.34241H1.58301' stroke='%23064938' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 12px;
}
#mgu-breadcrumb .cmp-breadcrumb__list li:first-child {
  padding-left: 0;
}
#mgu-breadcrumb .cmp-breadcrumb__list li:first-child a {
  width: 15px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M9.03936 1.19829L15.7104 6.97691C16.0553 7.27526 16.0983 7.80402 15.8061 8.15701C15.5142 8.51 14.7255 8.16246 14.7255 8.16246V14.8177C14.7255 15.1067 14.4967 15.3408 14.214 15.3408H10.1956V9.59514H6.80441V15.3408H2.78602C2.50327 15.3408 2.2745 15.1067 2.2745 14.8177V8.16246C2.2745 8.16246 1.48582 8.50994 1.19389 8.15701C0.901699 7.80409 0.944658 7.27526 1.28965 6.97691L7.96058 1.19829C8.26615 0.933905 8.71339 0.933905 9.01889 1.19829H9.03936Z' stroke='%23064938' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  /* or cover, depending on your needs */
  background-repeat: no-repeat;
  font-size: 0px;
  display: block;
  background-position: center;
}
#mgu-breadcrumb .cmp-breadcrumb__list li:first-child a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M9.03936 1.19829L15.7104 6.97691C16.0553 7.27526 16.0983 7.80402 15.8061 8.15701C15.5142 8.51 14.7255 8.16246 14.7255 8.16246V14.8177C14.7255 15.1067 14.4967 15.3408 14.214 15.3408H10.1956V9.59514H6.80441V15.3408H2.78602C2.50327 15.3408 2.2745 15.1067 2.2745 14.8177V8.16246C2.2745 8.16246 1.48582 8.50994 1.19389 8.15701C0.901699 7.80409 0.944658 7.27526 1.28965 6.97691L7.96058 1.19829C8.26615 0.933905 8.71339 0.933905 9.01889 1.19829H9.03936Z' stroke='%23D0451B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#mgu-breadcrumb .cmp-breadcrumb__list li:last-child {
  padding-right: 0;
  background-image: none;
}
#mgu-breadcrumb .cmp-breadcrumb__list li a {
  color: inherit;
}
#mgu-breadcrumb .cmp-breadcrumb__list li a:hover {
  color: #d0451b;
}
.custom__accordion {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .custom__accordion {
    margin-bottom: 50px;
  }
}
.custom__accordion .cmp-accordion__item {
  box-shadow: 0px 9px 27px 0px rgba(173, 173, 173, 0.36);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .custom__accordion .cmp-accordion__item {
    border-radius: 20px;
  }
}
.custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
  padding: 10px;
  border-color: transparent;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
    padding: 30px;
    border-radius: 20px;
  }
}
.custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 34px;
  float: right;
}
@media (min-width: 768px) {
  .custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__icon {
    width: 30px;
    height: 75px;
  }
}
.custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__titleImage {
  padding: 10px;
  border-radius: 10px;
  margin: 0 10px 0 0;
  max-width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__titleImage {
    padding: 20px;
    border-radius: 10px;
    margin: 0 30px 0 0;
    max-width: 75px;
    height: 75px;
  }
}
.custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__title {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .custom__accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__title {
    font-size: 24px;
  }
}
.custom__accordion .cmp-accordion__item .cmp-accordion__panel {
  padding: 30px;
}
.custom__accordion .cmp-accordion__item .cmp-accordion__panel p {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .custom__accordion .cmp-accordion__item .cmp-accordion__panel {
    padding: 20px 30px 30px 165px;
  }
  .custom__accordion .cmp-accordion__item .cmp-accordion__panel p {
    font-size: 16px;
  }
}
.custom__accordion--theme-red .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  color: #d0451b;
}
.custom__accordion--theme-red .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__icon {
  background-image: url("../../../content/dam/mg-united-eu/icons/plus-icon-red.svg");
}
.custom__accordion--theme-red .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
  background-image: url("../../../content/dam/mg-united-eu/icons/minus-icon-red.svg");
}
.custom__accordion--theme-red .cmp-accordion__item .cmp-accordion__titleImage {
  background-color: rgba(208, 69, 27, 0.3);
}
.custom__accordion--theme-green .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  color: #064938;
}
.custom__accordion--theme-green .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__icon {
  background-image: url("../../../content/dam/mg-united-eu/icons/plus-icon-green.svg");
}
.custom__accordion--theme-green .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
  background-image: url("../../../content/dam/mg-united-eu/icons/minus-icon-green.svg");
}
.custom__accordion--theme-green .cmp-accordion__item .cmp-accordion__titleImage {
  background-color: rgba(6, 73, 56, 0.3);
}
.cmp-click-out-modal__main-wrapper {
  display: none;
}
.cmp-click-out-modal__main-wrapper * {
  box-sizing: border-box;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal {
  background-color: #ffffff;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  min-width: 333px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal {
    min-width: 510px;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-close-button {
  display: block;
  top: 9px;
  right: 9px;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-close-button span {
  width: 30px;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content {
    padding: 33px 39px 40px;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content p:empty {
  display: none;
  visibility: hidden;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title {
  color: #064938;
  font-family: 'Libre Baskerville', serif;
  text-align: left;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title h2,
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title + h2 {
  color: #064938;
  font-family: 'Libre Baskerville', serif;
  text-align: left;
  font-size: 20px !important;
  line-height: normal !important;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title h2,
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title + h2 {
    font-size: 30px !important;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title h2 h2,
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-title + h2 h2 {
  all: inherit;
  margin: 0;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc {
  color: #393e41;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin: 1rem 0 5rem 0;
}
@media screen and (min-width: 960px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc + p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 960px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc + p {
    font-size: 18px;
    line-height: 30px;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc + p a {
  text-decoration: underline;
  color: #91c353;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc + p a:hover {
  color: #064938;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal__main-desc + p p {
  margin: 0;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons {
  margin: 40px auto 16px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons {
    justify-content: flex-start;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-confirm,
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-cancel {
  min-width: 200px;
  font-family: "Greycliff CF Bold", 'serif';
  font-size: 14px;
  line-height: 24px;
  padding: 8px 16px;
  border: 4px solid;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-confirm,
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-cancel {
    font-size: 18px;
    line-height: 30px;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-confirm {
  background-color: #d0451b;
  border-color: #d0451b;
  color: #ffffff;
  margin: 0;
  order: 1;
}
@media screen and (min-width: 768px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-confirm {
    margin: 0;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-confirm:hover {
  background-color: #ffffff;
  color: #d0451b;
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-cancel {
  background-color: rgba(57, 62, 65, 0.66);
  border-color: transparent;
  color: #ffffff;
  margin: 0;
  order: 2;
}
@media screen and (min-width: 768px) {
  .cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-cancel {
    margin: 0;
  }
}
.cmp-click-out-modal__main-wrapper .cmp-click-out-modal__main-modal .cmp-click-out-modal__main-modal-content .cmp-click-out-modal-main-buttons .click-out-cancel:hover {
  background-color: #ffffff;
  color: rgba(57, 62, 65, 0.66);
  border-color: rgba(57, 62, 65, 0.66);
}
.modal-container .cmp-modal-container .modal-container {
  border-radius: 20px;
}
.modal-container .cmp-modal-container .modal-container .cmp-modal-container-close-modal {
  background-image: url('../../../content/dam/mg-united-eu/icons/close-icon.svg');
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-size: 100%;
}
.modal-container .cmp-modal-container .modal-container #sign-up {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  padding: 30px 0;
}
.modal-container .cmp-modal-container .modal-container #sign-up .cmp-form-text__text {
  background-color: rgba(230, 240, 216, 0.5);
  width: 100%;
}
.modal-container .cmp-modal-container .modal-container #sign-up .custom-error-message {
  margin-top: 10px;
}
.modal-container .cmp-modal-container .modal-container #sign-up .check-box-alignment {
  flex-wrap: wrap;
}
.modal-container .cmp-modal-container .modal-container #sign-up .check-box-alignment .cmp-form-options__field-description {
  flex: 1;
}
.modal-container .cmp-modal-container .modal-container #sign-up .check-box-alignment .custom-error-message {
  flex: 1 0 100%;
  padding-left: 24px;
  margin-top: 0;
}
.mg-united-alert-banner {
  background-color: #064938;
  width: 100%;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 150px;
}
@media (min-width: 768px) {
  .mg-united-alert-banner {
    margin-top: 170px;
  }
}
@media (min-width: 1024px) {
  .mg-united-alert-banner {
    margin-top: 0;
  }
}
.mg-united-alert-banner .cmp-container {
  padding: 10px;
}
.mg-united-alert-banner .cmp-container .cmp-text p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.mg-united-alert-banner .cmp-container .cmp-text p img {
  transform: translateX(0px) translateY(-1px);
}
.mg-united-alert-banner .cmp-container .cmp-text p a {
  color: #ffffff;
}
.video-teaser-banner .tablet,
.video-teaser-banner .desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .video-teaser-banner .mobile,
  .video-teaser-banner .desktop {
    display: none;
  }
  .video-teaser-banner .tablet {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .video-teaser-banner .mobile,
  .video-teaser-banner .tablet {
    display: none;
  }
  .video-teaser-banner .desktop {
    display: block;
  }
}
.video-teaser-banner video {
  width: 100%;
}
.multi-images-teaser .teaser-tab-img,
.multi-images-teaser .teaser-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .multi-images-teaser .teaser-mob-img,
  .multi-images-teaser .teaser-img {
    display: none;
  }
  .multi-images-teaser .teaser-tab-img {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .multi-images-teaser .teaser-mob-img,
  .multi-images-teaser .teaser-tab-img {
    display: none;
  }
  .multi-images-teaser .teaser-img {
    display: block;
  }
}
.section-with-small-star .cmp-teaser__title {
  position: relative;
}
.section-with-small-star .cmp-teaser__title img {
  position: absolute;
  top: -65px;
  left: -40px;
}
.neuromuscular-junction-title.teaser-new-rte .cmp-teaser__title {
  font-family: "Libre Baskerville";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  color: #064938;
}
@media (max-width: 767px) {
  .neuromuscular-junction-title.teaser-new-rte .cmp-teaser__title {
    font-size: 20px;
  }
  .neuromuscular-junction-title.teaser-new-rte .cmp-teaser__title p {
    display: flex;
  }
}
.neuromuscular-junction-title.teaser-new-rte .cmp-teaser__title p {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.neuromuscular-junction-title.teaser-new-rte .cmp-teaser__title img {
  margin-top: -50px;
}
.neuromuscular-junction-image.image {
  max-width: 1150px;
  margin: 50px auto;
}
.neuromuscular-junction-image.image img {
  border-radius: 40px;
}
.neuromuscular-junction-image + .bootstrap-grid > .container .row .bootstrap-container.container .teaser-new-rte .cmp-teaser__description {
  text-align: left;
}
@media (max-width: 991px) {
  .neuromuscular-junction-image + .bootstrap-grid > .container .row .bootstrap-container.container .teaser-new-rte .cmp-teaser__description {
    text-align: center;
  }
}
.neuromuscular-junction-image + .bootstrap-grid > .container .row .bootstrap-container.container .teaser-new-rte .cmp-teaser__description p b {
  color: #d0451b;
  font-family: "Greycliff CF Bold", 'serif';
  font-weight: 700;
}
.text__shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.text-icon-alignment.text {
  position: relative;
}
.text-icon-alignment.text img {
  display: inline-block;
  position: absolute;
  top: -80px;
  width: 74px;
  height: 42px;
  right: 0;
}
@media (max-width: 768px) {
  .text-icon-alignment.text img {
    display: none;
    visibility: hidden;
  }
}
.text-icon-alignment .cmp-teaser__title {
  position: relative;
}
.text-icon-alignment .cmp-teaser__title p img {
  position: absolute;
  top: -65px;
  left: -40px;
}
.video video {
  max-width: 100%;
}
@media (min-width: 992px) {
  .video video {
    height: 661px;
  }
}
.video iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .video iframe {
    height: 661px;
  }
}
.title__with--logo {
  text-align: center;
}
.title__with--logo .cmp-teaser__title p {
  display: flex;
  justify-content: space-between;
}
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser {
  position: relative;
  display: flex;
  justify-content: center;
  height: 378px;
  align-items: center;
}
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__image,
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__tablet-image,
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__mobile-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__image > div,
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__tablet-image > div,
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__mobile-image > div {
  background-size: 100%;
  height: 100%;
}
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__content {
  position: absolute;
  background-color: rgba(6, 73, 56, 0.9);
  color: #ffffff;
  max-width: 80%;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .bg-image-with-text.multi-bg-images-teaser .cmp-teaser__content {
    padding: 50px 100px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 857px;
  }
}
.bg-image-with-text.multi-bg-images-teaser .cmp-teaser__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .bg-image-with-text.multi-bg-images-teaser .cmp-teaser__content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .layout-container--fullWidth:nth-of-type(1).non-hero-banner {
    margin-top: 0px;
  }
}
.policy_pages {
  text-align: justify;
  word-break: break-word;
}
.policy_pages h3,
.policy_pages h4 {
  margin-bottom: 20px;
}
.policy_pages--theme-green h1,
.policy_pages--theme-green h2,
.policy_pages--theme-green h3,
.policy_pages--theme-green h4,
.policy_pages--theme-green h5,
.policy_pages--theme-green h6,
.policy_pages--theme-green a {
  color: #064938;
}
.policy_pages--theme-green a {
  text-decoration: underline;
}
.policy_pages--theme-green a:hover {
  color: #d0451b;
}
.policy_pages--theme-red h1,
.policy_pages--theme-red h2,
.policy_pages--theme-red h3,
.policy_pages--theme-red h4,
.policy_pages--theme-red h5,
.policy_pages--theme-red h6,
.policy_pages--theme-red a {
  color: #d0451b;
}
.policy_pages--theme-red a {
  text-decoration: underline;
}
.policy_pages--theme-red a:hover {
  color: #064938;
}
form {
  max-width: 1150px;
  margin: 0 auto;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
::placeholder {
  color: #064938;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  color: #064938;
  font-size: 14px;
}
::focus-visble {
  border-color: transparent;
}
input::-webkit-input-focus-visble {
  border-color: transparent;
}
label {
  font-size: 14px;
  color: #064938;
  font-family: "Greycliff CF Bold", 'serif';
  line-height: 14px;
  margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 15px 0 15px 15px;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-family: "Greycliff CF", 'serif';
  color: #064938;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #064938;
  min-width: 15px;
}
input[type="checkbox"]:hover {
  cursor: pointer;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]::before {
  background-image: url("../../../content/dam/mg-united-eu/icons/check-box.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  transform-origin: bottom left;
}
.hidden-select {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .signup__form--container {
    width: 768px;
    order: 1;
  }
}
.signup__form--container .cmp-form-text__text {
  height: 44px;
  border-radius: 10px;
  border-color: transparent;
  background: rgba(230, 240, 216, 0.5);
}
@media (min-width: 992px) {
  .signup__form--container .input__field .bootstrap-container {
    max-width: 240px;
  }
}
.signup__form--container .input__field .cmp-form-text {
  display: flex;
  flex-direction: column;
}
.signup__form--container .input__field .cmp-form-text__text {
  margin-top: 5px;
}
.signup__form--container .row {
  padding: 0 !important;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: rgba(230, 240, 216, 0.5);
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .custom-select-wrapper {
    margin-bottom: 0;
  }
}
.custom-select-trigger {
  padding: 15px 20px 15px 15px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 14px;
  color: #064938;
}
.custom-select-trigger::before {
  content: "";
  background: url("../../../content/dam/mg-united-eu/icons/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  float: right;
  height: 44px;
  position: absolute;
  right: 10px;
  top: 0;
}
.custom-select-trigger.active::before {
  background: url("../../../content/dam/mg-united-eu/icons/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custom-options {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #E6F0D8;
  color: #064938;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  z-index: 999;
  max-height: 150px;
  overflow-y: auto;
  /* Custom scrollbar for Webkit browsers */
}
.custom-options::-webkit-scrollbar {
  width: 4px;
}
.custom-options::-webkit-scrollbar-thumb {
  background: #064938;
  border-radius: 25px;
}
.custom-option {
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
.custom-option:hover {
  background-color: #f0f0f0;
}
#signup,
#submit,
#submit-caregivers,
#submit-patient {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #064938;
  color: #ffffff;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 700;
  float: right;
  text-transform: uppercase;
}
#signup::after,
#submit::after,
#submit-caregivers::after,
#submit-patient::after {
  content: "";
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
  top: 4px;
  margin-left: 12px;
}
#signup:hover,
#submit:hover,
#submit-caregivers:hover,
#submit-patient:hover {
  border: 2px solid #064938;
  background: #ffffff;
  color: #064938;
}
#signup:hover::after,
#submit:hover::after,
#submit-caregivers:hover::after,
#submit-patient:hover::after {
  background-image: url('../../../content/dam/mg-united-eu/icons/arrow-btn-dark-green.svg');
}
#skip,
#skip-caregivers {
  padding: 10px 30px 10px 21px;
  border-radius: 30px;
  background-color: #e6f0d8;
  border-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #064938;
  text-transform: uppercase;
}
#skip::after,
#skip-caregivers::after {
  content: "";
  background-image: url(../../../content/dam/mg-united-eu/icons/arrow-btn-dark-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 17px;
  height: 16px;
  top: 4px;
  margin-left: 12px;
}
#skip:hover,
#skip-caregivers:hover {
  border: 2px solid #e6f0d8;
  background: #ffffff;
  color: #064938;
}
#skip:hover::after,
#skip-caregivers:hover::after {
  background-image: url('../../../content/dam/mg-united-eu/icons/arrow-btn-light-green.svg');
}
.custom-error-message {
  font-family: "Greycliff CF", 'serif' !important;
  color: #d0451b;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.check-box-alignment {
  display: flex;
  flex: 1 0 40%;
  gap: 10px;
}
.check-box-alignment .cmp-form-options__field-description {
  line-height: 15px;
  font-size: 14px;
}
.list__with--bg-color {
  background-color: rgba(230, 240, 216, 0.6);
  border-radius: 10px;
  padding: 20px;
}
.list__with--bg-color__single {
  padding: 20px;
}
.list__with--bg-color__single fieldset {
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .list__with--bg-color:not(.list__with--bg-color__single) fieldset {
    flex-direction: row;
  }
}
.list__with--bg-color fieldset {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20%;
  row-gap: 20px;
}
.list__with--bg-color fieldset legend {
  display: none;
}
.btn-alignment div:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
}
.custom-form-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 992px) {
  .custom-form-text {
    padding-left: 25px;
  }
}
.custom__form--title div:nth-of-type(1) {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  max-width: 80%;
  margin-bottom: 10px;
}
.custom__form--title h3 {
  font-size: 14px;
  font-family: "Greycliff CF Bold", 'serif';
  color: #064938;
  line-height: 18px;
  margin-bottom: 0px;
}
.custom__form--title p {
  font-size: 14px;
  font-family: "Greycliff CF", 'serif';
  color: #064938;
  line-height: 18px;
  margin-bottom: 0px;
}
.options fieldset {
  display: flex;
  flex-direction: column;
}
.options fieldset .custom-select-wrapper {
  margin-top: 5px;
}
.set-value .check-box-alignment {
  flex-wrap: wrap;
  row-gap: 0;
}
.set-value .check-box-alignment .custom-error-message {
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .set-value .check-box-alignment .custom-error-message {
    padding-left: 25px;
  }
}
.set-value .check-box-alignment .cmp-form-options__field-description {
  flex: 1;
}
@media (min-width: 992px) {
  #patient-container .text-icon-alignment h2,
  #caregiver-container .text-icon-alignment h2,
  #signup-container .text-icon-alignment h2 {
    max-width: 502px;
  }
  #patient-container .text-icon-alignment h2 img,
  #caregiver-container .text-icon-alignment h2 img,
  #signup-container .text-icon-alignment h2 img {
    top: -19px;
    left: 521px;
    right: 0;
  }
}
.spacer .cmp-spacer {
  height: var(--smallHeight);
}
@media (min-width: 768px) {
  .spacer .cmp-spacer {
    height: var(--largeHeight) !important;
  }
}
@media (min-width: 1024px) {
  .spacer .cmp-spacer {
    height: var(--mediumHeight) !important;
  }
}
.color-utilities--text-white {
  color: #ffffff;
}
.color-utilities--text-black {
  color: #000000;
}
.color-utilities--text-dark-grey {
  color: #393e41;
}
.color-utilities--text-green {
  color: #91c353;
}
.color-utilities--text-dark-green {
  color: #064938;
}
.color-utilities--text-orange {
  color: #eca400;
}
.color-utilities--text-red {
  color: #d0451b;
}
.color-utilities--bg-white {
  background-color: #ffffff;
}
.color-utilities--bg-black {
  background-color: #000000;
}
.color-utilities--bg-dark-grey {
  background-color: #393e41;
}
.color-utilities--bg-lighter-grey {
  background-color: #f3f3f3;
}
.color-utilities--bg-green {
  background-color: #91c353;
}
.color-utilities--bg-dark-green {
  background-color: #064938;
}
.color-utilities--bg-light-dark-green {
  background-color: rgba(6, 73, 56, 0.3);
}
.color-utilities--bg-lighter-dark-green {
  background-color: rgba(6, 73, 56, 0.05);
}
.color-utilities--bg-orange {
  background-color: #eca400;
}
.color-utilities--bg-light-orange {
  background-color: rgba(236, 164, 0, 0.3);
}
.color-utilities--bg-red {
  background-color: #d0451b;
}
.color-utilities--bg-light-red {
  background-color: rgba(208, 69, 27, 0.3);
}
.color-utilities--bg-lighter-red {
  background-color: rgba(208, 69, 27, 0.05);
}
.bold-font__color--red b {
  color: #d0451b;
}
.bold-font__color--green b {
  color: #91c353;
}
.bold-font__color--orange b {
  color: #eca400;
}
.highlight-text__color--red {
  color: #d0451b;
}
.highlight-text__color--green {
  color: #91c353;
}
.highlight-text__color--orange {
  color: #eca400;
}
.title__color--red .cmp-teaser__title {
  color: #d0451b;
}
.title__color--green .cmp-teaser__title {
  color: #91c353;
}
.title__color--orange .cmp-teaser__title {
  color: #eca400;
}
.title__color--dark-green .cmp-teaser__title {
  color: #064938;
}
.title__color--black .cmp-teaser__title {
  color: #000000;
}
