/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  background-color: #f4f5f7;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Calibre";
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* 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 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
         * Remove the inner border and padding in Firefox.
         */
  /**
         * Restore the focus styles unset by the previous rule.
         */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 macOS.
         */
}

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

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.row.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row.horizontal-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.vertical {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.vertical-reverse {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.row.single-line {
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.row .row,
.row.nested {
  margin: 0 calc(-2rem / 2);
  width: auto;
}

.row.mobile-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.mobile-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.mobile-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.mobile-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.row.mobile-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.mobile-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.mobile-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.mobile-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.mobile-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row.mobile-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.mobile-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row.mobile-horizontal-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.mobile-vertical {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.mobile-vertical-reverse {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.row.mobile-single-line {
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

@media only screen and (min-width: 1024px) {
  .row.desktop-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row.desktop-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.desktop-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .row.desktop-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .row.desktop-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row.desktop-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .row.desktop-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.desktop-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .row.desktop-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .row.desktop-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row.desktop-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .row.desktop-horizontal-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .row.desktop-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.desktop-vertical-reverse {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.desktop-single-line {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: calc(2rem / 2);
  padding-right: calc(2rem / 2);
}

.column.collapse {
  padding-left: 0;
  padding-right: 0;
}

.column.top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.column.bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.column.stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.column.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}

.column.auto-reset {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}

.column.mobile-collapse {
  padding-left: 0;
  padding-right: 0;
}

.column.mobile-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.mobile-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.column.mobile-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.mobile-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.column.mobile-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.column.mobile-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}

.column.mobile-auto-reset {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.mobile-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}

.column.mobile-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.column.mobile-offset-0 {
  margin-left: 0%;
}

.column.mobile-push-0 {
  position: relative;
  right: auto;
  left: 0%;
}

.column.mobile-pull-0 {
  position: relative;
  left: auto;
  right: 0%;
}

.column.mobile-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.column.mobile-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.column.mobile-offset-1 {
  margin-left: 8.33333%;
}

.column.mobile-push-1 {
  position: relative;
  right: auto;
  left: 8.33333%;
}

.column.mobile-pull-1 {
  position: relative;
  left: auto;
  right: 8.33333%;
}

.column.mobile-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.column.mobile-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.column.mobile-offset-2 {
  margin-left: 16.66667%;
}

.column.mobile-push-2 {
  position: relative;
  right: auto;
  left: 16.66667%;
}

.column.mobile-pull-2 {
  position: relative;
  left: auto;
  right: 16.66667%;
}

.column.mobile-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.column.mobile-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.column.mobile-offset-3 {
  margin-left: 25%;
}

.column.mobile-push-3 {
  position: relative;
  right: auto;
  left: 25%;
}

.column.mobile-pull-3 {
  position: relative;
  left: auto;
  right: 25%;
}

.column.mobile-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.column.mobile-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.column.mobile-offset-4 {
  margin-left: 33.33333%;
}

.column.mobile-push-4 {
  position: relative;
  right: auto;
  left: 33.33333%;
}

.column.mobile-pull-4 {
  position: relative;
  left: auto;
  right: 33.33333%;
}

.column.mobile-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.column.mobile-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

.column.mobile-offset-5 {
  margin-left: 41.66667%;
}

.column.mobile-push-5 {
  position: relative;
  right: auto;
  left: 41.66667%;
}

.column.mobile-pull-5 {
  position: relative;
  left: auto;
  right: 41.66667%;
}

.column.mobile-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.column.mobile-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.column.mobile-offset-6 {
  margin-left: 50%;
}

.column.mobile-push-6 {
  position: relative;
  right: auto;
  left: 50%;
}

.column.mobile-pull-6 {
  position: relative;
  left: auto;
  right: 50%;
}

.column.mobile-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.column.mobile-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.column.mobile-offset-7 {
  margin-left: 58.33333%;
}

.column.mobile-push-7 {
  position: relative;
  right: auto;
  left: 58.33333%;
}

.column.mobile-pull-7 {
  position: relative;
  left: auto;
  right: 58.33333%;
}

.column.mobile-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.column.mobile-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

.column.mobile-offset-8 {
  margin-left: 66.66667%;
}

.column.mobile-push-8 {
  position: relative;
  right: auto;
  left: 66.66667%;
}

.column.mobile-pull-8 {
  position: relative;
  left: auto;
  right: 66.66667%;
}

.column.mobile-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.column.mobile-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.column.mobile-offset-9 {
  margin-left: 75%;
}

.column.mobile-push-9 {
  position: relative;
  right: auto;
  left: 75%;
}

.column.mobile-pull-9 {
  position: relative;
  left: auto;
  right: 75%;
}

.column.mobile-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.column.mobile-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.column.mobile-offset-10 {
  margin-left: 83.33333%;
}

.column.mobile-push-10 {
  position: relative;
  right: auto;
  left: 83.33333%;
}

.column.mobile-pull-10 {
  position: relative;
  left: auto;
  right: 83.33333%;
}

.column.mobile-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.column.mobile-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

.column.mobile-offset-11 {
  margin-left: 91.66667%;
}

.column.mobile-push-11 {
  position: relative;
  right: auto;
  left: 91.66667%;
}

.column.mobile-pull-11 {
  position: relative;
  left: auto;
  right: 91.66667%;
}

.column.mobile-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.column.mobile-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.column.mobile-offset-12 {
  margin-left: 100%;
}

.column.mobile-push-12 {
  position: relative;
  right: auto;
  left: 100%;
}

.column.mobile-pull-12 {
  position: relative;
  left: auto;
  right: 100%;
}

.column.mobile-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

@media only screen and (min-width: 1024px) {
  .column.desktop-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desktop-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column.desktop-middle {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .column.desktop-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .column.desktop-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .column.desktop-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .column.desktop-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }

  .column.desktop-auto-reset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column.desktop-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }

  .column.desktop-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .column.desktop-offset-0 {
    margin-left: 0%;
  }

  .column.desktop-push-0 {
    position: relative;
    right: auto;
    left: 0%;
  }

  .column.desktop-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .column.desktop-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .column.desktop-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .column.desktop-offset-1 {
    margin-left: 8.33333%;
  }

  .column.desktop-push-1 {
    position: relative;
    right: auto;
    left: 8.33333%;
  }

  .column.desktop-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333%;
  }

  .column.desktop-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .column.desktop-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .column.desktop-offset-2 {
    margin-left: 16.66667%;
  }

  .column.desktop-push-2 {
    position: relative;
    right: auto;
    left: 16.66667%;
  }

  .column.desktop-pull-2 {
    position: relative;
    left: auto;
    right: 16.66667%;
  }

  .column.desktop-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .column.desktop-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .column.desktop-offset-3 {
    margin-left: 25%;
  }

  .column.desktop-push-3 {
    position: relative;
    right: auto;
    left: 25%;
  }

  .column.desktop-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .column.desktop-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .column.desktop-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .column.desktop-offset-4 {
    margin-left: 33.33333%;
  }

  .column.desktop-push-4 {
    position: relative;
    right: auto;
    left: 33.33333%;
  }

  .column.desktop-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333%;
  }

  .column.desktop-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .column.desktop-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .column.desktop-offset-5 {
    margin-left: 41.66667%;
  }

  .column.desktop-push-5 {
    position: relative;
    right: auto;
    left: 41.66667%;
  }

  .column.desktop-pull-5 {
    position: relative;
    left: auto;
    right: 41.66667%;
  }

  .column.desktop-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .column.desktop-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .column.desktop-offset-6 {
    margin-left: 50%;
  }

  .column.desktop-push-6 {
    position: relative;
    right: auto;
    left: 50%;
  }

  .column.desktop-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .column.desktop-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .column.desktop-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .column.desktop-offset-7 {
    margin-left: 58.33333%;
  }

  .column.desktop-push-7 {
    position: relative;
    right: auto;
    left: 58.33333%;
  }

  .column.desktop-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333%;
  }

  .column.desktop-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .column.desktop-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .column.desktop-offset-8 {
    margin-left: 66.66667%;
  }

  .column.desktop-push-8 {
    position: relative;
    right: auto;
    left: 66.66667%;
  }

  .column.desktop-pull-8 {
    position: relative;
    left: auto;
    right: 66.66667%;
  }

  .column.desktop-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .column.desktop-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .column.desktop-offset-9 {
    margin-left: 75%;
  }

  .column.desktop-push-9 {
    position: relative;
    right: auto;
    left: 75%;
  }

  .column.desktop-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .column.desktop-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .column.desktop-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .column.desktop-offset-10 {
    margin-left: 83.33333%;
  }

  .column.desktop-push-10 {
    position: relative;
    right: auto;
    left: 83.33333%;
  }

  .column.desktop-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333%;
  }

  .column.desktop-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .column.desktop-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .column.desktop-offset-11 {
    margin-left: 91.66667%;
  }

  .column.desktop-push-11 {
    position: relative;
    right: auto;
    left: 91.66667%;
  }

  .column.desktop-pull-11 {
    position: relative;
    left: auto;
    right: 91.66667%;
  }

  .column.desktop-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .column.desktop-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .column.desktop-offset-12 {
    margin-left: 100%;
  }

  .column.desktop-push-12 {
    position: relative;
    right: auto;
    left: 100%;
  }

  .column.desktop-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }

  .column.desktop-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}

.show-from-mobile-up {
  display: none !important;
  display: inherit !important;
}

.hide-from-mobile-up {
  display: inherit !important;
  display: none !important;
}

.show-for-mobile-only {
  display: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .show-for-mobile-only {
    display: inherit !important;
  }
}

.hide-for-mobile-only {
  display: inherit !important;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .hide-for-mobile-only {
    display: none !important;
  }
}

.show-from-desktop-up {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .show-from-desktop-up {
    display: inherit !important;
  }
}

.hide-from-desktop-up {
  display: inherit !important;
}

@media only screen and (min-width: 1024px) {
  .hide-from-desktop-up {
    display: none !important;
  }
}

.show-for-desktop-only {
  display: none !important;
}

@media only screen and (min-width: 1024px) and (max-width: 99999999em) {
  .show-for-desktop-only {
    display: inherit !important;
  }
}

.hide-for-desktop-only {
  display: inherit !important;
}

@media only screen and (min-width: 1024px) and (max-width: 99999999em) {
  .hide-for-desktop-only {
    display: none !important;
  }
}

input[type="text"],
input[type="password"],
textarea {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@-webkit-keyframes swing {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@keyframes swing {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  60% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

/* loading homepage */
@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#loading-background {
  height: 100vh;
  height: calc((var(--vh, 1vh) * 100));
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  /*background-repeat: repeat;*/
  /*background-size: contain;*/
  /*background-position: center;*/
  background-color: #0f171d;
}

#spinner-container {
  width: 12.5rem;
  height: 12.5rem;
  display: inline-block;
  position: relative;
}

#spinner-1,
#spinner-2,
#spinner-3 {
  position: absolute;
  border-width: 0.375rem;
  border-style: solid;
  border-radius: 50%;
}

#spinner-1 {
  width: 7.5rem;
  height: 7.5rem;
  border-color: #15b3f3;
  border-top-color: transparent;
  animation: rotate-animation 1.2s linear 0s infinite;
  top: calc((100% - 7.5rem) / 2);
  left: calc((100% - 7.5rem) / 2);
}

#spinner-2 {
  width: 5.25rem;
  height: 5.25rem;
  border-color: #5b47c7;
  border-top-color: transparent;
  animation: anti-rotate-animation 1s linear 0s infinite;
  top: calc((100% - 5.25rem) / 2);
  left: calc((100% - 5.25rem) / 2);
}

#spinner-3 {
  width: 3rem;
  height: 3rem;
  border-color: #d54286;
  border-top-color: transparent;
  animation: rotate-animation 1.2s linear 0s infinite;
  top: calc((100% - 3rem) / 2);
  left: calc((100% - 3rem) / 2);
}

#random-phrase {
  font-family: GalanoGrotesqueSemibold;
  font-size: 1.25rem;
  text-align: center;
}

strong {
  font-weight: normal !important;
  font-family: CalibreSemibold !important;
}

@media only screen and (min-width: 1024px) {
  #random-phrase {
    font-size: 1.5rem;
  }

  .raised {
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .raised:hover {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

.capitalize-ony-first-letter {
  text-transform: lowercase;
}

.capitalize-ony-first-letter:first-letter {
  text-transform: uppercase;
}
