/* import css normalise/reset library */
/* stylelint-disable */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   * 2. Add the correct display in IE.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
   * Add the correct display in IE 9-.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
	 ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

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

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

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

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

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

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

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

/* Forms
	 ========================================================================== */
/**
   * 1. Change font properties to `inherit` in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold;
}

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

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

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* stylelint-enable */
/* import vars */
/* Colours */
/* forms */
/* errors and notifcations */
/* Font sizes */
/* import mixins */
/* Usage

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}

*/
/* Mixin for font declaration syntax
Usage: @include font-face('Gotham', 'gotham');
*/
/* Mixin: Responsive font sizing
Usage:
// Sets every breakpoint to have a different font size
.foo {
	@include resp-font-size(22, 24, 28, 36, 48);
}

// Sets xs, sm and md to have different font sizes,
// lg and xl will then inherit the md size
.bar {
	@include resp-font-size(18, 20, 24)
}
*/
/* stylelint-disable */
/* stylelint-enable */
/* import modules */
.wrap {
  max-width: 1024px;
  margin: 0 auto;
}

/* import third party  styles */
/* import base styles */

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-out-up {
  0% {
    opacity: 1;
    transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(2rem);
  }
  90% {
    opacity: 0;
    transform: translateY(0);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
}

.skip-main {
  position: absolute;
  right: 100%;
  bottom: 100%;
}

html {
  color: #2e2e2e;
  font-family: "DHI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

img,
svg,
video,
hr {
  width: 100%;
  display: block;
}

a,
.js-link {
  color: #2e2e2e;
}

a:hover,
.js-link:hover {
  text-decoration: none;
}

p a {
  color: inherit;
}

.container {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

.container--narrow {
  max-width: 770px;
}

.container--questions {
  margin-bottom: 10rem;
}

.mask {
  background: white;
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.mask.show {
  display: block;
  visibility: visible;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/Open Sans/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/Open Sans/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/Open Sans/opensans-bold-webfont.woff2") format("woff2"), url("/fonts/Open Sans/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.img,
.isvg {
  max-width: 100%;
  height: auto;
}

.img--block,
.isvg--block {
  display: block;
}

.img--round,
.isvg--round {
  border-radius: 50%;
}

.hidden {
  display: none;
}

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

@font-face {
  font-family: 'DHI';
  src: url("/assets/fonts/DHI-Regular.eot");
  src: url("/assets/fonts/DHI-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/DHI-Regular.woff2") format("woff2"), url("/assets/fonts/DHI-Regular.woff") format("woff"), url("/assets/fonts/DHI-Regular.ttf") format("truetype"), url("/assets/fonts/DHI-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DHI';
  src: url("/assets/fonts/DHI-Bold.eot");
  src: url("/assets/fonts/DHI-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/DHI-Bold.woff2") format("woff2"), url("/assets/fonts/DHI-Bold.woff") format("woff"), url("/assets/fonts/DHI-Bold.ttf") format("truetype"), url("/assets/fonts/DHI-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

a,
.js-link {
  color: #2e2e2e;
}

a:hover,
.js-link:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  margin-top: 0;
}

.heading-one {
  font-size: 2.75rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin: 0;
}

.heading-two {
  font-size: 1.75rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.heading-three {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0 0 0.56rem;
}

.heading-four {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0 0 1rem;
}

.paragraph {
  font-size: 1rem;
  margin: 0 0 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

.paragraph p {
  font: inherit;
}

.paragraph p:last-of-type {
  margin-bottom: 0;
}

.paragraph:last-of-type {
  margin-bottom: 0;
}

.heading-wf {
  color: #e6007d;
}

.heading-wf span {
  color: #0072bb;
}

/* import components */
.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 0.8rem 1.5rem 0.6rem;
  border-radius: 5px;
  letter-spacing: 0.05rem;
  transition: ease 0.4s;
  font-size: 1rem;
  font-weight: 600;
}

.button--one {
  background-color: #43276d;
  color: #fff;
  border: 2px solid #43276d;
}

.button--one-arrow {
  padding-right: 2.6rem;
}

.button--one-arrow::after {
  content: '';
  position: absolute;
  background-image: url(/assets/img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  transition: ease 0.4s;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button--one:hover {
  background-color: #fff;
  color: #43276d;
}

.button--one:hover::after {
  background-image: url(/assets/img/arrow-purple.svg);
  right: 1rem;
}

.button--two {
  background-color: #e6007d;
  color: #fff;
  border: 2px solid #e6007d;
}

.button--two-arrow {
  padding-right: 2.6rem;
}

.button--two-arrow::after {
  content: '';
  position: absolute;
  background-image: url(/assets/img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  transition: ease 0.4s;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button--two:hover {
  background-color: #fff;
  color: #e6007d;
}

.button--two:hover::after {
  background-image: url(/assets/img/arrow-pink.svg);
  right: 1rem;
}

.button--white {
  background-color: #fff;
  color: #43276d;
  border: 2px solid #fff;
}

.button--white-arrow {
  padding-right: 2.6rem;
}

.button--white-arrow::after {
  content: '';
  position: absolute;
  background-image: url(/assets/img/arrow-purple.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  transition: ease 0.4s;
  right: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button--white:hover {
  background-color: #43276d;
  color: #fff;
}

.button--white:hover::after {
  background-image: url(/assets/img/arrow-white.svg);
  right: 1rem;
}

.columns {
  margin-bottom: 3.1rem;
}

.columns__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.columns__heading {
  width: 100%;
  margin-bottom: 2rem;
}

.columns__item {
  width: calc(75% - 3.75rem);
  margin-bottom: 3.1rem;
}

.columns__item--fixed {
  position: sticky;
  top: 6.5rem;
  width: 25%;
}

.columns__item--panel {
  background-color: #F4F4F4;
  color: #2e2e2e;
  padding: 1.87rem;
  margin-bottom: 3.1rem;
}

.columns__item--quote {
  margin: 0 0 0 -1.6rem;
  width: calc(25% + 1.6rem);
  background-color: #F4F4F4;
  padding: 1.5rem;
}

.columns__item--quote p {
  font-size: 1.18rem;
}

.columns__item--quote cite {
  font-style: normal;
  font-size: 0.87rem;
  margin-top: 0.68rem;
  display: block;
}

.columns__quotemark {
  max-width: 30px;
  margin-bottom: 1rem;
}

.columns__button {
  margin-top: 3.75rem;
}

@media (max-width: 930px) {
  .columns__item {
    width: calc(65% - 3.75rem);
  }
  .columns__item--quote {
    width: calc(35% + 1.6rem);
  }
  .columns__item--quote p {
    font-size: 1rem;
  }
}

@media (max-width: 700px) {
  .columns__item {
    width: 100%;
  }
  .columns__item--quote {
    margin: 0;
    width: 100%;
  }
  .columns__item--fixed {
    position: relative;
    top: 0;
    width: 100%;
  }
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__item {
  width: calc(50% - 0.93rem);
}

.footer__item h2 {
  color: #43276d;
  border-bottom: 3px solid #43276d;
  margin-bottom: 1.6rem;
}

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

.footer__social-item {
  display: inline-block;
  max-width: 2.8rem;
  margin-right: 1rem;
}

.footer__mc-form #mc_embed_signup_scroll {
  display: flex;
}

.footer__mc-form .signupPanel__fields {
  flex: 1;
  padding-right: 10px;
}

.footer__mc-form .signupPanel__fields input {
  width: 100%;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #adadad;
}

.footer__lower {
  margin-top: 2rem;
}

@media (max-width: 540px) {
  .footer__item {
    width: 100%;
    margin-top: 2rem;
  }
}

.form__input, .form__textarea {
  border-radius: 4px;
  border: 1px solid #666;
  padding: 0.5rem;
  color: #2e2e2e;
}

.form__input[type="date"]\--fill, .form__input[type="text"]\--fill, .form__input[type="email"]\--fill, .form__input[type="password"]\--fill, .form__input--textarea--fill, .form__textarea[type="date"]\--fill, .form__textarea[type="text"]\--fill, .form__textarea[type="email"]\--fill, .form__textarea[type="password"]\--fill, .form__textarea--textarea--fill {
  width: 100%;
}

.form__input--fill, .form__textarea--fill {
  width: 100%;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #949494;
}

.form__input:-moz-placeholder-shown, .form__textarea:-moz-placeholder-shown {
  color: #949494;
}

.form__input:placeholder-shown, .form__input::placeholder, .form__textarea:placeholder-shown, .form__textarea::placeholder {
  color: #949494;
}

.form__input--tick, .form__textarea--tick {
  background: url(/images/tick-bullet.png) right 1em center no-repeat;
  background-size: 1em;
  padding-right: 2em;
}

.form__input--select, .form__textarea--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 1rem;
}

.form__input-select-arrow, .form__textarea-select-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 15px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.form__input-wrap, .form__textarea-wrap {
  width: 100%;
}

.form__input-wrap--stripe, .form__textarea-wrap--stripe {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0.75rem 0.5rem;
}

.form__input-wrap--flex, .form__textarea-wrap--flex {
  display: flex;
  align-items: center;
}

.form__textarea {
  width: 100%;
}

.form__label {
  display: block;
  margin: 0 0 0.5em;
  font-weight: 700;
  text-align: left;
}

[type="checkbox"] + .form__label,
[type="radio"] + .form__label {
  display: inline-block;
  margin-right: 2rem;
}

.form__label em {
  color: red;
}

.form__label a {
  color: inherit;
}

.form__label--regular {
  font-weight: 300;
}

.form__option--checkbox {
  width: auto;
}

.form__option-wrap {
  display: flex;
  align-items: baseline;
}

.form__option-wrap .form__label {
  margin-left: 1rem;
}

.form__row {
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .form__row {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .form__row--flex {
    display: flex;
    justify-content: space-between;
  }
  .form__row--flex .form__row {
    flex-grow: 1;
    margin-right: 1rem;
  }
  .form__row--flex .form__row:last-child {
    margin-right: 0;
  }
}

.form__row--no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.form__row--no-top-space {
  margin-top: 0;
  padding-top: 0;
}

.form__row--submit {
  margin: 2rem 0 0;
}

.form__row--submit .btn + .btn {
  margin: 1rem auto 0;
}

@media (min-width: 768px) {
  .form__row--submit .btn + .btn {
    margin: 0 0 0 2rem;
  }
}

.form__row--submit-discount {
  margin: 0 0 3rem;
  padding: 0;
}

@media (min-width: 768px) {
  .form__row--submit-discount {
    margin: 2rem 0 0;
  }
}

.form__row--postcode-checker p {
  margin-top: -10px;
}

.form__row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.form__section {
  background-color: #F4F4F4;
  margin-bottom: 2.5rem;
  padding: 1.3rem 1.8rem 2rem;
}

.form__question {
  margin-bottom: 2rem;
}

.form__question:last-of-type {
  margin-bottom: 0;
}

.error {
  border: 1px solid #9b2732;
  color: #9b2732;
  padding: 0.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0 0 1rem;
}

legend {
  font-weight: 900;
  width: 100%;
  margin-bottom: 1.12rem;
}

.question__section .question__section {
  background-color: #fff;
  width: calc(100% + 2.2rem);
  margin: 0 0 1rem -1.1rem;
  padding: 1.3rem 1.3rem 2rem;
}

.question__section .question__section h2 {
  font-size: 1.25rem;
}

.question__section .question__section:last-of-type {
  margin-bottom: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: 100%;
}

.contact-form .button {
  margin-top: 1rem;
  max-width: 130px;
}

.contact-form .form__row + p {
  margin-top: 10px;
}

.contact-form .email-info + p {
  margin-top: 10px;
}

.header {
  margin-bottom: 6.25rem;
}

.header__conainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.header__logo {
  max-width: 180px;
  width: 50%;
  display: block;
}

.header__hide {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1;
}

@media (max-width: 700px) {
  .header {
    margin-bottom: 4rem;
  }
  .header__hide {
    position: relative;
    top: unset;
    right: unset;
  }
}

.icon-text {
  background-color: #fff;
  width: calc(100% + 3rem);
  margin: 1.5rem 0 -1.5rem -1.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.icon-text__icon {
  width: calc(30% - 1rem);
  margin: 0.31rem 1rem 0 0;
  max-width: 80px;
}

.icon-text__text {
  width: 70%;
  max-width: 200px;
}

.like__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
}

.like__form {
  display: flex;
  justify-content: flex-end;
}

.like__label {
  padding: 0.8rem 0.75rem 0.6rem;
}

.like__text {
  margin: 0 0.5rem 0 0;
}

.like__checkbox:checked + .like__indicator {
  opacity: 1;
}

.like__checkbox:not(:checked) + .like__indicator {
  opacity: 0.2;
}

.link-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.link-list__heading {
  margin-bottom: 0.75rem;
}

.link-list__item {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  background-color: #2e2e2e;
  max-width: 400px;
}

.link-list__item:last-of-type {
  margin-bottom: 0;
}

.link-list__item:hover .link-list__arrow {
  transform: translateX(0.3rem);
}

.link-list__link {
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 600;
  width: calc(100% - 10px - 1rem);
}

.link-list__arrow {
  width: 10px;
  transition: ease 0.4s;
}

.modal {
  position: fixed;
  width: 70%;
  max-height: 80%;
  overflow: hidden;
  min-width: 300px;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: all 0.5s ease-out;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
}

.modal--show {
  z-index: 99;
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: auto;
  z-index: 99;
}

.modal__container {
  overflow-y: scroll;
  margin-top: 0;
}

.modal__container > h2 {
  margin-top: 0;
  padding-top: 0;
}

.modal__mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 98;
}

.showing-modal .modal__mask {
  display: block;
}

.modal__mask .lds-ellipsis {
  top: 50%;
  transform: translateY(-50%);
}

.tab__button {
  border: 1px solid #ccc;
}

.tab__container {
  /*
		&:first-of-type {
			display: block;
		}
		*/
}

/* import 'sins' file - when you need to put a quick hacky fix in */
/* 
This file is for nasty, hacky, fixes that need to be done quickly
They should always only be temporary and should be resolved properly asap then removed from this file
*/

/*# sourceMappingURL=style.css.map*/