@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-square .mfp-iframe-holder .mfp-content {
  max-width: 600px;
}

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

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

.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;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@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
 *
**/
@media (min-width: 850px) {
  .nowrap {
    white-space: nowrap;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header__container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  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 {
  display: flex;
  font-size: 0.875rem;
}
@media (max-width: 849px) {
  .header__info {
    flex-direction: column;
    width: 60%;
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .header__info {
    font-size: 1rem;
  }
}
@media (min-width: 850px) {
  .header__info {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  background-color: #F2F0F0;
  box-sizing: border-box;
  color: #404044;
  padding: 0.5em 1em;
  text-align: center;
}
@media (min-width: 850px) {
  .header__contact {
    width: 265px;
  }
}
.header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  background-color: #DA202A;
  box-sizing: border-box;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
}
@media (min-width: 850px) {
  .header__link {
    width: auto;
    white-space: nowrap;
  }
}

.footer {
  background-color: #404044;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  position: relative;
  padding-top: 50px;
}
@media (min-width: 850px) {
  .footer {
    text-align: left;
  }
}
.footer a {
  font-family: "PF DinText Std Regular", sans-serif;
  color: inherit;
  text-decoration: none;
}
.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: 0.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;
  }
}
@media (min-width: 850px) {
  .footer__nav .list__item a {
    display: block;
    padding: 0 1em;
  }
}
.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: 0.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: 0.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;
  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;
}

/**
 * Grid
 */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-bottom: -1.5rem;
}
.grid--justify-center {
  justify-content: center;
}
.grid--justify-left {
  justify-content: flex-start;
}
.grid--justify-right {
  justify-content: flex-end;
}
.grid--justify-space-between {
  justify-content: space-between;
}
.grid--align-center {
  align-items: center;
}
.grid--align-start {
  align-items: flex-start;
}
.grid--align-end {
  align-items: flex-end;
}
@media (min-width: 1000px) {
  .grid--spaced {
    margin-left: -3rem;
  }
  .grid--spaced .grid__item {
    padding-left: 3rem;
  }
}
.grid__item {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
.grid__item--col-1 {
  width: calc(100% / 12 * 1);
}
.grid__item--offset-1 {
  margin-left: calc(100% / 12 * 1);
}
.grid__item--col-2 {
  width: calc(100% / 12 * 2);
}
.grid__item--offset-2 {
  margin-left: calc(100% / 12 * 2);
}
.grid__item--col-3 {
  width: calc(100% / 12 * 3);
}
.grid__item--offset-3 {
  margin-left: calc(100% / 12 * 3);
}
.grid__item--col-4 {
  width: calc(100% / 12 * 4);
}
.grid__item--offset-4 {
  margin-left: calc(100% / 12 * 4);
}
.grid__item--col-5 {
  width: calc(100% / 12 * 5);
}
.grid__item--offset-5 {
  margin-left: calc(100% / 12 * 5);
}
.grid__item--col-6 {
  width: calc(100% / 12 * 6);
}
.grid__item--offset-6 {
  margin-left: calc(100% / 12 * 6);
}
.grid__item--col-7 {
  width: calc(100% / 12 * 7);
}
.grid__item--offset-7 {
  margin-left: calc(100% / 12 * 7);
}
.grid__item--col-8 {
  width: calc(100% / 12 * 8);
}
.grid__item--offset-8 {
  margin-left: calc(100% / 12 * 8);
}
.grid__item--col-9 {
  width: calc(100% / 12 * 9);
}
.grid__item--offset-9 {
  margin-left: calc(100% / 12 * 9);
}
.grid__item--col-10 {
  width: calc(100% / 12 * 10);
}
.grid__item--offset-10 {
  margin-left: calc(100% / 12 * 10);
}
.grid__item--col-11 {
  width: calc(100% / 12 * 11);
}
.grid__item--offset-11 {
  margin-left: calc(100% / 12 * 11);
}
.grid__item--col-12 {
  width: calc(100% / 12 * 12);
}
.grid__item--offset-12 {
  margin-left: calc(100% / 12 * 12);
}
@media (min-width: 576px) {
  .grid__item--col-sm-1 {
    width: calc(100% / 12 * 1);
  }
  .grid__item--offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .grid__item--col-sm-2 {
    width: calc(100% / 12 * 2);
  }
  .grid__item--offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .grid__item--col-sm-3 {
    width: calc(100% / 12 * 3);
  }
  .grid__item--offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .grid__item--col-sm-4 {
    width: calc(100% / 12 * 4);
  }
  .grid__item--offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .grid__item--col-sm-5 {
    width: calc(100% / 12 * 5);
  }
  .grid__item--offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .grid__item--col-sm-6 {
    width: calc(100% / 12 * 6);
  }
  .grid__item--offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .grid__item--col-sm-7 {
    width: calc(100% / 12 * 7);
  }
  .grid__item--offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .grid__item--col-sm-8 {
    width: calc(100% / 12 * 8);
  }
  .grid__item--offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .grid__item--col-sm-9 {
    width: calc(100% / 12 * 9);
  }
  .grid__item--offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .grid__item--col-sm-10 {
    width: calc(100% / 12 * 10);
  }
  .grid__item--offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .grid__item--col-sm-11 {
    width: calc(100% / 12 * 11);
  }
  .grid__item--offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .grid__item--col-sm-12 {
    width: calc(100% / 12 * 12);
  }
  .grid__item--offset-sm-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 850px) {
  .grid__item--col-md-1 {
    width: calc(100% / 12 * 1);
  }
  .grid__item--offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .grid__item--col-md-2 {
    width: calc(100% / 12 * 2);
  }
  .grid__item--offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .grid__item--col-md-3 {
    width: calc(100% / 12 * 3);
  }
  .grid__item--offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .grid__item--col-md-4 {
    width: calc(100% / 12 * 4);
  }
  .grid__item--offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .grid__item--col-md-5 {
    width: calc(100% / 12 * 5);
  }
  .grid__item--offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .grid__item--col-md-6 {
    width: calc(100% / 12 * 6);
  }
  .grid__item--offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .grid__item--col-md-7 {
    width: calc(100% / 12 * 7);
  }
  .grid__item--offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .grid__item--col-md-8 {
    width: calc(100% / 12 * 8);
  }
  .grid__item--offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .grid__item--col-md-9 {
    width: calc(100% / 12 * 9);
  }
  .grid__item--offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .grid__item--col-md-10 {
    width: calc(100% / 12 * 10);
  }
  .grid__item--offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .grid__item--col-md-11 {
    width: calc(100% / 12 * 11);
  }
  .grid__item--offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .grid__item--col-md-12 {
    width: calc(100% / 12 * 12);
  }
  .grid__item--offset-md-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .grid__item--offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .grid__item--col-lg-1 {
    width: calc(100% / 12 * 1);
  }
  .grid__item--offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .grid__item--col-lg-2 {
    width: calc(100% / 12 * 2);
  }
  .grid__item--offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .grid__item--col-lg-3 {
    width: calc(100% / 12 * 3);
  }
  .grid__item--offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .grid__item--col-lg-4 {
    width: calc(100% / 12 * 4);
  }
  .grid__item--offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .grid__item--col-lg-5 {
    width: calc(100% / 12 * 5);
  }
  .grid__item--offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .grid__item--col-lg-6 {
    width: calc(100% / 12 * 6);
  }
  .grid__item--offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .grid__item--col-lg-7 {
    width: calc(100% / 12 * 7);
  }
  .grid__item--offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .grid__item--col-lg-8 {
    width: calc(100% / 12 * 8);
  }
  .grid__item--offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .grid__item--col-lg-9 {
    width: calc(100% / 12 * 9);
  }
  .grid__item--offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .grid__item--col-lg-10 {
    width: calc(100% / 12 * 10);
  }
  .grid__item--offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .grid__item--col-lg-11 {
    width: calc(100% / 12 * 11);
  }
  .grid__item--offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .grid__item--col-lg-12 {
    width: calc(100% / 12 * 12);
  }
  .grid__item--offset-lg-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .grid__item--offset-lg-0 {
    margin-left: 0;
  }
}

/**
 * List
 */
.list {
  list-style: none;
  padding: 0;
}
.list--ordered {
  counter-reset: list-number;
}
.list--bullet {
  margin: 1em 0;
}
.list__item {
  position: relative;
  margin-bottom: 1em;
}
.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;
}
.list__item--number::before {
  font-family: "PF DinText Std Bold", sans-serif;
  font-weight: normal;
  content: counter(list-number);
  align-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  display: flex;
  height: 25px;
  justify-content: center;
  width: 25px;
  z-index: 2;
  margin-bottom: 1.2rem;
  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;
}

/**
 * Tab list
 */
.tab-list {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 2;
}
@media (max-width: 999px) {
  .tab-list {
    margin-bottom: -2em;
  }
}
@media (min-width: 1000px) {
  .tab-list {
    justify-content: center;
  }
}
.tab-list__item {
  background: url("/business/sites/default/files/grow-22-1-tab.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  color: #DA202A;
  display: flex;
  font-size: 1.125rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-evenly;
  padding: 1rem;
  position: relative;
  width: 162px;
  min-height: 5rem;
  margin: 0 0.5rem 2rem 0.5rem;
  width: calc(50% - 1rem);
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .tab-list__item {
    width: calc(33.3333% - 1rem);
  }
}
@media (min-width: 1000px) {
  .tab-list__item {
    width: calc(20% - 1rem);
  }
}
.tab-list__item.is-active {
  background-image: url("/business/sites/default/files/grow-22-1-tab-active.png");
  color: #fff;
}
.tab-list__item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -1rem;
  height: 6px;
  background-color: #F18700;
  border-radius: 6px;
}
.tab-list__item.is-active .tab-list__link:visited {
  color: inherit;
}
.tab-list__item--green.is-active {
  background-image: url("/business/sites/default/files/grow-22-1-tab-active-green.png");
}
.tab-list__link {
  color: inherit;
  text-decoration: none;
}

/**
 * tab
 */
.tab {
  display: none;
}
.tab.is-active {
  display: block;
}
.tab__body {
  position: relative;
  padding-top: 0;
}
@media (max-width: 849px) {
  .tab__body {
    padding: 2rem;
  }
}
.tab__footer {
  background-color: #C72628;
  color: white;
  padding-top: 60px;
  padding-bottom: 3em;
  position: relative;
}
@media (min-width: 1000px) {
  .tab__footer {
    padding-top: 80px;
  }
}
.tab__footer::before {
  background: url("/business/sites/default/files/deliverchristmas-22-1-wave-footer.png") no-repeat center top;
  background-size: auto 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 10vw;
  min-height: 120px;
  transform: translateY(40%);
}
@media (min-width: 1000px) {
  .tab__footer::before {
    background-size: 100% 100%;
    height: 140px;
  }
}
/**
 * Columns

 */
.columns {
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 575px) {
  .columns {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .columns {
    padding: 2rem;
  }
}
@media (min-width: 576px) {
  .columns::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 1.5rem;
    bottom: 3rem;
    border-left: 2px solid red;
  }
}
@media (min-width: 576px) {
  .columns--green::after {
    border-color: #1B764C;
  }
}
@media (max-width: 575px) {
  .columns__col {
    border-bottom: 2px solid #DA202A;
    margin-bottom: 2.25rem;
    padding-bottom: 1.5rem;
  }
  .columns--green .columns__col {
    border-color: #1B764C;
  }
  .columns__col:last-child {
    border: none;
  }
}
@media (min-width: 576px) {
  .columns__col {
    flex: 0 0 40%;
  }
}

/**
 * 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 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 0.5em 0;
}

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

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

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

/**
 * Form
 */
.form {
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
  text-align: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  /* FORM VALIDATION STYLING */
}
.form__fieldset {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.form__fieldset--account, .form__fieldset--quantity {
  font-size: 0.9em;
}
.form__fieldset--consent {
  font-size: 0.9em;
  margin-top: 1em;
}
@media (min-width: 1000px) {
  .form__fieldset--consent {
    font-size: 0.8em;
  }
}
.form__label {
  margin-top: 0.5em;
}
.form__label--hidden {
  display: none;
}
.form__input {
  font-family: "PF DinText Std Regular", sans-serif;
  border: 0;
  box-sizing: border-box;
  font-size: 0.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: 0.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: 0.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: 0.9em;
}
@media (min-width: 1000px) {
  .form__notice {
    font-size: 0.8em;
  }
}
.form__sign-off {
  font-family: "PF DinText Std Regular", sans-serif;
  margin-top: 0.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: -0.6em 0 0 0;
  padding: 0.5rem 1rem;
}
.form--confirmation .heading-3 {
  margin: 0 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 0.5em 0;
  list-style: none;
  color: #DA202A;
  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: 0.75em 0 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: -0.5em;
  top: -0.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: -0.5em;
  bottom: 0.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::before {
    background-color: #F93F39;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
  }
}
@media (max-width: 849px) {
  .section--1 .section__container {
    padding-top: 160px;
  }
}
@media (min-width: 850px) {
  .section--1 .section__container {
    padding-top: 175px;
    min-height: 640px;
  }
}
.section--1 .section__container::before {
  content: "";
  display: block;
  position: absolute;
}
@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;
}
.section--1 .section__para-1 {
  margin: 2.5em 0;
}
@media (min-width: 850px) {
  .section--1 .section__para-1 {
    padding-right: 40%;
  }
}
@media (min-width: 1000px) {
  .section--1 .section__para-1 {
    padding-right: 30%;
  }
}
.section--1 .section__para-2 {
  font-family: "PF DinText Std Bold", sans-serif;
  font-weight: normal;
  padding-right: 50%;
  position: relative;
}
.section--1 .section__para-2::after {
  background: url("/sites/royalmail.com/files/2023-12/customer-23-2-s1.png") no-repeat center bottom;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 849px) {
  .section--1 .section__para-2::after {
    right: 0;
    top: 0;
    width: 206px;
    height: 286px;
  }
}
@media (min-width: 850px) {
  .section--1 .section__para-2::after {
    right: -3%;
    bottom: -1.5rem;
    width: 270px;
    height: 380px;
  }
}
@media (min-width: 1000px) {
  .section--1 .section__para-2::after {
    right: -14%;
  }
}
@media (min-width: 1260px) {
  .section--1 .section__para-2::after {
    right: -10%;
  }
}
.section--1 .section__body {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .section--1 .section__body {
    padding-bottom: 160px;
  }
}
@media (min-width: 576px) and (max-width: 849px) {
  .section--1 .section__body {
    padding-bottom: 200px;
  }
}
@media (min-width: 850px) {
  .section--1 .section__body {
    padding-right: 300px;
  }
}
@media (min-width: 1000px) {
  .section--1 .section__body {
    padding-right: 400px;
  }
}
.section--1 .section__form {
  position: relative;
  z-index: 100;
}
@media (min-width: 850px) {
  .section--1 .section__form {
    width: 265px;
    position: absolute;
    right: 1.5rem;
    top: 180px;
  }
}
@media (min-width: 1260px) {
  .section--1 .section__form {
    right: 0;
  }
}
.section--1-am .section__para-1 {
  margin: 2.5em 0;
  min-height: 15em;
  position: relative;
}
@media (max-width: 999px) {
  .section--1-am .section__para-1 {
    padding-right: 50%;
  }
}
@media (min-width: 850px) {
  .section--1-am .section__para-1 {
    min-height: 15em;
  }
}
@media (min-width: 1000px) {
  .section--1-am .section__para-1 {
    min-height: 12em;
    padding-right: 30%;
  }
}
.section--1-am .section__para-1::after {
  background: url("/sites/royalmail.com/files/2023-12/customer-23-2-s1.png") no-repeat center bottom;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 849px) {
  .section--1-am .section__para-1::after {
    right: 0;
    top: 0;
    width: 206px;
    height: 286px;
  }
}
@media (min-width: 850px) {
  .section--1-am .section__para-1::after {
    right: -3%;
    bottom: -1.5rem;
    width: 270px;
    height: 380px;
  }
}
@media (min-width: 1000px) {
  .section--1-am .section__para-1::after {
    right: -14%;
  }
}
@media (min-width: 1260px) {
  .section--1-am .section__para-1::after {
    right: -10%;
  }
}
.section--1-am .section__body {
  padding-bottom: 0;
}
.section--confirmation::before {
  display: none;
}
@media (min-width: 850px) and (max-width: 1259px) {
  .section--2 .section__container {
    max-width: 80%;
  }
}
@media (min-width: 1260px) {
  .section--2 .section__container {
    max-width: 1000px;
  }
}
@media (max-width: 849px) {
  .section--2 .section__heading {
    min-width: 213px;
    max-width: 50%;
  }
}
@media (min-width: 850px) {
  .section--2 .section__heading {
    max-width: 75%;
    margin-bottom: 3rem;
  }
}
.section--2 .section__sub-heading {
  margin-top: 0;
}
.section--2 .section__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 849px) {
  .section--2 .section__image--1 {
    width: 92px;
    height: 189px;
    right: 100%;
  }
}
@media (min-width: 850px) {
  .section--2 .section__image--1 {
    width: 149px;
    height: 305px;
    right: 95%;
  }
}
@media (max-width: 849px) {
  .section--2 .section__image--2 {
    width: 130px;
    height: 193px;
    left: 100%;
  }
}
@media (min-width: 850px) {
  .section--2 .section__image--2 {
    width: 207px;
    height: 307px;
    left: 98%;
  }
}
@media (max-width: 849px) {
  .section--2 .section__image--3 {
    width: 160px;
    height: 226px;
    right: 95%;
    top: -10%;
    transform: scaleX(-1);
  }
}
@media (min-width: 850px) {
  .section--2 .section__image--3 {
    width: 255px;
    height: 360px;
    right: 92%;
    top: 35%;
  }
}
@media (min-width: 1000px) {
  .section--2 .section__image--3 {
    right: 85%;
  }
}
@media (max-width: 849px) {
  .section--3 .section__heading {
    min-width: 274px;
    max-width: 50%;
  }
}
@media (min-width: 850px) {
  .section--3 .section__heading {
    max-width: 50%;
    margin-bottom: 3rem;
  }
}
.section--3 .section__image {
  max-width: 134px;
}
@media (min-width: 850px) {
  .section--4 .section__grid {
    min-height: 43vw;
  }
}
.section--4 .section__heading {
  margin: 0;
}
@media (min-width: 850px) {
  .section--4 .section__heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
.section--4 .section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section--4 .section__content {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section--4 .section__button {
  display: block;
  margin: 1.5rem 0;
}
@media (max-width: 849px) {
  .section--5 .section__container {
    padding-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .section--5 .section__container {
    padding-bottom: 0;
    margin-bottom: -1.5rem;
  }
}
@media (max-width: 849px) {
  .section--5 .section__heading {
    min-width: 300px;
    max-width: 50%;
    margin: 1em auto 2em auto;
  }
}
@media (min-width: 850px) {
  .section--5 .section__heading {
    max-width: 75%;
    margin-bottom: 3rem;
  }
}

/**
 * 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: 0.7em;
  margin-top: 0.5em;
}

.u-underline {
  text-decoration: underline !important;
}

.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;
  }
}

.select2 {
  width: 100% !important;
}
.select2-dropdown,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--classic .select2-selection--single,
.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--classic .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple:focus,
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--classic.select2-container--open .select2-selection--multiple,
.select2-container--classic .select2-dropdown,
.select2-search__field {
  background-color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  padding: 10px;
  height: auto;
  text-align: left;
}

.select2-search__field {
  background-color: white;
}

.select2-selection__rendered {
  font-size: 1.125rem;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 18em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
