@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .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-lg,
.col-lg-auto, .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-md,
.col-md-auto, .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-sm,
.col-sm-auto, .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,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

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

.mt-7,
.my-7 {
  margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

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

.pt-7,
.py-7 {
  padding-top: 4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@font-face {
  font-family: "icon-tdigital";
  src: url("assets/fonts/icon-tdigital.eot?yzy2z5");
  src: url("assets/fonts/icon-tdigital.eot?yzy2z5#iefix") format("embedded-opentype"), url("assets/fonts/icon-tdigital.woff2?yzy2z5") format("woff2"), url("assets/fonts/icon-tdigital.ttf?yzy2z5") format("truetype"), url("assets/fonts/icon-tdigital.woff?yzy2z5") format("woff"), url("assets/fonts/icon-tdigital.svg?yzy2z5#icon-tdigital") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=td-icon-],
[class*=" td-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-tdigital" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icon-tdigital";
  src: url("assets/fonts/icon-tdigital.eot?gskay3");
  src: url("assets/fonts/icon-tdigital.eot?gskay3#iefix") format("embedded-opentype"), url("assets/fonts/icon-tdigital.woff2?gskay3") format("woff2"), url("assets/fonts/icon-tdigital.ttf?gskay3") format("truetype"), url("assets/fonts/icon-tdigital.woff?gskay3") format("woff"), url("assets/fonts/icon-tdigital.svg?gskay3#icon-tdigital") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=td-icon-],
[class*=" td-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-tdigital" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.td-icon-link:before {
  content: "\e932";
}

.td-icon-facebook .path1:before {
  content: "\e933";
  color: #006EFF;
}

.td-icon-facebook .path2:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.td-icon-linkedin .path1:before {
  content: "\e935";
  color: #006EFF;
}

.td-icon-linkedin .path2:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.td-icon-linkedin .path3:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.td-icon-linkedin .path4:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.td-icon-twitter:before {
  content: "\e939";
}

.td-icon-ellipsis:before {
  content: "\e93a";
}

.td-icon-times-circle:before {
  content: "\e931";
}

.td-icon-search:before {
  content: "\e930";
  color: #3764f6;
}

.td-icon-close:before {
  content: "\e92e";
}

.td-icon-burger:before {
  content: "\e92f";
}

.td-icon-placeholder:before {
  content: "\e927";
}

.td-icon-journey:before {
  content: "\e924";
}

.td-icon-smiley:before {
  content: "\e925";
}

.td-icon-target:before {
  content: "\e926";
}

.td-icon-m-education .path1:before {
  content: "\e920";
  color: rgb(242, 175, 210);
}

.td-icon-m-education .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-education .path3:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-education .path4:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-education .path1:before {
  content: "\e920";
  color: transparent;
}

.td-icon-education .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-education .path3:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-education .path4:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-remove-file-register:before {
  content: "\e91e";
  color: #0b40f0;
}

.td-icon-attached-file:before {
  content: "\e91f";
  color: #0b40f0;
}

.td-icon-m-registered-success .path1:before {
  content: "\e900";
  color: rgb(11, 64, 240);
}

.td-icon-m-registered-success .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.td-icon-m-misc .path1:before {
  content: "\e90d";
  color: rgb(242, 175, 210);
}

.td-icon-m-misc .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-project-management .path1:before {
  content: "\e90f";
  color: rgb(245, 237, 169);
}

.td-icon-m-project-management .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-project-management .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-project-management .path1:before {
  content: "\e90f";
  color: transparent;
}

.td-icon-project-management .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-project-management .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-ux .path1:before {
  content: "\e912";
  color: rgb(224, 193, 255);
}

.td-icon-m-ux .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-ux .path1:before {
  content: "\e912";
  color: transparent;
}

.td-icon-ux .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-maintenance .path1:before {
  content: "\e914";
  color: rgb(255, 207, 188);
}

.td-icon-m-maintenance .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-maintenance .path1:before {
  content: "\e914";
  color: transparent;
}

.td-icon-maintenance .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-system-development .path1:before {
  content: "\e916";
  color: rgb(172, 235, 179);
}

.td-icon-m-system-development .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-system-development .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-system-development .path1:before {
  content: "\e916";
  color: transparent;
}

.td-icon-system-development .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-system-development .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-data-driven-enterprise .path1:before {
  content: "\e919";
  color: rgb(174, 213, 255);
}

.td-icon-m-data-driven-enterprise .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-m-data-driven-enterprise .path3:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-data-driven-enterprise .path1:before {
  content: "\e919";
  color: transparent;
}

.td-icon-data-driven-enterprise .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-data-driven-enterprise .path3:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.td-icon-arrow-down:before {
  content: "\e90c";
  color: #3764f6;
}

.td-icon-check:before {
  content: "\e90b";
}

.td-icon-light-bulb:before {
  content: "\e905";
}

.td-icon-specs:before {
  content: "\e906";
}

.td-icon-services:before {
  content: "\e907";
}

.td-icon-deliverables:before {
  content: "\e908";
}

.td-icon-speech:before {
  content: "\e909";
}

.td-icon-laptop:before {
  content: "\e90a";
}

.td-icon-star-employee:before {
  content: "\e902";
}

.td-icon-eye:before {
  content: "\e904";
}

.td-icon-contact-email:before {
  content: "\e903";
  color: #2957f3;
}

.td-icon-contact-phone:before {
  content: "\e91c";
  color: #2957f3;
}

.td-icon-arrow-right:before {
  content: "\e91d";
  color: #3764f6;
}

.td-icon-ai:before {
  content: "\e93b";
}

.td-icon-ai_black:before {
  content: "\e93b";
}

.td-icon-project_management_black:before {
  content: "\e93c";
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.se .nav .nav-btn::after {
  content: "Meny";
  color: #1b1b1b;
}
.se .nav .nav-btn.active::after {
  content: "Stäng";
}

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: "Roboto", sans-serif;
}

html,
body {
  color: #262626;
  margin: 0;
  overflow-x: hidden;
}
html.nav-active,
body.nav-active {
  overflow-x: hidden;
  position: fixed;
}

body {
  padding-top: 14px;
}

.txt-xs {
  font-size: 0.845rem;
}

.topbar {
  padding: 2px 0;
}
.topbar .logo img {
  width: 114px;
  height: 20px;
}
.topbar .td-icon-burger {
  font-size: 18px;
}

.row-topbar {
  position: relative;
}

.row-static-topbar {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 30px;
}
.row-static-topbar .nav-btn-wrapper {
  right: 10px;
  top: 0;
}
.row-static-topbar .logo img {
  width: 102px;
  height: 20px;
}

p,
li,
input {
  color: #262626;
}

h1,
h2,
h3,
h4,
h5 {
  color: #1b1b1b;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.ui-group.grey .ui-control.ui-checkbox .ui-indicator {
  border: 1.2px solid #bedae8;
  box-shadow: none;
  top: -3px;
}
.ui-group.grey .ui-control.ui-checkbox input:focus ~ .ui-indicator {
  border: 1.2px solid #0b40f0;
}
.ui-group.grey input[type=text]:focus,
.ui-group.grey input[type=email]:focus,
.ui-group.grey input[type=password]:focus,
.ui-group.grey textarea {
  border: 1.2px solid #0b40f0;
}
.ui-group .ui-control {
  position: relative;
  cursor: pointer;
  display: block;
}
.ui-group .ui-control.ui-checkbox {
  padding-left: 20px;
}
.ui-group .ui-control.ui-checkbox input {
  left: 0px;
  top: -5px;
}
.ui-group .ui-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ui-group .ui-control .ui-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 23px;
  height: 23px;
  background: #ffffff;
}
.ui-group .ui-control.ui-checkbox .ui-indicator {
  border-radius: 1px;
  border: 1px solid #0f2245;
  top: -1px;
  width: 20px;
  height: 20px;
}
.ui-group .ui-control.ui-radio .ui-indicator {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1.2px solid #0f2245;
}
.ui-group .ui-control input:focus ~ .ui-indicator {
  border: 1px solid #0b40f0;
  box-shadow: 0 0 0 1px #0b40f0;
  -moz-box-shadow: 0 0 0 1px #0b40f0;
  -webkit-box-shadow: 0 0 0 1px #0b40f0;
}
.ui-group .ui-control .ui-indicator:after {
  position: absolute;
  display: none;
  content: "";
}
.ui-group .ui-control input:checked ~ .ui-indicator:after {
  display: block;
}
.ui-group .ui-control.ui-checkbox .ui-indicator:before {
  position: absolute;
  display: none;
  content: "";
}
.ui-group .ui-control.ui-checkbox input:checked ~ .ui-indicator:before {
  display: block;
}
.ui-group .ui-control.ui-checkbox .ui-indicator:after {
  top: 3px;
  left: 2.8px;
  font-family: "icon-tdigital";
  content: "\e90b";
  color: #0b40f0;
  font-size: 12px;
}
.ui-group.ui-radio .ui-indicator:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #de1d47;
}
.ui-group.ui-select {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  padding-left: 0;
  padding: 0 !important;
}
.ui-group.ui-select select {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  cursor: pointer;
  color: #142749;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-group.ui-select select::-ms-expand {
  display: none;
}
.ui-group.ui-select select:hover, .ui-group.ui-select select:focus {
  color: #142749;
  background: #fff;
  box-shadow: 0 0 5px rgb(222, 0, 147);
  border: 1px solid rgb(222, 0, 147);
  transition: all 0.3s ease-in-out;
}
.ui-group.ui-select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ui-group.ui-select:after {
  color: #9013fe;
  background-color: #fff;
  background: none;
  content: "^";
  font-family: "Castellum" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
}

form.grey input {
  border: 1.2px solid #bedae8;
}
form.grey hr {
  border: none;
  height: 1px;
  color: #ddebf1;
  background-color: #ddebf1;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  background: #fff;
  color: #000;
  border: none;
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  width: 100%;
  text-indent: 0.625rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  height: 2.6875rem;
  margin-bottom: 0.9375rem;
}

input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
}

textarea {
  min-height: 11.125rem;
  padding-top: 0.75rem;
}

::-webkit-input-placeholder {
  /* Edge */
  color: hsl(0, 0%, 53.3%);
}

:-moz-placeholder {
  color: hsl(0, 0%, 53.3%);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: hsl(0, 0%, 53.3%);
}

::placeholder {
  color: hsl(0, 0%, 53.3%);
}

a {
  color: #3764f6;
  text-decoration: none;
}

.link-btn-wrapper {
  text-align: center;
  padding-top: 0.25rem;
}

.link-btn {
  background: #0b40f0;
  color: #fff;
  border: none;
  min-height: 2.375rem;
  border-radius: 1.78125rem;
  padding: 0 2.5rem;
  font-size: 1.025rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.link-btn--light {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  min-height: 2.375rem;
}

.link-btn--blue {
  background: none;
  color: #0b40f0;
  border: 1px solid #0b40f0;
  min-height: 2.375rem;
}

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

.img-svg {
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.logo img {
  width: 5.3125rem;
  height: 1.25rem;
  position: relative;
  top: 3px;
}

.logo-footer-col img {
  height: 3rem;
}

.nav {
  position: fixed;
  overflow-x: hidden;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 2px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav.top {
  position: static;
  border-bottom: none;
  padding-bottom: 50px;
}
.nav > .container > .row {
  padding: 0.625rem 1.8rem;
}
.nav .menu-container {
  display: none;
}
.nav .menu {
  display: none;
}
.nav .menu .graphic-holder {
  height: 100%;
  position: relative;
}
.nav .menu .graphic-holder .tagline {
  position: absolute;
  top: 10px;
  z-index: 99999;
  left: 18%;
  font-size: 140%;
  max-width: 55%;
  line-height: 1.2em;
}
.nav .menu .graphic-holder .graphic-menu {
  position: absolute;
  bottom: -1rem;
  left: -34%;
}
.nav .menu .nav-menu {
  margin: 0;
  padding-top: 80px;
  padding-right: 20px;
  list-style: none;
  text-align: right;
  line-height: 1.4em;
}
.nav .menu .nav-menu li {
  margin-top: 10px;
}
.nav .menu .nav-menu .job {
  padding-top: 60px;
}
.nav .menu .nav-menu a {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 400;
  transition: all 0.25s ease;
}
.nav .menu .nav-menu a.active {
  color: #3764f6;
}
.nav .menu .nav-menu a:not(.active):hover {
  /*color: #3764F6;*/
}
.nav .menu .nav-menu button.lang {
  color: #fff;
  border: 1px solid #465597;
  margin-top: 75px;
  padding: 10px 30px;
}
.nav .menu .nav-menu button.lang .active {
  color: #3764f6;
}
.nav .menu .nav-menu button.lang .slash {
  padding: 0 6px;
}
.nav .box-container {
  height: 100%;
}
.nav .box-container .box {
  height: 100%;
  background: green;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .box-container .box .wrapper {
  padding: 100px 80px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.nav .box-container .box .td-icon-arrow-right {
  font-size: 10px;
  padding-left: 10px;
}
.nav .box-container .box .badge {
  border: #c8d4da 1px solid;
  border-radius: 28.5px;
  padding: 10px 20px;
  color: #3764f6;
  display: inline-block;
  margin-bottom: -70px;
  margin-top: 20px;
}
.nav .box-container .box .read-more a {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 50px;
}
.nav .box-container .box.blue {
  background: #006eff;
}
.nav .box-container .box.blue h2,
.nav .box-container .box.blue a,
.nav .box-container .box.blue .td-icon-arrow-right:before {
  color: #fff;
}
.nav .box-container .box.grey {
  background: #f2f6f8;
}
.nav .box-container .box.turquoise {
  background: #00b1ff;
}
.nav .box-container .box.turquoise h2,
.nav .box-container .box.turquoise a,
.nav .box-container .box.turquoise .td-icon-arrow-right:before {
  color: #fff;
}
.nav .box-container .box .sub-heading {
  text-transform: uppercase;
  font-size: 18px;
}
.nav.active {
  background: #101630;
  height: 100%;
  border-bottom: 0;
  position: fixed;
}
.nav.active .menu-container {
  display: block;
}
.nav.active .menu {
  display: block;
}
.nav.active .topbar {
  display: none;
}
.nav.active .nav-btn {
  color: #fff;
}
.nav.active .nav-btn span::before,
.nav.active .nav-btn span::after {
  background: #fff;
}
.nav.active .nav-btn:after {
  color: #fff;
}

.td-icon-close {
  color: #fff;
  font-size: 22px;
}

.nav-btn {
  position: relative;
  background: none;
  width: 6.25rem;
  height: 2.5rem;
  border: none;
  overflow: hidden;
  text-indent: -1.5625rem;
  white-space: nowrap;
  cursor: pointer;
  color: #181818;
  font-weight: 400;
}

.nav-btn-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 1.75rem;
  top: 0.75rem;
}

.nav-column {
  position: relative;
  background-image: url("assets/svg/trace-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 394px;
}

.nav-dark-logo {
  height: 20px;
  width: 114px;
  position: absolute;
  top: 16px;
}

.nav2-btn--close {
  color: #fff;
  position: absolute;
  right: 14px;
  top: 14px;
}
.nav2-btn--close span.label {
  color: #fff;
}

.td-icon-burger:before {
  color: #1b1b1b;
}

.nav2-btn {
  display: flex;
  align-items: center;
}
.nav2-btn .label {
  padding-right: 10px;
  color: #1b1b1b;
}

.nav-btn {
  position: relative;
  background: none;
  width: 6.25rem;
  height: 2.5rem;
  border: none;
  overflow: hidden;
  text-indent: -0.9375rem;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
}

.nav-btn span,
.nav-btn span::before,
.nav-btn span::after {
  position: absolute;
  width: 1.25rem;
  height: 0.155rem;
  border-radius: 0.125rem;
  background: #fff;
  top: calc(50% - 2.3px);
  left: calc(50% + 20px);
}

.nav .nav-btn span,
.nav .nav-btn span::before,
.nav .nav-btn span::after {
  background: #1b1b1b;
}

.nav .nav-btn {
  color: #181818;
}

.nav-btn span::before,
.nav-btn span::after {
  content: "";
  left: 0;
}

.nav-btn span::before {
  top: -0.4375rem;
}

.nav-btn span::after {
  top: 0.4375rem;
}

.nav-btn.active span {
  background: transparent;
}

.nav-btn.active span::before {
  top: 0 !important;
  transform: rotate(-45deg);
  width: 1.625rem;
  height: 0.1875rem;
}

.nav-btn.active span::after {
  top: 0 !important;
  transform: rotate(45deg);
  width: 1.625rem;
  height: 0.1875rem;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.overlay .logo img {
  left: -15px;
  position: relative;
}
.overlay .overlay__header-row {
  padding: 0.625rem 0.9375rem;
}
.overlay .nav-btn-wrapper {
  right: 0;
  z-index: 9999999;
}
.overlay .nav-btn {
  color: #000;
  width: 50px;
}
.overlay .nav-btn span,
.overlay .nav-btn span::before,
.overlay .nav-btn span::after {
  background: #000;
  width: 1.875rem;
  height: 0.1875rem;
}
.overlay .nav-btn span {
  background: transparent;
  left: 0.625rem;
}
.overlay .nav-btn span::before {
  top: 0 !important;
  transform: rotate(-45deg);
}
.overlay .nav-btn span::after {
  top: 0 !important;
  transform: rotate(45deg);
}

.bg-grey {
  background: #f3f9fc;
}

.bg-blue {
  text-align: center;
  background: #006eff;
  color: #fff;
}
.bg-blue .td-icon-star-employee {
  font-size: 2.5625rem;
}
.bg-blue .plant-pug-wrapper {
  position: relative;
}
.bg-blue .graphic-dog,
.bg-blue .graphic-employee {
  display: none;
  width: 110%;
}
.bg-blue .link-btn {
  margin-top: 0.75rem;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue p {
  color: #fff;
}

.footer {
  padding-top: 2.75rem;
  background: #101630;
  color: #fff;
}
.footer .ui-group .ui-control input:focus ~ .ui-indicator {
  border: 1px solid #0b40f0;
  box-shadow: 0 0 0 1px #0b40f0;
  -moz-box-shadow: 0 0 0 1px #0b40f0;
  -webkit-box-shadow: 0 0 0 1px #0b40f0;
}
.footer p,
.footer h2,
.footer h4 {
  color: #fff;
}
.footer .footer-logo {
  width: 114px;
  height: 20px;
}
.footer .policy-checkbox-container {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.footer .policy-checkbox-container .policy-txt {
  font-size: 0.845rem;
  font-weight: 300;
}
.footer .policy-checkbox-container .ui-control.ui-checkbox .ui-indicator {
  top: -3px;
}
.footer .copy-help {
  text-align: center;
}
.footer .success-message {
  margin-top: 1.875rem;
}
.footer .success-message .td-icon-m-registered-success {
  font-size: 3.125rem;
}
.footer .success-message h2 {
  margin-top: 0.625rem;
}
.footer .col-logo {
  padding-top: 2.5625rem;
}
.footer .send-btn {
  min-width: 12.5rem;
}
.footer .policy {
  padding-top: 3.125rem;
}
.footer .policy a {
  font-weight: 200;
}
.footer .docs {
  padding-bottom: 2.5rem;
}
.footer .copyright-text {
  padding-top: 4.0625rem;
  font-size: 0.625rem;
}
.footer .policy-txt {
  padding-left: 0.625rem;
}
.footer h2 {
  margin: 0;
}
.footer .contact-detail {
  display: flex;
  justify-content: center;
}
.footer .contact-detail a {
  color: #fff;
  font-weight: 300;
  padding-left: 0.9375rem;
}
.footer .contact-detail [class^=td-icon-] {
  font-size: 1.5625rem;
}
.footer .contact-detail .contact-detail-wrapper {
  display: inline-flex;
  flex-direction: column;
}
.footer .contact-detail .contact-detail-wrapper .contact-detail-item {
  display: flex;
  align-items: center;
  padding: 0.8125rem 0 0.8125rem 0;
}
.footer .contact-detail--address {
  margin-bottom: 2.5rem;
  margin-top: 1.875rem;
  text-align: center;
  padding-top: 0.875rem;
}
.footer input[type=text],
.footer input[type=email],
.footer input[type=password],
.footer input[type=tel],
.footer textarea {
  background: #102350;
  color: #fff;
  border: none;
  margin-top: 0.625rem;
  border-radius: 1.125rem;
  width: 100%;
  text-indent: 0.625rem;
}
.footer input[type=text],
.footer input[type=email],
.footer input[type=password],
.footer input[type=tel] {
  height: 2.6875rem;
  margin-bottom: 0.9375rem;
}
.footer input[type=text]:focus,
.footer input[type=email]:focus,
.footer input[type=password]:focus,
.footer input[type=tel]:focus,
.footer textarea:focus {
  border: 1px solid #0b40f0;
}
.footer textarea {
  min-height: 11.125rem;
  padding-top: 0.75rem;
}
.footer ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.footer :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer ::placeholder {
  color: #fff;
  opacity: 1;
}

h1,
h2,
h3 {
  font-weight: 900;
}

h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.025rem;
}

h5 {
  font-size: 0.9rem;
}

h4 {
  font-size: 1.025rem;
}

h3 {
  font-size: 1.3125rem;
}

h2 {
  font-size: 1.53125rem;
}
h1 {
  font-size: 1.883125rem;
}

.light-text {
  font-size: 0.9rem;
}

.quote {
  font-weight: 900;
  font-size: 22.5px;
}

a {
  font-weight: 400;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.grid {
  visibility: hidden;
  opacity: 0;
  margin-top: 0.75rem;
  margin-bottom: 0.875rem;
  display: flex;
}
.grid.active {
  visibility: visible;
  opacity: 1;
}
.grid .grid-item {
  margin-bottom: 2.25rem;
}
.grid .grid-item h3,
.grid .grid-item h4 {
  margin-top: 0.5rem;
  text-align: center;
}
.grid .grid-item .img-container {
  position: relative;
  display: block;
  outline: none;
}
.grid .grid-item .img-container::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  background: rgba(6, 100, 255, 0.75) url(assets/svg/eye-icon.svg) 50% 50% no-repeat;
  opacity: 0;
  transition: all 200ms ease-out;
  margin-bottom: 0.25rem;
}
.grid .grid-item img {
  width: 100%;
}
.grid .grid-item p {
  margin: 0.625rem 0 0 0;
}
.grid .grid-col {
  flex: 1;
}
.grid .grid-col > div:last-of-type {
  margin-bottom: 1rem;
}
.grid .grid-col--2,
.grid .grid-col--3 {
  display: none;
}

#cases .nav.top {
  padding-bottom: 0;
}

#single-case-text.case-single {
  padding-top: 14px;
}
#single-case-text.case-single .nav.top {
  padding-bottom: 20px;
}

.cases {
  padding: 0 1rem 2.5rem 1rem;
}
.cases .container > div {
  display: flex;
}
.cases .cases__row {
  justify-content: center;
}
.cases .cases__heading {
  margin-bottom: 0.625rem;
  margin-top: 0.9375rem;
}
.cases .read-more {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 16px;
}
.cases .read-more .td-icon-arrow-right {
  font-size: 0.6875rem;
  padding-left: 0.375rem;
  padding-top: 0.125rem;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
.spec-list [class^=td-icon-] {
  font-size: 10px;
  padding-right: 15px;
}

.spec__heading {
  text-transform: uppercase;
  display: flex;
  padding-bottom: 14px;
}
.spec__heading [class^=td-icon-] {
  padding-right: 15px;
  font-size: 16px;
}

.seperator {
  display: flex;
  justify-content: center;
}

.seperator::after {
  content: "";
  display: flex;
  height: 6px;
  width: 103px;
  background: #0b40f0;
}

.customers {
  padding-top: 2.25rem;
  margin-right: 0;
  margin-left: 0;
}
.customers > .col,
.customers > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.customers [class^=col-] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers img {
  width: 100%;
  padding: 0 0.625rem 1.5625rem 0;
}
.customers .apoteket {
  width: 75%;
  margin-right: -1.875rem;
}
.customers .scania {
  width: 75%;
  margin-left: -1.875rem;
}
.customers .bonnier {
  width: 60%;
  margin-right: -1.875rem;
}
.customers .siemens {
  margin-left: -1.875rem;
  width: 60%;
}
.customers .svenska-kraftnat {
  width: 60%;
  margin-right: -1.25rem;
}
.customers .bombardier {
  width: 75%;
  margin-left: -1.25rem;
}

.spec-box {
  background: #f3f9fc;
  border-radius: 14px;
  padding: 0 150px;
  min-height: 254px;
  display: flex;
  align-items: center;
}

/* pages */
#base .content {
  padding-bottom: 2.5rem;
}
#base.privacy nav, #base.cookie nav {
  padding-bottom: 30px;
}

#start .nav {
  padding-bottom: 15px;
}
#start #home-animated-plant {
  display: none;
}
#start .header .graphic-1 {
  width: 75%;
  padding-bottom: 20px;
}
#start .header #home-anmimated-header {
  display: flex;
  justify-content: center;
  width: 85%;
}
#start .header .copy {
  padding-top: 0;
}
#start .header .row-customers {
  margin-top: 1.5625rem;
  margin-bottom: 0;
}
#start .bg-grey {
  padding: 1.875rem 0 2.875rem 0;
}
#start .bg-grey .graphic-2 {
  width: 75%;
}
#start .bg-grey .container > div {
  display: flex;
}
#start .bg-grey .link-btn-wrapper {
  padding-top: 14px;
}
#start header,
#start .bg-grey {
  display: flex;
  flex-direction: column;
}
#start header h1 {
  line-height: 1em;
}
#start header h4,
#start header h5 {
  margin: 0;
}
#start header .row-customers {
  padding-bottom: 0;
}
#start .bg-grey h2 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  line-height: 1.3em;
}
#start .hr {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
#start .graphic {
  display: flex;
  justify-content: center;
}
#start .graphic img {
  width: 75%;
}

#single-case-text {
  padding-top: 0.875rem;
  /*
  .single-case-heading__image::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 202px;
    height: 110px;
    background: url(assets/svg/trace-blob.svg) no-repeat;
  }*/
}
#single-case-text .description {
  padding-top: 20px;
  padding-bottom: 40px;
}
#single-case-text .more-cases {
  padding-top: 60px;
  padding-bottom: 60px;
}
#single-case-text .single-case-heading {
  background: #fff;
}
#single-case-text .single-case-heading__image {
  position: relative;
  /*width: 90%;*/
  margin-left: auto;
  margin-right: auto;
  top: 40px;
}
#single-case-text .single-case-heading__image img {
  position: relative;
  z-index: 99;
}
#single-case-text .single-case-grey {
  background: #f3f9fc;
}
#single-case-text .graphic-help {
  margin-bottom: -4px;
  position: relative;
  left: 60px;
}
#single-case-text .spec {
  padding-top: 2.8125rem;
  padding-bottom: 20px;
}
#single-case-text .spec h5,
#single-case-text .spec p {
  margin: 0;
}
#single-case-text .spec [class*=col-] {
  padding-bottom: 30px;
}
#single-case-text .hireus-btn {
  color: #3764f6;
  font-size: 16px;
}
#single-case-text .help-project {
  padding-top: 41px;
  padding-bottom: 21px;
}
#single-case-text .help-project [class^=td-icon-] {
  font-size: 1.875rem;
}
#single-case-text .help-project h2 {
  margin-top: 16px;
}
#single-case-text .help-project .td-icon-arrow-down {
  font-size: 22px;
  padding-top: 4px;
}

#single-case-image {
  padding-top: 3.1875rem;
  /*
  .single-case-heading__image::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 202px;
    height: 110px;
    background: url(assets/svg/trace-blob.svg) no-repeat;
  }*/
}
#single-case-image .single-case-image-header {
  min-height: 650px;
  max-height: 650px;
  position: relative;
}
#single-case-image .single-case-image-header .single-case-image-header__overlay {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
#single-case-image .single-case-image-header img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#single-case-image .description {
  padding-top: 20px;
  padding-bottom: 40px;
}
#single-case-image .more-cases {
  padding-top: 60px;
  padding-bottom: 60px;
}
#single-case-image .single-case-heading {
  background: #fff;
}
#single-case-image .single-case-heading__image {
  position: relative;
  /*width: 90%;*/
  margin-left: auto;
  margin-right: auto;
  top: 40px;
}
#single-case-image .single-case-heading__image img {
  position: relative;
  z-index: 99;
}
#single-case-image .single-case-grey {
  background: #f3f9fc;
}
#single-case-image .graphic-help {
  margin-bottom: -4px;
  position: relative;
  left: 60px;
}
#single-case-image .spec {
  padding-top: 2.8125rem;
  padding-bottom: 20px;
}
#single-case-image .spec h5,
#single-case-image .spec p {
  margin: 0;
}
#single-case-image .spec [class*=col-] {
  padding-bottom: 30px;
}
#single-case-image .hireus-btn {
  color: #3764f6;
  font-size: 16px;
}
#single-case-image .help-project {
  padding-top: 41px;
  padding-bottom: 21px;
}
#single-case-image .help-project [class^=td-icon-] {
  font-size: 1.875rem;
}
#single-case-image .help-project h2 {
  margin-top: 16px;
}
#single-case-image .help-project .td-icon-arrow-down {
  font-size: 22px;
  padding-top: 4px;
}

#jobs-inga-lediga nav {
  padding-bottom: 0;
}
#jobs-inga-lediga .header {
  padding: 3.1875rem 0;
}
#jobs-inga-lediga .container-wrapper {
  padding: 5rem 0;
}

#jobs nav {
  padding-bottom: 0;
}
#jobs .header {
  padding: 3.1875rem 0;
}
#jobs .container-wrapper {
  padding: 3.125rem 0;
}
#jobs .job-heading-row,
#jobs .job-desc-row {
  border-bottom: 1px solid #d8d8d8;
}
#jobs .job-desc-row {
  color: #000;
}
#jobs .job-desc-row:hover {
  background-color: rgba(228, 236, 240, 0.5);
}
#jobs .job-desc-row h3 {
  font-size: 1.025rem;
}

#contact nav {
  padding-bottom: 0;
}
#contact .header {
  padding: 0.9375rem 0 0;
}
#contact .container--width-full {
  max-width: 100%;
}
#contact .container--width-full .contact-help-desc {
  max-width: 540px;
  margin: 0 auto;
}
#contact .container--width-full .contact-map {
  padding-top: 1.875rem;
  margin-left: -15px;
  margin-right: -15px;
}
#contact #map {
  width: 100%;
  height: 463px;
}
#contact .bg-dog {
  display: none;
}
#contact .contact-blob {
  position: absolute;
  display: none;
  height: 463px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/blob-stroke-none-fill-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#contact .plant-pug-wrapper {
  position: relative;
  display: none;
}
#contact #home-animated-plant {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100px;
  left: -30px;
}
#contact #home-animated-pug {
  position: relative;
  bottom: -260px;
  width: 400px;
  left: 12px;
}

#network #network-graphic svg {
  width: 90% !important;
}
#network .nav {
  padding-bottom: 35px;
}
#network .header {
  padding-top: 0px;
  padding-bottom: 1.25rem;
}
#network .footer {
  padding-top: 3.25rem;
}
#network .bg-grey {
  padding: 42px 4px 39px 4px;
}
#network .bg-grey .td-icon-m-registered-success {
  font-size: 3.125rem;
}
#network .bg-grey .policy-txt {
  padding-left: 0.625rem;
}
#network .bg-grey .upload-btn {
  margin-top: 0.625rem;
}
#network .bg-grey .send-btn {
  margin-top: 1rem;
}
#network .graphic-send-cv {
  width: 75%;
}
#network .graphic-cv-container {
  display: flex;
  justify-content: center;
}
#network .graphic-cv-container .graphic-cv {
  width: 88%;
}
#network .row-link-cards [class*=col-] {
  padding: 0 6px;
}
#network .bg-blue {
  padding-top: 50px;
  padding-bottom: 40px;
}
#network .bg-blue h1 {
  margin-top: 0;
}
#network .bg-blue p {
  margin-bottom: 0;
}
#network .bg-blue .bg-blue__desc h2 {
  margin-top: 40px;
}
#network .row-customers {
  padding-bottom: 20px;
  padding-top: 20px;
}
#network .row-customers .customers {
  padding-top: 0;
}
#network .link-card {
  margin-bottom: 10px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#network .link-card [class^=td-icon-] {
  font-size: 30px;
}
#network .link-card .desc {
  padding-left: 8px;
  font-weight: 400;
  padding-top: 2px;
  text-align: left;
  color: #262626;
}
#network .policy-checkbox-container {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
#network .policy-checkbox-container .policy-txt {
  color: #262626;
  font-size: 0.845rem;
  font-weight: 300;
}
#network .policy-checkbox-container .ui-control.ui-checkbox .ui-indicator {
  top: -3px;
}
#network .footer .policy {
  padding-top: 0;
}

.services #services-demo svg {
  width: 85% !important;
  transform: none !important;
}
.services .nav.top {
  padding-bottom: 0;
}
.services.vision .vision-container {
  text-align: center;
}
.services.vision .vision-container .vision {
  width: 90%;
}
.services.vision .header {
  padding-bottom: 0;
  margin-bottom: -10px;
}
.services .header {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.services .header #hireus-btn {
  color: #fff;
}
.services .bg-wave {
  margin-top: 3.125rem;
  margin-bottom: 4.6875rem;
  position: relative;
  background: #f3f9fc;
}
.services .bg-wave:before {
  content: "";
  background: url(assets/svg/bg-top-wave-desktop.svg);
  width: 100%;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: -40px;
}
.services .bg-wave:after {
  content: "";
  background: url(assets/svg/bg-bottom-wave-desktop.svg);
  width: 100%;
  height: 40px;
  background-size: cover;
  position: absolute;
}
.services .service-heading {
  padding-top: 3.125rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.services .service-heading [class^=td-icon-] {
  font-size: 50px;
}

.services--video .service-heading [class^=td-icon-] {
  font-size: 60px;
  margin-bottom: -10px;
}
.services--video .header {
  padding-top: 2rem;
}
.services--video .intro-heading {
  margin-top: 10px;
}

.services--color .service-heading [class^=td-icon-] {
  font-size: 50px;
  margin: 0;
}

#single-case-text.about-us {
  padding-top: 0;
}

.about-us .plant-pug-wrapper {
  position: relative;
}
.about-us #home-animated-plant {
  display: none;
}
.about-us .csr-text-col {
  display: flex;
  align-items: center;
}
.about-us .reach-for-change {
  width: 130px;
}
.about-us .topbar {
  padding-top: 12px;
}
.about-us #about-us-header {
  padding-top: 0;
  top: 0;
}
.about-us #about-us-header .nav {
  background: none;
}
.about-us #about-us-header .nav .row-topbar {
  position: relative;
  z-index: 999999;
}
.about-us #about-us-header .nav .nav2-btn .label {
  color: #fff;
}
.about-us #about-us-header .nav .td-icon-burger:before {
  color: #fff;
}
.about-us #about-us-header .nav.active {
  min-height: 100vh;
  background: #101630;
}
.about-us #about-us-header .nav.active .grey h2 {
  color: #1b1b1b;
}
.about-us #about-us-header .header-wrapper .text-container {
  padding-top: 40px;
}
.about-us .csr-logo {
  text-align: center;
}
.about-us .csr-logo span {
  font-size: 30px;
}
.about-us div.service-heading {
  padding-top: 1.5625rem;
}
.about-us div.service-heading h3 {
  margin-bottom: 0;
}
.about-us .graphic-partners-holder {
  padding-top: 2.5rem;
}
.about-us .graphic-partners {
  width: 86%;
}
.about-us .graphic-fullservice-holder {
  padding-top: 2.5rem;
}
.about-us .graphic-fullservice {
  width: 73%;
}
.about-us .strong-brands {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.about-us .graphic-csr {
  width: 56%;
}
.about-us .graphic-csr-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.about-us .graphic-scrum-holder {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
.about-us .graphic-scrum {
  width: 100%;
}
.about-us .header {
  /*background-image: url(assets/svg/blob-mobile.svg) !important;
     background-repeat: no-repeat;
     background-size: cover;*/
  height: 100%;
  background: #006eff;
  overflow: hidden;
  position: relative;
  top: -6px;
}
.about-us .header h1,
.about-us .header h2,
.about-us .header p {
  color: #ffffff;
}
.about-us .header .heading {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-us .header .blob-left-desktop,
.about-us .header .blob-right-desktop,
.about-us .header .blob-top-right-desktop {
  display: none;
}
.about-us .header .blob-top-right {
  position: absolute;
  top: -4px;
  right: 0;
}
.about-us .header .blob-left {
  position: absolute;
  bottom: -4px;
  left: 0;
}
.about-us .header .blob-right {
  position: absolute;
  bottom: -4px;
  right: 20px;
}
.about-us .header .header-wrapper {
  height: 100%;
  min-height: 580px;
}
.about-us .header .header-wrapper .text-container {
  padding-top: 60px;
}
.about-us .hr {
  padding-top: 2.5rem;
  padding-bottom: 4.125rem;
}
.about-us .service-heading .td-icon-smiley,
.about-us .service-heading .td-icon-journey {
  font-size: 38px;
}

#blog {
  padding-top: 0;
}
#blog h1 {
  margin-top: 46px;
}
#blog .nav {
  background: #f2f6f8;
  padding-bottom: 0;
}
#blog .nav.active {
  background: #101630;
}
#blog .nav .topbar {
  padding-top: 6px;
}
#blog .header {
  padding-top: 0;
}
#blog.blog-single header {
  padding-top: 40px;
}
#blog.blog-single .header {
  padding-top: 20px;
}
#blog.blog-single .social-icons {
  text-align: center;
  font-size: 1.875rem;
  padding-top: 40px;
  padding-bottom: 54px;
}
#blog.blog-single .social-icons button {
  color: #006EFF;
  padding: 0;
}
#blog.blog-single .social-icons button.linkedin {
  margin-right: 8px;
}
#blog.blog-single .social-icons button.facebook {
  margin-right: 8px;
}
#blog.blog-single .social-icons button.twitter {
  margin-right: 2px;
}
#blog.blog-single .container-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}
#blog.blog-single .container-wrapper .image-container {
  text-align: center;
  padding: 10px 0;
}
#blog.blog-single .container-wrapper .code-container {
  display: flex;
  justify-content: center;
}
#blog.blog-single .container-wrapper .code-container pre {
  width: 610px;
}
#blog.blog-single .container-wrapper pre {
  background-color: #F2F2F2;
  padding: 10px 20px;
  margin-bottom: 20px 0;
}
#blog.blog-single .container-wrapper .quote {
  text-align: center;
  padding-bottom: 20px;
}
#blog.blog-single .container-wrapper .seperator {
  padding-top: 30px;
  padding-bottom: 20px;
}
#blog.blog-single .container-wrapper h2 {
  margin-top: 20px;
}
#blog.blog-single .container-wrapper ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.025rem;
}
#blog.blog-single .container-wrapper ul li {
  margin-bottom: 10px;
}
#blog.blog-single .author {
  display: flex;
  align-items: center;
}
#blog.blog-single .author p {
  margin: 0;
}
#blog.blog-single .author .name {
  font-weight: 500;
}
#blog.blog-single .meta-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 73px;
}
#blog.blog-single .meta-info .seperator {
  display: none;
}
#blog.blog-single .tag-cloud {
  margin: 0;
  padding: 0;
}
#blog .tag-cloud {
  margin-bottom: 73px;
  margin-top: 10px;
  padding-left: 10px;
}
#blog .blog-list {
  margin: 0;
  padding: 40px 14px 30px 14px;
  list-style: none;
}
#blog .blog-list .blog-snippet {
  padding-bottom: 30px;
}
#blog .blog-list .read-more {
  padding-top: 10px;
  font-size: 18px;
  padding-bottom: 30px;
}
#blog .blog-list .read-more .td-icon-arrow-right {
  font-size: 10px;
  padding-left: 0.375rem;
  padding-top: 0.125rem;
}
#blog .badge {
  border: #c8d4da 1px solid;
  border-radius: 28.5px;
  padding: 10px 20px;
  color: #3764f6;
  display: inline-block;
  margin-bottom: -70px;
  margin-top: 20px;
  height: 43px;
}
#blog .badge.all {
  color: #fff;
  background: #0b40f0;
  border: #0b40f0 1px solid;
}
#blog .badge .td-icon-ellipsis {
  font-size: 4px;
  position: relative;
  top: -3px;
}
#blog .header {
  background: #f2f6f8;
  margin-top: -0.625rem;
  padding-top: 1.25rem;
}
#blog .search-form {
  text-align: center;
  margin-top: 30px;
}
#blog .search-container {
  display: inline-flex;
  flex: 1 1 300px;
  position: relative;
  border: #c8d4da 1px solid;
  border-radius: 28.5px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: 340px;
  height: 43px;
}
#blog .search-input {
  border: none;
  height: 43px;
  padding: 10px 5px 10px 10px;
  width: 100%;
}
#blog .search-btn {
  border-left: #c8d4da 1px solid;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog .search-btn .td-icon-search {
  font-size: 18px;
  position: relative;
  left: -2px;
}
#blog input[type=search] {
  background-color: #ffffff;
}
#blog input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(assets/svg/search-clear.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}
#blog input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
#blog input[type=search].dark::-webkit-search-cancel-button {
  filter: invert(1);
}

/* end pages */
@media (max-width: 321px) {
  .logo img {
    height: 1.0625rem;
    width: auto;
  }
  .footer .footer-logo {
    height: 1.0625rem;
    width: auto;
  }
  .footer .policy-checkbox-container .policy-txt {
    font-size: 10px;
  }
  .footer .policy-checkbox-container .ui-control.ui-checkbox .ui-indicator {
    top: -4px;
  }
  .nav-btn-wrapper {
    top: 0;
  }
  .nav .menu .nav-menu {
    padding-top: 0;
  }
  .nav .menu .graphic-holder .graphic-menu {
    left: -55%;
    bottom: -1rem;
  }
  /*pages*/
  .policy-txt {
    font-size: 0.625rem;
  }
  .about-us .header .blob-right {
    right: 20px;
  }
  #network .policy-checkbox-container .policy-txt {
    font-size: 0.7rem;
  }
  /*end pages*/
}
@media (min-width: 576px) {
  .customers {
    padding-top: 1rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .customers [class^=col-] {
    justify-content: inherit;
  }
  .customers > .col,
  .customers > [class*=col-] {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .customers img {
    width: 100%;
    padding: 0 0.625rem 0px 0;
  }
  .customers .apoteket {
    width: 100%;
    margin-left: -1.25rem;
    margin-right: initial;
  }
  .customers .bonnier {
    width: 80%;
    margin-right: initial;
  }
  .customers .siemens {
    width: 80%;
    margin-left: -0.625rem;
  }
  .customers .scania {
    width: 100%;
    margin-left: -0.625rem;
  }
  .customers .svenska-kraftnat {
    width: 85%;
    margin-left: -0.3125rem;
    margin-right: initial;
  }
  .customers .bombardier {
    width: 90%;
    margin-left: -0.625rem;
  }
  /* pages */
  #start .header .row-customers {
    margin-top: 1.25rem;
    margin-bottom: -0.625rem;
  }
  #start .header .cases {
    padding: 0.625rem 2.25rem 2.5rem 2.25rem;
  }
  #jobs .job-desc-row h3 {
    font-size: 1.3125rem;
  }
  .services .bg-wave:before {
    background-size: contain;
  }
  .services .bg-wave:after {
    background-size: contain;
  }
  /* end pages */
}
@media (min-width: 768px) {
  .nav .menu .graphic-holder .graphic-menu {
    bottom: 0;
    left: -20%;
  }
  .nav .menu .nav-menu {
    padding-top: 100px;
  }
  .nav-column {
    background-position-y: 420px;
  }
  .td-icon-close {
    font-size: 24px;
  }
  /* pages */
  #contact .container--width-full .contact-help-desc {
    max-width: 720px;
  }
  #network .row-customers {
    padding-top: 0;
  }
  #network .row-customers h5 {
    margin-bottom: 10px;
  }
  #network .policy-checkbox-container .policy-txt {
    color: #262626;
    font-size: 0.845rem;
    font-weight: 300;
  }
  .services .service-heading {
    padding-top: 1.875rem;
  }
  .services.vision .vision-container .vision {
    width: 75%;
  }
  .services--video .intro-heading {
    margin-top: 30px;
  }
  .services--video div.bg-wave--video {
    margin-top: 4rem;
  }
  .about-us .graphic-partners-holder {
    padding-top: 3.75rem;
  }
  .about-us .graphic-partners {
    width: 60%;
  }
  .about-us .graphic-fullservice-holder {
    padding-top: 2.5rem;
  }
  .about-us .graphic-fullservice {
    width: 54%;
  }
  .about-us .strong-brands {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
  .about-us .graphic-csr {
    width: 34%;
  }
  .about-us .graphic-csr-holder {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
  .about-us .graphic-scrum-holder {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
  .about-us .graphic-scrum {
    width: 70%;
  }
  .about-us .header .heading {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .about-us .header .header-wrapper {
    min-height: 580px;
  }
  .about-us .header .blob-left {
    bottom: -20px;
  }
  .about-us .header .blob-left svg {
    width: 228px;
    height: 172px;
  }
  .about-us .header .blob-right {
    bottom: -20px;
  }
  .about-us .header .blob-right svg {
    width: 144px;
    height: 97px;
  }
  .about-us .header .blob-top-right svg {
    width: 154px;
    height: 168px;
  }
  .about-us .header .heading-desc {
    width: 75%;
  }
  #blog h1 {
    margin-top: 30px;
  }
  #blog .search-form {
    margin-top: 0;
  }
  #blog .tag-cloud {
    margin-bottom: 70px;
  }
  /* end pages */
}
@media (min-width: 992px) {
  h1,
  h2 {
    font-weight: 900;
  }
  p {
    font-weight: 300;
    line-height: 1.375rem;
    font-size: 1rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h1 {
    font-size: calc(1.3203125rem + 0.84375vw);
  }
  /* pages */
  /* end pages */
}
@media (min-width: 992px) and (min-width: 1200px) {
  h1 {
    font-size: 1.953125rem;
  }
}
@media (min-width: 992px) {
  a {
    font-weight: 400;
  }
  .footer .success-message {
    margin-top: 7.5rem;
  }
  .footer .copy-help {
    text-align: left;
  }
  .footer .policy-checkbox-container {
    display: block;
    padding: 17px 0;
  }
  .footer .policy-checkbox-container .policy-txt {
    padding-left: 30px;
  }
  .footer .policy-checkbox-container .ui-control.ui-checkbox .ui-indicator {
    top: -1px;
  }
  .row-static-topbar {
    padding-bottom: 70px;
  }
  .row-static-topbar .logo img {
    width: 133px;
    height: 26px;
  }
  .row-static-topbar .td-icon-burger {
    font-size: 20px;
  }
  #start .header {
    padding-bottom: 2.5rem;
  }
  #start .header #home-anmimated-header {
    width: 100%;
  }
  #start .header header {
    padding-bottom: 0;
  }
  #start .header h1 {
    margin-top: 50px;
    margin-bottom: 0.625rem;
  }
  #start .header .graphic {
    padding: 0;
  }
  #start .header .copy {
    padding-top: 0;
  }
  #start .bg-grey {
    padding-top: 1.875rem;
  }
  #start .bg-grey .copy {
    padding-left: 5%;
    padding-top: 0;
  }
  #start .bg-grey .copy .link-btn-wrapper {
    text-align: left;
  }
  #start .bg-grey .copy h2 {
    margin-top: 1.25rem;
  }
  #start .bg-blue .copy {
    text-align: center;
  }
  #start .bg-blue .wrapper-graphic-dog {
    position: relative;
    height: 100%;
    width: 13.625rem;
  }
  #start .bg-blue .wrapper-graphic-employee {
    position: relative;
    height: 100%;
    width: 300%;
  }
  #start .bg-blue .graphic-dog {
    width: 13.625rem;
    position: relative;
    bottom: -17.5rem;
    left: -1.25rem;
  }
  #start .bg-blue .graphic-employee {
    max-width: 300%;
    position: relative;
    bottom: -9.125rem;
    left: -17.5rem;
  }
  #start .cases .cases-heading {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
  #contact .header {
    padding: 1.9375rem 0 1.9375rem;
  }
  #contact .bg-dog {
    padding-top: 2rem;
    min-height: 7.2rem;
    display: block;
  }
  #contact .bg-dog .graphic-dog {
    width: 13.625rem;
    position: absolute;
    bottom: -6.875rem;
    left: -1.25rem;
  }
  #contact .contact-desc {
    padding-right: 5rem;
  }
  #contact .contact-map {
    height: 381.5px;
    width: 100%;
    background-color: #e8eaed;
    position: relative;
    -webkit-mask-image: url(assets/svg/map-mask.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(assets/svg/map-mask.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
  }
  #contact #map {
    width: 100%;
    height: 100%;
    margin: auto;
    /* min-width: 552px; */
  }
  #contact .contact-blob {
    display: block;
    position: absolute;
    height: 100%;
    /* height: 100%; */
    /* min-height: 400px; */
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/blob-stroke-none-fill-white.svg) no-repeat 50% 50%;
    /* background-image: url(../img/blob-stroke-none-fill-white.svg); */
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
  }
  #contact .plant-pug-wrapper {
    display: block;
  }
  #network #network-graphic svg {
    width: 100% !important;
  }
  #network .nav {
    padding-bottom: 50px;
  }
  #network .header {
    padding-top: 40px;
    padding-bottom: 6.375rem;
  }
  #network .link-card {
    flex-direction: row;
    margin-bottom: 18px;
  }
  #network .row-link-cards [class*=col-] {
    padding: 0 8px;
  }
  #network .bg-grey {
    padding-top: 98px;
    padding-bottom: 100px;
  }
  #network .graphic-send-cv {
    max-height: 31.0625rem;
    width: auto;
  }
  #network .graphic-cv-container {
    display: block;
  }
  #network .graphic-cv-container .graphic-cv {
    width: initial;
  }
  #network .bg-customers {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #network .bg-blue {
    padding-top: 104px;
    padding-bottom: 112px;
  }
  #network .bg-blue .bg-blue__desc {
    padding-right: 80px;
  }
  #network .bg-blue .bg-blue__desc h2 {
    margin-top: initial;
  }
  #network .policy-checkbox-container {
    display: block;
    padding: 17px 0;
  }
  #network .policy-checkbox-container .policy-txt {
    padding-left: 30px;
  }
  #network .policy-checkbox-container .ui-control.ui-checkbox .ui-indicator {
    top: -1px;
  }
  #network .footer {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }
  .services #services-demo {
    padding-top: 20px;
  }
  .services #services-demo svg {
    width: 90% !important;
  }
  .services.vision .vision-container .vision {
    width: 90%;
  }
  .services.vision .header {
    padding-bottom: 40px;
    margin-bottom: initial;
  }
  .services .copy-vision {
    padding-right: 20px;
  }
  .services .header {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
  .services .header .graphic-1 {
    padding-left: 1.875rem;
    padding-right: 0;
  }
  .services .service-heading {
    padding-top: 0;
  }
  .services .bg-wave {
    margin-top: 5rem;
  }
  .services .bg-wave--video {
    margin-top: 3rem;
  }
  .services .services-container [class^=col-] {
    padding-right: 2.5rem;
  }
  .services--video .header {
    padding-bottom: 10px;
    padding-top: 60px;
  }
  .services--video .intro-heading {
    margin-top: 28px;
  }
  .services--video .services-row-grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services--video .services-row-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services--color .services-row-grey {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services--color .services-row-white {
    padding-top: 20px;
  }
  .case-single {
    padding-top: 0;
  }
  .case-single .nav.top {
    background: #f2f6f8;
    padding-bottom: 10px;
  }
  .case-single .nav.top .topbar {
    padding-top: 16px;
  }
  .case-single .nav.top.active {
    background: #101630;
  }
  #single-case-text.case-single {
    padding-top: 0;
  }
  #single-case-text.case-single .nav.top {
    padding-bottom: 10px;
  }
  .about-us #home-animated-plant {
    display: none;
  }
  .about-us #about-us-header .topbar {
    padding-top: 18px;
  }
  .about-us #about-us-header .header-wrapper .text-container {
    padding-top: 40px;
  }
  .about-us .graphic-partners-holder,
  .about-us .graphic-fullservice-holder {
    padding-top: 0;
  }
  .about-us .graphic-csr {
    width: 54%;
  }
  .about-us .graphic-scrum {
    width: 90%;
  }
  .about-us div.service-heading {
    padding-top: 0;
  }
  .about-us .graphic-partners {
    width: 76%;
  }
  .about-us .graphic-fullservice {
    width: 60%;
  }
  .about-us .header .blob-left,
  .about-us .header .blob-right,
  .about-us .header .blob-top-right {
    display: none;
  }
  .about-us .header .blob-left-desktop,
  .about-us .header .blob-right-desktop,
  .about-us .header .blob-top-right-desktop {
    display: block;
  }
  .about-us .header .blob-top-right-desktop {
    position: absolute;
    top: -4px;
    right: -30px;
  }
  .about-us .header .blob-top-right-desktop svg {
    width: 216px;
    height: 114px;
  }
  .about-us .header .blob-left-desktop {
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  .about-us .header .blob-left-desktop svg {
    width: 335px;
    height: 171px;
  }
  .about-us .header .blob-right-desktop {
    position: absolute;
    bottom: -4px;
    right: -20px;
  }
  .about-us .header .blob-right-desktop svg {
    width: 260px;
    height: 80px;
  }
  .about-us .header .heading-desc {
    width: 60%;
  }
  .about-us .bg-blue {
    padding-top: 3rem;
    min-height: 27.5rem;
  }
  .about-us .bg-blue .copy {
    text-align: center;
  }
  .about-us .bg-blue .wrapper-graphic-dog {
    position: relative;
    height: 100%;
    width: 13.625rem;
  }
  .about-us .bg-blue .wrapper-graphic-employee {
    position: relative;
    height: 100%;
    width: 300%;
  }
  .about-us .bg-blue .graphic-dog {
    width: 13.625rem;
    position: relative;
    bottom: -17.5rem;
    left: -1.25rem;
  }
  .about-us .bg-blue .graphic-employee {
    max-width: 300%;
    position: relative;
    bottom: -9.125rem;
    left: -17.5rem;
  }
  .about-us .col-target {
    position: relative;
    top: -13px;
  }
  .about-us .service-heading .td-icon-target {
    font-size: 48px;
    top: -13px;
  }
  #blog h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #blog.blog-single .author {
    display: flex;
    align-items: center;
  }
  #blog.blog-single .author p {
    margin: 0;
  }
  #blog.blog-single .author .name {
    font-weight: 500;
  }
  #blog.blog-single .container-wrapper {
    padding-top: 30px;
  }
  #blog.blog-single .container-wrapper .quote-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }
  #blog.blog-single .container-wrapper .quote-container .quote {
    width: 560px;
  }
  #blog.blog-single .container-wrapper .image-container {
    padding: 30px 0;
  }
  #blog.blog-single .container-wrapper .code-container {
    padding: 20px 0;
  }
  #blog.blog-single .container-wrapper ul li {
    margin-bottom: 18px;
  }
  #blog.blog-single .meta-info {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 63px;
  }
  #blog.blog-single .meta-info .seperator {
    display: block;
    padding: 0 20px;
  }
  #blog.blog-single .meta-info .seperator::after {
    height: 40px;
    width: 1px;
    background: #0b40f0;
  }
  #blog.blog-single .tag-cloud {
    margin: 0;
    padding: 0;
    margin-top: -32px;
  }
  #blog .blog-list {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  #blog .blog-list .blog-snippet {
    padding-bottom: 50px;
  }
  #blog .blog-list .blog-snippet .read-more {
    padding-top: 0;
    padding-bottom: 40px;
  }
  #blog .tag-cloud {
    padding-left: 90px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #blog .search-container {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .nav-dark-logo {
    width: 130px;
    height: 26px;
  }
  .topbar .logo img {
    width: 130px;
    height: 26px;
  }
  .logo img {
    height: 1.25rem;
    width: auto;
  }
  .nav2-btn--close {
    right: 74px;
    top: 20px;
  }
  .footer .footer-logo {
    width: 130px;
    height: 26px;
  }
  .footer .policy-txt {
    font-size: 0.845rem;
    font-weight: 300;
  }
  .nav-btn-wrapper {
    top: 0.75rem;
  }
  .nav-column {
    background-position-y: 600px;
  }
  .nav .menu .nav-menu {
    line-height: 2.4em;
    padding-top: 10rem;
    padding-left: 0;
    padding-right: 4rem;
  }
  .nav .menu .nav-menu a {
    font-size: 2.1975rem;
  }
  .nav .menu .graphic-holder .tagline {
    top: 46%;
    font-size: 35px;
    max-width: 350px;
    left: 22%;
  }
  .nav .menu .graphic-holder .graphic-menu {
    /*max-width: calculateRem(1000px);*/
    width: 980px;
    bottom: 0rem;
    left: -18%;
  }
  h1,
  h2,
  h3 {
    font-weight: 900;
  }
  p {
    font-weight: 300;
    line-height: 1.625rem;
    font-size: 1.125rem;
  }
  h2 {
    font-size: 2.1975rem;
  }
  h1 {
    font-size: 2.746875rem;
  }
  a {
    font-weight: 400;
  }
  .link-btn {
    min-height: 2.5rem;
  }
  .cases .container > div {
    justify-content: center;
  }
  .cases .grid .grid-item {
    text-align: left;
  }
  .cases .grid .grid-item h3,
  .cases .grid .grid-item h4 {
    text-align: left;
  }
  .cases .grid .img-container:hover::after,
  .cases .grid .img-container:focus::after,
  .cases .grid .img-container:active::after {
    opacity: 1;
  }
  .cases .grid .grid-col--2,
  .cases .grid .grid-col--3 {
    display: block;
  }
  .cases .grid .grid-col {
    padding: 0 1.125rem;
  }
  .cases .grid .grid-col > div:last-of-type {
    margin-bottom: 2.25rem;
  }
  .footer {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
  }
  .footer .policy {
    padding-top: 6.25rem;
  }
  .footer .copy-help {
    padding-right: 4.375rem;
  }
  .footer .link-btn-wrapper {
    text-align: left;
  }
  .footer .copyright-text {
    padding-top: 0;
    font-size: 0.845rem;
  }
  .footer .col-logo {
    padding-top: 0.625rem;
  }
  .footer .contact-detail--address {
    text-align: left;
    padding-top: 0;
  }
  .footer .contact-detail {
    display: flex;
    justify-content: flex-start;
  }
  .footer .contact-detail-wrapper .contact-detail-item {
    padding-bottom: 1.1875rem;
  }
  .customers {
    display: flex;
    justify-content: space-between;
    max-height: 5rem;
    margin-bottom: 1.75rem;
  }
  .customers img {
    max-width: 11.25rem;
    padding-left: 3.125rem;
  }
  .customers img:first-of-type {
    padding-left: 0;
  }
  .customers .apoteket {
    width: 90%;
  }
  .customers .bonnier {
    width: 75%;
  }
  .customers .siemens {
    width: 75%;
  }
  .customers .scania {
    width: 90%;
    margin-left: 0.625rem;
  }
  .customers .svenska-kraftnat {
    width: 75%;
    margin-left: 1.25rem;
  }
  .customers .bombardier {
    width: 80%;
    margin-left: 1.25rem;
  }
  /* pages */
  #start #home-anmimated-header {
    position: relative;
    left: 16px;
  }
  #start #home-animated-plant {
    display: block;
    position: absolute;
    bottom: -230px;
    width: 100px;
    left: -30px;
  }
  #start #home-animated-pug {
    position: relative;
    bottom: -261px;
    width: 400px;
    left: 12px;
  }
  #start .nav {
    padding-bottom: 30px;
  }
  #start .header {
    padding-bottom: 0.625rem;
  }
  #start .header .graphic-1 {
    width: 100%;
  }
  #start .header header {
    padding-top: 0;
  }
  #start .header .row-customers {
    display: block;
  }
  #start .header h1 {
    margin-bottom: 2.1875rem;
  }
  #start .header .graphic {
    padding-left: 0;
  }
  #start .header .copy {
    padding-top: 3.125rem;
  }
  #start .bg-grey {
    padding-top: 1.875rem;
  }
  #start .bg-grey .graphic-2 {
    width: 100%;
  }
  #start .bg-grey .copy {
    padding-left: 3rem;
    padding-top: 1.25rem;
  }
  #start .bg-grey .copy .link-btn-wrapper {
    text-align: left;
  }
  #start .bg-blue {
    padding-top: 3rem;
    min-height: 27.5rem;
    padding-bottom: 4.125rem;
  }
  #start .bg-blue .link-btn {
    margin-top: 1.375rem;
  }
  #start .bg-blue .copy {
    text-align: center;
  }
  #start .graphic img {
    width: 100%;
  }
  #start .plant-pug-wrapper {
    position: relative;
  }
  #start .graphic-dog,
  #start .graphic-employee {
    display: block;
  }
  #single-case-text .more-cases {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #single-case-text .spec {
    padding-top: 2.8125rem;
    padding-bottom: 3.4375rem;
  }
  #single-case-text .spec [class*=col-] {
    padding-bottom: initial;
  }
  #single-case-text .single-case-heading {
    background: #f2f6f8;
  }
  #single-case-text .single-case-heading .single-case-heading__image {
    text-align: center;
    width: 100%;
  }
  #single-case-text .single-case-heading .heading-wrapper {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #single-case-text .quote {
    font-size: 27.11px;
  }
  #single-case-text .help-project {
    padding-top: 0;
    padding-bottom: 0;
  }
  #single-case-text .content {
    background: url(assets/svg/help-project-desktop.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 302px;
  }
  #single-case-text .content .content-wrapper {
    width: 50%;
    text-align: center;
    position: relative;
    left: 24%;
    padding-top: 40px;
  }
  #single-case-text .content .content-wrapper h1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #single-case-image .more-cases {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #single-case-image .spec {
    padding-top: 2.8125rem;
    padding-bottom: 3.4375rem;
  }
  #single-case-image .spec [class*=col-] {
    padding-bottom: initial;
  }
  #single-case-image .single-case-heading {
    background: #f2f6f8;
  }
  #single-case-image .single-case-heading .single-case-heading__image {
    text-align: center;
    width: 100%;
  }
  #single-case-image .single-case-heading .heading-wrapper {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #single-case-image .quote {
    font-size: 27.11px;
  }
  #single-case-image .help-project {
    padding-top: 0;
    padding-bottom: 0;
  }
  #single-case-image .content {
    background: url(assets/svg/help-project-desktop.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 302px;
  }
  #single-case-image .content .content-wrapper {
    width: 50%;
    text-align: center;
    position: relative;
    left: 24%;
    padding-top: 40px;
  }
  #single-case-image .content .content-wrapper h1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .about-us .bg-blue .link-btn {
    margin-top: 1.375rem;
  }
  .about-us #home-animated-plant {
    display: block;
    position: absolute;
    bottom: -230px;
    width: 100px;
    left: -30px;
  }
  .about-us #home-animated-pug {
    position: relative;
    bottom: -261px;
    width: 400px;
    left: 12px;
  }
  .about-us .plant-pug-wrapper {
    position: relative;
  }
  .about-us .graphic-dog,
  .about-us .graphic-employee {
    display: block;
  }
  .about-us .heading-desc {
    width: 60%;
  }
  .about-us .service-heading .td-icon-target {
    top: 4px;
    position: relative;
  }
  /* end pages */
}
@media (min-width: 1200px) {
  /* pages */
  #start #home-animated-plant {
    bottom: -250px;
  }
  #start #home-animated-pug {
    bottom: -271px;
    width: 500px;
  }
  #contact .contact-map {
    height: 457.2px;
  }
  .about-us #home-animated-plant {
    bottom: -250px;
  }
  .about-us #home-animated-pug {
    bottom: -271px;
    width: 500px;
  }
  .about-us .header .header-wrapper {
    min-height: 630px;
  }
  .about-us .header .blob-top-right-desktop {
    position: absolute;
    top: -4px;
    right: 0;
  }
  .about-us .header .blob-top-right-desktop svg {
    width: 416px;
    height: 314px;
  }
  .about-us .header .blob-left-desktop {
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  .about-us .header .blob-left-desktop svg {
    width: 535px;
    height: 371px;
  }
  .about-us .header .blob-right-desktop {
    position: absolute;
    bottom: -4px;
    right: 180px;
  }
  .about-us .header .blob-right-desktop svg {
    width: 360px;
    height: 180px;
  }
  .about-us .header .heading-desc {
    width: 60%;
  }
  .about-us .graphic-partners {
    width: 74%;
  }
  /* end pages */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .link-btn {
    padding: 0.75rem 2.5rem;
  }
}

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