@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700|Poppins:500,600,800&display=swap");
/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 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 */
  border-top: 1px solid #d7d8e1;
  border-bottom: 0;
  margin: 20px 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * 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,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
  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-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

/**
 * 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: inherit; /* 1 (changed) */
  font-size: inherit; /* 1 (changed) */
  line-height: inherit; /* 1 (changed) */
  margin: 0; /* 2 */
}

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

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

/**
 * 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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #dfdfdf;
  color: rgb(50.2138157895, 85.2467105263, 127.2861842105);
  font-family: "Muli", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 0.8rem;
  text-rendering: optimizeLegibility;
}

a {
  color: #2B496D;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(43, 73, 109, 0.2);
}
a:hover, a:active, a.active {
  color: rgb(28.5723684211, 48.5065789474, 72.4276315789);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}

.super-h1 {
  font-size: 3rem;
  font-weight: 600;
}

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

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

p {
  margin: 0 0 1.2rem;
  opacity: 0.8;
  font-weight: 600;
}

a {
  transition: all ease 0.2s;
  font-weight: 800;
}
a:hover {
  color: #3498db;
  text-decoration: none;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.2rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #2B496D;
  color: #dfdfdf;
  font-size: 0.7rem;
}

mark {
  background: #3498db;
  color: rgb(50.2138157895, 85.2467105263, 127.2861842105);
  border-bottom: 0.05rem solid rgb(29.2970711297, 110.6778242678, 165.2029288703);
  border-radius: 0.2rem;
  padding: 0.05rem 0.1rem 0;
}

blockquote {
  border-left: 0.1rem solid #dfdfdf;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.link-underline {
  position: relative;
}
.link-underline:after {
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  right: 50%;
  height: 1px;
  background: currentColor;
  transition: all ease 0.3s;
}
.link-underline:hover:after {
  left: 0;
  right: 0;
  height: 2px;
}
.link-underline:before {
  position: absolute;
  transform: translateX(-100%);
  left: -10px;
  color: #eee;
  opacity: 0.3;
  font-weight: 100;
  font-size: 0.8em;
}

.muli {
  font-family: "Muli", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}

.btn {
  appearance: none;
  background: #fffffe;
  border: 0.05rem solid #fffffe;
  border-radius: 0.2rem;
  color: #2B496D;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  font-weight: 600;
  outline: none;
  padding: 0.25rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(43, 73, 109, 0.2);
}
.btn:focus, .btn:hover {
  background: #d1d1e9;
  border-color: #d1d1e9;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(55, 65, 80, 0.04);
  color: #2B496D;
}
.btn:active, .btn.active {
  background: #2B496D;
  border-color: #2B496D;
  color: #fffffe;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #dfdfdf;
  border-left-color: #dfdfdf;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #2B496D;
  border-color: #2B496D;
  color: #dfdfdf;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: rgb(40.1144736842, 68.1013157895, 101.6855263158);
  border-color: rgb(35.7861842105, 60.7532894737, 90.7138157895);
  color: #dfdfdf;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: rgb(37.2289473684, 63.2026315789, 94.3710526316);
  border-color: rgb(32.9006578947, 55.8546052632, 83.3993421053);
  color: #dfdfdf;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #dfdfdf;
  border-left-color: #dfdfdf;
}
.btn.btn-outline {
  background: transparent;
  border: 1px solid #fffffe;
  color: #fffffe;
}
.btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn-outline.btn-dark {
  border: 1px solid #2B496D;
  color: #2B496D;
}
.btn.btn-outline.btn-dark:hover {
  background: #dfdfdf;
}
.btn.btn-outline.btn-primary {
  border: 1px solid #2B496D;
  color: #2B496D;
}
.btn.btn-outline.btn-primary:hover {
  background: #d1d1e9;
}
.btn.btn-success {
  background: #6CBC2B;
  border-color: #6CBC2B;
  color: #fffffe;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(108, 188, 43, 0.2);
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: rgb(84.1558441558, 146.4935064935, 33.5064935065);
  border-color: rgb(84.1558441558, 146.4935064935, 33.5064935065);
  color: #fffffe;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: rgb(60.3116883117, 104.987012987, 24.012987013);
  border-color: rgb(60.3116883117, 104.987012987, 24.012987013);
  color: #dfdfdf;
}
.btn.btn-success.loading::after {
  border-bottom-color: #dfdfdf;
  border-left-color: #dfdfdf;
}
.btn.btn-error {
  background: #fa5246;
  border-color: #fa5246;
  color: #fffffe;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(250, 82, 70, 0.2);
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: rgb(248.6578947368, 35.5631578947, 20.3421052632);
  border-color: rgb(248.6578947368, 35.5631578947, 20.3421052632);
  color: #fffffe;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: rgb(212.2631578947, 19.5052631579, 5.7368421053);
  border-color: rgb(212.2631578947, 19.5052631579, 5.7368421053);
  color: #dfdfdf;
}
.btn.btn-error.loading::after {
  border-bottom-color: #dfdfdf;
  border-left-color: #dfdfdf;
}
.btn.btn-red {
  background: #fa5246;
  border-color: #fa5246;
  color: #fffffe;
}
.btn.btn-red:focus {
  box-shadow: 0 0 0 0.1rem rgba(250, 82, 70, 0.2);
}
.btn.btn-red:focus, .btn.btn-red:hover {
  background: rgb(248.6578947368, 35.5631578947, 20.3421052632);
  border-color: rgb(248.6578947368, 35.5631578947, 20.3421052632);
  color: #fffffe;
}
.btn.btn-red:active, .btn.btn-red.active {
  background: rgb(212.2631578947, 19.5052631579, 5.7368421053);
  border-color: rgb(212.2631578947, 19.5052631579, 5.7368421053);
  color: #dfdfdf;
}
.btn.btn-red.loading::after {
  border-bottom-color: #dfdfdf;
  border-left-color: #dfdfdf;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #fffffe;
  border-radius: 0;
  margin: 0;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: rgb(28.5723684211, 48.5065789474, 72.4276315789);
}
.btn.btn-link.btn-link-dark {
  color: #2B496D;
}
.btn.btn-link.btn-link-dark:focus, .btn.btn-link.btn-link-dark:active, .btn.btn-link.btn-link-dark:hover, .btn.btn-link.btn-link-dark.active {
  color: rgb(28.5723684211, 48.5065789474, 72.4276315789);
}
.btn.btn-link.btn-link-gray {
  background: transparent;
  border-color: transparent;
  color: #d7d8e1;
}
.btn.btn-link.btn-link-gray:focus, .btn.btn-link.btn-link-gray:active, .btn.btn-link.btn-link-gray:hover, .btn.btn-link.btn-link-gray.active {
  color: rgb(28.5723684211, 48.5065789474, 72.4276315789);
}
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg {
  font-size: 0.8rem;
  height: 2.4rem;
  padding: 0.35rem 1.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

code {
  border-radius: 0.2rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: rgb(252.2103004292, 241.5396995708, 242.2371244635);
  color: #d73e48;
  font-size: 85%;
}

.code {
  border-radius: 0.2rem;
  color: rgb(50.2138157895, 85.2467105263, 127.2861842105);
  position: relative;
}
.code::before {
  color: #d7d8e1;
  content: attr(data-lang);
  font-size: 0.7rem;
  position: absolute;
  right: 0.4rem;
  top: 0.1rem;
}
.code code {
  background: white;
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

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

.img-fit-cover {
  object-fit: cover;
}

.img-fit-contain {
  object-fit: contain;
}

.img-sm {
  width: 64px;
}

.img-xs {
  width: 48px;
}

.img-m-right {
  margin-right: 10px;
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

video.video-responsive {
  height: auto;
  max-width: 100%;
}
video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 0.4rem 0;
}
.figure .figure-caption {
  color: #9b9caf;
  margin-top: 0.4rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xxl {
  max-width: 1216px;
}
.container.grid-xl {
  max-width: 1096px;
}
.container.grid-lg {
  max-width: 976px;
}
.container.grid-md {
  max-width: 856px;
}
.container.grid-sm {
  max-width: 616px;
}
.container.grid-xs {
  max-width: 496px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

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

@media (min-width: 840px) {
  .columns {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns.col-x-align {
  align-items: center;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

/*@media (min-width: $size-md) {
  .column {

  }
}*/
.column {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  flex: 1;
  max-width: 100%;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1080px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.nav-blurple {
  background: #2B496D;
}

.navbar.dash-nav {
  padding: 12px 0;
}
.navbar.dash-nav .nav-links, .navbar.dash-nav .navbar-toggle {
  color: #2B496D;
}
.navbar.dash-nav .navbar-toggle {
  top: 4px;
}

.nav-full {
  background: #2B496D;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links {
  text-decoration: none;
  font-weight: 700;
  color: #fffffe;
}
.nav-links.active {
  color: #fa5246;
}

.main-nav li {
  text-align: center;
  margin: 15px auto;
}

.logo {
  display: flex;
  align-items: center;
  border: 0;
}
.logo h4 {
  margin: 0;
  margin-left: 14px;
  color: #fffffe;
  font-weight: 700;
}
.logo:hover {
  border: 0;
}
.logo p {
  font-size: 10px;
  background: #d7d8e1;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 5px;
}

.navbar-toggle {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
  color: #fffffe;
  font-size: 24px;
}

.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .navbar {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .dash-nav {
    padding: 20px 0;
  }
  .navbar .navbar-toggle {
    display: none;
  }
  .navbar .logo {
    margin-top: 0;
  }
  .navbar .main-nav {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
  .navbar .main-nav li {
    margin: 0;
    margin-left: 20px;
  }
  .navbar .main-nav li.nav-divider {
    width: 2px;
    background: #fffffe;
    height: 20px;
  }
  .navbar .main-nav li.nav-divider.divider-dark {
    background: #2B496D;
  }
  .navbar .main-nav li a.active {
    color: #fa5246;
    border: 2px solid transparent;
    text-decoration: none;
  }
}
.footer {
  background: #2B496D;
}
.footer .footer-contents {
  padding-top: 20px;
}
.footer h5 {
  color: #fffffe;
}
.footer h5 a {
  margin: 0;
}
.footer .builtby p, .footer .builtby svg {
  display: inline-block;
}
.footer p {
  color: #d7d8e1;
  font-size: 0.8em;
}
.footer a {
  color: #fffffe;
  display: block;
}
.footer a:hover {
  color: #3498db;
  cursor: pointer;
}

.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: #2B496D;
  border-radius: 50%;
  color: rgba(223, 223, 223, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar.avatar-commsor-lg {
  font-size: 8rem;
  height: 16rem;
  width: 16rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #dfdfdf;
  bottom: 14.64%;
  height: 50%;
  padding: 0.1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: #d7d8e1;
  box-shadow: 0 0 0 0.1rem #dfdfdf;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.avatar .avatar-presence.online {
  background: #6CBC2B;
}
.avatar .avatar-presence.busy {
  background: #fa5246;
}
.avatar .avatar-presence.away {
  background: #FFCC00;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.breadcrumb {
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item {
  color: #d7d8e1;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #d7d8e1;
}
.breadcrumb .breadcrumb-item:not(:last-child) a:hover {
  color: #fffffe;
}
.breadcrumb .breadcrumb-item:last-child {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:last-child a {
  color: #fffffe;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #d7d8e1;
  content: "/";
  padding-right: 0.4rem;
}

.card-link {
  color: #2B496D;
  font-weight: 400;
  position: relative;
  transition: all ease 0.3s;
}
.card-link:hover {
  color: #3498db;
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.card {
  border: 1px solid #dfdfdf;
  background: #fffffe;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(55, 65, 80, 0.04);
  margin: 10px 0;
}
.card.card-hover {
  display: block;
  top: 0px;
  position: relative;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  transition: all 0.2s ease;
}
.card.card-hover:hover {
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(45, 66, 70, 0.1);
  top: -4px;
  border: 1px solid #fa5246;
  background-color: white;
}
.card.card-hover.active-notifications {
  padding-bottom: 18px;
}
.card.card-hover.active-notifications:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #fa5246;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}
.card.card-hover:hover:before {
  transform: scale(2.15);
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  flex: 1 1 auto;
}
.card .card-body.card-body-h-center {
  display: flex;
  align-items: center;
}
.card .card-image {
  padding-top: 0.8rem;
  position: relative;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.card .card-image .img-overlay.top-right {
  position: absolute;
  top: 3px;
  right: 6px;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .dropdown-toggle {
  color: #2B496D;
  border-bottom: 2px solid transparent;
  font-weight: 700;
}
.dropdown .dropdown-toggle.dropdown-link {
  color: #fffffe;
  border-bottom: none;
}
.dropdown .dropdown-toggle.dropdown-link:hover {
  border-bottom: none;
  color: #fa5246;
}
.dropdown .menu {
  animation: slide-down 0.15s ease 1;
  display: none;
  margin-top: -5px;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}
.dropdown .menu li {
  margin: 0;
}
.dropdown .menu a {
  border: none;
}
.dropdown .menu a:hover {
  border: none;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:hover + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(43, 73, 109, 0.3);
  background: #fffffe;
  border-radius: 0.2rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.2rem);
  z-index: 300;
}
.menu.menu-lg {
  width: 400px;
  padding: 0.4rem;
}
.menu.menu-lg .product-link {
  margin: 0 0 5px;
  padding: 0.4rem;
}
.menu.menu-lg .product-link:hover {
  background: white;
}
.menu.menu-lg .product-link:last-child {
  margin: 0;
}
.menu.menu-nav {
  background: transparent;
  box-shadow: none;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
  text-align: left;
}
.menu .menu-item > a {
  border-radius: 0.2rem;
  color: #2B496D;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a:focus, .menu .menu-item > a:hover {
  background: #d1d1e9;
  color: #2B496D;
}
.menu .menu-item > a:active, .menu .menu-item > a.active {
  background: #d1d1e9;
  color: #2B496D;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
.menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0;
}
.nav .nav-item {
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  border-radius: 0.2rem;
  transition: 0.4s;
  margin: 0;
}
.nav .nav-item a {
  color: #9b9caf;
  text-decoration: none;
  border-bottom: none;
}
.nav .nav-item a:hover {
  color: #2B496D;
  text-decoration: none;
  border-bottom: none;
}
.nav .nav-item.active {
  background: #fffffe;
  box-shadow: 0 4px 6px rgba(55, 65, 80, 0.04);
}
.nav .nav-item.active > a {
  color: #fa5246;
  font-weight: bold;
}
.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover {
  color: #2B496D;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}

.header-bg {
  background-color: #2B496D;
}

.header-bg-img {
  background-image: url("../assets/spotify_office.jpg");
  background-color: #2B496D;
  min-height: 340px;
}

.nav-gradient {
  background: linear-gradient(0deg, rgba(6, 14, 20, 0) 0%, rgb(6, 14, 20) 100%);
}

.landing-header {
  padding: 0px 0 100px;
}
.landing-header h1, .landing-header h2 {
  margin: 0;
  color: #fffffe;
}
.landing-header h5 {
  color: #9b9caf;
  margin: 20px 0;
  line-height: 1.5em;
}
.landing-header button {
  margin: 20px 0;
}

.overview {
  background: #dfdfdf;
}
.overview .overview-point {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.overview .overview-point h4, .overview .overview-point p {
  margin: 0;
}
.overview .overview-point h4 {
  background: #fffffe;
  padding: 15px;
  border-radius: 30px;
  margin-right: 20px;
  color: #2B496D;
  box-shadow: 0 4px 6px rgba(55, 65, 80, 0.7);
  transition: all 0.3s ease;
}
.overview .overview-point h4:hover {
  background: #fa5246;
  color: #fffffe;
}

.landing-section {
  padding: 100px 0;
}

.landing-spacer {
  margin: 160px auto;
}

.landing-spacer-top {
  margin-bottom: 120px;
}

.text-primary {
  color: #2B496D !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(35.7861842105, 60.7532894737, 90.7138157895);
}

.text-secondary {
  color: #b3b3cb !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: rgb(163.859375, 163.859375, 192.640625);
}

.text-gray {
  color: #d1d1e9 !important;
}

a.text-gray:focus, a.text-gray:hover {
  color: rgb(191.75, 191.75, 224.75);
}

.text-graydark {
  color: #d7d8e1 !important;
}

a.text-graydark:focus, a.text-graydark:hover {
  color: rgb(200.4285714286, 201.7928571429, 214.0714285714);
}

.text-light {
  color: #fffffe !important;
}

a.text-light:focus, a.text-light:hover {
  color: rgb(255, 255, 228.5);
}

.text-dark {
  color: rgb(50.2138157895, 85.2467105263, 127.2861842105) !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #2b496d;
}

.text-success {
  color: #6CBC2B !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(96.0779220779, 167.2467532468, 38.2532467532);
}

.text-warning {
  color: #FFCC00 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(229.5, 183.6, 0);
}

.text-error {
  color: #fa5246 !important;
}

a.text-error:focus, a.text-error:hover {
  color: rgb(249.3289473684, 58.7815789474, 45.1710526316);
}

.bg-primary {
  background: #2B496D !important;
  color: #fffffe;
}

.bg-primary-dark {
  background: #2B496D !important;
  color: #fffffe;
}

.bg-white {
  background: #fffffe !important;
}

.bg-secondary {
  background: #d1d1e9 !important;
}

.bg-dark {
  background: #2B496D !important;
  color: #fffffe;
}

.bg-gray {
  background: #dfdfdf !important;
}

.bg-success {
  background: #6CBC2B !important;
  color: #fffffe;
}

.bg-warning {
  background: #FFCC00 !important;
  color: #fffffe;
}

.bg-error {
  background: #fa5246 !important;
}

.border-primary {
  border: 1px solid #2B496D !important;
}

.border-gray {
  border: 1px solid #dfdfdf !important;
}

.drop-shadow {
  box-shadow: 0 4px 6px rgba(55, 65, 80, 0.7);
}

.borderb-primary {
  border-bottom: 1px solid #2B496D !important;
}

.borderb-gray {
  border-bottom: 1px solid #dfdfdf !important;
}

.border-dash {
  border: 2px dashed #dfdfdf;
}

.hover-gray {
  transition: all ease 0.3s;
}
.hover-gray:hover {
  background: #dfdfdf;
}

.hover-lightgray {
  transition: all ease 0.3s;
}
.hover-lightgray:hover {
  background: #dfdfdf;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

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

.no-wrap {
  white-space: nowrap;
}

.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fffffe;
  color: #d7d8e1;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  transform: translateY(-0.65rem);
}
.divider.divider-dark,
.divider-vert.divider-dark {
  border-top: 0.05rem solid #dfdfdf;
}
.divider.divider-thick,
.divider-vert.divider-thick {
  border-top: 4px solid #2B496D;
}

.divider {
  border-top: 0.05rem solid rgb(243.4, 243.4, 243.4);
  height: 0.05rem;
  margin: 1.2rem 0;
}
.divider[data-content] {
  margin: 1.2rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid #dfdfdf;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #2B496D;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
  position: -webkit-sticky;
  top: 10px;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-vertical-center {
  display: flex;
  align-items: center;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex-baseline {
  display: flex;
  align-items: flex-start;
}

.flex-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.negative-m-xl {
  margin-top: -225px;
}

.negative-m-lg {
  margin-top: -150px;
}

.negative-m-md {
  margin-top: -125px;
}

.negative-m-s {
  margin-top: -100px;
}

.negative-m-xs {
  margin-top: -50px;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

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

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

.m-1 {
  margin: 0.2rem !important;
}

.mb-1 {
  margin-bottom: 0.2rem !important;
}

.ml-1 {
  margin-left: 0.2rem !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

.mt-1 {
  margin-top: 0.2rem !important;
}

.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}

.m-2 {
  margin: 0.4rem !important;
}

.mb-2 {
  margin-bottom: 0.4rem !important;
}

.ml-2 {
  margin-left: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

.mt-2 {
  margin-top: 0.4rem !important;
}

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important;
}

.m-4 {
  margin: 0.8rem !important;
}

.mb-4 {
  margin-bottom: 0.8rem !important;
}

.ml-4 {
  margin-left: 0.8rem !important;
}

.mr-4 {
  margin-right: 0.8rem !important;
}

.mt-4 {
  margin-top: 0.8rem !important;
}

.mx-4 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.my-4 {
  margin-bottom: 0.8rem !important;
  margin-top: 0.8rem !important;
}

.m-8 {
  margin: 1.6rem !important;
}

.mb-8 {
  margin-bottom: 1.6rem !important;
}

.ml-8 {
  margin-left: 1.6rem !important;
}

.mr-8 {
  margin-right: 1.6rem !important;
}

.mt-8 {
  margin-top: 1.6rem !important;
}

.mx-8 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.my-8 {
  margin-bottom: 1.6rem !important;
  margin-top: 1.6rem !important;
}

.m-12 {
  margin: 2.4rem !important;
}

.mb-12 {
  margin-bottom: 2.4rem !important;
}

.ml-12 {
  margin-left: 2.4rem !important;
}

.mr-12 {
  margin-right: 2.4rem !important;
}

.mt-12 {
  margin-top: 2.4rem !important;
}

.mx-12 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-12 {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.m-16 {
  margin: 3.2rem !important;
}

.mb-16 {
  margin-bottom: 3.2rem !important;
}

.ml-16 {
  margin-left: 3.2rem !important;
}

.mr-16 {
  margin-right: 3.2rem !important;
}

.mt-16 {
  margin-top: 3.2rem !important;
}

.mx-16 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.my-16 {
  margin-bottom: 3.2rem !important;
  margin-top: 3.2rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

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

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

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

.p-1 {
  padding: 0.2rem !important;
}

.pb-1 {
  padding-bottom: 0.2rem !important;
}

.pl-1 {
  padding-left: 0.2rem !important;
}

.pr-1 {
  padding-right: 0.2rem !important;
}

.pt-1 {
  padding-top: 0.2rem !important;
}

.px-1 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
}

.p-2 {
  padding: 0.4rem !important;
}

.pb-2 {
  padding-bottom: 0.4rem !important;
}

.pl-2 {
  padding-left: 0.4rem !important;
}

.pr-2 {
  padding-right: 0.4rem !important;
}

.pt-2 {
  padding-top: 0.4rem !important;
}

.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}

.p-4 {
  padding: 0.8rem !important;
}

.pb-4 {
  padding-bottom: 0.8rem !important;
}

.pl-4 {
  padding-left: 0.8rem !important;
}

.pr-4 {
  padding-right: 0.8rem !important;
}

.pt-4 {
  padding-top: 0.8rem !important;
}

.px-4 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.py-4 {
  padding-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
}

.p-8 {
  padding: 1.6rem !important;
}

.pb-8 {
  padding-bottom: 1.6rem !important;
}

.pl-8 {
  padding-left: 1.6rem !important;
}

.pr-8 {
  padding-right: 1.6rem !important;
}

.pt-8 {
  padding-top: 1.6rem !important;
}

.px-8 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.py-8 {
  padding-bottom: 1.6rem !important;
  padding-top: 1.6rem !important;
}

.p-12 {
  padding: 2.4rem !important;
}

.pb-12 {
  padding-bottom: 2.4rem !important;
}

.pl-12 {
  padding-left: 2.4rem !important;
}

.pr-12 {
  padding-right: 2.4rem !important;
}

.pt-12 {
  padding-top: 2.4rem !important;
}

.px-12 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.py-12 {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

.p-16 {
  padding: 3.2rem !important;
}

.pb-16 {
  padding-bottom: 3.2rem !important;
}

.pl-16 {
  padding-left: 3.2rem !important;
}

.pr-16 {
  padding-right: 3.2rem !important;
}

.pt-16 {
  padding-top: 3.2rem !important;
}

.px-16 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.py-16 {
  padding-bottom: 3.2rem !important;
  padding-top: 3.2rem !important;
}

.s-rounded {
  border-radius: 0.2rem;
}

.s-circle {
  border-radius: 50%;
}

.br {
  border-radius: 0.2rem;
}

.br-lg {
  border-radius: 8px;
}

.br-xl {
  border-radius: 16px;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-superbold {
  font-weight: 900;
}

.text-semibold {
  font-weight: 600;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-xl {
  font-size: 2em;
}

.text-small {
  font-size: 0.8em;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.light-link {
  color: #fffffe;
  transition: all ease 0.3s;
  opacity: 1;
}
.light-link:hover {
  color: #fa5246;
}

.text-red {
  color: #fa5246;
}

.text-no-my {
  margin-top: 0;
  margin-bottom: 0;
}

.link-nu {
  color: #fa5246;
  border-bottom: none;
}
.link-nu:hover {
  border-bottom: none;
}

.p-lg {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  opacity: 1;
}

.arrow-hover {
  transition: transform 0.3s ease-in;
}

a:hover .arrow-hover {
  transform: translateX(100px);
}

#anglesvg {
  display: block;
}

/* 
^ Styling the drop-down menu for language switcher
* Auther : Fadi Nouh
* URL : https://bluebit.dev
* Repository: https://github.com/bluebits-academy/language-switcher
*/
.lang-menu {
  width: 50px;
  position: fixed;
  top: 5px;
  right: 10px;
  padding: 10px;
}

.lang-menu .selected-lang {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  cursor: pointer;
}

.lang-menu .selected-lang {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.lang-menu ul {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  position: absolute;
  top: 10px;
  width: 35px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.lang-menu ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  width: 35px;
  padding: 0px 5px 0px 5px;
  display: block;
}

.lang-menu ul li:hover {
  background-color: #f2f2f2;
}

.lang-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.de:before {
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/header/language-de.png);
}

.en:before {
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/header/language-en.png);
}

.it:before {
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/header/language-it.png);
}

.lang-menu:hover ul {
  display: block;
}

.card-body img {
  box-shadow: 3px 3px 10px #888888;
}

body {
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
}

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