@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/ewc6fhd.css");
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/** 
 * Handle embedded video responsively
 */
.video-wrapper {
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .video-wrapper .video {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */ }
    .video-wrapper .video iframe, .video-wrapper .video img {
      border: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-wrapper .video button {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
    .video-wrapper .video.active button {
      display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'PF DinText Std Regular';
  font-style: normal;
  src: url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-regular/pfdintextstd-reg-webfont.eot");
  src: url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-regular/pfdintextstd-reg-webfont.eot#iefix") format("embedded-opentype"), url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-regular/pfdintextstd-reg-webfont.woff") format("woff"), url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-regular/pfdintextstd-reg-webfont.ttf") format("truetype"), url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-regular/pfdintextstd-reg-webfont.svg") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'PF DinText Std Bold';
  font-style: normal;
  src: url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-bold/pfdintextstd-bold-webfont.eot");
  src: url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-bold/pfdintextstd-bold-webfont#iefix") format("embedded-opentype"), url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-bold/pfdintextstd-bold-webfont.woff") format("woff"), url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-bold/pfdintextstd-bold-webfont.ttf") format("truetype"), url("https://www.royalmail.com/themes/custom/rmlcwr/fonts/pf-din-text-std/pf-din-text-std-bold/pfdintextstd-bold-webfont.svg") format("svg");
  font-display: swap; }

/**
 * Variables
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Screenreader only – accessible hiding
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
@media (min-width: 850px) {
  .nowrap {
    white-space: nowrap; } }

.header {
  position: absolute;
  width: 100%;
  z-index: 1; }
  .header__container {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    @media (min-width: 1000px) {
      .header__container {
        padding-top: 2.25rem !important; } }
  .header__logo {
    background: url("/sites/royalmail.com/files/2023-01/rm-cruciform-wo.png") no-repeat center center;
    background-size: contain;
    width: 107px;
    height: 69px;
    overflow: hidden;
    text-indent: -999em; }
    @media (min-width: 850px) {
      .header__logo {
        width: 108px;
        height: 70px; } }
  .header__info {
    width: 200px;
    text-align: right; }

.footer {
  background-color: #404044;
  color: #fff;
  text-align: center;
  font-size: 1em;
  position: relative;
  padding-top: 50px; }
  @media (min-width: 1000px) {
    .footer {
      margin-top: 20px; } }
  .footer::before {
    content: '';
    background: url("/sites/royalmail.com/files/2023-06/easymail-23-1-footer.png") no-repeat center bottom;
    background-size: auto 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    transform: translateY(-50%);
    z-index: 2; }
    @media (min-width: 1000px) {
      .footer::before {
        background-size: 100% 100%;
        height: 140px; } }
  @media (min-width: 850px) {
    .footer {
      text-align: left; } }
  .footer a {
    font-family: 'PF DinText Std Regular', sans-serif;
    color: inherit;
    text-decoration: none; }
    @media (min-width: 850px) {
      .footer a {
        display: block;
        padding: 0 1em; } }
  .footer__logo {
    width: 73px;
    height: auto;
    margin-bottom: 2em; }
    @media (min-width: 850px) {
      .footer__logo {
        width: 114px; } }
  @media (min-width: 850px) {
    .footer__nav {
      margin-left: -1em; } }
  .footer__nav .list__item {
    margin: .5em 0; }
    @media (min-width: 850px) {
      .footer__nav .list__item {
        display: inline-block;
        border-left: 1px solid #fff; }
        .footer__nav .list__item:first-child {
          border: none; } }
  .footer p {
    margin: 2em 0;
    max-width: 800px; }

body {
  font-family: 'PF DinText Std Regular', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: antialiased; }

p {
  margin: 0 0 1em 0; }

b {
  font-family: 'PF DinText Std Bold', sans-serif;
  font-weight: normal; }

a {
  font-family: 'PF DinText Std Bold', sans-serif;
  font-weight: normal;
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

sup {
  position: relative;
  top: -0.5em;
  font-size: .6em; }

main {
  position: relative;
  overflow: hidden; }

/**
 * Container
 */
.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.95rem 1.5rem;
  position: relative; }
  @media (max-width: 849px) {
    .container {
      max-width: 650px; } }
  @media (min-width: 1000px) {
    .container {
      max-width: 1100px;
      padding: 3rem 1.5rem; } }
  @media (min-width: 1260px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1000px) {
    .container--wide {
      max-width: 1220px; } }
/**
 * Button
 */
.button, .form__button {
  font-size: 1rem;
  background-color: #DA202A;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  padding: 1.1538461538rem 2.25rem;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 850px) {
    .button, .form__button {
      font-size: 1.0625rem; } }
  @media (min-width: 1000px) {
    .button, .form__button {
      font-size: 1.125rem; } }
  .button--reverse, .form__button {
    background-color: #fff;
    color: #DA202A; }
  .button--stretch {
    display: block; }

/**
 * Image
 */
.image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }
  .image--icon {
    max-height: 50px;
    margin-right: .5rem; }
  .image--inline {
    display: inline-block; }

/**
 * Card
 */
.card {
  box-sizing: border-box;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .card[class*=u-bg-color] {
    padding: 1.5rem 3rem; }
  .card--number {
    transform: translateY(-35px);
    padding-top: 35px !important; }
  .card__header {
    align-items: center;
    padding-bottom: 1.95rem;
    width: 100%; }
  .card__body {
    width: 100%; }
  .card__footer {
    margin-top: auto;
    padding-top: 1.5rem;
    min-height: 1px; }
  .card__image {
    margin: 1em auto 2em auto;
    max-width: 150px; }

/**
 * List
 */
.list {
  list-style: none;
  padding: 0; }
  .list--ordered {
    counter-reset: list-number;
    margin-bottom: 0.1em; }
  .list--bullet {
    margin: 1em 0; }
  .list__item {
    position: relative; }
    .list--bullet .list__item {
      padding-left: 20px;
      margin: 1em 0; }
      .list--bullet .list__item::before {
        content: '';
        display: block;
        background-color: #DA202A;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(70%); }
    .list__item--number {
      counter-increment: list-number;
      position: relative;
      display: flex;
      margin: 1em 0; }
      .list__item--number::before {
        font-family: futura-pt-bold, sans-serif;
        content: counter(list-number);
        align-items: center;
        background-color: #DA202A;
        border-radius: 50%;
        color: #fff;
        font-size: 1.5625rem;
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px;
        z-index: 2;
        margin-right: 1rem;
        flex: 0 0 auto; }
  .list--accent-white .list__item::before {
    background-color: #fff; }
  .list--accent-white .list__item::after {
    border-left-color: #fff; }
  .list__item--accent-white::before {
    background-color: #fff; }
  .list--accent-green .list__item::before {
    background-color: #A2BB57; }
  .list--accent-green .list__item::after {
    border-left-color: #A2BB57; }
  .list__item--accent-green::before {
    background-color: #A2BB57; }
  .list--accent-green-light .list__item::before {
    background-color: rgba(162, 187, 87, 0.7); }
  .list--accent-green-light .list__item::after {
    border-left-color: rgba(162, 187, 87, 0.7); }
  .list__item--accent-green-light::before {
    background-color: rgba(162, 187, 87, 0.7); }
  .list--accent-green-dark .list__item::before {
    background-color: #1B764C; }
  .list--accent-green-dark .list__item::after {
    border-left-color: #1B764C; }
  .list__item--accent-green-dark::before {
    background-color: #1B764C; }
  .list--accent-yellow .list__item::before {
    background-color: #F8DC4A; }
  .list--accent-yellow .list__item::after {
    border-left-color: #F8DC4A; }
  .list__item--accent-yellow::before {
    background-color: #F8DC4A; }
  .list--accent-orange .list__item::before {
    background-color: #F18700; }
  .list--accent-orange .list__item::after {
    border-left-color: #F18700; }
  .list__item--accent-orange::before {
    background-color: #F18700; }
  .list--accent-pink .list__item::before {
    background-color: #F4AEBA; }
  .list--accent-pink .list__item::after {
    border-left-color: #F4AEBA; }
  .list__item--accent-pink::before {
    background-color: #F4AEBA; }
  .list--accent-red .list__item::before {
    background-color: #DA202A; }
  .list--accent-red .list__item::after {
    border-left-color: #DA202A; }
  .list__item--accent-red::before {
    background-color: #DA202A; }
  .list--accent-red-bright .list__item::before {
    background-color: #F93F39; }
  .list--accent-red-bright .list__item::after {
    border-left-color: #F93F39; }
  .list__item--accent-red-bright::before {
    background-color: #F93F39; }
  .list--accent-red-dark .list__item::before {
    background-color: #C72628; }
  .list--accent-red-dark .list__item::after {
    border-left-color: #C72628; }
  .list__item--accent-red-dark::before {
    background-color: #C72628; }
  .list--accent-blue-dark .list__item::before {
    background-color: #003B51; }
  .list--accent-blue-dark .list__item::after {
    border-left-color: #003B51; }
  .list__item--accent-blue-dark::before {
    background-color: #003B51; }
  .list--accent-grey .list__item::before {
    background-color: #F2F0F0; }
  .list--accent-grey .list__item::after {
    border-left-color: #F2F0F0; }
  .list__item--accent-grey::before {
    background-color: #F2F0F0; }
  .list--accent-grey-medium .list__item::before {
    background-color: #707070; }
  .list--accent-grey-medium .list__item::after {
    border-left-color: #707070; }
  .list__item--accent-grey-medium::before {
    background-color: #707070; }
  .list--accent-grey-dark .list__item::before {
    background-color: #404044; }
  .list--accent-grey-dark .list__item::after {
    border-left-color: #404044; }
  .list__item--accent-grey-dark::before {
    background-color: #404044; }
  .list--accent-black .list__item::before {
    background-color: #000; }
  .list--accent-black .list__item::after {
    border-left-color: #000; }
  .list__item--accent-black::before {
    background-color: #000; }

/**
 * Columns
 */
.columns {
  display: flex;
  justify-content: space-around;
  position: relative; }
  @media (max-width: 849px) {
    .columns {
      flex-direction: column;
      margin: -1.5rem 0; } }
  @media (min-width: 850px) {
    .columns {
      margin: 1.5rem -1.5rem; } }
  @media (min-width: 850px) {
    .columns--divider::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      border-left: 1px solid #707070; } }
  .columns__col {
    flex: 0 1 50%;
    padding: 1.5rem 0; }
    @media (min-width: 850px) {
      .columns__col {
        padding: 0 1.5rem; } }
/**
 * Panel
 */
.panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.25rem 1.5rem;
  border-radius: 20px; }
  .panel *:first-child {
    margin-top: 0; }
  .panel *:last-child {
    margin-bottom: 0; }

/**
 * Heading
 */
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-family: 'PF DinText Std Bold', sans-serif;
  font-weight: normal;
  color: #DA202A;
  line-height: 1.2; }
  .heading-2:first-child,
  .heading-3:first-child,
  .heading-4:first-child,
  .heading-5:first-child,
  .heading-6:first-child {
    margin-top: 0; }

.heading-1 {
  margin-top: 0; }

.heading-2 {
  font-size: 1.625rem;
  margin: 0 0 .75em 0; }
  @media (min-width: 1000px) {
    .heading-2 {
      font-size: 1.875rem; } }
.heading-3 {
  font-size: 1.5rem; }

.heading-4 {
  font-size: 1em;
  margin: 1em 0 .5em 0; }

.heading-5 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 1.5em 0 .75em 0; }

.heading-6 {
  font-size: 1em;
  margin: 2em 0 .5em 0; }

.heading-light {
  font-family: 'PF DinText Std Regular', sans-serif;
  color: inherit;
  font-size: .75em; }

/**
 * Form
 */
.form {
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
  text-align: left;
  border-radius: 5px;
  /* FORM VALIDATION STYLING */ }
  .form__fieldset {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0; }
    .form__fieldset--account, .form__fieldset--quantity {
      font-size: .9em; }
    .form__fieldset--consent {
      font-size: .9em;
      margin-top: 1em; }
      @media (min-width: 1000px) {
        .form__fieldset--consent {
          font-size: .8em; } }
  .form__label {
    margin-top: .5em; }
    .form__label--hidden {
      display: none; }
  .form__input {
    font-family: 'PF DinText Std Regular', sans-serif;
    border: 0;
    box-sizing: border-box;
    font-size: .9em;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 6px 10px;
    margin: 10px 0; }
    .form__input:first-of-type {
      margin-top: 0; }
    .form__input::placeholder {
      color: #000; }
  .form__select-wrapper {
    background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='12' height='15' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
    background-position: right 5px top 50%;
    margin: 10px 0 0 0;
    padding: 6px 10px; }
  .form__select {
    appearance: none;
    background: none;
    border: none;
    box-sizing: content-box;
    color: black !important;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    width: 100%; }
  .form__radio-group {
    display: flex;
    justify-content: flex-start;
    margin: .5em 0;
    max-width: 300px; }
  .form__radio {
    flex: 1 1 auto; }
  .form__radio-input {
    margin-right: 5px; }
  .form__checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: .5em 0;
    max-width: 400px; }
  .form__checkbox {
    flex: 1 1 auto; }
    @media (min-width: 1000px) {
      .form__checkbox {
        flex-basis: 50%; } }
  .form__checkbox-input {
    margin-right: 5px; }
  .form__checkbox-label {
    margin-right: 5px; }
  .form__notice {
    font-size: .9em; }
    @media (min-width: 1000px) {
      .form__notice {
        font-size: .8em; } }
  .form__sign-off {
    font-family: 'PF DinText Std Regular', sans-serif;
    margin-top: .5em;
    margin-bottom: -1.5rem;
    font-size: 1.375rem;
    width: 70%; }
  .form__button {
    font-family: 'PF DinText Std Bold', sans-serif;
    font-weight: normal;
    border: 0;
    float: right;
    margin: -.6em 0 0 0;
    padding: .5rem 1rem; }
  .form--confirmation .heading-3 {
    margin: 0 0 .5em 0; }
  .form--confirmation p {
    font-size: 1em; }
    .form--confirmation p:last-of-type {
      margin-bottom: 0; }
  .form input.parsley-success {
    background-color: #DFF0D8 !important;
    color: #1B764C !important;
    margin-bottom: 7px; }
  .form input.parsley-error {
    background-color: #F2DEDE !important;
    color: #DA202A !important;
    margin-bottom: 7px; }
  .form .parsley-errors-list,
  .form .parsley-errors-list li {
    padding: 0;
    margin: 0 0 .5em 0;
    list-style: none;
    color: #fff;
    font-size: 1rem; }

/**
 * Blockquote
 */
.blockquote {
  margin: 0; }
  .blockquote__wrapper {
    margin: 0; }
    .blockquote--quotes .blockquote__wrapper {
      margin: 0 1.5rem; }
  .blockquote__quote {
    font-size: 1.125rem;
    font-style: italic;
    margin: .75em 0 .5em 0;
    position: relative; }
    @media (min-width: 1000px) {
      .blockquote__quote {
        font-size: 1.25rem; } }
    .blockquote__quote--open::before, .blockquote__quote--open::after, .blockquote__quote--close::before, .blockquote__quote--close::after {
      content: '';
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      margin: -1em auto;
      width: 38px;
      height: 28px;
      position: relative; }
    .blockquote__quote--open::before {
      background-image: url("/sites/royalmail.com/files/2023-06/easymail-23-1-quote-open.png");
      left: -.5em;
      top: -.75em;
      margin-left: -38px; }
    .blockquote__quote--open::after {
      display: none; }
    .blockquote__quote--close::before {
      display: none; }
    .blockquote__quote--close::after {
      background-image: url("/sites/royalmail.com/files/2023-06/easymail-23-1-quote-close.png");
      right: -.5em;
      bottom: .5em;
      margin-right: -38px; }
  .blockquote__caption {
    font-family: 'PF DinText Std Bold', sans-serif;
    font-weight: normal;
    font-size: 1rem; }
  .blockquote__cite {
    font-family: 'PF DinText Std Regular', sans-serif;
    display: block;
    font-style: normal; }

/**
 * Section overides
 */
.section {
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 849px) {
    .section--1 .section__container {
      padding-top: 140px;
      padding-bottom: 95px; } }
  @media (min-width: 850px) {
    .section--1 .section__container {
      padding-top: 230px;
      min-height: 640px; } }
  .section--1 .section__container::before {
    content: '';
    display: block;
    position: absolute; }
    @media (max-width: 849px) {
      .section--1 .section__container::before {
        background: url("/sites/royalmail.com/files/2023-06/easymail-23-1-s1-bg-2-mob.png") no-repeat center bottom;
        background-size: contain;
        height: 400px;
        width: 700px;
        z-index: 2;
        left: 50%;
        bottom: -110px;
        transform: translateX(-48%); } }
    @media (min-width: 850px) {
      .section--1 .section__container::before {
        background: url("/sites/royalmail.com/files/2023-06/easymail-23-1-s1-bg.png") no-repeat center bottom;
        background-size: contain;
        height: 110%;
        width: 670px;
        z-index: 2;
        right: 230px;
        bottom: -18%;
        transform: translateX(30%); } }
    @media (min-width: 850px) {
      .section--1 .section__container::before {
        right: 230px;
        transform: translateX(30%); } }
    @media (min-width: 1000px) {
      .section--1 .section__container::before {
        transform: translateX(23%); } }
  .section--1 .section__heading {
    max-width: 100%;
    margin: 0 auto; }
  @media (max-width: 849px) {
    .section--1 .section__lead-in {
      display: none; } }
  @media (min-width: 850px) {
    .section--1 .section__lead-in {
      font-size: 1.375rem;
      padding-left: 19%;
      margin-top: 1.5rem;
      width: 15em; } }
  @media (min-width: 850px) {
    .section--1 .section__body {
      width: 50%; } }
  @media (min-width: 1000px) {
    .section--1 .section__body {
      width: 55%; } }
  .section--1 .section__form {
    position: relative;
    z-index: 100; }
    @media (max-width: 849px) {
      .section--1 .section__form {
        margin-top: 220px; } }
    @media (min-width: 850px) {
      .section--1 .section__form {
        width: 240px;
        position: absolute;
        right: 1.5rem;
        top: 130px; } }
    @media (min-width: 1260px) {
      .section--1 .section__form {
        right: 0; } }
    @media (max-width: 849px) {
      .section--1 .section__form::before {
        content: '';
        display: block;
        position: absolute;
        background: url("/sites/royalmail.com/files/2023-06/easymail-23-1-s1-bg-1-mob.png") no-repeat center bottom;
        background-size: contain;
        width: 100%;
        height: 210px;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 0); } }
  .section--2 .section__container {
    z-index: 3; }
    @media (min-width: 850px) {
      .section--2 .section__container {
        padding-top: 80px; } }
  @media (min-width: 850px) {
    .section--2 .section__lead-in {
      display: none; } }
  @media (max-width: 849px) {
    .section--2 .section__lead-in {
      font-size: 1.5625rem;
      max-width: 350px;
      margin: 1.5rem auto; } }
  .section--2 .section__stat {
    max-width: 400px;
    width: 100%; }
  .section--3 .section__heading {
    height: 28px; }
  .section--3 .section__col {
    flex: 1 0 auto; }
    @media (max-width: 849px) {
      .section--3 .section__col {
        padding: 0;
        margin: -1em; } }
  .section--3 .section__or {
    height: 28px; }
  .section--3 .section__footer {
    max-width: 500px;
    margin: 1.5rem auto 0 auto; }
  .section--4 .section__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 849px) {
      .section--4 .section__container {
        padding-bottom: 190px; } }
    @media (min-width: 850px) {
      .section--4 .section__container {
        padding-bottom: 5em; } }
    .section--4 .section__container::before, .section--4 .section__container::after {
      content: '';
      background-position: center bottom;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: absolute; }
    @media (min-width: 850px) {
      .section--4 .section__container::before {
        background-image: url("/sites/royalmail.com/files/2023-06/easymail-23-1-s4-bg-1.png");
        width: 195px;
        height: 304px;
        left: 0;
        bottom: 0; } }
    .section--4 .section__container::after {
      background-image: url("/sites/royalmail.com/files/2023-06/easymail-23-1-s4-bg-2.png");
      width: 100%;
      height: 190px;
      bottom: 0; }
      @media (min-width: 850px) {
        .section--4 .section__container::after {
          width: 206px;
          height: 291px;
          right: 0; } }
  .section--4 .section__heading {
    max-width: 350px;
    width: 100%; }
    @media (min-width: 850px) {
      .section--4 .section__heading {
        max-width: 800px; } }
  .section--4 .section__body {
    max-width: 685px; }
    @media (min-width: 850px) {
      .section--4 .section__body {
        padding: 0 230px; } }
    @media (min-width: 1000px) {
      .section--4 .section__body {
        margin-top: 1.5rem; } }
  .section--5 .section__heading {
    max-width: 350px;
    width: 100%; }
    @media (min-width: 850px) {
      .section--5 .section__heading {
        max-width: 380px; } }
  @media (max-width: 849px) {
    .section--5 .section__col {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 850px) {
    .section--5 .section__col {
      padding: 0 1.5rem;
      margin-bottom: -6em; } }
  @media (min-width: 1000px) {
    .section--5 .section__col {
      padding: 0 3rem;
      max-width: 420px; } }
  @media (min-width: 1260px) {
    .section--5 .section__col {
      padding: 0 4.5rem; } }
  @media (min-width: 850px) {
    .section--5 .section__card {
      position: relative;
      transform: translateY(-14%); } }
  .section--6 .section__col {
    flex: 0 1 50%; }
  .section--6 .section__logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 850px) {
      .section--6 .section__logo-wrapper {
        min-height: 220px; } }
  .section--6 .section__logo-1 {
    width: 185px;
    height: 220px; }
  .section--6 .section__logo-2 {
    width: 340px;
    height: 98px; }
  .section--6 .section__heading-2 {
    font-size: 1.5rem;
    text-transform: uppercase; }
    @media (min-width: 1000px) {
      .section--6 .section__heading-2 {
        font-size: 1.5625rem; } }
  .section--6 .section__heading-3 {
    margin-bottom: 0; }
  .section--6 .section__heading-4 {
    margin-top: .25em; }
  .section--6 .section__blockquote {
    max-width: 460px;
    margin: 0 auto; }

/**
 * Color
 */
.u-color-white {
  color: #fff; }

.u-bg-color-white {
  background-color: #fff;
  fill: #fff; }

.u-color-green {
  color: #A2BB57; }

.u-bg-color-green {
  background-color: #A2BB57;
  fill: #A2BB57; }

.u-color-green-light {
  color: rgba(162, 187, 87, 0.7); }

.u-bg-color-green-light {
  background-color: rgba(162, 187, 87, 0.7);
  fill: rgba(162, 187, 87, 0.7); }

.u-color-green-dark {
  color: #1B764C; }

.u-bg-color-green-dark {
  background-color: #1B764C;
  fill: #1B764C; }

.u-color-yellow {
  color: #F8DC4A; }

.u-bg-color-yellow {
  background-color: #F8DC4A;
  fill: #F8DC4A; }

.u-color-orange {
  color: #F18700; }

.u-bg-color-orange {
  background-color: #F18700;
  fill: #F18700; }

.u-color-pink {
  color: #F4AEBA; }

.u-bg-color-pink {
  background-color: #F4AEBA;
  fill: #F4AEBA; }

.u-color-red {
  color: #DA202A; }

.u-bg-color-red {
  background-color: #DA202A;
  fill: #DA202A; }

.u-color-red-bright {
  color: #F93F39; }

.u-bg-color-red-bright {
  background-color: #F93F39;
  fill: #F93F39; }

.u-color-red-dark {
  color: #C72628; }

.u-bg-color-red-dark {
  background-color: #C72628;
  fill: #C72628; }

.u-color-blue-dark {
  color: #003B51; }

.u-bg-color-blue-dark {
  background-color: #003B51;
  fill: #003B51; }

.u-color-grey {
  color: #F2F0F0; }

.u-bg-color-grey {
  background-color: #F2F0F0;
  fill: #F2F0F0; }

.u-color-grey-medium {
  color: #707070; }

.u-bg-color-grey-medium {
  background-color: #707070;
  fill: #707070; }

.u-color-grey-dark {
  color: #404044; }

.u-bg-color-grey-dark {
  background-color: #404044;
  fill: #404044; }

.u-color-black {
  color: #000; }

.u-bg-color-black {
  background-color: #000;
  fill: #000; }

/**
 * Utilities / Helpers
 */
.u-align-left {
  text-align: left; }

.u-align-center {
  text-align: center; }

.u-align-right {
  text-align: right; }

@media (min-width: 850px) {
  .u-align-md-left {
    text-align: left; }
  .u-align-md-center {
    text-align: center; }
  .u-align-md-right {
    text-align: right; } }

@media (min-width: 1000px) {
  .u-align-lg-left {
    text-align: left; }
  .u-align-lg-center {
    text-align: center; }
  .u-align-lg-right {
    text-align: right; } }

.u-justify-center {
  justify-content: center; }

.u-justify-left {
  justify-content: flex-start; }

.u-justify-right {
  justify-content: flex-end; }

.u-justify-space-between {
  justify-content: space-between; }

.u-align-items-center {
  align-items: center; }

.u-align-items-start {
  align-items: flex-start; }

.u-align-items-end {
  align-items: flex-end; }

.u-align-self-start {
  align-self: flex-start; }

.u-align-self-center {
  align-self: center; }

.u-align-self-end {
  align-self: flex-end; }

.u-order-1 {
  order: 1; }

.u-order-2 {
  order: 2; }

.u-order-3 {
  order: 3; }

@media (min-width: 850px) {
  .u-order-md-1 {
    order: 1; }
  .u-order-md-2 {
    order: 2; }
  .u-order-md-3 {
    order: 3; } }

.u-highlight {
  font-family: 'PF DinText Std Bold', sans-serif;
  font-weight: normal;
  color: #DA202A; }

.u-lead-in {
  font-family: 'PF DinText Std Bold', sans-serif;
  font-weight: normal;
  line-height: 1.2; }

.u-caps {
  text-transform: uppercase; }

.u-block {
  display: block; }

.u-inline {
  display: inline; }

.u-nowrap {
  white-space: nowrap; }

.u-small-text {
  display: block;
  font-family: inherit !important;
  font-size: .7em;
  margin-top: .5em; }

.u-max-width-sm {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto; }

.u-max-width-md {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto; }

.u-max-width-lg {
  max-width: 44em;
  margin-left: auto;
  margin-right: auto; }

.u-max-width-xl {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 575px) {
  .u-show-sm {
    display: none; } }

@media (max-width: 849px) {
  .u-show-md {
    display: none; } }

@media (max-width: 999px) {
  .u-show-lg {
    display: none; } }

@media (min-width: 576px) {
  .u-hide-sm {
    display: none; } }

@media (min-width: 850px) {
  .u-hide-md {
    display: none; } }

@media (min-width: 1000px) {
  .u-hide-lg {
    display: none; } }

.u-padding-top-0 {
  padding-top: 0 !important; }

.u-padding-bottom-0 {
  padding-bottom: 0 !important; }

.u-padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-margin-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-margin-top-0 {
  margin-top: 0 !important; }

.u-margin-top-grid {
  margin-top: 1.5rem !important; }

.u-margin-top-grid-2x {
  margin-top: 1.5rem !important; }
  @media (min-width: 850px) {
    .u-margin-top-grid-2x {
      margin-top: 3rem !important; } }
.u-margin-bottom-0 {
  margin-bottom: 0 !important; }

.u-margin-bottom-grid {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-grid-2x {
  margin-bottom: 1.5rem !important; }
  @media (min-width: 850px) {
    .u-margin-bottom-grid-2x {
      margin-bottom: 3rem !important; } }
