/*
	Includes
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 *
 * How to use see - https://css-tricks.com/between-the-lines/
 */

/*
	Tools
    ----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Generic
	----------------------------------- */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sub,
sup {
  font-size: 75%;
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
  border-radius: 0;
  padding: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  border: 0;
  background-color: transparent;
  outline: none;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	Generic
	----------------------------------- */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*
	Generic
	----------------------------------- */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sub,
sup {
  font-size: 75%;
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
  border-radius: 0;
  padding: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  border: 0;
  background-color: transparent;
  outline: none;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	Generic
	----------------------------------- */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*
	Base
	----------------------------------- */

/*
	Base
	----------------------------------- */

.invalid-feedback {
  padding-top: 5px;
  color: #B82234;
}

@media screen and (min-width: 375px) {
  .invalid-feedback {
    padding-top: calc(2.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .invalid-feedback {
    padding-top: 10px;
  }
}

/*
	Base
	----------------------------------- */

.hidden-svg {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/*
	Base
	----------------------------------- */

.inner-wrap-for-small-screens {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 375px) {
  .inner-wrap-for-small-screens {
    padding-right: calc(0.9160305344px + 5.0890585242vw);
  }
}

@media screen and (min-width: 768px) {
  .inner-wrap-for-small-screens {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .inner-wrap-for-small-screens {
    padding-right: 0;
  }
}

@media screen and (min-width: 375px) {
  .inner-wrap-for-small-screens {
    padding-left: calc(0.9160305344px + 5.0890585242vw);
  }
}

@media screen and (min-width: 768px) {
  .inner-wrap-for-small-screens {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .inner-wrap-for-small-screens {
    padding-left: 0;
  }
}

@media (min-width: 580px) {
  .inner-wrap-for-small-screens--up-to-small-tablet {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 580px) {
  .inner-wrap-for-small-screens--up-to-small-tablet-left {
    padding-left: 0;
  }
}

@media (min-width: 580px) {
  .inner-wrap-for-small-screens--up-to-small-tablet-right {
    padding-right: 0;
  }
}

/*
	Base
	----------------------------------- */

img[src$=".svg"],
svg {
  display: block;
  width: 100%;
}

p:empty,
span:empty {
  display: none;
}

/*
	Base
	----------------------------------- */

.responsive-img {
  display: block;
  width: 100%;
  height: auto;
}

/*
	Base
	----------------------------------- */

html {
  font-size: 13px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media (min-width: 375px) {
  html {
    font-size: calc(12.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 15px;
  }
}

body {
  font-weight: 400;
  color: #002C6B;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
}

.site-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 940px) {
  .site-wrap {
    overflow-x: visible;
  }
}

/*
	Base
	----------------------------------- */

/*
	Base
	----------------------------------- */

watched-box {
  display: block;
}

/*
	Components
	----------------------------------- */

/*
	Components
	----------------------------------- */

.cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta--simple {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

@media screen and (min-width: 375px) {
  .cta--simple {
    padding-bottom: calc(2.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--simple {
    padding-bottom: 5px;
  }
}

.cta--primary {
  color: #fff;
  background-color: #4F73EA;
}

.cta--outline-primary {
  color: #002C6B;
  -webkit-box-shadow: 0 0 0 2px currentColor inset;
          box-shadow: 0 0 0 2px currentColor inset;
}

.cta--secondary {
  color: #fff;
  background-color: #23519A;
}

.cta--outline-secondary {
  color: #23519A;
  -webkit-box-shadow: 0 0 0 2px currentColor inset;
          box-shadow: 0 0 0 2px currentColor inset;
}

.cta--tertiary {
  color: #6A829F;
  background-color: #E4E9F5;
}

.cta--outline-alt {
  color: #6A829F;
  -webkit-box-shadow: 0 0 0 2px #E4E9F5 inset;
          box-shadow: 0 0 0 2px #E4E9F5 inset;
}

.cta--large {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 18px;
  min-width: 120px;
}

@media screen and (min-width: 375px) {
  .cta--large {
    padding-top: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--large {
    padding-top: 14px;
  }
}

@media screen and (min-width: 375px) {
  .cta--large {
    padding-right: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--large {
    padding-right: 30px;
  }
}

@media screen and (min-width: 375px) {
  .cta--large {
    padding-bottom: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--large {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 375px) {
  .cta--large {
    padding-left: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--large {
    padding-left: 30px;
  }
}

@media screen and (min-width: 375px) {
  .cta--large {
    font-size: calc(17.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--large {
    font-size: 20px;
  }
}

@media screen and (min-width: 375px) {
  .cta--large {
    min-width: calc(109.6408839779px + 2.7624309392vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--large {
    min-width: 145px;
  }
}

.cta--medium {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 12px;
  min-width: 110px;
}

@media screen and (min-width: 375px) {
  .cta--medium {
    padding-top: calc(9.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--medium {
    padding-top: 12px;
  }
}

@media screen and (min-width: 375px) {
  .cta--medium {
    padding-right: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--medium {
    padding-right: 25px;
  }
}

@media screen and (min-width: 375px) {
  .cta--medium {
    padding-bottom: calc(9.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--medium {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 375px) {
  .cta--medium {
    padding-left: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--medium {
    padding-left: 25px;
  }
}

@media (min-width: 375px) {
  .cta--medium {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .cta--medium {
    font-size: 14px;
  }
}

@media screen and (min-width: 375px) {
  .cta--medium {
    min-width: calc(99.6408839779px + 2.7624309392vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--medium {
    min-width: 135px;
  }
}

.cta--small {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 12px;
}

@media screen and (min-width: 375px) {
  .cta--small {
    padding-top: calc(5.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--small {
    padding-top: 8px;
  }
}

@media screen and (min-width: 375px) {
  .cta--small {
    padding-right: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--small {
    padding-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .cta--small {
    padding-bottom: calc(5.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--small {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 375px) {
  .cta--small {
    padding-left: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .cta--small {
    padding-left: 20px;
  }
}

@media (min-width: 375px) {
  .cta--small {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .cta--small {
    font-size: 14px;
  }
}

/*
	Components
	----------------------------------- */

.form-field-group__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-field-group__label {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
  color: #6A829F;
  letter-spacing: 0.1em;
}

@media (min-width: 375px) {
  .form-field-group__label {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .form-field-group__label {
    font-size: 14px;
  }
}

.form-field-group__input {
  padding-left: 8px;
  padding-right: 8px;
  color: #6A829F;
  width: 100%;
  border: 1px solid #C1CCE3;
  background-color: transparent;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 375px) {
  .form-field-group__input {
    padding-left: calc(6.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-field-group__input {
    padding-left: 12px;
  }
}

@media screen and (min-width: 375px) {
  .form-field-group__input {
    padding-right: calc(6.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-field-group__input {
    padding-right: 12px;
  }
}

.form-field-group__input::-webkit-input-placeholder {
  color: #99ABD0;
}

.form-field-group__input::-moz-placeholder {
  color: #99ABD0;
}

.form-field-group__input:-ms-input-placeholder {
  color: #99ABD0;
}

.form-field-group__input::-ms-input-placeholder {
  color: #99ABD0;
}

.form-field-group__input::placeholder {
  color: #99ABD0;
}

.form-field-group__input--textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  resize: none;
  height: auto;
}

@media screen and (min-width: 375px) {
  .form-field-group__input--textarea {
    padding-top: calc(6.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-field-group__input--textarea {
    padding-top: 12px;
  }
}

@media screen and (min-width: 375px) {
  .form-field-group__input--textarea {
    padding-bottom: calc(6.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-field-group__input--textarea {
    padding-bottom: 12px;
  }
}

/*
	Components
	----------------------------------- */

.form-layout-columns {
  grid-gap: 15px;
  display: grid;
  width: 100%;
}

@media screen and (min-width: 375px) {
  .form-layout-columns {
    grid-gap: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-layout-columns {
    grid-gap: 25px;
  }
}

@media (min-width: 580px) {
  .form-layout-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .form-layout-columns--3-quarters {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .form-layout-columns--3-fifths {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .form-layout-columns--1-half {
    width: 50%;
  }
}

.form-layout-columns + .form-layout-columns {
  padding-top: 15px;
}

@media screen and (min-width: 375px) {
  .form-layout-columns + .form-layout-columns {
    padding-top: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-layout-columns + .form-layout-columns {
    padding-top: 25px;
  }
}

.form-layout-columns__item--full-width {
  grid-column: 1/-1;
}

/*
	Components
	----------------------------------- */

.form-layout-single-column {
  grid-gap: 15px;
  display: grid;
  width: 100%;
}

@media screen and (min-width: 375px) {
  .form-layout-single-column {
    grid-gap: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-layout-single-column {
    grid-gap: 25px;
  }
}

@media (min-width: 1024px) {
  .form-layout-single-column--3-quarters {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .form-layout-single-column--3-fifths {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .form-layout-single-column--1-half {
    width: 50%;
  }
}

.form-layout-single-column + .form-layout-single-column {
  padding-top: 15px;
}

@media screen and (min-width: 375px) {
  .form-layout-single-column + .form-layout-single-column {
    padding-top: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-layout-single-column + .form-layout-single-column {
    padding-top: 25px;
  }
}

/*
	Components
	----------------------------------- */

.form-footer-buttons {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 375px) {
  .form-footer-buttons {
    padding-top: calc(23.4254143646px + 4.4198895028vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-footer-buttons {
    padding-top: 80px;
  }
}

.form-footer-buttons > * + * {
  margin-left: 5px;
}

@media screen and (min-width: 375px) {
  .form-footer-buttons > * + * {
    margin-left: calc(2.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-footer-buttons > * + * {
    margin-left: 10px;
  }
}

.form-footer-buttons--reduced-vert-space {
  padding-top: 20px;
}

@media screen and (min-width: 375px) {
  .form-footer-buttons--reduced-vert-space {
    padding-top: calc(11.7127071823px + 2.2099447514vw);
  }
}

@media screen and (min-width: 1280px) {
  .form-footer-buttons--reduced-vert-space {
    padding-top: 40px;
  }
}

.detailed-table {
  padding-bottom: 20px;
  overflow-x: scroll;
}

@media screen and (min-width: 375px) {
  .detailed-table {
    padding-bottom: calc(11.7127071823px + 2.2099447514vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table {
    padding-bottom: 40px;
  }
}

.detailed-table table {
  width: 100%;
  border: 1px solid #C1CCE3;
  border-top: 0;
  background-color: #fff;
}

.detailed-table .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.detailed-table__utils {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #002C6B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 375px) {
  .detailed-table__utils {
    padding-top: calc(11.7127071823px + 2.2099447514vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__utils {
    padding-top: 40px;
  }
}

@media screen and (min-width: 375px) {
  .detailed-table__utils {
    padding-bottom: calc(8.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__utils {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 375px) {
  .detailed-table__utils {
    padding-right: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__utils {
    padding-right: 15px;
  }
}

@media screen and (min-width: 375px) {
  .detailed-table__utils {
    padding-left: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__utils {
    padding-left: 15px;
  }
}

.detailed-table__search {
  padding: 10px;
  border-right: 1px solid #C1CCE3;
  border-left: 1px solid #C1CCE3;
  background-color: #fff;
}

@media screen and (min-width: 375px) {
  .detailed-table__search {
    padding: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__search {
    padding: 20px;
  }
}

.detailed-table__showing {
  color: #99ABD0;
}

.detailed-table__showing span {
  font-size: 14px;
  color: #fff;
}

@media (min-width: 375px) {
  .detailed-table__showing span {
    font-size: calc(13.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .detailed-table__showing span {
    font-size: 16px;
  }
}

.detailed-table__table.is-loading {
  pointer-events: none;
}

.detailed-table__th,
.detailed-table__td {
  padding: 8px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 375px) {
  .detailed-table__th,
  .detailed-table__td {
    padding: calc(7.1712707182px + 0.2209944751vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__th,
  .detailed-table__td {
    padding: 10px;
  }
}

@media screen and (min-width: 375px) {
  .detailed-table__th,
  .detailed-table__td {
    padding-right: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__th,
  .detailed-table__td {
    padding-right: 15px;
  }
}

@media screen and (min-width: 375px) {
  .detailed-table__th,
  .detailed-table__td {
    padding-left: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__th,
  .detailed-table__td {
    padding-left: 15px;
  }
}

.detailed-table__th {
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
  background-color: #E4E9F5;
  text-transform: uppercase;
  color: #6A829F;
  cursor: pointer;
}

@media screen and (min-width: 375px) {
  .detailed-table__th {
    padding-top: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__th {
    padding-top: 15px;
  }
}

@media (min-width: 375px) {
  .detailed-table__th {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .detailed-table__th {
    font-size: 14px;
  }
}

.detailed-table__th:hover {
  background-color: #ebeff8;
}

.detailed-table__th--status {
  text-align: right;
}

.b-table-sticky-header .detailed-table__th {
  position: sticky;
  top: 0;
  z-index: 9;
}

.detailed-table__th[aria-sort=descending],
.detailed-table__th[aria-sort=ascending] {
  background-color: #4F73EA;
  color: #fff;
}

.detailed-table__th[aria-sort=descending],
.detailed-table__th[aria-sort=ascending],
.detailed-table__th[aria-sort=none] {
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
  background-position: right 0.375rem center;
}

.detailed-table__th[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.detailed-table__th[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.detailed-table__th[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23134288' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.detailed-table__td {
  border-bottom: 1px solid #C1CCE3;
  color: #6A829F;
}

.detailed-table__td--reference {
  font-weight: 700;
  color: #002C6B;
}

.detailed-table__td--organisation {
  font-weight: 700;
}

.detailed-table__td--status {
  text-align: right;
}

.detailed-table__td.is-sorted {
  position: relative;
}

.detailed-table__td.is-sorted:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(228, 233, 245, 0.25);
}

.detailed-table__tr {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.detailed-table__tr:not(.no-hover):hover {
  cursor: pointer;
  background-color: #E4E9F5;
}

.detailed-table__tr--provisional,
.detailed-table__tr--proposed {
  background-color: #fff9eb;
}

.detailed-table__tr--cancelled {
  background-color: #ffeeef;
}

.detailed-table__table.is-loading .detailed-table__tr {
  opacity: 0.5;
}

.detailed-table__status-tag {
  padding: 3px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  background-color: #DCF9EA;
  color: #0EC494;
}

@media screen and (min-width: 375px) {
  .detailed-table__status-tag {
    padding: calc(1.7569060773px + 0.3314917127vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__status-tag {
    padding: 6px;
  }
}

.detailed-table__status-tag--provisional {
  background-color: #FFF2D1;
  color: #FFBB04;
}

.detailed-table__status-tag--cancelled {
  background-color: #FFD4D7;
  color: #B82234;
}

.detailed-table__status-tag--pending {
  background-color: #FFF2D1;
  color: #FFBB04;
}

.detailed-table__no-results {
  padding: 20px;
  border: 1px solid #C1CCE3;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .detailed-table__no-results {
    padding: calc(11.7127071823px + 2.2099447514vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__no-results {
    padding: 40px;
  }
}

.detailed-table__footer {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 375px) {
  .detailed-table__footer {
    padding-top: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .detailed-table__footer {
    padding-top: 20px;
  }
}

.detailed-table__page-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detailed-table__page-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detailed-table__page-button {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-left: 3em;
}

@media (min-width: 375px) {
  .detailed-table__page-button {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .detailed-table__page-button {
    font-size: 14px;
  }
}

.detailed-table__page-button[disabled] {
  opacity: 0.5;
}

.detailed-table__page-button svg {
  height: auto;
  width: 30%;
}

.detailed-table__remove-sorting {
  font-size: 12px;
  color: #99ABD0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid currentColor;
}

@media (min-width: 375px) {
  .detailed-table__remove-sorting {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .detailed-table__remove-sorting {
    font-size: 14px;
  }
}

/*
	Components
	----------------------------------- */

.events-filtered-list__row {
  border-bottom: 1px solid #E4E9F5;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 580px) {
  .events-filtered-list__row {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.events-filtered-list__item-cell {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 375px) {
  .events-filtered-list__item-cell {
    padding-top: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .events-filtered-list__item-cell {
    padding-top: 15px;
  }
}

@media screen and (min-width: 375px) {
  .events-filtered-list__item-cell {
    padding-right: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .events-filtered-list__item-cell {
    padding-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .events-filtered-list__item-cell {
    padding-bottom: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .events-filtered-list__item-cell {
    padding-bottom: 15px;
  }
}

.events-filtered-list__item-cell:last-child {
  padding-right: 0;
}

@media (max-width: 579px) {
  .events-filtered-list__item-cell {
    padding: 0;
  }
}

@media (min-width: 580px) {
  .events-filtered-list__item-cell--name {
    width: 60%;
  }
}

@media (min-width: 580px) {
  .events-filtered-list__item-cell--type {
    width: 20%;
  }
}

@media (min-width: 580px) {
  .events-filtered-list__item-cell--actions {
    width: 20%;
  }
}

@media (min-width: 580px) {
  .events-filtered-list__item-cell--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*
	Components
	----------------------------------- */

@media (max-width: 939px) {
  .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-header__tabs-navigation {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 375px) {
  .page-header__tabs-navigation {
    padding-right: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .page-header__tabs-navigation {
    padding-right: 30px;
  }
}

.page-header__tabs-navigation > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 940px) {
  .page-header__tabs-navigation {
    padding-right: 0;
  }
}

.page-header__create-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.page-header__create-buttons > * + * {
  margin-left: 10px;
}

/*
	Components
	----------------------------------- */

.site-structure {
  min-height: 100vh;
}

@media (min-width: 940px) {
  .site-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 940px) {
  .site-structure__admin-bar {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.site-structure__sidebar {
  background-color: #002C6B;
  position: relative;
  z-index: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 940px) {
  .site-structure__sidebar {
    padding-top: calc(3.7931034483px + 1.724137931vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__sidebar {
    padding-top: 30px;
  }
}

@media screen and (min-width: 940px) {
  .site-structure__sidebar {
    padding-bottom: calc(3.7931034483px + 1.724137931vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__sidebar {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 940px) {
  .site-structure__sidebar {
    padding-left: calc(-7.4137931034px + 3.4482758621vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__sidebar {
    padding-left: 45px;
  }
}

@media screen and (min-width: 940px) {
  .site-structure__sidebar {
    width: calc(151.3793103448px + 5.1724137931vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__sidebar {
    width: 230px;
  }
}

.site-structure__sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #002C6B;
  width: 200vw;
}

.site-structure__sidebar-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 375px) {
  .site-structure__sidebar-header {
    padding-top: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .site-structure__sidebar-header {
    padding-top: 20px;
  }
}

@media screen and (min-width: 375px) {
  .site-structure__sidebar-header {
    padding-bottom: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .site-structure__sidebar-header {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 375px) {
  .site-structure__sidebar-header {
    padding-right: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .site-structure__sidebar-header {
    padding-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .site-structure__sidebar-header {
    padding-left: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .site-structure__sidebar-header {
    padding-left: 20px;
  }
}

@media (min-width: 940px) {
  .site-structure__sidebar-header {
    padding: 0;
  }
}

.site-structure__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 940px) {
  .site-structure__main {
    padding-top: calc(33.7931034483px + 1.724137931vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__main {
    padding-top: 60px;
  }
}

@media screen and (min-width: 940px) {
  .site-structure__main {
    padding-right: calc(-12.4137931034px + 3.4482758621vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__main {
    padding-right: 40px;
  }
}

@media screen and (min-width: 940px) {
  .site-structure__main {
    padding-left: calc(-18.6206896552px + 5.1724137931vw);
  }
}

@media screen and (min-width: 1520px) {
  .site-structure__main {
    padding-left: 60px;
  }
}

@media (min-width: 1600px) {
  .site-structure__main {
    padding-right: 0;
  }
}

/*
	Components
	----------------------------------- */

.plas-y-brenin-logo {
  width: 120px;
  fill: #fff;
}

@media screen and (min-width: 375px) {
  .plas-y-brenin-logo {
    width: calc(107.5690607735px + 3.3149171271vw);
  }
}

@media screen and (min-width: 1280px) {
  .plas-y-brenin-logo {
    width: 150px;
  }
}

@media screen and (min-width: 940px) {
  .plas-y-brenin-logo {
    padding-bottom: calc(3.7931034483px + 1.724137931vw);
  }
}

@media screen and (min-width: 1520px) {
  .plas-y-brenin-logo {
    padding-bottom: 30px;
  }
}

@media (min-width: 940px) {
  .plas-y-brenin-logo {
    -webkit-transform: translateX(-0.5vw);
            transform: translateX(-0.5vw);
  }
}

@media (min-width: 1520px) {
  .plas-y-brenin-logo {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

/*
	Components
	----------------------------------- */

.page-heading {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 24px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 375px) {
  .page-heading {
    padding-top: calc(11.7127071823px + 2.2099447514vw);
  }
}

@media screen and (min-width: 1280px) {
  .page-heading {
    padding-top: 40px;
  }
}

@media screen and (min-width: 375px) {
  .page-heading {
    padding-right: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .page-heading {
    padding-right: 30px;
  }
}

@media screen and (min-width: 375px) {
  .page-heading {
    padding-bottom: calc(1.7127071823px + 2.2099447514vw);
  }
}

@media screen and (min-width: 1280px) {
  .page-heading {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 375px) {
  .page-heading {
    padding-left: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .page-heading {
    padding-left: 30px;
  }
}

@media (min-width: 375px) {
  .page-heading {
    font-size: calc(20.6850828729px + 0.8839779006vw);
  }
}

@media (min-width: 1280px) {
  .page-heading {
    font-size: 32px;
  }
}

@media (min-width: 940px) {
  .page-heading {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

/*
	Components
	----------------------------------- */

.content-container {
  padding: 20px;
  border-top: 1px solid #E4E9F5;
  border-bottom: 1px solid #E4E9F5;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 375px) {
  .content-container {
    padding: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .content-container {
    padding: 30px;
  }
}

.content-container + .content-container {
  margin-top: 20px;
}

@media screen and (min-width: 375px) {
  .content-container + .content-container {
    margin-top: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .content-container + .content-container {
    margin-top: 30px;
  }
}

.content-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.content-container.is-loading:after {
  pointer-events: auto;
  opacity: 0.3;
}

@media (min-width: 940px) {
  .content-container {
    border: 1px solid #E4E9F5;
  }
}

@media screen and (min-width: 940px) {
  .content-container--small {
    padding: calc(6.8965517241px + 0.8620689655vw);
  }
}

@media screen and (min-width: 1520px) {
  .content-container--small {
    padding: 20px;
  }
}

.content-container--small + .content-container--small {
  margin-top: 10px;
}

@media screen and (min-width: 375px) {
  .content-container--small + .content-container--small {
    margin-top: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .content-container--small + .content-container--small {
    margin-top: 20px;
  }
}

.content-container--no-horz-padding {
  padding-left: 0;
  padding-right: 0;
}

/*
	Components
	----------------------------------- */

.container-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}

@media screen and (min-width: 375px) {
  .container-header {
    padding-bottom: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .container-header {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 375px) {
  .container-header {
    margin-bottom: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .container-header {
    margin-bottom: 30px;
  }
}

.container-header:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #E4E9F5;
  bottom: 0;
  left: -20px;
  right: -20px;
}

@media screen and (min-width: 375px) {
  .container-header:after {
    left: calc(-15.8563535912px + -1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .container-header:after {
    left: -30px;
  }
}

@media screen and (min-width: 375px) {
  .container-header:after {
    right: calc(-15.8563535912px + -1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .container-header:after {
    right: -30px;
  }
}

@media screen and (min-width: 940px) {
  .container-header--small {
    padding-right: calc(6.8965517241px + 0.8620689655vw);
  }
}

@media screen and (min-width: 1520px) {
  .container-header--small {
    padding-right: 20px;
  }
}

@media screen and (min-width: 940px) {
  .container-header--small {
    padding-left: calc(6.8965517241px + 0.8620689655vw);
  }
}

@media screen and (min-width: 1520px) {
  .container-header--small {
    padding-left: 20px;
  }
}

/*
	Components
	----------------------------------- */

.section-heading {
  font-size: 20px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  .section-heading {
    font-size: calc(18.3425414365px + 0.4419889503vw);
  }
}

@media (min-width: 1280px) {
  .section-heading {
    font-size: 24px;
  }
}

.section-heading--small {
  font-size: 14px;
}

@media (min-width: 375px) {
  .section-heading--small {
    font-size: calc(13.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .section-heading--small {
    font-size: 16px;
  }
}

/*
	Components
	----------------------------------- */

@media (min-width: 940px) {
  .login {
    max-width: 500px;
  }
}

.login__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login__buttons *:first-child {
  margin-right: 1em;
}

.login__feedback {
  border-radius: 5px;
  display: block;
}

/*
	Components
	----------------------------------- */

.checkbox-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.checkbox-single__input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-single__label {
  margin-left: 0.5em;
}

/*
	Components
	----------------------------------- */

.accommodation-sidebar.is-loading {
  pointer-events: none;
}

.accommodation-sidebar__header {
  padding: 20px;
  padding-bottom: 10px;
}

@media screen and (min-width: 375px) {
  .accommodation-sidebar__header {
    padding: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .accommodation-sidebar__header {
    padding: 30px;
  }
}

@media screen and (min-width: 375px) {
  .accommodation-sidebar__header {
    padding-bottom: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .accommodation-sidebar__header {
    padding-bottom: 15px;
  }
}

@media (min-width: 940px) {
  .accommodation-sidebar__header {
    padding: 0;
  }
}

.accommodation-sidebar__section-heading {
  margin-bottom: 8px;
}

@media screen and (min-width: 375px) {
  .accommodation-sidebar__section-heading {
    margin-bottom: calc(6.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .accommodation-sidebar__section-heading {
    margin-bottom: 12px;
  }
}

.accommodation-sidebar__guests-allocated {
  margin-bottom: 10px;
}

@media screen and (min-width: 375px) {
  .accommodation-sidebar__guests-allocated {
    margin-bottom: calc(8.3425414365px + 0.4419889503vw);
  }
}

@media screen and (min-width: 1280px) {
  .accommodation-sidebar__guests-allocated {
    margin-bottom: 14px;
  }
}

.accommodation-sidebar__attendees .attendee-card + .attendee-card {
  margin-top: 10px;
}

@media screen and (min-width: 375px) {
  .accommodation-sidebar__attendees .attendee-card + .attendee-card {
    margin-top: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .accommodation-sidebar__attendees .attendee-card + .attendee-card {
    margin-top: 20px;
  }
}

.accommodation-sidebar__attendees .attendee-card {
  margin: 10px 0;
}

/*
	Components
	----------------------------------- */

.accommodation-table {
  table-layout: fixed;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 1px;
}

.accommodation-table th {
  border-bottom: 1px solid #C1CCE3;
  width: 16%;
  padding-bottom: 10px;
  vertical-align: bottom;
  line-height: 1.2;
  color: #6A829F;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.accommodation-table th:nth-child(1) {
  width: 5%;
  padding-left: 10px;
}

.accommodation-table th:nth-child(2) {
  text-align: left;
  width: 20%;
  padding-left: 20px;
}

.accommodation-table td {
  border-bottom: 1px solid #C1CCE3;
  border-right: 1px solid #C1CCE3;
  vertical-align: middle;
}

.accommodation-table td:first-child {
  font-size: 14px;
  border-left: 1px solid #C1CCE3;
  border-right: 0;
  vertical-align: middle;
  padding-left: 10px;
  color: #6A829F;
  text-align: center;
  color: #002C6B;
}

@media (min-width: 375px) {
  .accommodation-table td:first-child {
    font-size: calc(13.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .accommodation-table td:first-child {
    font-size: 16px;
  }
}

.accommodation-table td:nth-child(2) {
  vertical-align: middle;
  padding-left: 10px;
}

.accommodation-table .add-note {
  margin: 0 auto 10px;
  display: block;
  text-decoration: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.accommodation-table .add-note.active {
  fill: #1abc8b;
}

.accommodation-table .room-name {
  white-space: nowrap;
}

.accommodation-table .clickable-room-name {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}

.accommodation-table[aria-busy=true] {
  opacity: 0.6;
}

.accommodation-table[aria-busy=true] td {
  border-right: 1px solid #C1CCE3;
}

/*
	Components
	----------------------------------- */

.form {
  position: relative;
}

.form:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.form.is-loading:after {
  pointer-events: auto;
  opacity: 0.75;
}

/*
	Components
	----------------------------------- */

.booking-payments-table {
  width: 100%;
}

.booking-payments-table .header-row > * {
  background-color: #E4E9F5;
}

.booking-payments-table .header-row > *:first-child {
  position: relative;
}

.booking-payments-table .header-row > *:first-child:before {
  width: 20px;
  content: "";
  position: absolute;
  background-color: #E4E9F5;
  bottom: 0;
  top: 0;
}

@media screen and (min-width: 375px) {
  .booking-payments-table .header-row > *:first-child:before {
    width: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table .header-row > *:first-child:before {
    width: 30px;
  }
}

.booking-payments-table .header-row > *:first-child:before {
  left: -20px;
}

@media screen and (min-width: 375px) {
  .booking-payments-table .header-row > *:first-child:before {
    left: calc(-15.8563535912px + -1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table .header-row > *:first-child:before {
    left: -30px;
  }
}

.booking-payments-table .header-row > *:last-child {
  position: relative;
}

.booking-payments-table .header-row > *:last-child:after {
  width: 20px;
  content: "";
  position: absolute;
  background-color: #E4E9F5;
  bottom: 0;
  top: 0;
}

@media screen and (min-width: 375px) {
  .booking-payments-table .header-row > *:last-child:after {
    width: calc(15.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table .header-row > *:last-child:after {
    width: 30px;
  }
}

.booking-payments-table .header-row > *:last-child:after {
  right: -20px;
}

@media screen and (min-width: 375px) {
  .booking-payments-table .header-row > *:last-child:after {
    right: calc(-15.8563535912px + -1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table .header-row > *:last-child:after {
    right: -30px;
  }
}

.booking-payments-table th {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  text-align: left;
  vertical-align: bottom;
}

@media screen and (min-width: 375px) {
  .booking-payments-table th {
    padding-top: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table th {
    padding-top: 20px;
  }
}

@media screen and (min-width: 375px) {
  .booking-payments-table th {
    padding-right: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table th {
    padding-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .booking-payments-table th {
    padding-bottom: calc(5px + 0vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table th {
    padding-bottom: 5px;
  }
}

.booking-payments-table th:last-child {
  padding-right: 0;
}

.booking-payments-table th p {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
  color: #6A829F;
  letter-spacing: 0.1em;
}

@media (min-width: 375px) {
  .booking-payments-table th p {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .booking-payments-table th p {
    font-size: 14px;
  }
}

.booking-payments-table td {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 375px) {
  .booking-payments-table td {
    padding-top: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table td {
    padding-top: 15px;
  }
}

@media screen and (min-width: 375px) {
  .booking-payments-table td {
    padding-right: calc(5.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table td {
    padding-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .booking-payments-table td {
    padding-bottom: calc(7.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .booking-payments-table td {
    padding-bottom: 15px;
  }
}

.booking-payments-table td:last-child {
  padding-right: 0;
}

.booking-payments-table tr {
  border-bottom: 1px solid #E4E9F5;
}

.booking-payments-table .align-right {
  text-align: right;
}

.booking-payments-table .align-centre {
  text-align: center;
}

.booking-payments-table .large-font {
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 375px) {
  .booking-payments-table .large-font {
    font-size: calc(13.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .booking-payments-table .large-font {
    font-size: 16px;
  }
}

/*
	Components
	----------------------------------- */

.status-tag {
  padding: 3px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .status-tag {
    padding: calc(1.7569060773px + 0.3314917127vw);
  }
}

@media screen and (min-width: 1280px) {
  .status-tag {
    padding: 6px;
  }
}

.status-tag--green {
  background-color: #DCF9EA;
  color: #0EC494;
}

.status-tag--orange {
  background-color: #FFF2D1;
  color: #FFBB04;
}

.status-tag--red {
  background-color: #FFD4D7;
  color: #B82234;
}

/*
	Components
	----------------------------------- */

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.app-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.app-loading-spinner svg {
  -webkit-animation: rotating 3s linear infinite;
          animation: rotating 3s linear infinite;
  margin: 0 auto 1em;
  background: none;
  display: block;
  shape-rendering: auto;
}

/*
	Components
	----------------------------------- */

.payment-modal-repeating-rows {
  padding-top: 15px;
}

@media screen and (min-width: 375px) {
  .payment-modal-repeating-rows {
    padding-top: calc(10.8563535912px + 1.1049723757vw);
  }
}

@media screen and (min-width: 1280px) {
  .payment-modal-repeating-rows {
    padding-top: 25px;
  }
}

.payment-modal-repeating-rows__row,
.payment-modal-repeating-rows__row-checkbox,
.payment-modal-repeating-rows__row-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.payment-modal-repeating-rows__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment-modal-repeating-rows__row + .payment-modal-repeating-rows__row {
  padding-top: 5px;
}

@media screen and (min-width: 375px) {
  .payment-modal-repeating-rows__row + .payment-modal-repeating-rows__row {
    padding-top: calc(2.9281767956px + 0.5524861878vw);
  }
}

@media screen and (min-width: 1280px) {
  .payment-modal-repeating-rows__row + .payment-modal-repeating-rows__row {
    padding-top: 10px;
  }
}

.payment-modal-repeating-rows__row-checkbox {
  margin-right: 30px;
}

.payment-modal-repeating-rows__row-checkbox label {
  margin-left: 10px;
}

.payment-modal-repeating-rows__row-checkbox .checkbox-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-modal-repeating-rows__row-amount input {
  width: 100px;
}

.payment-modal-repeating-rows__row-amount label {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
  color: #6A829F;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 0;
}

@media (min-width: 375px) {
  .payment-modal-repeating-rows__row-amount label {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .payment-modal-repeating-rows__row-amount label {
    font-size: 14px;
  }
}

/*
	Components
	----------------------------------- */

.status-radio-group .radio-group__options {
  border: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.status-radio-group label {
  border-right: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100px;
}

.status-radio-group label + label {
  margin-right: 10px;
}

.status-radio-group .is-selected {
  -webkit-box-shadow: 0 0 0 2px #4F73EA inset;
          box-shadow: 0 0 0 2px #4F73EA inset;
}

.status-radio-group .paid {
  color: #0EC494;
  background-color: #DCF9EA;
}

.status-radio-group .scheduled {
  color: #FFBB04;
  background-color: #FFF2D1;
}

.status-radio-group .overdue {
  color: #B82234;
  background-color: #FFD4D7;
}

/*
	Components
	----------------------------------- */

.v-select .vs__dropdown-toggle {
  min-height: 40px;
  border-radius: 0px;
}

.v-select .vs__dropdown-toggle span.vs__selected,
.v-select .vs__dropdown-toggle input {
  color: #6A829F;
}

.v-select .vs__dropdown-toggle button.vs__clear {
  width: 20px;
}

/*
	Utilities
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Settings
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 *
 * How to use see - https://css-tricks.com/between-the-lines/
 */

/*
	Tools
    ----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Tools
	----------------------------------- */

/*
	Utilities
	----------------------------------- */

.bgc-brand-blue {
  background-color: #002C6B !important;
}

.bgc-brand-blue-darker-1 {
  background-color: #00054A !important;
}

.bgc-brand-blue-lighter-1 {
  background-color: #134288 !important;
}

.bgc-brand-blue-lighter-2 {
  background-color: #23519A !important;
}

.bgc-brand-blue-lighter-3 {
  background-color: #4C6FA5 !important;
}

.bgc-brand-blue-lighter-4 {
  background-color: #99ABD0 !important;
}

.bgc-brand-blue-lighter-5 {
  background-color: #C1CCE3 !important;
}

.bgc-brand-blue-lighter-6 {
  background-color: #E4E9F5 !important;
}

.bgc-brand-blue-lighter-7 {
  background-color: #F5F6FA !important;
}

.bgc-blue-highlight-1 {
  background-color: #4F73EA !important;
}

.bgc-blue-highlight-2 {
  background-color: #A2B6F9 !important;
}

.bgc-blue-highlight-3 {
  background-color: #E9EEFF !important;
}

.bgc-blue-alt {
  background-color: #6A829F !important;
}

.bgc-blue-alt-lighter {
  background-color: #AAC0D1 !important;
}

.bgc-red {
  background-color: #B82234 !important;
}

.bgc-red-lighter {
  background-color: #FFD4D7 !important;
}

.bgc-green {
  background-color: #0EC494 !important;
}

.bgc-green-lighter {
  background-color: #DCF9EA !important;
}

.bgc-orange {
  background-color: #FFBB04 !important;
}

.bgc-orange-lighter {
  background-color: #FFF2D1 !important;
}

.bgc-white {
  background-color: #fff !important;
}

/*
	Utilities
	----------------------------------- */

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-demi {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

/*
	Utilities
	----------------------------------- */

.nowrap {
  white-space: nowrap;
}

.no-list {
  list-style: none;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.nou {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

/*
	Utilities
	----------------------------------- */

.p-xs {
  padding: 5px;
}

@media screen and (min-width: 375px) {
  .p-xs {
    padding: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .p-xs {
    padding: 10px;
  }
}

.p-s {
  padding: 10px;
}

@media screen and (min-width: 375px) {
  .p-s {
    padding: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .p-s {
    padding: 20px;
  }
}

.p-m {
  padding: 20px;
}

@media screen and (min-width: 375px) {
  .p-m {
    padding: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .p-m {
    padding: 40px;
  }
}

.p-l {
  padding: 40px;
}

@media screen and (min-width: 375px) {
  .p-l {
    padding: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .p-l {
    padding: 80px;
  }
}

.p-xl {
  padding: 50px;
}

@media screen and (min-width: 375px) {
  .p-xl {
    padding: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .p-xl {
    padding: 100px;
  }
}

.p-xxl {
  padding: 80px;
}

@media screen and (min-width: 375px) {
  .p-xxl {
    padding: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .p-xxl {
    padding: 300px;
  }
}

.pt-xs {
  padding-top: 5px;
}

@media screen and (min-width: 375px) {
  .pt-xs {
    padding-top: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .pt-xs {
    padding-top: 10px;
  }
}

.pt-s {
  padding-top: 10px;
}

@media screen and (min-width: 375px) {
  .pt-s {
    padding-top: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .pt-s {
    padding-top: 20px;
  }
}

.pt-m {
  padding-top: 20px;
}

@media screen and (min-width: 375px) {
  .pt-m {
    padding-top: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .pt-m {
    padding-top: 40px;
  }
}

.pt-l {
  padding-top: 40px;
}

@media screen and (min-width: 375px) {
  .pt-l {
    padding-top: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .pt-l {
    padding-top: 80px;
  }
}

.pt-xl {
  padding-top: 50px;
}

@media screen and (min-width: 375px) {
  .pt-xl {
    padding-top: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .pt-xl {
    padding-top: 100px;
  }
}

.pt-xxl {
  padding-top: 80px;
}

@media screen and (min-width: 375px) {
  .pt-xxl {
    padding-top: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .pt-xxl {
    padding-top: 300px;
  }
}

.pb-xs {
  padding-bottom: 5px;
}

@media screen and (min-width: 375px) {
  .pb-xs {
    padding-bottom: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .pb-xs {
    padding-bottom: 10px;
  }
}

.pb-s {
  padding-bottom: 10px;
}

@media screen and (min-width: 375px) {
  .pb-s {
    padding-bottom: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .pb-s {
    padding-bottom: 20px;
  }
}

.pb-m {
  padding-bottom: 20px;
}

@media screen and (min-width: 375px) {
  .pb-m {
    padding-bottom: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .pb-m {
    padding-bottom: 40px;
  }
}

.pb-l {
  padding-bottom: 40px;
}

@media screen and (min-width: 375px) {
  .pb-l {
    padding-bottom: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .pb-l {
    padding-bottom: 80px;
  }
}

.pb-xl {
  padding-bottom: 50px;
}

@media screen and (min-width: 375px) {
  .pb-xl {
    padding-bottom: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .pb-xl {
    padding-bottom: 100px;
  }
}

.pb-xxl {
  padding-bottom: 80px;
}

@media screen and (min-width: 375px) {
  .pb-xxl {
    padding-bottom: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .pb-xxl {
    padding-bottom: 300px;
  }
}

.ptb-xs {
  padding-bottom: 5px;
  padding-top: 5px;
}

@media screen and (min-width: 375px) {
  .ptb-xs {
    padding-bottom: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-xs {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 375px) {
  .ptb-xs {
    padding-top: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-xs {
    padding-top: 10px;
  }
}

.ptb-s {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 375px) {
  .ptb-s {
    padding-bottom: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-s {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 375px) {
  .ptb-s {
    padding-top: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-s {
    padding-top: 20px;
  }
}

.ptb-m {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 375px) {
  .ptb-m {
    padding-bottom: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-m {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 375px) {
  .ptb-m {
    padding-top: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-m {
    padding-top: 40px;
  }
}

.ptb-l {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 375px) {
  .ptb-l {
    padding-bottom: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-l {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 375px) {
  .ptb-l {
    padding-top: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-l {
    padding-top: 80px;
  }
}

.ptb-xl {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 375px) {
  .ptb-xl {
    padding-bottom: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-xl {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 375px) {
  .ptb-xl {
    padding-top: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-xl {
    padding-top: 100px;
  }
}

.ptb-xxl {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (min-width: 375px) {
  .ptb-xxl {
    padding-bottom: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-xxl {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 375px) {
  .ptb-xxl {
    padding-top: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .ptb-xxl {
    padding-top: 300px;
  }
}

.pl-xs {
  padding-left: 5px;
}

@media screen and (min-width: 375px) {
  .pl-xs {
    padding-left: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .pl-xs {
    padding-left: 10px;
  }
}

.pl-s {
  padding-left: 10px;
}

@media screen and (min-width: 375px) {
  .pl-s {
    padding-left: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .pl-s {
    padding-left: 20px;
  }
}

.pl-m {
  padding-left: 20px;
}

@media screen and (min-width: 375px) {
  .pl-m {
    padding-left: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .pl-m {
    padding-left: 40px;
  }
}

.pl-l {
  padding-left: 40px;
}

@media screen and (min-width: 375px) {
  .pl-l {
    padding-left: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .pl-l {
    padding-left: 80px;
  }
}

.pl-xl {
  padding-left: 50px;
}

@media screen and (min-width: 375px) {
  .pl-xl {
    padding-left: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .pl-xl {
    padding-left: 100px;
  }
}

.pl-xxl {
  padding-left: 80px;
}

@media screen and (min-width: 375px) {
  .pl-xxl {
    padding-left: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .pl-xxl {
    padding-left: 300px;
  }
}

.pr-xs {
  padding-right: 5px;
}

@media screen and (min-width: 375px) {
  .pr-xs {
    padding-right: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .pr-xs {
    padding-right: 10px;
  }
}

.pr-s {
  padding-right: 10px;
}

@media screen and (min-width: 375px) {
  .pr-s {
    padding-right: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .pr-s {
    padding-right: 20px;
  }
}

.pr-m {
  padding-right: 20px;
}

@media screen and (min-width: 375px) {
  .pr-m {
    padding-right: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .pr-m {
    padding-right: 40px;
  }
}

.pr-l {
  padding-right: 40px;
}

@media screen and (min-width: 375px) {
  .pr-l {
    padding-right: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .pr-l {
    padding-right: 80px;
  }
}

.pr-xl {
  padding-right: 50px;
}

@media screen and (min-width: 375px) {
  .pr-xl {
    padding-right: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .pr-xl {
    padding-right: 100px;
  }
}

.pr-xxl {
  padding-right: 80px;
}

@media screen and (min-width: 375px) {
  .pr-xxl {
    padding-right: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .pr-xxl {
    padding-right: 300px;
  }
}

.plr-xs {
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 375px) {
  .plr-xs {
    padding-right: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-xs {
    padding-right: 10px;
  }
}

@media screen and (min-width: 375px) {
  .plr-xs {
    padding-left: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-xs {
    padding-left: 10px;
  }
}

.plr-s {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 375px) {
  .plr-s {
    padding-right: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-s {
    padding-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .plr-s {
    padding-left: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-s {
    padding-left: 20px;
  }
}

.plr-m {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 375px) {
  .plr-m {
    padding-right: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-m {
    padding-right: 40px;
  }
}

@media screen and (min-width: 375px) {
  .plr-m {
    padding-left: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-m {
    padding-left: 40px;
  }
}

.plr-l {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (min-width: 375px) {
  .plr-l {
    padding-right: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-l {
    padding-right: 80px;
  }
}

@media screen and (min-width: 375px) {
  .plr-l {
    padding-left: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-l {
    padding-left: 80px;
  }
}

.plr-xl {
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (min-width: 375px) {
  .plr-xl {
    padding-right: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-xl {
    padding-right: 100px;
  }
}

@media screen and (min-width: 375px) {
  .plr-xl {
    padding-left: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-xl {
    padding-left: 100px;
  }
}

.plr-xxl {
  padding-right: 80px;
  padding-left: 80px;
}

@media screen and (min-width: 375px) {
  .plr-xxl {
    padding-right: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-xxl {
    padding-right: 300px;
  }
}

@media screen and (min-width: 375px) {
  .plr-xxl {
    padding-left: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .plr-xxl {
    padding-left: 300px;
  }
}

.m-xs {
  margin: 5px;
}

@media screen and (min-width: 375px) {
  .m-xs {
    margin: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .m-xs {
    margin: 10px;
  }
}

.m-s {
  margin: 10px;
}

@media screen and (min-width: 375px) {
  .m-s {
    margin: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .m-s {
    margin: 20px;
  }
}

.m-m {
  margin: 20px;
}

@media screen and (min-width: 375px) {
  .m-m {
    margin: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .m-m {
    margin: 40px;
  }
}

.m-l {
  margin: 40px;
}

@media screen and (min-width: 375px) {
  .m-l {
    margin: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .m-l {
    margin: 80px;
  }
}

.m-xl {
  margin: 50px;
}

@media screen and (min-width: 375px) {
  .m-xl {
    margin: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .m-xl {
    margin: 100px;
  }
}

.m-xxl {
  margin: 80px;
}

@media screen and (min-width: 375px) {
  .m-xxl {
    margin: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .m-xxl {
    margin: 300px;
  }
}

.ml-xs {
  margin-left: 5px;
}

@media screen and (min-width: 375px) {
  .ml-xs {
    margin-left: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .ml-xs {
    margin-left: 10px;
  }
}

.ml-s {
  margin-left: 10px;
}

@media screen and (min-width: 375px) {
  .ml-s {
    margin-left: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .ml-s {
    margin-left: 20px;
  }
}

.ml-m {
  margin-left: 20px;
}

@media screen and (min-width: 375px) {
  .ml-m {
    margin-left: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .ml-m {
    margin-left: 40px;
  }
}

.ml-l {
  margin-left: 40px;
}

@media screen and (min-width: 375px) {
  .ml-l {
    margin-left: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .ml-l {
    margin-left: 80px;
  }
}

.ml-xl {
  margin-left: 50px;
}

@media screen and (min-width: 375px) {
  .ml-xl {
    margin-left: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .ml-xl {
    margin-left: 100px;
  }
}

.ml-xxl {
  margin-left: 80px;
}

@media screen and (min-width: 375px) {
  .ml-xxl {
    margin-left: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .ml-xxl {
    margin-left: 300px;
  }
}

.mr-xs {
  margin-right: 5px;
}

@media screen and (min-width: 375px) {
  .mr-xs {
    margin-right: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mr-xs {
    margin-right: 10px;
  }
}

.mr-s {
  margin-right: 10px;
}

@media screen and (min-width: 375px) {
  .mr-s {
    margin-right: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mr-s {
    margin-right: 20px;
  }
}

.mr-m {
  margin-right: 20px;
}

@media screen and (min-width: 375px) {
  .mr-m {
    margin-right: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mr-m {
    margin-right: 40px;
  }
}

.mr-l {
  margin-right: 40px;
}

@media screen and (min-width: 375px) {
  .mr-l {
    margin-right: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mr-l {
    margin-right: 80px;
  }
}

.mr-xl {
  margin-right: 50px;
}

@media screen and (min-width: 375px) {
  .mr-xl {
    margin-right: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mr-xl {
    margin-right: 100px;
  }
}

.mr-xxl {
  margin-right: 80px;
}

@media screen and (min-width: 375px) {
  .mr-xxl {
    margin-right: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mr-xxl {
    margin-right: 300px;
  }
}

.mlr-xs {
  margin-right: 5px;
  margin-left: 5px;
}

@media screen and (min-width: 375px) {
  .mlr-xs {
    margin-right: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-xs {
    margin-right: 10px;
  }
}

@media screen and (min-width: 375px) {
  .mlr-xs {
    margin-left: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-xs {
    margin-left: 10px;
  }
}

.mlr-s {
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 375px) {
  .mlr-s {
    margin-right: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-s {
    margin-right: 20px;
  }
}

@media screen and (min-width: 375px) {
  .mlr-s {
    margin-left: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-s {
    margin-left: 20px;
  }
}

.mlr-m {
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (min-width: 375px) {
  .mlr-m {
    margin-right: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-m {
    margin-right: 40px;
  }
}

@media screen and (min-width: 375px) {
  .mlr-m {
    margin-left: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-m {
    margin-left: 40px;
  }
}

.mlr-l {
  margin-right: 40px;
  margin-left: 40px;
}

@media screen and (min-width: 375px) {
  .mlr-l {
    margin-right: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-l {
    margin-right: 80px;
  }
}

@media screen and (min-width: 375px) {
  .mlr-l {
    margin-left: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-l {
    margin-left: 80px;
  }
}

.mlr-xl {
  margin-right: 50px;
  margin-left: 50px;
}

@media screen and (min-width: 375px) {
  .mlr-xl {
    margin-right: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-xl {
    margin-right: 100px;
  }
}

@media screen and (min-width: 375px) {
  .mlr-xl {
    margin-left: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-xl {
    margin-left: 100px;
  }
}

.mlr-xxl {
  margin-right: 80px;
  margin-left: 80px;
}

@media screen and (min-width: 375px) {
  .mlr-xxl {
    margin-right: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-xxl {
    margin-right: 300px;
  }
}

@media screen and (min-width: 375px) {
  .mlr-xxl {
    margin-left: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mlr-xxl {
    margin-left: 300px;
  }
}

.mt-xs {
  margin-top: 5px;
}

@media screen and (min-width: 375px) {
  .mt-xs {
    margin-top: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mt-xs {
    margin-top: 10px;
  }
}

.mt-s {
  margin-top: 10px;
}

@media screen and (min-width: 375px) {
  .mt-s {
    margin-top: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mt-s {
    margin-top: 20px;
  }
}

.mt-m {
  margin-top: 20px;
}

@media screen and (min-width: 375px) {
  .mt-m {
    margin-top: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mt-m {
    margin-top: 40px;
  }
}

.mt-l {
  margin-top: 40px;
}

@media screen and (min-width: 375px) {
  .mt-l {
    margin-top: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mt-l {
    margin-top: 80px;
  }
}

.mt-xl {
  margin-top: 50px;
}

@media screen and (min-width: 375px) {
  .mt-xl {
    margin-top: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mt-xl {
    margin-top: 100px;
  }
}

.mt-xxl {
  margin-top: 80px;
}

@media screen and (min-width: 375px) {
  .mt-xxl {
    margin-top: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mt-xxl {
    margin-top: 300px;
  }
}

.mb-xs {
  margin-bottom: 5px;
}

@media screen and (min-width: 375px) {
  .mb-xs {
    margin-bottom: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mb-xs {
    margin-bottom: 10px;
  }
}

.mb-s {
  margin-bottom: 10px;
}

@media screen and (min-width: 375px) {
  .mb-s {
    margin-bottom: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mb-s {
    margin-bottom: 20px;
  }
}

.mb-m {
  margin-bottom: 20px;
}

@media screen and (min-width: 375px) {
  .mb-m {
    margin-bottom: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mb-m {
    margin-bottom: 40px;
  }
}

.mb-l {
  margin-bottom: 40px;
}

@media screen and (min-width: 375px) {
  .mb-l {
    margin-bottom: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mb-l {
    margin-bottom: 80px;
  }
}

.mb-xl {
  margin-bottom: 50px;
}

@media screen and (min-width: 375px) {
  .mb-xl {
    margin-bottom: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mb-xl {
    margin-bottom: 100px;
  }
}

.mb-xxl {
  margin-bottom: 80px;
}

@media screen and (min-width: 375px) {
  .mb-xxl {
    margin-bottom: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mb-xxl {
    margin-bottom: 300px;
  }
}

.mtb-xs {
  margin-bottom: 5px;
  margin-top: 5px;
}

@media screen and (min-width: 375px) {
  .mtb-xs {
    margin-bottom: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-xs {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 375px) {
  .mtb-xs {
    margin-top: calc(3.6842105263px + 0.350877193vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-xs {
    margin-top: 10px;
  }
}

.mtb-s {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 375px) {
  .mtb-s {
    margin-bottom: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-s {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 375px) {
  .mtb-s {
    margin-top: calc(7.3684210526px + 0.701754386vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-s {
    margin-top: 20px;
  }
}

.mtb-m {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 375px) {
  .mtb-m {
    margin-bottom: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-m {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 375px) {
  .mtb-m {
    margin-top: calc(14.7368421053px + 1.4035087719vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-m {
    margin-top: 40px;
  }
}

.mtb-l {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (min-width: 375px) {
  .mtb-l {
    margin-bottom: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-l {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 375px) {
  .mtb-l {
    margin-top: calc(29.4736842105px + 2.8070175439vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-l {
    margin-top: 80px;
  }
}

.mtb-xl {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media screen and (min-width: 375px) {
  .mtb-xl {
    margin-bottom: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-xl {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 375px) {
  .mtb-xl {
    margin-top: calc(36.8421052632px + 3.5087719298vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-xl {
    margin-top: 100px;
  }
}

.mtb-xxl {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media screen and (min-width: 375px) {
  .mtb-xxl {
    margin-bottom: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-xxl {
    margin-bottom: 300px;
  }
}

@media screen and (min-width: 375px) {
  .mtb-xxl {
    margin-top: calc(22.1052631579px + 15.4385964912vw);
  }
}

@media screen and (min-width: 1800px) {
  .mtb-xxl {
    margin-top: 300px;
  }
}

/*
	Utilities
	----------------------------------- */

.fc-brand-blue {
  color: #002C6B !important;
}

.fc-brand-blue-darker-1 {
  color: #00054A !important;
}

.fc-brand-blue-lighter-1 {
  color: #134288 !important;
}

.fc-brand-blue-lighter-2 {
  color: #23519A !important;
}

.fc-brand-blue-lighter-3 {
  color: #4C6FA5 !important;
}

.fc-brand-blue-lighter-4 {
  color: #99ABD0 !important;
}

.fc-brand-blue-lighter-5 {
  color: #C1CCE3 !important;
}

.fc-brand-blue-lighter-6 {
  color: #E4E9F5 !important;
}

.fc-brand-blue-lighter-7 {
  color: #F5F6FA !important;
}

.fc-blue-highlight-1 {
  color: #4F73EA !important;
}

.fc-blue-highlight-2 {
  color: #A2B6F9 !important;
}

.fc-blue-highlight-3 {
  color: #E9EEFF !important;
}

.fc-blue-alt {
  color: #6A829F !important;
}

.fc-blue-alt-lighter {
  color: #AAC0D1 !important;
}

.fc-red {
  color: #B82234 !important;
}

.fc-red-lighter {
  color: #FFD4D7 !important;
}

.fc-green {
  color: #0EC494 !important;
}

.fc-green-lighter {
  color: #DCF9EA !important;
}

.fc-orange {
  color: #FFBB04 !important;
}

.fc-orange-lighter {
  color: #FFF2D1 !important;
}

.fc-white {
  color: #fff !important;
}

/*
	Utilities
	----------------------------------- */

.fs-xs {
  font-size: 11px;
}

@media (min-width: 375px) {
  .fs-xs {
    font-size: calc(10.5856353591px + 0.1104972376vw);
  }
}

@media (min-width: 1280px) {
  .fs-xs {
    font-size: 12px;
  }
}

.fs-s {
  font-size: 12px;
}

@media (min-width: 375px) {
  .fs-s {
    font-size: calc(11.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .fs-s {
    font-size: 14px;
  }
}

.fs-m {
  font-size: 13px;
}

@media (min-width: 375px) {
  .fs-m {
    font-size: calc(12.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .fs-m {
    font-size: 15px;
  }
}

.fs-l {
  font-size: 14px;
}

@media (min-width: 375px) {
  .fs-l {
    font-size: calc(13.1712707182px + 0.2209944751vw);
  }
}

@media (min-width: 1280px) {
  .fs-l {
    font-size: 16px;
  }
}

.fs-xl {
  font-size: 20px;
}

@media (min-width: 375px) {
  .fs-xl {
    font-size: calc(18.3425414365px + 0.4419889503vw);
  }
}

@media (min-width: 1280px) {
  .fs-xl {
    font-size: 24px;
  }
}

.fs-xxl {
  font-size: 24px;
}

@media (min-width: 375px) {
  .fs-xxl {
    font-size: calc(20.6850828729px + 0.8839779006vw);
  }
}

@media (min-width: 1280px) {
  .fs-xxl {
    font-size: 32px;
  }
}

/*
	Utilities
	----------------------------------- */

.ta-left {
  text-align: left;
}

@media (min-width: 768px) {
  .ta-left--at-sm {
    text-align: left !important;
  }
}

@media (min-width: 1024px) {
  .ta-left--at-md {
    text-align: left !important;
  }
}

@media (min-width: 1280px) {
  .ta-left--at-lg {
    text-align: left !important;
  }
}

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

@media (min-width: 768px) {
  .ta-right--at-sm {
    text-align: right !important;
  }
}

@media (min-width: 1024px) {
  .ta-right--at-md {
    text-align: right !important;
  }
}

@media (min-width: 1280px) {
  .ta-right--at-lg {
    text-align: right !important;
  }
}

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

@media (min-width: 768px) {
  .ta-center--at-sm {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .ta-center--at-md {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .ta-center--at-lg {
    text-align: center !important;
  }
}

/*
	Utilities
	----------------------------------- */

.display-none {
  display: none;
}

@media (min-width: 768px) {
  .display-none-until-tablet--block {
    display: block;
  }

  .display-none-until-tablet--inline-block {
    display: inline-block;
  }

  .display-none-until-tablet--inline {
    display: inline;
  }

  .display-none-until-tablet--table {
    display: table;
  }

  .display-none-until-tablet--table-cell {
    display: table-cell;
  }

  .display-none-until-tablet--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .display-none-until-desktop--block {
    display: block;
  }

  .display-none-until-desktop--inline-block {
    display: inline-block;
  }

  .display-none-until-desktop--inline {
    display: inline;
  }

  .display-none-until-desktop--table {
    display: table;
  }

  .display-none-until-desktop--table-cell {
    display: table-cell;
  }

  .display-none-until-desktop--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .display-none-until-wide--block {
    display: block;
  }

  .display-none-until-wide--inline-block {
    display: inline-block;
  }

  .display-none-until-wide--inline {
    display: inline;
  }

  .display-none-until-wide--table {
    display: table;
  }

  .display-none-until-wide--table-cell {
    display: table-cell;
  }

  .display-none-until-wide--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .display-none-after-tablet {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display-none-after-desktop {
    display: none;
  }
}

@media (min-width: 1280px) {
  .display-none-after-wide {
    display: none;
  }
}

