@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700,800);/* stylelint-disable */

/** Import Bootstrap functions */

/* eslint-disable */

/* eslint-disable */

@font-face {
  font-family: 'LutzHeadline';
  src: url(/wp-content/themes/mood-magazine/dist/fonts/LutzHeadlineWeb-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url(/wp-content/themes/mood-magazine/dist/fonts/AkkuratTT-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 71, resources/assets/styles/common/_variables.scss */

  .container {
    max-width: 1250px;
  }
}

/** Import everything from autoload */

/**
* Bootstrap 
* functions are loaded into the commin variables file
**/

/* eslint-disable */

/* eslint-disable */

/* eslint-disable */

/* eslint-disable */

/* line 18, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 24, resources/assets/styles/bootstrap/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(28, 28, 33, 0);
}

/* line 33, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 44, resources/assets/styles/bootstrap/_reboot.scss */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

/* line 60, resources/assets/styles/bootstrap/_reboot.scss */

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 70, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 85, resources/assets/styles/bootstrap/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 94, resources/assets/styles/bootstrap/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 107, resources/assets/styles/bootstrap/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 116, resources/assets/styles/bootstrap/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 122, resources/assets/styles/bootstrap/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 129, resources/assets/styles/bootstrap/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 136, resources/assets/styles/bootstrap/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 140, resources/assets/styles/bootstrap/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 145, resources/assets/styles/bootstrap/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 149, resources/assets/styles/bootstrap/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 154, resources/assets/styles/bootstrap/_reboot.scss */

small {
  font-size: 80%;
}

/* line 163, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 171, resources/assets/styles/bootstrap/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 172, resources/assets/styles/bootstrap/_reboot.scss */

sup {
  top: -.5em;
}

/* line 179, resources/assets/styles/bootstrap/_reboot.scss */

a {
  color: #000fff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, resources/assets/styles/bootstrap/mixins/_hover.scss */

a:hover {
  color: #000bb3;
  text-decoration: underline;
}

/* line 196, resources/assets/styles/bootstrap/_reboot.scss */

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 205, resources/assets/styles/bootstrap/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 215, resources/assets/styles/bootstrap/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 223, resources/assets/styles/bootstrap/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 237, resources/assets/styles/bootstrap/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 247, resources/assets/styles/bootstrap/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 252, resources/assets/styles/bootstrap/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 264, resources/assets/styles/bootstrap/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 268, resources/assets/styles/bootstrap/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 276, resources/assets/styles/bootstrap/_reboot.scss */

th {
  text-align: inherit;
}

/* line 287, resources/assets/styles/bootstrap/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 296, resources/assets/styles/bootstrap/_reboot.scss */

button {
  border-radius: 0;
}

/* line 304, resources/assets/styles/bootstrap/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 309, resources/assets/styles/bootstrap/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 320, resources/assets/styles/bootstrap/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 325, resources/assets/styles/bootstrap/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 333, resources/assets/styles/bootstrap/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 341, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 349, resources/assets/styles/bootstrap/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 356, resources/assets/styles/bootstrap/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 368, resources/assets/styles/bootstrap/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 374, resources/assets/styles/bootstrap/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 389, resources/assets/styles/bootstrap/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 401, resources/assets/styles/bootstrap/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 406, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 411, resources/assets/styles/bootstrap/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 424, resources/assets/styles/bootstrap/_reboot.scss */

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

/* line 433, resources/assets/styles/bootstrap/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 442, resources/assets/styles/bootstrap/_reboot.scss */

output {
  display: inline-block;
}

/* line 446, resources/assets/styles/bootstrap/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 451, resources/assets/styles/bootstrap/_reboot.scss */

template {
  display: none;
}

/* line 457, resources/assets/styles/bootstrap/_reboot.scss */

[hidden] {
  display: none !important;
}

/* eslint-disable */

/* line 2, resources/assets/styles/bootstrap/_root.scss */

:root {
  --blue: #000fff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000fff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 9, resources/assets/styles/bootstrap/_images.scss */

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/bootstrap/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 30, resources/assets/styles/bootstrap/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 35, resources/assets/styles/bootstrap/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 40, resources/assets/styles/bootstrap/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 5, resources/assets/styles/bootstrap/_grid.scss */

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

@media (min-width: 576px) {
  /* line 5, resources/assets/styles/bootstrap/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 5, resources/assets/styles/bootstrap/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/bootstrap/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 5, resources/assets/styles/bootstrap/_grid.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 17, resources/assets/styles/bootstrap/_grid.scss */

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

/* line 27, resources/assets/styles/bootstrap/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 33, resources/assets/styles/bootstrap/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 37, resources/assets/styles/bootstrap/_grid.scss */

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

/* line 8, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 31, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 36, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 48, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 50, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

@media (min-width: 576px) {
  /* line 31, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

@media (min-width: 768px) {
  /* line 31, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

@media (min-width: 992px) {
  /* line 31, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

@media (min-width: 1200px) {
  /* line 31, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 53, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/bootstrap/mixins/_grid-framework.scss */

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

/* eslint-disable */

/* line 3, resources/assets/styles/bootstrap/utilities/_align.scss */

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

/* line 4, resources/assets/styles/bootstrap/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, resources/assets/styles/bootstrap/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, resources/assets/styles/bootstrap/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, resources/assets/styles/bootstrap/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, resources/assets/styles/bootstrap/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

.bg-primary {
  background-color: #000fff !important;
}

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-primary:hover,
.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #000ccc !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-secondary:hover,
.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-success:hover,
.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-info:hover,
.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-warning:hover,
.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-danger:hover,
.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-light:hover,
.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 4, resources/assets/styles/bootstrap/mixins/_background-variant.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.bg-dark:hover,
.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, resources/assets/styles/bootstrap/utilities/_background.scss */

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

/* line 17, resources/assets/styles/bootstrap/utilities/_background.scss */

.bg-transparent {
  background-color: transparent !important;
}

/* line 7, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-primary {
  border-color: #000fff !important;
}

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_borders.scss */

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

/* line 25, resources/assets/styles/bootstrap/utilities/_borders.scss */

.border-white {
  border-color: #ffffff !important;
}

/* line 33, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 61, resources/assets/styles/bootstrap/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 3, resources/assets/styles/bootstrap/mixins/_clearfix.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 13, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 14, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 15, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 17, resources/assets/styles/bootstrap/utilities/_display.scss */

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

/* line 18, resources/assets/styles/bootstrap/utilities/_display.scss */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 19, resources/assets/styles/bootstrap/utilities/_display.scss */

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 12, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 13, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 15, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 12, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 13, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 15, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 12, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 13, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 15, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 12, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 13, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 15, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-print-none {
    display: none !important;
  }

  /* line 30, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 31, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 32, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 33, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_display.scss */

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

  /* line 36, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 37, resources/assets/styles/bootstrap/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

/* line 35, resources/assets/styles/bootstrap/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 14, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 17, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 18, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 19, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, resources/assets/styles/bootstrap/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 26, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 27, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 28, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 29, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 31, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 32, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 33, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 35, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 37, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 38, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 46, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 47, resources/assets/styles/bootstrap/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

/* line 49, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

@media (min-width: 576px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 19, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 46, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 19, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 46, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 19, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 46, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 14, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 18, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 19, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 46, resources/assets/styles/bootstrap/utilities/_flex.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, resources/assets/styles/bootstrap/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 6, resources/assets/styles/bootstrap/utilities/_float.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_float.scss */

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

/* line 8, resources/assets/styles/bootstrap/utilities/_float.scss */

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

@media (min-width: 576px) {
  /* line 6, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 7, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 8, resources/assets/styles/bootstrap/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 7, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 8, resources/assets/styles/bootstrap/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 7, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 8, resources/assets/styles/bootstrap/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 7, resources/assets/styles/bootstrap/utilities/_float.scss */

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

  /* line 8, resources/assets/styles/bootstrap/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

/* line 4, resources/assets/styles/bootstrap/utilities/_overflow.scss */

.overflow-auto {
  overflow: auto !important;
}

/* line 4, resources/assets/styles/bootstrap/utilities/_overflow.scss */

.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, resources/assets/styles/bootstrap/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 5, resources/assets/styles/bootstrap/utilities/_position.scss */

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

/* line 5, resources/assets/styles/bootstrap/utilities/_position.scss */

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

/* line 5, resources/assets/styles/bootstrap/utilities/_position.scss */

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

/* line 5, resources/assets/styles/bootstrap/utilities/_position.scss */

.position-sticky {
  position: sticky !important;
}

/* line 10, resources/assets/styles/bootstrap/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, resources/assets/styles/bootstrap/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, resources/assets/styles/bootstrap/utilities/_position.scss */

  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, resources/assets/styles/bootstrap/utilities/_screenreaders.scss */

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

/* line 24, resources/assets/styles/bootstrap/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, resources/assets/styles/bootstrap/utilities/_shadows.scss */

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 33, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 33, 0.075) !important;
}

/* line 4, resources/assets/styles/bootstrap/utilities/_shadows.scss */

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(28, 28, 33, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(28, 28, 33, 0.15) !important;
}

/* line 5, resources/assets/styles/bootstrap/utilities/_shadows.scss */

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(28, 28, 33, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(28, 28, 33, 0.175) !important;
}

/* line 6, resources/assets/styles/bootstrap/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_sizing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, resources/assets/styles/bootstrap/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, resources/assets/styles/bootstrap/utilities/_sizing.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 20, resources/assets/styles/bootstrap/utilities/_sizing.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 55, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 56, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 60, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 64, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 68, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

@media (min-width: 576px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 55, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 56, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 60, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 64, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 68, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 55, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 56, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 60, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 64, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 68, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

@media (min-width: 992px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 55, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 56, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 60, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 64, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 68, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

@media (min-width: 1200px) {
  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 11, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 12, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 16, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 20, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 34, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 35, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 39, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 43, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 47, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 55, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 56, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 60, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 64, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

  /* line 68, resources/assets/styles/bootstrap/utilities/_spacing.scss */

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

/* line 7, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 12, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 14, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 22, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 23, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 24, resources/assets/styles/bootstrap/utilities/_text.scss */

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

@media (min-width: 576px) {
  /* line 22, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_text.scss */

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

@media (min-width: 768px) {
  /* line 22, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_text.scss */

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

@media (min-width: 992px) {
  /* line 22, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_text.scss */

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

@media (min-width: 1200px) {
  /* line 22, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/bootstrap/utilities/_text.scss */

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

  /* line 24, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 30, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 31, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 32, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 36, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 37, resources/assets/styles/bootstrap/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 39, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 40, resources/assets/styles/bootstrap/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 45, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #000bb3 !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, resources/assets/styles/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-body {
  color: #212529 !important;
}

/* line 52, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 54, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-black-50 {
  color: rgba(28, 28, 33, 0.5) !important;
}

/* line 55, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, resources/assets/styles/bootstrap/utilities/_text.scss */

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

/* line 63, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, resources/assets/styles/bootstrap/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 5, resources/assets/styles/bootstrap/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 9, resources/assets/styles/bootstrap/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

/* eslint-disable stylelint-disable */

/* line 4, resources/assets/styles/bootstrap/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 31, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(28, 28, 33, 0.15);
  border-radius: 0.25rem;
}

/* line 43, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 43, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 43, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 43, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 43, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 54, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  /* line 54, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 54, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 54, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 54, resources/assets/styles/bootstrap/_dropdown.scss */

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

/* line 64, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 76, resources/assets/styles/bootstrap/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 31, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 89, resources/assets/styles/bootstrap/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 31, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 100, resources/assets/styles/bootstrap/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 107, resources/assets/styles/bootstrap/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 31, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 50, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, resources/assets/styles/bootstrap/mixins/_caret.scss */

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 118, resources/assets/styles/bootstrap/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 125, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 132, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 144, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 148, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 17, resources/assets/styles/bootstrap/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 159, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #000fff;
}

/* line 167, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 180, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-menu.show {
  display: block;
}

/* line 185, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 195, resources/assets/styles/bootstrap/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* stylelint-disable */

/* 1. Theme default css */

/* line 6, resources/assets/styles/common/_global.scss */

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  background: #faf5ed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 17, resources/assets/styles/common/_global.scss */

.img,
img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, resources/assets/styles/common/_global.scss */

  .img,
  img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 23, resources/assets/styles/common/_global.scss */

.f-left {
  float: left;
}

/* line 27, resources/assets/styles/common/_global.scss */

.f-right {
  float: right;
}

/* line 31, resources/assets/styles/common/_global.scss */

.fix {
  overflow: hidden;
}

/* line 35, resources/assets/styles/common/_global.scss */

a,
.button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 35, resources/assets/styles/common/_global.scss */

  a,
  .button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 40, resources/assets/styles/common/_global.scss */

button {
  cursor: pointer;
}

/* line 44, resources/assets/styles/common/_global.scss */

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 50, resources/assets/styles/common/_global.scss */

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 56, resources/assets/styles/common/_global.scss */

a,
button {
  color: inherit;
  outline: medium none;
}

/* line 62, resources/assets/styles/common/_global.scss */

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

/* line 70, resources/assets/styles/common/_global.scss */

.uppercase {
  text-transform: uppercase;
}

/* line 74, resources/assets/styles/common/_global.scss */

.capitalize {
  text-transform: capitalize;
}

/* line 78, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #1c1c21;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  line-height: 1.2;
}

/* line 94, resources/assets/styles/common/_global.scss */

.no_posts_found_headline {
  padding-left: 15px;
}

/* line 98, resources/assets/styles/common/_global.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 107, resources/assets/styles/common/_global.scss */

h1 {
  font-size: 40px;
  font-weight: 500;
}

/* line 112, resources/assets/styles/common/_global.scss */

h2 {
  font-size: 35px;
}

/* line 116, resources/assets/styles/common/_global.scss */

h3 {
  font-size: 28px;
}

/* line 120, resources/assets/styles/common/_global.scss */

h4 {
  font-size: 22px;
}

/* line 124, resources/assets/styles/common/_global.scss */

h5 {
  font-size: 18px;
}

/* line 128, resources/assets/styles/common/_global.scss */

h6 {
  font-size: 16px;
}

/* line 132, resources/assets/styles/common/_global.scss */

ul {
  margin: 0px;
  padding: 0px;
}

/* line 137, resources/assets/styles/common/_global.scss */

li {
  list-style: none;
}

/* line 141, resources/assets/styles/common/_global.scss */

p {
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  color: #1c1c21;
  margin-bottom: 30px;
}

/* line 149, resources/assets/styles/common/_global.scss */

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* line 156, resources/assets/styles/common/_global.scss */

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 163, resources/assets/styles/common/_global.scss */

*::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

/* line 169, resources/assets/styles/common/_global.scss */

::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

/* line 175, resources/assets/styles/common/_global.scss */

::-moz-selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1c1c21;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/

/* line 184, resources/assets/styles/common/_global.scss */

*::-moz-placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

/* line 190, resources/assets/styles/common/_global.scss */

*::-webkit-input-placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

*::-moz-placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1c1c21;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Container
-----------------------------------------*/

@media (min-width: 1200px) {
  /* line 200, resources/assets/styles/common/_global.scss */

  .container {
    max-width: 1310px;
  }
}

/*--
    - Common Classes
-----------------------------------------*/

/* line 208, resources/assets/styles/common/_global.scss */

.fix {
  overflow: hidden;
}

/* line 212, resources/assets/styles/common/_global.scss */

.clear {
  clear: both;
}

/* line 217, resources/assets/styles/common/_global.scss */

.pos-relative {
  position: relative;
}

/*--
    - Background color
-----------------------------------------*/

/* line 224, resources/assets/styles/common/_global.scss */

.grey-bg {
  background: #f7f7fd;
}

/* line 228, resources/assets/styles/common/_global.scss */

.white-bg {
  background: #ffffff;
}

/* line 232, resources/assets/styles/common/_global.scss */

.black-bg {
  background: #1c1c21;
}

/* line 236, resources/assets/styles/common/_global.scss */

.theme-bg {
  background: #f8edeb;
}

/* line 240, resources/assets/styles/common/_global.scss */

.header-menu-bg {
  background: #e9e0db;
}

/* line 244, resources/assets/styles/common/_global.scss */

.header-top-bg {
  background: #ffefed;
}

/*--
    - color
-----------------------------------------*/

/* line 255, resources/assets/styles/common/_global.scss */

.white-color {
  color: #ffffff;
}

/* line 259, resources/assets/styles/common/_global.scss */

.black-color {
  color: #1c1c21;
}

/* line 263, resources/assets/styles/common/_global.scss */

.theme-color {
  color: #f8edeb;
}

/*--
    - Custom Row
-----------------------------------------*/

/* line 274, resources/assets/styles/common/_global.scss */

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 278, resources/assets/styles/common/_global.scss */

.row-10 > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

/*--
    - Margin & Padding
-----------------------------------------*/

/*-- Margin Top --*/

/* line 289, resources/assets/styles/common/_global.scss */

.mt-5 {
  margin-top: 5px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-10 {
  margin-top: 10px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-15 {
  margin-top: 15px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-20 {
  margin-top: 20px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-25 {
  margin-top: 25px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-30 {
  margin-top: 30px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-35 {
  margin-top: 35px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-40 {
  margin-top: 40px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-45 {
  margin-top: 45px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-50 {
  margin-top: 50px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-55 {
  margin-top: 55px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-60 {
  margin-top: 60px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-65 {
  margin-top: 65px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-70 {
  margin-top: 70px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-75 {
  margin-top: 75px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-80 {
  margin-top: 80px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-85 {
  margin-top: 85px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-90 {
  margin-top: 90px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-95 {
  margin-top: 95px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-100 {
  margin-top: 100px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-105 {
  margin-top: 105px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-110 {
  margin-top: 110px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-115 {
  margin-top: 115px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-120 {
  margin-top: 120px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-125 {
  margin-top: 125px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-130 {
  margin-top: 130px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-135 {
  margin-top: 135px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-140 {
  margin-top: 140px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-145 {
  margin-top: 145px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-150 {
  margin-top: 150px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-155 {
  margin-top: 155px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-160 {
  margin-top: 160px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-165 {
  margin-top: 165px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-170 {
  margin-top: 170px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-175 {
  margin-top: 175px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-180 {
  margin-top: 180px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-185 {
  margin-top: 185px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-190 {
  margin-top: 190px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-195 {
  margin-top: 195px;
}

/* line 289, resources/assets/styles/common/_global.scss */

.mt-200 {
  margin-top: 200px;
}

/* line 294, resources/assets/styles/common/_global.scss */

.mt-17 {
  margin-top: 17px;
}

/*-- Margin Bottom --*/

/* line 300, resources/assets/styles/common/_global.scss */

.mb-5 {
  margin-bottom: 5px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-10 {
  margin-bottom: 10px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-15 {
  margin-bottom: 15px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-20 {
  margin-bottom: 20px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-25 {
  margin-bottom: 25px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-30 {
  margin-bottom: 30px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-35 {
  margin-bottom: 35px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-40 {
  margin-bottom: 40px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-45 {
  margin-bottom: 45px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-50 {
  margin-bottom: 50px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-55 {
  margin-bottom: 55px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-60 {
  margin-bottom: 60px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-65 {
  margin-bottom: 65px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-70 {
  margin-bottom: 70px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-75 {
  margin-bottom: 75px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-80 {
  margin-bottom: 80px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-85 {
  margin-bottom: 85px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-90 {
  margin-bottom: 90px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-95 {
  margin-bottom: 95px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-100 {
  margin-bottom: 100px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-105 {
  margin-bottom: 105px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-110 {
  margin-bottom: 110px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-115 {
  margin-bottom: 115px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-120 {
  margin-bottom: 120px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-125 {
  margin-bottom: 125px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-130 {
  margin-bottom: 130px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-135 {
  margin-bottom: 135px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-140 {
  margin-bottom: 140px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-145 {
  margin-bottom: 145px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-150 {
  margin-bottom: 150px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-155 {
  margin-bottom: 155px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-160 {
  margin-bottom: 160px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-165 {
  margin-bottom: 165px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-170 {
  margin-bottom: 170px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-175 {
  margin-bottom: 175px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-180 {
  margin-bottom: 180px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-185 {
  margin-bottom: 185px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-190 {
  margin-bottom: 190px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-195 {
  margin-bottom: 195px;
}

/* line 300, resources/assets/styles/common/_global.scss */

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/

/* line 307, resources/assets/styles/common/_global.scss */

.ml-5 {
  margin-left: 5px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-10 {
  margin-left: 10px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-15 {
  margin-left: 15px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-20 {
  margin-left: 20px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-25 {
  margin-left: 25px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-30 {
  margin-left: 30px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-35 {
  margin-left: 35px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-40 {
  margin-left: 40px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-45 {
  margin-left: 45px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-50 {
  margin-left: 50px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-55 {
  margin-left: 55px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-60 {
  margin-left: 60px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-65 {
  margin-left: 65px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-70 {
  margin-left: 70px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-75 {
  margin-left: 75px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-80 {
  margin-left: 80px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-85 {
  margin-left: 85px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-90 {
  margin-left: 90px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-95 {
  margin-left: 95px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-100 {
  margin-left: 100px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-105 {
  margin-left: 105px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-110 {
  margin-left: 110px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-115 {
  margin-left: 115px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-120 {
  margin-left: 120px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-125 {
  margin-left: 125px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-130 {
  margin-left: 130px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-135 {
  margin-left: 135px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-140 {
  margin-left: 140px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-145 {
  margin-left: 145px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-150 {
  margin-left: 150px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-155 {
  margin-left: 155px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-160 {
  margin-left: 160px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-165 {
  margin-left: 165px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-170 {
  margin-left: 170px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-175 {
  margin-left: 175px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-180 {
  margin-left: 180px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-185 {
  margin-left: 185px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-190 {
  margin-left: 190px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-195 {
  margin-left: 195px;
}

/* line 307, resources/assets/styles/common/_global.scss */

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/

/* line 314, resources/assets/styles/common/_global.scss */

.mr-5 {
  margin-right: 5px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-10 {
  margin-right: 10px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-15 {
  margin-right: 15px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-20 {
  margin-right: 20px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-25 {
  margin-right: 25px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-30 {
  margin-right: 30px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-35 {
  margin-right: 35px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-40 {
  margin-right: 40px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-45 {
  margin-right: 45px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-50 {
  margin-right: 50px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-55 {
  margin-right: 55px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-60 {
  margin-right: 60px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-65 {
  margin-right: 65px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-70 {
  margin-right: 70px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-75 {
  margin-right: 75px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-80 {
  margin-right: 80px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-85 {
  margin-right: 85px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-90 {
  margin-right: 90px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-95 {
  margin-right: 95px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-100 {
  margin-right: 100px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-105 {
  margin-right: 105px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-110 {
  margin-right: 110px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-115 {
  margin-right: 115px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-120 {
  margin-right: 120px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-125 {
  margin-right: 125px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-130 {
  margin-right: 130px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-135 {
  margin-right: 135px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-140 {
  margin-right: 140px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-145 {
  margin-right: 145px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-150 {
  margin-right: 150px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-155 {
  margin-right: 155px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-160 {
  margin-right: 160px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-165 {
  margin-right: 165px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-170 {
  margin-right: 170px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-175 {
  margin-right: 175px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-180 {
  margin-right: 180px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-185 {
  margin-right: 185px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-190 {
  margin-right: 190px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-195 {
  margin-right: 195px;
}

/* line 314, resources/assets/styles/common/_global.scss */

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/

/* line 321, resources/assets/styles/common/_global.scss */

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

/* line 321, resources/assets/styles/common/_global.scss */

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

/* line 321, resources/assets/styles/common/_global.scss */

.pt-15 {
  padding-top: 15px;
}

/* line 321, resources/assets/styles/common/_global.scss */

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

/* line 321, resources/assets/styles/common/_global.scss */

.pt-25 {
  padding-top: 25px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-30 {
  padding-top: 30px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-35 {
  padding-top: 35px;
}

/* line 321, resources/assets/styles/common/_global.scss */

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

/* line 321, resources/assets/styles/common/_global.scss */

.pt-45 {
  padding-top: 45px;
}

/* line 321, resources/assets/styles/common/_global.scss */

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

/* line 321, resources/assets/styles/common/_global.scss */

.pt-55 {
  padding-top: 55px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-60 {
  padding-top: 60px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-65 {
  padding-top: 65px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-70 {
  padding-top: 70px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-75 {
  padding-top: 75px;
}

/* line 321, resources/assets/styles/common/_global.scss */

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

/* line 321, resources/assets/styles/common/_global.scss */

.pt-85 {
  padding-top: 85px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-90 {
  padding-top: 90px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-95 {
  padding-top: 95px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-100 {
  padding-top: 100px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-105 {
  padding-top: 105px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-110 {
  padding-top: 110px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-115 {
  padding-top: 115px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-120 {
  padding-top: 120px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-125 {
  padding-top: 125px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-130 {
  padding-top: 130px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-135 {
  padding-top: 135px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-140 {
  padding-top: 140px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-145 {
  padding-top: 145px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-150 {
  padding-top: 150px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-155 {
  padding-top: 155px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-160 {
  padding-top: 160px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-165 {
  padding-top: 165px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-170 {
  padding-top: 170px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-175 {
  padding-top: 175px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-180 {
  padding-top: 180px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-185 {
  padding-top: 185px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-190 {
  padding-top: 190px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-195 {
  padding-top: 195px;
}

/* line 321, resources/assets/styles/common/_global.scss */

.pt-200 {
  padding-top: 200px;
}

/* line 326, resources/assets/styles/common/_global.scss */

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/

/* line 332, resources/assets/styles/common/_global.scss */

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

/* line 332, resources/assets/styles/common/_global.scss */

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

/* line 332, resources/assets/styles/common/_global.scss */

.pb-15 {
  padding-bottom: 15px;
}

/* line 332, resources/assets/styles/common/_global.scss */

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

/* line 332, resources/assets/styles/common/_global.scss */

.pb-25 {
  padding-bottom: 25px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-30 {
  padding-bottom: 30px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-35 {
  padding-bottom: 35px;
}

/* line 332, resources/assets/styles/common/_global.scss */

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

/* line 332, resources/assets/styles/common/_global.scss */

.pb-45 {
  padding-bottom: 45px;
}

/* line 332, resources/assets/styles/common/_global.scss */

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

/* line 332, resources/assets/styles/common/_global.scss */

.pb-55 {
  padding-bottom: 55px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-60 {
  padding-bottom: 60px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-65 {
  padding-bottom: 65px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-70 {
  padding-bottom: 70px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-75 {
  padding-bottom: 75px;
}

/* line 332, resources/assets/styles/common/_global.scss */

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

/* line 332, resources/assets/styles/common/_global.scss */

.pb-85 {
  padding-bottom: 85px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-90 {
  padding-bottom: 90px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-95 {
  padding-bottom: 95px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-100 {
  padding-bottom: 100px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-105 {
  padding-bottom: 105px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-110 {
  padding-bottom: 110px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-115 {
  padding-bottom: 115px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-120 {
  padding-bottom: 120px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-125 {
  padding-bottom: 125px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-130 {
  padding-bottom: 130px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-135 {
  padding-bottom: 135px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-140 {
  padding-bottom: 140px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-145 {
  padding-bottom: 145px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-150 {
  padding-bottom: 150px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-155 {
  padding-bottom: 155px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-160 {
  padding-bottom: 160px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-165 {
  padding-bottom: 165px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-170 {
  padding-bottom: 170px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-175 {
  padding-bottom: 175px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-180 {
  padding-bottom: 180px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-185 {
  padding-bottom: 185px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-190 {
  padding-bottom: 190px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-195 {
  padding-bottom: 195px;
}

/* line 332, resources/assets/styles/common/_global.scss */

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/

/* line 339, resources/assets/styles/common/_global.scss */

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

/* line 339, resources/assets/styles/common/_global.scss */

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

/* line 339, resources/assets/styles/common/_global.scss */

.pl-15 {
  padding-left: 15px;
}

/* line 339, resources/assets/styles/common/_global.scss */

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

/* line 339, resources/assets/styles/common/_global.scss */

.pl-25 {
  padding-left: 25px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-30 {
  padding-left: 30px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-35 {
  padding-left: 35px;
}

/* line 339, resources/assets/styles/common/_global.scss */

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

/* line 339, resources/assets/styles/common/_global.scss */

.pl-45 {
  padding-left: 45px;
}

/* line 339, resources/assets/styles/common/_global.scss */

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

/* line 339, resources/assets/styles/common/_global.scss */

.pl-55 {
  padding-left: 55px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-60 {
  padding-left: 60px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-65 {
  padding-left: 65px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-70 {
  padding-left: 70px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-75 {
  padding-left: 75px;
}

/* line 339, resources/assets/styles/common/_global.scss */

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

/* line 339, resources/assets/styles/common/_global.scss */

.pl-85 {
  padding-left: 85px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-90 {
  padding-left: 90px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-95 {
  padding-left: 95px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-100 {
  padding-left: 100px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-105 {
  padding-left: 105px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-110 {
  padding-left: 110px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-115 {
  padding-left: 115px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-120 {
  padding-left: 120px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-125 {
  padding-left: 125px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-130 {
  padding-left: 130px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-135 {
  padding-left: 135px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-140 {
  padding-left: 140px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-145 {
  padding-left: 145px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-150 {
  padding-left: 150px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-155 {
  padding-left: 155px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-160 {
  padding-left: 160px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-165 {
  padding-left: 165px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-170 {
  padding-left: 170px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-175 {
  padding-left: 175px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-180 {
  padding-left: 180px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-185 {
  padding-left: 185px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-190 {
  padding-left: 190px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-195 {
  padding-left: 195px;
}

/* line 339, resources/assets/styles/common/_global.scss */

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/

/* line 346, resources/assets/styles/common/_global.scss */

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

/* line 346, resources/assets/styles/common/_global.scss */

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

/* line 346, resources/assets/styles/common/_global.scss */

.pr-15 {
  padding-right: 15px;
}

/* line 346, resources/assets/styles/common/_global.scss */

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

/* line 346, resources/assets/styles/common/_global.scss */

.pr-25 {
  padding-right: 25px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-30 {
  padding-right: 30px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-35 {
  padding-right: 35px;
}

/* line 346, resources/assets/styles/common/_global.scss */

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

/* line 346, resources/assets/styles/common/_global.scss */

.pr-45 {
  padding-right: 45px;
}

/* line 346, resources/assets/styles/common/_global.scss */

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

/* line 346, resources/assets/styles/common/_global.scss */

.pr-55 {
  padding-right: 55px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-60 {
  padding-right: 60px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-65 {
  padding-right: 65px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-70 {
  padding-right: 70px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-75 {
  padding-right: 75px;
}

/* line 346, resources/assets/styles/common/_global.scss */

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

/* line 346, resources/assets/styles/common/_global.scss */

.pr-85 {
  padding-right: 85px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-90 {
  padding-right: 90px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-95 {
  padding-right: 95px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-100 {
  padding-right: 100px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-105 {
  padding-right: 105px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-110 {
  padding-right: 110px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-115 {
  padding-right: 115px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-120 {
  padding-right: 120px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-125 {
  padding-right: 125px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-130 {
  padding-right: 130px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-135 {
  padding-right: 135px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-140 {
  padding-right: 140px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-145 {
  padding-right: 145px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-150 {
  padding-right: 150px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-155 {
  padding-right: 155px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-160 {
  padding-right: 160px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-165 {
  padding-right: 165px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-170 {
  padding-right: 170px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-175 {
  padding-right: 175px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-180 {
  padding-right: 180px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-185 {
  padding-right: 185px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-190 {
  padding-right: 190px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-195 {
  padding-right: 195px;
}

/* line 346, resources/assets/styles/common/_global.scss */

.pr-200 {
  padding-right: 200px;
}

/* line 351, resources/assets/styles/common/_global.scss */

.img-100 {
  width: 100%;
}

/* line 356, resources/assets/styles/common/_global.scss */

.btn {
  background: #1c1c21;
  padding: 15px 50px;
  line-height: 1;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 366, resources/assets/styles/common/_global.scss */

.btn:hover {
  background: #f8edeb;
  color: #ffffff;
}

/* line 371, resources/assets/styles/common/_global.scss */

.btn-border {
  background: transparent;
  border: 1px solid #1c1c21;
  color: #1c1c21;
}

/* line 376, resources/assets/styles/common/_global.scss */

.btn-border:hover {
  background: #1c1c21;
  color: #ffffff;
  border-color: #1c1c21;
}

/* line 383, resources/assets/styles/common/_global.scss */

.btn-soft {
  border-color: #1c1c21;
  padding: 14px 30px;
  color: #333333;
  background: transparent;
  font-weight: 600;
}

/* line 390, resources/assets/styles/common/_global.scss */

.btn-soft:hover {
  background: #efe6d8;
  color: #ffffff;
  border-color: #efe6d8;
}

/* line 399, resources/assets/styles/common/_global.scss */

#scrollUp {
  background: #1c1c21;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 47px;
}

/* line 411, resources/assets/styles/common/_global.scss */

#scrollUp:hover {
  background: #f8edeb;
}

@media (max-width: 767px) {
  /* line 399, resources/assets/styles/common/_global.scss */

  #scrollUp {
    right: 30px;
    bottom: 20px;
  }
}

/* line 422, resources/assets/styles/common/_global.scss */

.col-20 {
  width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 422, resources/assets/styles/common/_global.scss */

  .col-20 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 422, resources/assets/styles/common/_global.scss */

  .col-20 {
    width: 30%;
  }
}

@media (max-width: 767px) {
  /* line 422, resources/assets/styles/common/_global.scss */

  .col-20 {
    width: 100%;
  }
}

/* line 438, resources/assets/styles/common/_global.scss */

.col-40 {
  width: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 438, resources/assets/styles/common/_global.scss */

  .col-40 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 438, resources/assets/styles/common/_global.scss */

  .col-40 {
    width: 100%;
  }
}

/* line 452, resources/assets/styles/common/_global.scss */

.section-title h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 460, resources/assets/styles/common/_global.scss */

.section-title h3 i {
  color: #d71515;
  margin-right: 10px;
}

/* line 468, resources/assets/styles/common/_global.scss */

.section-title-2 h2 {
  background: #f8edeb;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 0;
}

/* line 482, resources/assets/styles/common/_global.scss */

.gallery-active.owl-carousel .owl-nav div {
  background: #ffffff;
  height: 35px;
  left: 20px;
  line-height: 36px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 35px;
}

/* line 497, resources/assets/styles/common/_global.scss */

.gallery-active.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

/* line 502, resources/assets/styles/common/_global.scss */

.gallery-active.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 507, resources/assets/styles/common/_global.scss */

.gallery-active.owl-carousel .owl-nav div:hover {
  background: #1c1c21;
  color: #ffffff;
}

/* line 515, resources/assets/styles/common/_global.scss */

.app-text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 515, resources/assets/styles/common/_global.scss */

  .app-text h2 {
    margin-bottom: 20px;
  }
}

/* line 527, resources/assets/styles/common/_global.scss */

.app-store a {
  margin-left: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 527, resources/assets/styles/common/_global.scss */

  .app-store a {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

/* line 541, resources/assets/styles/common/_global.scss */

.instagram-item i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 555, resources/assets/styles/common/_global.scss */

.instagram-item:hover i {
  opacity: 1;
}

/* line 559, resources/assets/styles/common/_global.scss */

.instagram-item a:before {
  position: absolute;
  background: #1c1c21;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

/* line 571, resources/assets/styles/common/_global.scss */

.instagram-item:hover a:before {
  opacity: .7;
}

/* 13. pagination */

/* line 577, resources/assets/styles/common/_global.scss */

.pagination {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 3px;
}

/* line 584, resources/assets/styles/common/_global.scss */

.pagination ul {
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 592, resources/assets/styles/common/_global.scss */

.pagination ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 10px;
}

/* line 597, resources/assets/styles/common/_global.scss */

.pagination ul li a,
.pagination ul li span {
  float: none;
}

/* line 602, resources/assets/styles/common/_global.scss */

.pagination ul li a {
  background: #F7F7FD;
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 700;
  display: inline-block;
  padding: 9px 18px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

/* line 615, resources/assets/styles/common/_global.scss */

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #f8edeb;
}

/* line 625, resources/assets/styles/common/_global.scss */

.page-title-bar h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 625, resources/assets/styles/common/_global.scss */

  .page-title-bar h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  /* line 625, resources/assets/styles/common/_global.scss */

  .page-title-bar h1 {
    font-size: 32px;
  }
}

/* line 667, resources/assets/styles/common/_global.scss */

#not_found {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

/* line 674, resources/assets/styles/common/_global.scss */

#not_found .container-small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 677, resources/assets/styles/common/_global.scss */

#not_found .container-small h1 {
  margin-bottom: 20px;
  font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 677, resources/assets/styles/common/_global.scss */

  #not_found .container-small h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 677, resources/assets/styles/common/_global.scss */

  #not_found .container-small h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 677, resources/assets/styles/common/_global.scss */

  #not_found .container-small h1 {
    font-size: 20px;
  }
}

/* line 695, resources/assets/styles/common/_global.scss */

#not_found .container-small p {
  font-size: 15px;
}

/* line 698, resources/assets/styles/common/_global.scss */

#not_found .container-small p > a {
  font-size: 15px;
}

/* line 703, resources/assets/styles/common/_global.scss */

#not_found .container-small a {
  width: 100%;
  font-size: 20px;
  color: #d71515;
}

/* line 709, resources/assets/styles/common/_global.scss */

#not_found .container-small .line-breaker {
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
  float: left;
}

/* line 716, resources/assets/styles/common/_global.scss */

#not_found .container-small .line-breaker span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #b7b7b7;
}

/* line 724, resources/assets/styles/common/_global.scss */

#not_found .container-small .line-breaker strong {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20%;
  font-sizE: 12px;
  color: #b7b7b7;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #faf5ed;
}

/* line 738, resources/assets/styles/common/_global.scss */

#not_found .container-small .back_to {
  color: #fff;
  font-size: 20px;
  background: #d71515;
  padding: 10px 20px;
  cursor: pointer;
}

/* line 746, resources/assets/styles/common/_global.scss */

#not_found .container-small .search {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  /* line 746, resources/assets/styles/common/_global.scss */

  #not_found .container-small .search {
    height: auto;
  }
}

/* line 756, resources/assets/styles/common/_global.scss */

#not_found .container-small .search form {
  position: relative;
  width: 100%;
}

/* line 760, resources/assets/styles/common/_global.scss */

#not_found .container-small .search form label {
  width: 100%;
  margin-bottom: 0px;
}

/* line 765, resources/assets/styles/common/_global.scss */

#not_found .container-small .search form input {
  color: #1c1c21;
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 15px;
  background-color: #ffffff;
}

/* line 773, resources/assets/styles/common/_global.scss */

#not_found .container-small .search form input::-moz-placeholder,
#not_found .container-small .search form input::-moz-placeholder {
  color: #1c1c21;
  opacity: .7;
}

#not_found .container-small .search form input::placeholder,
#not_found .container-small .search form input::-moz-placeholder {
  color: #1c1c21;
  opacity: .7;
}

/* line 780, resources/assets/styles/common/_global.scss */

#not_found .container-small .search form input::-webkit-input-placeholder {
  color: #1c1c21;
}

#not_found .container-small .search form input::-moz-placeholder {
  color: #1c1c21;
}

#not_found .container-small .search form input::-ms-input-placeholder {
  color: #1c1c21;
}

#not_found .container-small .search form input::placeholder {
  color: #1c1c21;
}

/* line 784, resources/assets/styles/common/_global.scss */

#not_found .container-small .search form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  border: 0;
  background: no-repeat;
  color: #ffffff;
  background: #d71515;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 784, resources/assets/styles/common/_global.scss */

  #not_found .container-small .search form .search-submit {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  /* line 813, resources/assets/styles/common/_global.scss */

  .container-small {
    max-width: 500px;
    width: 100%;
  }

  /* line 818, resources/assets/styles/common/_global.scss */

  .container-large {
    max-width: 970px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 826, resources/assets/styles/common/_global.scss */

  .container-small {
    max-width: 500px;
    width: 100%;
  }

  /* line 831, resources/assets/styles/common/_global.scss */

  .container-large {
    max-width: 1170px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 838, resources/assets/styles/common/_global.scss */

  .container-small {
    max-width: 600px;
    width: 100%;
  }

  /* line 843, resources/assets/styles/common/_global.scss */

  .container-large {
    max-width: 1500px;
    width: 100%;
  }
}

/* line 849, resources/assets/styles/common/_global.scss */

.container-small,
.container-large {
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 857, resources/assets/styles/common/_global.scss */

.container.moszx {
  padding-bottom: 5px;
}

/* line 861, resources/assets/styles/common/_global.scss */

.dagensps_ad_desktop {
  position: relative;
  margin: 20px auto 0px auto;
  width: 100%;
  max-width: 980px;
}

@media (max-width: 767px) {
  /* line 861, resources/assets/styles/common/_global.scss */

  .dagensps_ad_desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 861, resources/assets/styles/common/_global.scss */

  .dagensps_ad_desktop {
    display: none;
  }
}

/* line 875, resources/assets/styles/common/_global.scss */

.dagensps_ad_desktop > div {
  text-align: center;
}

/* line 878, resources/assets/styles/common/_global.scss */

.dagensps_ad_desktop > div > div {
  margin: 0px auto;
}

/* line 883, resources/assets/styles/common/_global.scss */

.dagensps_ad_desktop iframe {
  margin: 0px auto;
  text-align: center;
}

/* line 887, resources/assets/styles/common/_global.scss */

.dagensps_ad_desktop iframe > a {
  z-index: 20s;
}

/* line 892, resources/assets/styles/common/_global.scss */

.dagensps_ad_desktop span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 899, resources/assets/styles/common/_global.scss */

.dagensps_ad_mobile {
  position: relative;
  margin: 10px auto 0px auto;
  width: 100%;
  max-width: 100%;
  display: none;
}

@media (max-width: 767px) {
  /* line 899, resources/assets/styles/common/_global.scss */

  .dagensps_ad_mobile {
    margin: 10px auto 10px auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 899, resources/assets/styles/common/_global.scss */

  .dagensps_ad_mobile {
    display: block;
  }
}

/* line 915, resources/assets/styles/common/_global.scss */

.dagensps_ad_mobile > div {
  text-align: center;
}

/* line 918, resources/assets/styles/common/_global.scss */

.dagensps_ad_mobile > div > div {
  margin: 0px auto;
}

/* line 924, resources/assets/styles/common/_global.scss */

.dagensps_ad_mobile iframe {
  margin: 0px auto;
  text-align: center;
}

/* line 928, resources/assets/styles/common/_global.scss */

.dagensps_ad_mobile iframe > a {
  z-index: 20s;
}

/* line 933, resources/assets/styles/common/_global.scss */

.dagensps_ad_mobile span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 940, resources/assets/styles/common/_global.scss */

.breadcrumbs {
  margin-bottom: 20px;
}

/* line 943, resources/assets/styles/common/_global.scss */

.breadcrumbs span {
  font-size: 27px;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.2;
}

/* line 952, resources/assets/styles/common/_global.scss */

div[id^="adtech"] {
  z-index: 20 !important;
}

/**
* Sponsored articles and categorys
*/

/*
.sponsored_post{
  background: #f9f7f7;
  & .postbox__text{
    background:#f9f7f7;
  }
}*/

/* line 968, resources/assets/styles/common/_global.scss */

#sticky_bar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  margin: 0px !important;
}

/* line 976, resources/assets/styles/common/_global.scss */

#sponsor-bar {
  width: 100%;
}

/* line 981, resources/assets/styles/common/_global.scss */

#sponsor-bar .container .row a {
  width: 100%;
}

/* line 985, resources/assets/styles/common/_global.scss */

#sponsor-bar .container .row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/* line 996, resources/assets/styles/common/_global.scss */

#sponsor-bar .container .row .wrapper img {
  max-height: 40px;
  max-width: 200px;
  width: auto;
  height: auto;
  display: block;
}

/* line 1004, resources/assets/styles/common/_global.scss */

#sponsor-bar .container .row .wrapper span {
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* line 1015, resources/assets/styles/common/_global.scss */

.sponsor-bar {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1020, resources/assets/styles/common/_global.scss */

  .sponsor-bar.mb-mg {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 1020, resources/assets/styles/common/_global.scss */

  .sponsor-bar.mb-mg {
    margin-top: 10px;
  }
}

/* line 1033, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row.with-border,
.sponsor-bar .container-fluid .row.with-border {
  border-bottom: 1px solid #78a55a;
  padding-bottom: 20px;
}

/* line 1038, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row a,
.sponsor-bar .container-fluid .row a {
  width: 100%;
}

/* line 1042, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .wrapper,
.sponsor-bar .container-fluid .row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/* line 1052, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .wrapper img,
.sponsor-bar .container-fluid .row .wrapper img {
  max-height: 40px;
  max-width: 200px;
  width: auto;
  height: auto;
  display: block;
}

/* line 1060, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .wrapper span,
.sponsor-bar .container-fluid .row .wrapper span {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* line 1067, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .read_more,
.sponsor-bar .container-fluid .row .read_more {
  width: 100%;
  float: left;
}

/* line 1071, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .read_more p,
.sponsor-bar .container .row .read_more a,
.sponsor-bar .container-fluid .row .read_more p,
.sponsor-bar .container-fluid .row .read_more a {
  font-size: 20px;
  width: 250px;
  max-width: 100%;
  height: 50px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  color: #fff;
}

/* line 1085, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .sponsor-bar-text,
.sponsor-bar .container-fluid .row .sponsor-bar-text {
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1089, resources/assets/styles/common/_global.scss */

.sponsor-bar .container .row .sponsor-bar-text p,
.sponsor-bar .container-fluid .row .sponsor-bar-text p {
  font-size: 15px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 1100, resources/assets/styles/common/_global.scss */

.single-post .archive_sponsor_block {
  margin-top: 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1104, resources/assets/styles/common/_global.scss */

  .archive_sponsor_block {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 1104, resources/assets/styles/common/_global.scss */

  .archive_sponsor_block {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1104, resources/assets/styles/common/_global.scss */

  .archive_sponsor_block {
    margin-right: 10px;
  }
}

/**
* FB comments
*/

/* line 1122, resources/assets/styles/common/_global.scss */

.fb-comments iframe {
  width: 100% !important;
}

@media (max-width: 767px) {
  /* line 1128, resources/assets/styles/common/_global.scss */

  .home main {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1134, resources/assets/styles/common/_global.scss */

  .home main {
    padding-top: 15px;
  }
}

/* line 1139, resources/assets/styles/common/_global.scss */

.dagens_ps_h1_style {
  display: none !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1144, resources/assets/styles/common/_global.scss */

  .post-details {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 1150, resources/assets/styles/common/_global.scss */

  .post-details {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1156, resources/assets/styles/common/_global.scss */

  .post-details {
    padding-top: 20px;
  }
}

/* line 1161, resources/assets/styles/common/_global.scss */

.modal {
  display: none;
}

/* line 1165, resources/assets/styles/common/_global.scss */

.author_page {
  padding-top: 20px;
}

/* line 1169, resources/assets/styles/common/_global.scss */

.external-link {
  max-width: 100%;
  margin: 0px auto 18px auto;
}

/* line 1173, resources/assets/styles/common/_global.scss */

.external-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1179, resources/assets/styles/common/_global.scss */

.sbi_no_bio {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 1184, resources/assets/styles/common/_global.scss */

.ad-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1189, resources/assets/styles/common/_global.scss */

.ad-container .container.single-container {
  max-width: 900px;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

/* line 1196, resources/assets/styles/common/_global.scss */

.ad-container .container.ad-start-news {
  padding: 0;
  margin-top: 0;
  margin-bottom: 53px;
}

/* line 1201, resources/assets/styles/common/_global.scss */

.ad-container .container.ad-start-news > div {
  margin: 0 !important;
}

/* line 1206, resources/assets/styles/common/_global.scss */

.ad-container .container img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* stylelint-disable */

/* stylelint-disable */

/* 4. Hero */

/* line 6, resources/assets/styles/components/_hero.scss */

.hero__thumb img {
  width: 100%;
}

/* line 11, resources/assets/styles/components/_hero.scss */

.hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 28px;
}

/* line 17, resources/assets/styles/components/_hero.scss */

.hero__text h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 17, resources/assets/styles/components/_hero.scss */

  .hero__text h3 {
    font-size: 18px;
  }
}

/* line 26, resources/assets/styles/components/_hero.scss */

.hero__text h3 a {
  color: #ffffff;
}

/* line 29, resources/assets/styles/components/_hero.scss */

.hero__text h3 a:hover {
  color: #f8edeb;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 34, resources/assets/styles/components/_hero.scss */

  .hero__text h3.pr-100 {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 34, resources/assets/styles/components/_hero.scss */

  .hero__text h3.pr-100 {
    padding-right: 0;
  }
}

/* line 46, resources/assets/styles/components/_hero.scss */

.hero__text-small h3 {
  font-size: 16px;
}

/* line 54, resources/assets/styles/components/_hero.scss */

.slide-height {
  min-height: 500px;
}

/* line 60, resources/assets/styles/components/_hero.scss */

.slider__text h3 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

/* line 65, resources/assets/styles/components/_hero.scss */

.slider__text h3:hover {
  color: #f8edeb;
}

@media (max-width: 767px) {
  /* line 60, resources/assets/styles/components/_hero.scss */

  .slider__text h3 {
    font-size: 32px;
  }
}

/* line 76, resources/assets/styles/components/_hero.scss */

.slider-meta li {
  color: #adadab !important;
}

/* line 83, resources/assets/styles/components/_hero.scss */

.slider-arrow button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: 0;
  width: 60px;
  font-size: 40px;
  padding: 0;
  color: #ffffff;
  z-index: 9;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  /* line 83, resources/assets/styles/components/_hero.scss */

  .slider-arrow button.slick-arrow {
    top: 90%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 83, resources/assets/styles/components/_hero.scss */

  .slider-arrow button.slick-arrow {
    top: 90%;
  }
}

/* line 113, resources/assets/styles/components/_hero.scss */

.slider-arrow button.slick-next {
  left: auto;
  right: 30px;
}

@media (max-width: 767px) {
  /* line 118, resources/assets/styles/components/_hero.scss */

  .slider-arrow button {
    width: auto !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 118, resources/assets/styles/components/_hero.scss */

  .slider-arrow button {
    width: auto !important;
  }
}

/* line 128, resources/assets/styles/components/_hero.scss */

.slider-arrow .slick-disabled {
  opacity: 0.4 !important;
}

@media (max-width: 767px) {
  /* line 132, resources/assets/styles/components/_hero.scss */

  .slider-arrow button.slick-prev {
    top: 90%;
    left: auto;
    right: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 132, resources/assets/styles/components/_hero.scss */

  .slider-arrow button.slick-prev {
    top: 90%;
    left: auto;
    right: 60px;
  }
}

/* line 146, resources/assets/styles/components/_hero.scss */

.slider-arrow:hover button {
  opacity: 1;
  visibility: visible;
}

/* line 155, resources/assets/styles/components/_hero.scss */

.slider-active-stage .single-slider:before {
  display: none;
}

/* line 159, resources/assets/styles/components/_hero.scss */

.slider-active-stage .single-slider.slick-center:before {
  display: block;
}

/* line 164, resources/assets/styles/components/_hero.scss */

.slider-active-stage .slider {
  display: none;
}

/* line 168, resources/assets/styles/components/_hero.scss */

.slider-active-stage .slick-center .slider {
  display: block;
}

/* Slider content */

/* line 178, resources/assets/styles/components/_hero.scss */

.slider__text ul li:last-of-type {
  float: none !important;
}

/* stylelint-disable */

/* 6. Breadcrumb */

/* line 4, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb {
  background: #f7f7fd;
  border-radius: 0;
  padding: 50px 0;
  margin: 0;
}

/* line 9, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb li {
  font-size: 14px;
  color: #999;
}

/* line 12, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb li a {
  font-size: 14px;
  color: #666;
}

/* line 15, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb li a:hover {
  color: #f8edeb;
}

/* line 21, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  font-size: 13px;
}

/* stylelint-disable */

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */

/* line 13, resources/assets/styles/components/_meanmenu.scss */

a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */

/* line 18, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

/* line 26, resources/assets/styles/components/_meanmenu.scss */

.mean-container a.meanmenu-reveal {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -27px;
  padding: 6px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 22px;
}

/* line 43, resources/assets/styles/components/_meanmenu.scss */

.mean-container a.meanmenu-reveal span {
  background: #000;
  display: block;
  height: 3px;
  margin-top: 3px;
}

/* line 50, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav {
  float: left;
  margin-top: 15px;
  width: 100%;
}

/* line 56, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

/* line 63, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

/* line 69, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li a {
  border-top: 1px solid #e1d8d3;
  color: #000;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-size: 12px;
}

/* line 83, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li li a {
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

/* line 90, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 95, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

/* line 100, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

/* line 105, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

/* line 110, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

/* line 115, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}

/* line 132, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 140, resources/assets/styles/components/_meanmenu.scss */

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */

/* line 147, resources/assets/styles/components/_meanmenu.scss */

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 154, resources/assets/styles/components/_meanmenu.scss */

.mean-remove {
  display: none !important;
}

/* line 159, resources/assets/styles/components/_meanmenu.scss */

.transparent-header .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
}

/* line 163, resources/assets/styles/components/_meanmenu.scss */

.transparent-header .mean-container a.meanmenu-reveal span {
  background: #fff;
}

/* line 167, resources/assets/styles/components/_meanmenu.scss */

.header-2 .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
}

/* line 171, resources/assets/styles/components/_meanmenu.scss */

.header-2 .mean-container a.meanmenu-reveal span {
  background: #fff;
}

/* stylelint-disable */

/* 2. Overlay */

/* line 4, resources/assets/styles/components/_overlay.scss */

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 9, resources/assets/styles/components/_overlay.scss */

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/

/* line 21, resources/assets/styles/components/_overlay.scss */

[data-overlay="light"]::before {
  background-color: #ffffff;
}

/* line 26, resources/assets/styles/components/_overlay.scss */

[data-overlay="dark"]::before {
  background-color: #1c1c21;
}

/* line 32, resources/assets/styles/components/_overlay.scss */

[data-overlay="dark-gradient"]::before {
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.904)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%);
}

/*-- Overlay Opacity --*/

/* line 41, resources/assets/styles/components/_overlay.scss */

[data-opacity="1"]::before {
  opacity: 0.1;
}

/* line 46, resources/assets/styles/components/_overlay.scss */

[data-opacity="2"]::before {
  opacity: 0.2;
}

/* line 51, resources/assets/styles/components/_overlay.scss */

[data-opacity="3"]::before {
  opacity: 0.3;
}

/* line 56, resources/assets/styles/components/_overlay.scss */

[data-opacity="4"]::before {
  opacity: 0.4;
}

/* line 61, resources/assets/styles/components/_overlay.scss */

[data-opacity="5"]::before {
  opacity: 0.5;
}

/* line 66, resources/assets/styles/components/_overlay.scss */

[data-opacity="6"]::before {
  opacity: 0.6;
}

/* line 71, resources/assets/styles/components/_overlay.scss */

[data-opacity="7"]::before {
  opacity: 0.7;
}

/* line 76, resources/assets/styles/components/_overlay.scss */

[data-opacity="8"]::before {
  opacity: 0.8;
}

/* line 81, resources/assets/styles/components/_overlay.scss */

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* stylelint-disable */

/* 9. Contact area */

/* line 5, resources/assets/styles/components/_contact.scss */

.contact-form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 10, resources/assets/styles/components/_contact.scss */

.contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  font-size: 13px;
  height: 50px;
  margin-bottom: 30px;
  width: 100%;
  border: 0;
  border: 1px solid #ddd;
  padding: 0 15px;
}

/* line 28, resources/assets/styles/components/_contact.scss */

.contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #cccccf;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 125px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
}

/* line 46, resources/assets/styles/components/_contact.scss */

.contact-info span {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

/* line 52, resources/assets/styles/components/_contact.scss */

.contact-info h2 {
  color: #414149;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* line 60, resources/assets/styles/components/_contact.scss */

.contact-meta-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 65, resources/assets/styles/components/_contact.scss */

.contact-meta-info P {
  margin-bottom: 0;
}

/* line 70, resources/assets/styles/components/_contact.scss */

#contact-map {
  height: 500px;
}

/* line 28, resources/assets/styles/components/_lightbox.scss */

body.hidden-scroll {
  overflow: hidden;
}

/* line 32, resources/assets/styles/components/_lightbox.scss */

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

/* line 44, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper {
  z-index: 1040;
}

/* line 47, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

/* line 54, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper button:hover {
  opacity: 0.7;
}

/* line 59, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 3rem;
}

/* line 74, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-close:focus {
  outline: none;
}

/* line 79, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

/* line 89, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

/* line 93, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
}

/* line 106, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

/* line 111, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

/* line 116, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  /* line 93, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  /* line 123, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  /* line 128, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  /* line 93, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  /* line 137, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  /* line 142, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

/* line 150, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

/* line 160, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  /* line 160, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  /* line 160, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

/* line 178, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  /* line 178, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  /* line 178, resources/assets/styles/components/_lightbox.scss */

  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

/* line 191, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 40px 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  font-size: 1.2rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 203, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

/* line 208, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

/* line 213, resources/assets/styles/components/_lightbox.scss */

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

/* line 224, resources/assets/styles/components/_lightbox.scss */

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 247, resources/assets/styles/components/_lightbox.scss */

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 255, resources/assets/styles/components/_lightbox.scss */

.sl-transition {
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: -o-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms, -o-transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
         -o-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    -o-transform: scale(0.1);
       transform: scale(0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
    opacity: 0;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Featured image */

/* line 39, resources/assets/styles/components/_wp-classes.scss */

.wp-post-image {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/** Captions */

/** Text meant only for screen readers */

/* stylelint-disable */

/* stylelint-disable */

/* Configurations for hero */

/* line 6, resources/assets/styles/components/_slick.scss */

.hero-area {
  overflow: hidden;
}

/* line 9, resources/assets/styles/components/_slick.scss */

.hero-area h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* Slider */

/* line 19, resources/assets/styles/components/_slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 33, resources/assets/styles/components/_slick.scss */

.slick-slider .single-slider {
  background-position: center 25%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 38, resources/assets/styles/components/_slick.scss */

  .slick-slider .single-slider h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  /* line 38, resources/assets/styles/components/_slick.scss */

  .slick-slider .single-slider h2 {
    font-size: 28px;
  }
}

/* line 53, resources/assets/styles/components/_slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 60, resources/assets/styles/components/_slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 64, resources/assets/styles/components/_slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 70, resources/assets/styles/components/_slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 78, resources/assets/styles/components/_slick.scss */

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

/* line 84, resources/assets/styles/components/_slick.scss */

.slick-track::after {
  clear: both;
}

/* line 88, resources/assets/styles/components/_slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 93, resources/assets/styles/components/_slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 102, resources/assets/styles/components/_slick.scss */

.slick-slide {
  float: left;
  min-height: 1px;
}

/* line 106, resources/assets/styles/components/_slick.scss */

.slick-slide [dir="rtl"] {
  float: right;
}

/* line 110, resources/assets/styles/components/_slick.scss */

.slick-slide img {
  display: block;
}

/* line 114, resources/assets/styles/components/_slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 118, resources/assets/styles/components/_slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 122, resources/assets/styles/components/_slick.scss */

.slick-slide .slick-initialized {
  display: block;
}

/* line 126, resources/assets/styles/components/_slick.scss */

.slick-slide .slick-loading {
  visibility: hidden;
}

/* line 130, resources/assets/styles/components/_slick.scss */

.slick-slide .slick-vertical {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 137, resources/assets/styles/components/_slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* 3. Header */

/* line 11, resources/assets/styles/layouts/_header.scss */

.header .pt-13 {
  padding-top: 13px;
}

@media (max-width: 767px) {
  /* line 16, resources/assets/styles/layouts/_header.scss */

  .header__top-menu ul {
    text-align: center;
  }
}

/* line 21, resources/assets/styles/layouts/_header.scss */

.header__top-menu ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  /* line 21, resources/assets/styles/layouts/_header.scss */

  .header__top-menu ul li {
    margin-right: 7px;
  }
}

/* line 29, resources/assets/styles/layouts/_header.scss */

.header__top-menu ul li a {
  color: #ffffff;
  font-size: 12px;
  padding: 12px 0;
  display: block;
}

/* line 35, resources/assets/styles/layouts/_header.scss */

.header__top-menu ul li a:hover {
  color: #f8edeb;
}

/* line 44, resources/assets/styles/layouts/_header.scss */

.header__social {
  line-height: 1;
}

@media (max-width: 767px) {
  /* line 44, resources/assets/styles/layouts/_header.scss */

  .header__social {
    margin-bottom: 15px;
  }
}

/* line 51, resources/assets/styles/layouts/_header.scss */

.header__social a {
  color: #1c1c21;
  font-size: 12px;
  margin-left: 15px;
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.header__logo img {
  height: auto;
  max-height: 40px;
  max-width: auto;
  width: auto;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 59, resources/assets/styles/layouts/_header.scss */

  .header__logo img {
    margin: 0px auto;
    max-height: 30px;
  }
}

@media (max-width: 767px) {
  /* line 59, resources/assets/styles/layouts/_header.scss */

  .header__logo img {
    margin: 0px auto;
    max-height: 30px;
  }
}

/* line 80, resources/assets/styles/layouts/_header.scss */

.header__menu ul li {
  display: inline-block;
  position: relative;
}

/* line 85, resources/assets/styles/layouts/_header.scss */

.header__menu ul li:hover a {
  background: #d2d1d0;
}

/* line 90, resources/assets/styles/layouts/_header.scss */

.header__menu ul li a {
  color: #1c1c21;
  padding: 20px 18px;
  line-height: 1;
  font-size: 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 500;
  position: relative;
}

/* line 100, resources/assets/styles/layouts/_header.scss */

.header__menu ul li a:hover {
  background: #d2d1d0;
}

/* line 108, resources/assets/styles/layouts/_header.scss */

.header__menu ul li:hover > a,
.header__menu ul li.active > a {
  background: #d2d1d0;
}

/* line 114, resources/assets/styles/layouts/_header.scss */

.header__menu ul li:hover > a::before,
.header__menu ul li.active > a::before {
  opacity: 1;
}

/* line 120, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu {
  width: 200px;
  position: absolute;
  top: 110%;
  left: 0;
  background: #1c1c21;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

/* line 131, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu li {
  display: block;
  border-bottom: 1px solid #e1d8d3;
}

/* line 135, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}

/* line 139, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu li a {
  padding: 14px 12px;
  font-size: 13px;
}

/* line 143, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu li a:before {
  display: none;
}

/* line 149, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 157, resources/assets/styles/layouts/_header.scss */

.header__menu ul li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* line 167, resources/assets/styles/layouts/_header.scss */

.header__menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 180, resources/assets/styles/layouts/_header.scss */

.header__right-icon {
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 183, resources/assets/styles/layouts/_header.scss */

  .header__right-icon.f-right {
    float: none;
  }
}

@media (max-width: 767px) {
  /* line 183, resources/assets/styles/layouts/_header.scss */

  .header__right-icon.f-right {
    float: none;
  }
}

/* line 193, resources/assets/styles/layouts/_header.scss */

.header__right-icon a {
  color: #1c1c21;
  font-size: 14px;
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 198, resources/assets/styles/layouts/_header.scss */

  .header__right-icon a:first-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 198, resources/assets/styles/layouts/_header.scss */

  .header__right-icon a:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  /* line 210, resources/assets/styles/layouts/_header.scss */

  .header #mobile-menu {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 218, resources/assets/styles/layouts/_header.scss */

  .header__menu-area {
    padding: 5px 0;
  }
}

/* line 225, resources/assets/styles/layouts/_header.scss */

.menu__border {
  border-top: 1px solid #eee;
}

/* line 232, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li a {
  color: #1c1c21;
}

/* line 235, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li a:before {
  display: none;
}

/* line 242, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li:hover > a,
.header__menu-white ul li.active > a {
  color: #f8edeb;
  background: transparent;
}

/* line 251, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li ul.sub-menu li a {
  color: #ffffff;
}

/* line 257, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li ul.sub-menu li:hover > a,
.header__menu-white ul li ul.sub-menu li.active > a {
  color: #f8edeb;
}

/* line 263, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* line 272, resources/assets/styles/layouts/_header.scss */

.header__menu-white ul li:first-child a {
  padding-left: 0;
}

/* line 284, resources/assets/styles/layouts/_header.scss */

.header__menu-black ul li a {
  color: #1c1c21;
}

/* line 290, resources/assets/styles/layouts/_header.scss */

.header__menu-black ul li:hover > a,
.header__menu-black ul li.active > a {
  background: #f8edeb;
  color: #ffffff;
}

/* line 296, resources/assets/styles/layouts/_header.scss */

.header__menu-black ul li:hover > a::before,
.header__menu-black ul li.active > a::before {
  opacity: 1;
}

/* line 304, resources/assets/styles/layouts/_header.scss */

.header__menu-black ul li ul.sub-menu li a {
  color: #ffffff;
  background: transparent;
}

/* line 311, resources/assets/styles/layouts/_header.scss */

.header__menu-black ul li ul.sub-menu li:hover > a,
.header__menu-black ul li ul.sub-menu li.active > a {
  color: #f8edeb;
}

/* line 317, resources/assets/styles/layouts/_header.scss */

.header__menu-black ul li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* line 328, resources/assets/styles/layouts/_header.scss */

.header__icon-black {
  line-height: 1;
}

/* line 331, resources/assets/styles/layouts/_header.scss */

.header__icon-black a {
  color: #1c1c21;
}

/* line 334, resources/assets/styles/layouts/_header.scss */

.header__icon-black a:hover {
  color: #f8edeb;
}

/* line 341, resources/assets/styles/layouts/_header.scss */

.header-top-border {
  border-bottom: 1px solid #e9e9e9;
}

/* line 348, resources/assets/styles/layouts/_header.scss */

.top-menu-black ul li a {
  color: #666;
}

/* line 355, resources/assets/styles/layouts/_header.scss */

.header-date {
  margin-top: 7px;
}

/* line 358, resources/assets/styles/layouts/_header.scss */

.header-date span {
  font-size: 13px;
}

@media (max-width: 767px) {
  /* line 364, resources/assets/styles/layouts/_header.scss */

  .header-social-black.f-right {
    float: none;
    text-align: center;
  }
}

/* line 371, resources/assets/styles/layouts/_header.scss */

.header-social-black a {
  color: #666;
}

/* line 374, resources/assets/styles/layouts/_header.scss */

.header-social-black a:hover {
  color: #f8edeb;
}

@media (max-width: 767px) {
  /* line 381, resources/assets/styles/layouts/_header.scss */

  .top-form {
    display: none;
  }
}

/* line 386, resources/assets/styles/layouts/_header.scss */

.top-form form {
  position: relative;
  width: 190px;
}

/* line 391, resources/assets/styles/layouts/_header.scss */

.top-form input {
  width: 100%;
  height: 42px;
  background: #1c1c21;
  border: 0;
  padding: 0 15px;
}

/* line 398, resources/assets/styles/layouts/_header.scss */

.top-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}

.top-form input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}

.top-form input::-ms-input-placeholder {
  color: #ffffff;
  opacity: .6;
}

.top-form input::placeholder {
  color: #ffffff;
  opacity: .6;
}

/* line 404, resources/assets/styles/layouts/_header.scss */

.top-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: 0;
  background: no-repeat;
  color: #ddd;
}

/* extra info */

/* line 417, resources/assets/styles/layouts/_header.scss */

.extra-info {
  background: #e9e0db none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 360px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 431, resources/assets/styles/layouts/_header.scss */

.extra-info .cat-post-widget h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 440, resources/assets/styles/layouts/_header.scss */

.extra-info .widget ul li a span {
  float: left;
}

@media (max-width: 767px) {
  /* line 417, resources/assets/styles/layouts/_header.scss */

  .extra-info {
    width: 300px;
    padding: 15px;
  }
}

/* line 453, resources/assets/styles/layouts/_header.scss */

.extra-info .header__top-search {
  height: auto;
  padding-bottom: 20px;
  display: block !important;
  border-bottom: 1px solid #e1d8d3;
}

/* line 462, resources/assets/styles/layouts/_header.scss */

.extra-info.info-open {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 466, resources/assets/styles/layouts/_header.scss */

.extra-info-left {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 472, resources/assets/styles/layouts/_header.scss */

.extra-info.extra-info-left.info-open {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 476, resources/assets/styles/layouts/_header.scss */

.close-icon {
  margin-top: -16px;
  text-align: right;
  color: #1c1c21;
}

/* line 482, resources/assets/styles/layouts/_header.scss */

.social-icon-right {
  border-bottom: 1px solid #e1d8d3;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 488, resources/assets/styles/layouts/_header.scss */

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ddd;
  color: #1c1c21;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

/* line 498, resources/assets/styles/layouts/_header.scss */

.social-icon-right > a {
  color: #999;
  display: inline-block;
  margin-right: 12px;
}

/* line 504, resources/assets/styles/layouts/_header.scss */

.social-icon-right > a:hover {
  color: #f8edeb;
}

/* line 508, resources/assets/styles/layouts/_header.scss */

.side-menu {
  border-bottom: 1px solid #e1d8d3;
  padding-bottom: 12px;
}

/* line 513, resources/assets/styles/layouts/_header.scss */

.side-menu ul li {
  margin-bottom: 15px;
}

/* line 517, resources/assets/styles/layouts/_header.scss */

.side-menu ul li a {
  color: #1c1c21;
  font-size: 14px;
}

/* line 523, resources/assets/styles/layouts/_header.scss */

#search-modal {
  background-color: rgba(23, 26, 33, 0.95);
}

/* line 527, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}

/* line 540, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

/* line 548, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 548, resources/assets/styles/layouts/_header.scss */

  #search-modal .modal-dialog .modal-content form {
    width: 300px;
  }
}

/* line 557, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  background: 0 0;
  color: #fff;
  padding-bottom: 12px;
  padding-right: 40px;
}

/* line 568, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  color: #666;
}

@media (max-width: 767px) {
  /* line 568, resources/assets/styles/layouts/_header.scss */

  #search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 25px;
  }
}

/* line 577, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder {
  font-size: 35px;
  color: #666;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  color: #666;
}

#search-modal .modal-dialog .modal-content form input::-ms-input-placeholder {
  font-size: 35px;
  color: #666;
}

#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  color: #666;
}

@media (max-width: 767px) {
  /* line 577, resources/assets/styles/layouts/_header.scss */

  #search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder {
    font-size: 25px;
  }

  #search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 25px;
  }

  #search-modal .modal-dialog .modal-content form input::-ms-input-placeholder {
    font-size: 25px;
  }

  #search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 25px;
  }
}

/* line 586, resources/assets/styles/layouts/_header.scss */

#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 11px;
}

/* line 599, resources/assets/styles/layouts/_header.scss */

.white__header .mean-container a.meanmenu-reveal {
  border: 1px solid #1c1c21;
  color: #1c1c21;
}

/* line 603, resources/assets/styles/layouts/_header.scss */

.white__header .mean-container a.meanmenu-reveal span {
  background: #1c1c21;
}

/* line 610, resources/assets/styles/layouts/_header.scss */

.header__top-search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 610, resources/assets/styles/layouts/_header.scss */

  .header__top-search {
    padding-right: 0px;
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 610, resources/assets/styles/layouts/_header.scss */

  .header__top-search {
    padding-right: 0px;
    margin-bottom: 30px;
    display: none;
  }
}

/* line 627, resources/assets/styles/layouts/_header.scss */

.header__top-search form {
  position: relative;
  max-width: 339px;
  width: 100%;
}

/* line 632, resources/assets/styles/layouts/_header.scss */

.header__top-search form input {
  color: #1c1c21;
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 15px;
  background-color: #f6f0e5;
}

/* line 640, resources/assets/styles/layouts/_header.scss */

.header__top-search form input::-moz-placeholder,
.header__top-search form input::-moz-placeholder {
  color: #1c1c21;
  opacity: .7;
}

.header__top-search form input::placeholder,
.header__top-search form input::-moz-placeholder {
  color: #1c1c21;
  opacity: .7;
}

/* line 647, resources/assets/styles/layouts/_header.scss */

.header__top-search form input::-webkit-input-placeholder {
  color: #1c1c21;
}

.header__top-search form input::-moz-placeholder {
  color: #1c1c21;
}

.header__top-search form input::-ms-input-placeholder {
  color: #1c1c21;
}

.header__top-search form input::placeholder {
  color: #1c1c21;
}

/* line 651, resources/assets/styles/layouts/_header.scss */

.header__top-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: 0;
  background: no-repeat;
  color: #1c1c21;
  font-size: 12px;
}

/* line 667, resources/assets/styles/layouts/_header.scss */

.header-red ul {
  margin-left: -15px;
}

/* line 671, resources/assets/styles/layouts/_header.scss */

.header-red ul li a {
  padding: 15px 18px;
}

/* line 674, resources/assets/styles/layouts/_header.scss */

.header-red ul li a:before {
  display: none;
}

/* line 681, resources/assets/styles/layouts/_header.scss */

.header-red ul li:hover > a,
.header-red ul li.active > a {
  background: #d2d1d0;
}

/* line 687, resources/assets/styles/layouts/_header.scss */

.header-red ul li ul.sub-menu {
  margin-left: 0px;
}

/* line 691, resources/assets/styles/layouts/_header.scss */

.header-red ul li ul.sub-menu li a {
  background: #e9e0db;
  color: #000;
}

/* line 698, resources/assets/styles/layouts/_header.scss */

.header-red ul li ul.sub-menu li:hover > a,
.header-red ul li ul.sub-menu li.active > a {
  color: #1c1c21;
  background: #fffefc;
}

/* line 706, resources/assets/styles/layouts/_header.scss */

.header-red ul li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* line 715, resources/assets/styles/layouts/_header.scss */

.header-red ul li:first-child a {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 723, resources/assets/styles/layouts/_header.scss */

  .header-red-icon {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  /* line 723, resources/assets/styles/layouts/_header.scss */

  .header-red-icon {
    margin-top: 18px;
  }
}

/*
Docs at http://http://simpleweatherjs.com

Look inspired by http://www.degreees.com/
Used for demo purposes.

Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/

@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 758, resources/assets/styles/layouts/_header.scss */

#weather {
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

/* line 764, resources/assets/styles/layouts/_header.scss */

#weather i {
  color: #444;
  font-family: weather;
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  line-height: 0;
  text-transform: none;
}

/* line 774, resources/assets/styles/layouts/_header.scss */

.icon-0:before {
  content: ":";
}

/* line 778, resources/assets/styles/layouts/_header.scss */

.icon-1:before {
  content: "p";
}

/* line 782, resources/assets/styles/layouts/_header.scss */

.icon-2:before {
  content: "S";
}

/* line 786, resources/assets/styles/layouts/_header.scss */

.icon-3:before {
  content: "Q";
}

/* line 790, resources/assets/styles/layouts/_header.scss */

.icon-4:before {
  content: "S";
}

/* line 794, resources/assets/styles/layouts/_header.scss */

.icon-5:before {
  content: "W";
}

/* line 798, resources/assets/styles/layouts/_header.scss */

.icon-6:before {
  content: "W";
}

/* line 802, resources/assets/styles/layouts/_header.scss */

.icon-7:before {
  content: "W";
}

/* line 806, resources/assets/styles/layouts/_header.scss */

.icon-8:before {
  content: "W";
}

/* line 810, resources/assets/styles/layouts/_header.scss */

.icon-9:before {
  content: "I";
}

/* line 814, resources/assets/styles/layouts/_header.scss */

.icon-10:before {
  content: "W";
}

/* line 818, resources/assets/styles/layouts/_header.scss */

.icon-11:before {
  content: "I";
}

/* line 822, resources/assets/styles/layouts/_header.scss */

.icon-12:before {
  content: "I";
}

/* line 826, resources/assets/styles/layouts/_header.scss */

.icon-13:before {
  content: "I";
}

/* line 830, resources/assets/styles/layouts/_header.scss */

.icon-14:before {
  content: "I";
}

/* line 834, resources/assets/styles/layouts/_header.scss */

.icon-15:before {
  content: "W";
}

/* line 838, resources/assets/styles/layouts/_header.scss */

.icon-16:before {
  content: "I";
}

/* line 842, resources/assets/styles/layouts/_header.scss */

.icon-17:before {
  content: "W";
}

/* line 846, resources/assets/styles/layouts/_header.scss */

.icon-18:before {
  content: "U";
}

/* line 850, resources/assets/styles/layouts/_header.scss */

.icon-19:before {
  content: "Z";
}

/* line 854, resources/assets/styles/layouts/_header.scss */

.icon-20:before {
  content: "Z";
}

/* line 858, resources/assets/styles/layouts/_header.scss */

.icon-21:before {
  content: "Z";
}

/* line 862, resources/assets/styles/layouts/_header.scss */

.icon-22:before {
  content: "Z";
}

/* line 866, resources/assets/styles/layouts/_header.scss */

.icon-23:before {
  content: "Z";
}

/* line 870, resources/assets/styles/layouts/_header.scss */

.icon-24:before {
  content: "E";
}

/* line 874, resources/assets/styles/layouts/_header.scss */

.icon-25:before {
  content: "E";
}

/* line 878, resources/assets/styles/layouts/_header.scss */

.icon-26:before {
  content: "3";
}

/* line 882, resources/assets/styles/layouts/_header.scss */

.icon-27:before {
  content: "a";
}

/* line 886, resources/assets/styles/layouts/_header.scss */

.icon-28:before {
  content: "A";
}

/* line 890, resources/assets/styles/layouts/_header.scss */

.icon-29:before {
  content: "a";
}

/* line 894, resources/assets/styles/layouts/_header.scss */

.icon-30:before {
  content: "A";
}

/* line 898, resources/assets/styles/layouts/_header.scss */

.icon-31:before {
  content: "6";
}

/* line 902, resources/assets/styles/layouts/_header.scss */

.icon-32:before {
  content: "1";
}

/* line 906, resources/assets/styles/layouts/_header.scss */

.icon-33:before {
  content: "6";
}

/* line 910, resources/assets/styles/layouts/_header.scss */

.icon-34:before {
  content: "1";
}

/* line 914, resources/assets/styles/layouts/_header.scss */

.icon-35:before {
  content: "W";
}

/* line 918, resources/assets/styles/layouts/_header.scss */

.icon-36:before {
  content: "1";
}

/* line 922, resources/assets/styles/layouts/_header.scss */

.icon-37:before {
  content: "S";
}

/* line 926, resources/assets/styles/layouts/_header.scss */

.icon-38:before {
  content: "S";
}

/* line 930, resources/assets/styles/layouts/_header.scss */

.icon-39:before {
  content: "S";
}

/* line 934, resources/assets/styles/layouts/_header.scss */

.icon-40:before {
  content: "M";
}

/* line 938, resources/assets/styles/layouts/_header.scss */

.icon-41:before {
  content: "W";
}

/* line 942, resources/assets/styles/layouts/_header.scss */

.icon-42:before {
  content: "I";
}

/* line 946, resources/assets/styles/layouts/_header.scss */

.icon-43:before {
  content: "W";
}

/* line 950, resources/assets/styles/layouts/_header.scss */

.icon-44:before {
  content: "a";
}

/* line 954, resources/assets/styles/layouts/_header.scss */

.icon-45:before {
  content: "S";
}

/* line 958, resources/assets/styles/layouts/_header.scss */

.icon-46:before {
  content: "U";
}

/* line 962, resources/assets/styles/layouts/_header.scss */

.icon-47:before {
  content: "S";
}

/* line 966, resources/assets/styles/layouts/_header.scss */

#weather h2 {
  margin: 0;
  color: #444;
  font-size: 35px;
  font-weight: 600;
}

/* line 973, resources/assets/styles/layouts/_header.scss */

#weather ul {
  margin: 0;
  padding: 0;
}

/* line 978, resources/assets/styles/layouts/_header.scss */

#weather li {
  font-size: 14px;
}

/* line 982, resources/assets/styles/layouts/_header.scss */

#weather .currently {
  margin: 0 20px;
}

/* line 987, resources/assets/styles/layouts/_header.scss */

.black-icon.mean-container a.meanmenu-reveal {
  border: 1px solid #222;
  color: #222;
}

/* line 992, resources/assets/styles/layouts/_header.scss */

.black-icon.mean-container a.meanmenu-reveal span {
  background: #222;
}

/* line 1001, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item {
  width: 100%;
  float: left;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 1006, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item::before {
  content: none;
  display: none;
}

/* line 1011, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1016, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item a div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

/* line 1023, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item a div .cat-post-title {
  color: #000;
}

/* line 1028, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item a div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 5px;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

/* line 1034, resources/assets/styles/layouts/_header.scss */

.side-post .widget .category-posts-internal .cat-post-item a div:last-of-type {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

/* stylelint-disable */

/* 10. Footer */

/* line 4, resources/assets/styles/layouts/_footer.scss */

.footer-bottom-area p {
  font-size: 14px;
}

/* line 8, resources/assets/styles/layouts/_footer.scss */

.footer-bg {
  background: #efe6d8;
}

/* line 12, resources/assets/styles/layouts/_footer.scss */

.footer-logo img {
  max-width: 190px;
  height: auto;
  width: 100%;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

.subscribe-title h2 {
  color: #e5e5e5;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 25px;
  padding-top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19, resources/assets/styles/layouts/_footer.scss */

  .subscribe-title h2 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 19, resources/assets/styles/layouts/_footer.scss */

  .subscribe-title h2 {
    text-align: left;
  }
}

/* line 40, resources/assets/styles/layouts/_footer.scss */

.subscribe-form form {
  position: relative;
}

/* line 43, resources/assets/styles/layouts/_footer.scss */

.subscribe-form form input {
  width: 100%;
  background: no-repeat;
  border: 0;
  height: 35px;
  border-bottom: 1px solid #363636;
  color: #ffffff;
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

.subscribe-form form input::-webkit-input-placeholder {
  color: #ffffff;
}

.subscribe-form form input::-moz-placeholder {
  color: #ffffff;
}

.subscribe-form form input::-ms-input-placeholder {
  color: #ffffff;
}

.subscribe-form form input::placeholder {
  color: #ffffff;
}

/* line 56, resources/assets/styles/layouts/_footer.scss */

.subscribe-form form button {
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat;
  border: 0;
  height: 35px;
  cursor: pointer;
  text-transform: capitalize;
  color: #ddd;
  font-size: 14px;
}

/* line 68, resources/assets/styles/layouts/_footer.scss */

.subscribe-form form button:hover {
  color: #f8edeb;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.subscribe-form form input::-moz-placeholder {
  color: #808080;
}

/* line 79, resources/assets/styles/layouts/_footer.scss */

.subscribe-separator {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}

/* line 85, resources/assets/styles/layouts/_footer.scss */

.footer-widget p {
  color: #1c1c21;
  margin-bottom: 25px;
  font-weight: normal;
}

/* line 91, resources/assets/styles/layouts/_footer.scss */

.footer-widget ul li::before {
  content: none !important;
}

/* line 97, resources/assets/styles/layouts/_footer.scss */

.footer-social a {
  height: 35px;
  width: 35px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 109, resources/assets/styles/layouts/_footer.scss */

.footer-social a.facebook {
  background: #1f3d7c;
}

/* line 113, resources/assets/styles/layouts/_footer.scss */

.footer-social a.twitter {
  background: #008de4;
}

/* line 117, resources/assets/styles/layouts/_footer.scss */

.footer-social a.linkedin {
  background: #007bb9;
}

/* line 121, resources/assets/styles/layouts/_footer.scss */

.footer-social a.instagram {
  background: #f4513d;
}

/* line 125, resources/assets/styles/layouts/_footer.scss */

.footer-social a.dribbble {
  background: #1f3d7c;
}

/* line 129, resources/assets/styles/layouts/_footer.scss */

.footer-social a.pinterest {
  background: #990011;
}

/* line 133, resources/assets/styles/layouts/_footer.scss */

.footer-social a.google-plus {
  background: #df3520;
}

/* line 137, resources/assets/styles/layouts/_footer.scss */

.footer-social a:hover {
  opacity: .7;
}

/* line 144, resources/assets/styles/layouts/_footer.scss */

.footer-widget h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-top: 20px;
}

/* line 155, resources/assets/styles/layouts/_footer.scss */

.footer-widget .menu-footer-menu-container a {
  font-weight: 700;
}

/* line 161, resources/assets/styles/layouts/_footer.scss */

.footer-widget ul li {
  margin-bottom: 5px;
}

/* line 164, resources/assets/styles/layouts/_footer.scss */

.footer-widget ul li:last-child {
  margin: 0;
}

/* line 168, resources/assets/styles/layouts/_footer.scss */

.footer-widget ul li a {
  color: #1c1c21;
  font-size: 13px;
  font-weight: 700;
}

/* line 173, resources/assets/styles/layouts/_footer.scss */

.footer-widget ul li a:hover {
  color: #1c1c21 !important;
}

/* line 177, resources/assets/styles/layouts/_footer.scss */

.footer-widget ul li a i {
  margin-right: 5px;
}

/* line 184, resources/assets/styles/layouts/_footer.scss */

.footer-widget .cat-post-item {
  height: 50px;
}

/* line 188, resources/assets/styles/layouts/_footer.scss */

.footer-widget .cat-post-item .cat-post-thumbnail {
  padding-right: 10px;
}

/* line 192, resources/assets/styles/layouts/_footer.scss */

.footer-widget .cat-post-item .cat-post-title {
  font-size: 12px;
}

/* line 197, resources/assets/styles/layouts/_footer.scss */

.copyright-area {
  border-top: 1px solid #e1d8d3;
}

/* line 202, resources/assets/styles/layouts/_footer.scss */

.copyright p {
  margin: 0;
  color: #796763;
  font-size: 14px;
}

/* line 214, resources/assets/styles/layouts/_footer.scss */

.footer-bg .cat-post-widget .category-posts-internal .cat-post-item div:first-of-type {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

/* line 219, resources/assets/styles/layouts/_footer.scss */

.footer-bg .cat-post-widget .category-posts-internal .cat-post-item div:last-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* stylelint-disable */

/* 7. Post details */

/* line 4, resources/assets/styles/layouts/_posts.scss */

.widget-border {
  border: 1px solid #e9e9e9;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 4, resources/assets/styles/layouts/_posts.scss */

  .widget-border {
    padding: 15px;
  }
}

/* line 13, resources/assets/styles/layouts/_posts.scss */

.widget-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 21, resources/assets/styles/layouts/_posts.scss */

.widget-subscribe input {
  width: 100%;
  height: 48px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 0 12px;
}

/* line 31, resources/assets/styles/layouts/_posts.scss */

.tagcloud a {
  color: #666;
  border: 1px solid #e9e9e9;
  font-size: 13px;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
  margin-right: 7px;
}

/* line 41, resources/assets/styles/layouts/_posts.scss */

.tagcloud a:hover {
  background: #1c1c21;
  border-color: #1c1c21;
  color: #ffffff;
}

/* line 51, resources/assets/styles/layouts/_posts.scss */

.widget ul li {
  margin-bottom: 10px;
}

/* line 54, resources/assets/styles/layouts/_posts.scss */

.widget ul li:last-child {
  margin: 0;
}

/* line 58, resources/assets/styles/layouts/_posts.scss */

.widget ul li::before {
  content: "\F30B";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -1px;
}

/* line 68, resources/assets/styles/layouts/_posts.scss */

.widget ul li a {
  font-size: 14px;
}

/* line 71, resources/assets/styles/layouts/_posts.scss */

.widget ul li a span {
  float: right;
  color: #666;
}

/* line 76, resources/assets/styles/layouts/_posts.scss */

.widget ul li a:hover {
  color: #f8edeb;
}

/* line 83, resources/assets/styles/layouts/_posts.scss */

.widget .author_image {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 90, resources/assets/styles/layouts/_posts.scss */

.widget .author_image img {
  border-radius: 5px;
}

/* line 96, resources/assets/styles/layouts/_posts.scss */

.widget .author_information h3 {
  width: 100%;
  font-size: 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000000;
}

/* line 103, resources/assets/styles/layouts/_posts.scss */

.widget .author_information p {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
}

/* line 111, resources/assets/styles/layouts/_posts.scss */

.widget .social a {
  float: left;
  margin-right: 10px;
  color: #000;
}

/* line 119, resources/assets/styles/layouts/_posts.scss */

.post__small-thumb {
  height: auto;
  width: 100px;
}

/* line 124, resources/assets/styles/layouts/_posts.scss */

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

/* line 128, resources/assets/styles/layouts/_posts.scss */

.post__small-text-meta li:before {
  display: none;
}

/* line 134, resources/assets/styles/layouts/_posts.scss */

.details-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 767px) {
  /* line 134, resources/assets/styles/layouts/_posts.scss */

  .details-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 134, resources/assets/styles/layouts/_posts.scss */

  .details-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 151, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .col-lg-8 {
    padding-left: 0px;
  }
}

/* line 157, resources/assets/styles/layouts/_posts.scss */

.post-details-area h1 {
  font-size: 3rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 157, resources/assets/styles/layouts/_posts.scss */

  .post-details-area h1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 157, resources/assets/styles/layouts/_posts.scss */

  .post-details-area h1 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 157, resources/assets/styles/layouts/_posts.scss */

  .post-details-area h1 {
    font-size: 28px;
  }
}

/* line 175, resources/assets/styles/layouts/_posts.scss */

.post-details-area p {
  margin-bottom: 18px;
  line-height: 1.6rem;
  font-size: 1.09rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  /* line 183, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .dagensps_ad_mobile {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 189, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .dagensps_ad_mobile {
    padding: 10px;
  }
}

/* line 195, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content * {
  max-width: 100%;
}

/* line 199, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content a {
  font-weight: 700;
  color: #000fff;
}

/* line 204, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 210, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

/* line 215, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content table tbody tr {
  border-bottom: 1px solid #e7e7e7;
  display: table-row;
}

/* line 219, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content table tbody tr td {
  color: #181818;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
}

/* line 230, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* line 237, resources/assets/styles/layouts/_posts.scss */

.post-details-area .post-content table {
  width: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 242, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .post-content h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  /* line 248, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .post-content h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 254, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 254, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  /* line 254, resources/assets/styles/layouts/_posts.scss */

  .post-details-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 273, resources/assets/styles/layouts/_posts.scss */

.post-content .dagensps_ad {
  margin: 0px auto 10px auto;
}

/* line 278, resources/assets/styles/layouts/_posts.scss */

.share-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}

/* line 282, resources/assets/styles/layouts/_posts.scss */

.share-post-link a {
  height: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 296, resources/assets/styles/layouts/_posts.scss */

.share-post-link a:last-child {
  margin-right: 0px;
}

/* line 300, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.facebook {
  background: #1f3d7c;
}

/* line 304, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.linkedin {
  background: #007bb9;
}

/* line 308, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.twitter {
  background: #008de4;
}

/* line 312, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.instagram {
  background: #f4513d;
}

/* line 316, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.dribbble {
  background: #1f3d7c;
}

/* line 320, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.pinterest {
  background: #990011;
}

/* line 324, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.google-plus {
  background: #df3520;
}

/* line 328, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.reddit {
  background: #ff4500;
}

/* line 332, resources/assets/styles/layouts/_posts.scss */

.share-post-link a.mail {
  background: #1f2330;
}

/* line 336, resources/assets/styles/layouts/_posts.scss */

.share-post-link a:hover {
  opacity: .7;
}

/* line 342, resources/assets/styles/layouts/_posts.scss */

blockquote::before {
  content: "\F10D";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-weight: 700;
  font-size: 40px;
  top: 0;
  color: #EEEEEE;
  z-index: -1;
  left: 0;
}

/* line 354, resources/assets/styles/layouts/_posts.scss */

blockquote {
  margin: 25px 0 25px 0px;
  padding-left: 30px;
  position: relative;
  border-left: 6px solid #EEEEEE;
}

/* line 360, resources/assets/styles/layouts/_posts.scss */

blockquote p {
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #1c1c21;
}

/* line 368, resources/assets/styles/layouts/_posts.scss */

blockquote footer {
  color: #666;
  font-weight: 500;
  position: relative;
  padding-left: 27px;
}

/* line 374, resources/assets/styles/layouts/_posts.scss */

blockquote footer::before {
  content: "";
  height: 2px;
  width: 17px;
  top: 12px;
  left: 0;
  display: block;
  position: absolute;
  background: #888;
}

/* line 388, resources/assets/styles/layouts/_posts.scss */

.content__tags > span {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
}

/* line 395, resources/assets/styles/layouts/_posts.scss */

.content__tags-list a {
  border: 1px solid #e9e9e9;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 8px 15px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 5px;
}

/* line 406, resources/assets/styles/layouts/_posts.scss */

.content__tags-list a:hover {
  border-color: #1c1c21;
  background: #1c1c21;
  color: #ffffff;
}

/* line 416, resources/assets/styles/layouts/_posts.scss */

.media-left {
  width: 150px;
}

/* line 419, resources/assets/styles/layouts/_posts.scss */

.media-left a {
  display: inline-block;
}

/* line 424, resources/assets/styles/layouts/_posts.scss */

.author-meta {
  padding: 30px;
  background: #ffffff;
}

@media (max-width: 767px) {
  /* line 428, resources/assets/styles/layouts/_posts.scss */

  .author-meta .media-body {
    padding-left: 0px;
    padding-top: 10px;
  }
}

/* line 436, resources/assets/styles/layouts/_posts.scss */

.author-meta .media-body span a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 446, resources/assets/styles/layouts/_posts.scss */

.author-meta .media-body p {
  margin-bottom: 10px;
}

/* line 451, resources/assets/styles/layouts/_posts.scss */

.author-meta img {
  border-radius: 100%;
  margin-bottom: 10px;
}

/* line 457, resources/assets/styles/layouts/_posts.scss */

.author-meta .social a {
  color: #000;
  font-size: 14px;
  margin-right: 15px;
}

/* line 468, resources/assets/styles/layouts/_posts.scss */

.s-content__nav a {
  font-size: 20px;
  line-height: 1.5;
  color: #1c1c21;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 476, resources/assets/styles/layouts/_posts.scss */

.s-content__nav span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #7e7e7e;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* blog comments */

/* line 489, resources/assets/styles/layouts/_posts.scss */

.comments-avatar {
  float: left;
  width: 103px;
}

/* line 494, resources/assets/styles/layouts/_posts.scss */

.avatar-name {
  margin-bottom: 2px;
  overflow: hidden;
}

/* line 498, resources/assets/styles/layouts/_posts.scss */

.avatar-name h5 {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

/* line 505, resources/assets/styles/layouts/_posts.scss */

.avatar-name span {
  color: #646464;
  font-size: 12px;
}

/* line 512, resources/assets/styles/layouts/_posts.scss */

.comments-box {
  margin-bottom: 50px;
}

/* line 516, resources/assets/styles/layouts/_posts.scss */

.comments-reply {
  padding-left: 80px;
}

@media (max-width: 767px) {
  /* line 516, resources/assets/styles/layouts/_posts.scss */

  .comments-reply {
    padding-left: 0px;
  }
}

/* line 524, resources/assets/styles/layouts/_posts.scss */

.comments-text {
  overflow: hidden;
  padding-left: 20px;
}

/* line 528, resources/assets/styles/layouts/_posts.scss */

.comments-text p {
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

/* line 535, resources/assets/styles/layouts/_posts.scss */

.comments-text a {
  color: #444;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 542, resources/assets/styles/layouts/_posts.scss */

.comments-text a:hover {
  color: #f8edeb;
}

/* line 548, resources/assets/styles/layouts/_posts.scss */

.post-comments {
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 20px;
}

/* line 556, resources/assets/styles/layouts/_posts.scss */

.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}

/* line 564, resources/assets/styles/layouts/_posts.scss */

.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}

/* line 575, resources/assets/styles/layouts/_posts.scss */

.post-details-area .widget {
  background: #ffffff;
  width: 100%;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

/* line 586, resources/assets/styles/layouts/_posts.scss */

.post-details-area .cat-post-widget h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* line 593, resources/assets/styles/layouts/_posts.scss */

.post-details-area .cat-post-widget .cat-post-item {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 605, resources/assets/styles/layouts/_posts.scss */

.post-details-area .dagensps_ad {
  margin: 0px auto 15px auto;
}

/* line 609, resources/assets/styles/layouts/_posts.scss */

.post-details-area .sponsor-bar {
  margin-top: 20px;
}

/* line 613, resources/assets/styles/layouts/_posts.scss */

.post-details-area .archive_sponsor_block {
  margin-top: 0px;
}

/* line 618, resources/assets/styles/layouts/_posts.scss */

.post-details-area .col-xl-4 .container {
  float: left;
}

/* line 624, resources/assets/styles/layouts/_posts.scss */

.post-details-area .popular_tags a {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

/* line 629, resources/assets/styles/layouts/_posts.scss */

.post-details-area .popular_tags a:hover {
  background: #e9e0db;
  color: #f8f8f6;
  border-color: #e9e0db;
  outline: none;
}

/* line 642, resources/assets/styles/layouts/_posts.scss */

.post-details-area .categorys ul li::before {
  content: none;
  display: none;
}

/* line 647, resources/assets/styles/layouts/_posts.scss */

.post-details-area .categorys ul li a {
  font-size: 17px;
  font-weight: 700;
  outline: none;
}

/* line 652, resources/assets/styles/layouts/_posts.scss */

.post-details-area .categorys ul li a:hover {
  color: #000;
  background: transparent;
}

/* line 666, resources/assets/styles/layouts/_posts.scss */

.post-details-area .postbox__meta-meta ul li::before {
  content: none;
  display: none;
}

/* line 678, resources/assets/styles/layouts/_posts.scss */

.also-like {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

/* line 681, resources/assets/styles/layouts/_posts.scss */

.also-like * {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

/* line 685, resources/assets/styles/layouts/_posts.scss */

.also-like .plista_widget_belowArticle .plistaPetImg {
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

/* line 692, resources/assets/styles/layouts/_posts.scss */

.also-like .postbox__text h4 {
  min-height: 41px;
}

@media screen and (max-width: 992px) {
  /* line 700, resources/assets/styles/layouts/_posts.scss */

  .also-like {
    margin-bottom: 40px;
  }
}

/* line 705, resources/assets/styles/layouts/_posts.scss */

img.lightbox {
  cursor: pointer;
}

/* stylelint-disable */

/* 5. News */

/* line 7, resources/assets/styles/layouts/_news.scss */

.breaking__meta ul li {
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
}

@media (max-width: 767px) {
  /* line 7, resources/assets/styles/layouts/_news.scss */

  .breaking__meta ul li {
    margin-right: 15px;
  }
}

/* line 16, resources/assets/styles/layouts/_news.scss */

.breaking__meta ul li i {
  margin-right: 7px;
  color: #f8edeb;
}

/* line 27, resources/assets/styles/layouts/_news.scss */

.breaking__wrapper {
  position: relative;
  border: 1px solid #ddd;
}

/* line 31, resources/assets/styles/layouts/_news.scss */

.breaking__wrapper .breaking__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f8edeb;
  padding: 15px 35px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 9;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 31, resources/assets/styles/layouts/_news.scss */

  .breaking__wrapper .breaking__title {
    display: block;
    position: static;
  }
}

@media (max-width: 767px) {
  /* line 31, resources/assets/styles/layouts/_news.scss */

  .breaking__wrapper .breaking__title {
    display: block;
    position: static;
  }
}

/* line 57, resources/assets/styles/layouts/_news.scss */

.breaking__wrapper .breaking__ticker-active {
  padding: 10px 25px 12px 205px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 57, resources/assets/styles/layouts/_news.scss */

  .breaking__wrapper .breaking__ticker-active {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  /* line 57, resources/assets/styles/layouts/_news.scss */

  .breaking__wrapper .breaking__ticker-active {
    padding-left: 15px;
  }
}

/* line 69, resources/assets/styles/layouts/_news.scss */

.breaking__wrapper .breaking__ticker-active li a {
  line-height: 1;
  font-size: 14px;
}

/* line 76, resources/assets/styles/layouts/_news.scss */

.breaking__wrapper .breaking__ticker-active .owl-nav div {
  color: #1c1c21;
  position: absolute;
  right: 10px;
  top: 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 76, resources/assets/styles/layouts/_news.scss */

  .breaking__wrapper .breaking__ticker-active .owl-nav div {
    top: -36px;
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  /* line 76, resources/assets/styles/layouts/_news.scss */

  .breaking__wrapper .breaking__ticker-active .owl-nav div {
    top: -36px;
    color: #ffffff;
  }
}

/* line 93, resources/assets/styles/layouts/_news.scss */

.breaking__wrapper .breaking__ticker-active .owl-nav div.owl-prev {
  right: 30px;
}

/* line 104, resources/assets/styles/layouts/_news.scss */

.post-cat {
  display: inline-block;
}

/* line 107, resources/assets/styles/layouts/_news.scss */

.post-cat a {
  background: #d71515;
  padding: 4px 15px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  margin-bottom: 3px;
  float: left;
  margin-right: 3px;
  border-radius: 3px;
}

/* line 120, resources/assets/styles/layouts/_news.scss */

.post-cat a.color1 {
  background: #f2709c;
}

/* line 124, resources/assets/styles/layouts/_news.scss */

.post-cat a.color2 {
  background: #d39d38;
}

/* line 128, resources/assets/styles/layouts/_news.scss */

.post-cat a.color3 {
  background: #e100ff;
}

/* line 132, resources/assets/styles/layouts/_news.scss */

.post-cat a.color4 {
  background: #348ac7;
}

/* line 136, resources/assets/styles/layouts/_news.scss */

.post-cat a.color5 {
  background: #8dc26f;
}

/* line 140, resources/assets/styles/layouts/_news.scss */

.post-cat a.color6 {
  background: #5b86e5;
}

/* line 144, resources/assets/styles/layouts/_news.scss */

.post-cat a.color8 {
  background: #4135bf;
}

/* line 148, resources/assets/styles/layouts/_news.scss */

.post-cat a.color9 {
  background: #45a247;
}

/* line 152, resources/assets/styles/layouts/_news.scss */

.post-cat a.color10 {
  background: #8e44ad;
}

/* line 156, resources/assets/styles/layouts/_news.scss */

.post-cat a.color11 {
  background: #c779d0;
}

/* line 160, resources/assets/styles/layouts/_news.scss */

.post-cat a.color11 {
  background: #f2994a;
}

/* line 164, resources/assets/styles/layouts/_news.scss */

.post-cat a.color12 {
  background: #6190e8;
}

/* line 168, resources/assets/styles/layouts/_news.scss */

.post-cat a.color13 {
  background: #43c6ac;
}

/* line 174, resources/assets/styles/layouts/_news.scss */

.post-cat.r-0 a {
  border-radius: 0;
  padding: 4px 14px;
}

/* line 181, resources/assets/styles/layouts/_news.scss */

.post-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

/* line 189, resources/assets/styles/layouts/_news.scss */

.sm-cat {
  line-height: 1;
  color: #103cb9;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 196, resources/assets/styles/layouts/_news.scss */

.sm-cat .fa-archive {
  color: #666;
}

/* line 200, resources/assets/styles/layouts/_news.scss */

.sm-cat a {
  font-size: 10px;
}

/* line 207, resources/assets/styles/layouts/_news.scss */

.section-white-bg {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  /* line 213, resources/assets/styles/layouts/_news.scss */

  .section-white-bg .col-xl-6 {
    margin-bottom: 10px;
  }
}

/* line 222, resources/assets/styles/layouts/_news.scss */

.post-box-round-cornors .postbox__thumb {
  border-radius: 2px;
}

/* line 231, resources/assets/styles/layouts/_news.scss */

.video-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 236, resources/assets/styles/layouts/_news.scss */

.video-section .postbox__thumb {
  height: 351px;
  background-position: center center;
  background-size: cover;
}

/* line 241, resources/assets/styles/layouts/_news.scss */

.video-section .postbox__thumb::before {
  content: " ";
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

/* line 252, resources/assets/styles/layouts/_news.scss */

.video-section .postbox__thumb .post-absolute h3 {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

/* line 260, resources/assets/styles/layouts/_news.scss */

.video-section .postbox__thumb .post-absolute ul li {
  color: #fff;
}

/* line 263, resources/assets/styles/layouts/_news.scss */

.video-section .postbox__thumb .post-absolute ul li:last-of-type {
  float: none;
}

/* line 278, resources/assets/styles/layouts/_news.scss */

.big-images .postbox:last-of-type {
  margin-bottom: 0px;
}

/* line 282, resources/assets/styles/layouts/_news.scss */

.big-images .postbox__thumb {
  height: 228px !important;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  position: relative;
}

/* line 290, resources/assets/styles/layouts/_news.scss */

.big-images .postbox__thumb::before {
  content: " ";
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

/* line 301, resources/assets/styles/layouts/_news.scss */

.big-images .postbox__thumb .post-absolute h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

/* line 312, resources/assets/styles/layouts/_news.scss */

.big-images .postbox__thumb .postbox__text-meta ul li {
  color: rgba(255, 255, 255, 0.8);
}

/* line 315, resources/assets/styles/layouts/_news.scss */

.big-images .postbox__thumb .postbox__text-meta ul li i,
.big-images .postbox__thumb .postbox__text-meta ul li span {
  float: left;
}

/* line 320, resources/assets/styles/layouts/_news.scss */

.big-images .postbox__thumb .postbox__text-meta ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 333, resources/assets/styles/layouts/_news.scss */

.latest-area {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 339, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .col-xl-7 .row {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 339, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .col-xl-7 .row {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 339, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .col-xl-7 .row {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 339, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .col-xl-7 .row {
    margin-bottom: 10px;
  }
}

/* line 360, resources/assets/styles/layouts/_news.scss */

.latest-area .container .row .postbox__thumb {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 367, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .postbox__text {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 367, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .postbox__text {
    margin-bottom: 30px;
  }
}

/* line 376, resources/assets/styles/layouts/_news.scss */

.latest-area .container .row .postbox__text h4 {
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  position: relative;
  line-height: 1.2;
}

@media screen and (max-width: 1150px) {
  /* line 393, resources/assets/styles/layouts/_news.scss */

  .latest-area .container .row .col-xl-6 {
    margin-bottom: 10px;
  }
}

/* line 404, resources/assets/styles/layouts/_news.scss */

.cat-area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 412, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-sm-post .post__small-thumb {
  height: 100px;
  width: 100px;
  margin-right: 10px;
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
}

/* line 426, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column.odd:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100% !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 426, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column.odd:last-of-type {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 426, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column.odd:last-of-type {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 426, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column.odd:last-of-type {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  /* line 426, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column.odd:last-of-type {
    padding-right: 0px;
  }
}

/* line 448, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column {
  padding-right: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 454, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(even) {
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 448, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 448, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 468, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(even) {
    padding-right: 0px !important;
  }
}

/* line 473, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column:nth-last-child(1),
.cat-area .cat-column :nth-last-child(2),
.cat-area .cat-column :nth-last-child(3) {
  margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
  /* line 482, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 487, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small {
    position: relative;
  }

  /* line 490, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small:first-of-type {
    padding-bottom: 0px;
  }

  /* line 494, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small::after {
    content: " ";
    height: 0px;
    width: calc(100% - 40px);
    margin: 0px auto;
    display: block;
    border-bottom: 1px solid #efefef;
  }

  /* line 503, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-thumb {
    height: 237px;
    width: 100%;
  }

  /* line 508, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 513, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text h4 {
    min-height: 47px !important;
    padding-left: 0px;
    color: #1c1c21;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 17px;
    position: relative;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  /* line 513, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text h4 {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 576px) and (max-width: 767px) {
  /* line 513, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text h4 {
    min-height: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  /* line 532, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta {
    padding-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 536, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta ul {
    padding-bottom: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 540, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #afafaf;
  }

  /* line 548, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta ul li i {
    color: #afafaf;
    margin-right: 4px;
  }

  /* line 553, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta ul li i,
  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta ul li span {
    float: left;
  }

  /* line 558, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(4) .cat-sm-post-with-thumb .post__small-text-meta ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 572, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column:nth-child(3n + 3) {
  padding-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 572, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(3n + 3) {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 572, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(3n + 3) {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 572, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(3n + 3) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  /* line 572, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column:nth-child(3n + 3) {
    padding-right: 0px;
  }
}

/* line 593, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

/* line 598, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper h4.title {
  min-height: 47px !important;
  padding-left: 0px;
  color: #1c1c21;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 598, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column .cat_wrapper h4.title {
    min-height: auto !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 598, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column .cat_wrapper h4.title {
    min-height: auto !important;
  }
}

/* line 619, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .section-title h3 {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  min-height: auto !important;
  line-height: 1.2;
}

/* line 629, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__thumb {
  border-radius: 0px;
  height: 237px;
  background-position: center center;
  background-size: cover;
}

/* line 636, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__text {
  padding: 20px;
  background: inherit;
}

/* line 640, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__text-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

@media (max-width: 767px) {
  /* line 640, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column .cat_wrapper .postbox__text-meta {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 640, resources/assets/styles/layouts/_news.scss */

  .cat-area .cat-column .cat_wrapper .postbox__text-meta {
    padding-bottom: 10px;
  }
}

/* line 653, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__text-meta ul li {
  font-weight: normal;
  color: #666666;
}

/* line 657, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__text-meta ul li:last-of-type {
  float: none;
}

/* line 661, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__text-meta ul li i,
.cat-area .cat-column .cat_wrapper .postbox__text-meta ul li span {
  float: left;
}

/* line 666, resources/assets/styles/layouts/_news.scss */

.cat-area .cat-column .cat_wrapper .postbox__text-meta ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 678, resources/assets/styles/layouts/_news.scss */

.cat-sm-post {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 684, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small {
  overflow: hidden;
  /* border-bottom: 1px solid #efefef; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}

/* line 690, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small:first-of-type {
  padding-top: 0px;
}

/* line 694, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small:last-of-type {
  padding-top: 20px;
  border-bottom: 0px;
  margin-bottom: 0px;
}

/* line 700, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-thumb {
  border-radius: 5px;
  overflow: hidden;
}

/* line 705, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text {
  position: relative;
  line-height: 1;
}

/* line 709, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text h4 {
  font-weight: 500;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  position: relative;
  line-height: 1.2;
  min-height: auto !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 725, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text-meta {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 729, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text-meta ul {
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 733, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text-meta ul li {
  font-size: 10px;
  color: #666666;
  font-weight: normal;
}

/* line 738, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text-meta ul li i {
  color: #666666;
  margin-right: 4px;
}

/* line 743, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text-meta ul li i,
.cat-sm-post .post__small-text-meta ul li span {
  float: left;
}

/* line 748, resources/assets/styles/layouts/_news.scss */

.cat-sm-post .post__small-text-meta ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 987px) {
  /* line 764, resources/assets/styles/layouts/_news.scss */

  .cat-area .container .row .cat_wrapper .section-title h2 {
    font-size: 20px;
  }
}

/* line 774, resources/assets/styles/layouts/_news.scss */

.with-border-left {
  padding-left: 5px;
}

/* line 777, resources/assets/styles/layouts/_news.scss */

.with-border-left::before {
  position: absolute;
  content: " ";
  display: block;
  height: 100%;
  width: 2px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#e51a4f), to(#e5166d));
  background: -webkit-linear-gradient(left, #e51a4f 0%, #e5166d 100%);
  background: -o-linear-gradient(left, #e51a4f 0%, #e5166d 100%);
  background: linear-gradient(90deg, #e51a4f 0%, #e5166d 100%);
  margin-right: 10px;
  left: 0;
}

/* line 791, resources/assets/styles/layouts/_news.scss */

.cat-sm-post-with-thumb .post__small {
  padding-top: 0px !important;
}

/* line 798, resources/assets/styles/layouts/_news.scss */

.small_posts_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 798, resources/assets/styles/layouts/_news.scss */

  .small_posts_row {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 798, resources/assets/styles/layouts/_news.scss */

  .small_posts_row {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 798, resources/assets/styles/layouts/_news.scss */

  .small_posts_row {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

/* line 819, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper {
  background: #ffffff;
  padding-top: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 8px;
  width: 100%;
  float: left;
}

/* line 829, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small {
  width: 100%;
  float: left;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 837, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small:last-of-type {
  border-bottom: none !important;
}

/* line 841, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small:last-of-type {
  border-bottom: 0px;
}

/* line 845, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small-thumb {
  overflow: hidden;
  height: 76px;
  width: 76px;
  display: block;
  background-position: center center;
  background-size: cover;
}

/* line 854, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small .sm-cat {
  font-size: 10px;
  color: #d71515;
  font-weight: 700;
}

/* line 860, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767px) {
  /* line 860, resources/assets/styles/layouts/_news.scss */

  .small_posts_wrapper .post__small h4 {
    white-space: normal;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 860, resources/assets/styles/layouts/_news.scss */

  .small_posts_wrapper .post__small h4 {
    white-space: normal;
  }
}

/* line 876, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* &-meta {
          @media (max-width: 767px) {
            display: none;
          }

          @media only screen and (min-width: 576px) and (max-width: 767px) {
            display: none;
          }
        } */
}

/* line 880, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small-text .wrapper {
  width: 100%;
}

/* line 895, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small ul li {
  font-size: 12px;
  font-weight: normal;
  color: #afafaf;
  display: inline-block;
}

/* line 901, resources/assets/styles/layouts/_news.scss */

.small_posts_wrapper .post__small ul li:first-of-type {
  margin-right: 10px;
}

/* line 911, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts {
  width: 100%;
  float: left;
}

/* line 915, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .widget-title {
  margin-bottom: 0px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* line 922, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .post__small {
  width: 100%;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 928, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .post__small:last-of-type {
  border-bottom: 0px;
}

/* line 932, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .post__small-thumb {
  overflow: hidden;
  height: 100px;
  width: 100px;
  display: block;
  background-position: center center;
  background-size: cover;
}

/* line 943, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .post__small .sm-cat {
  font-size: 10px;
  color: #d71515;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* line 950, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .post__small h4 {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 950, resources/assets/styles/layouts/_news.scss */

  .sidebar_small_posts .post__small h4 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  /* line 950, resources/assets/styles/layouts/_news.scss */

  .sidebar_small_posts .post__small h4 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 950, resources/assets/styles/layouts/_news.scss */

  .sidebar_small_posts .post__small h4 {
    font-size: 17px;
  }
}

/* line 968, resources/assets/styles/layouts/_news.scss */

.sidebar_small_posts .post__small ul li {
  font-size: 12px;
  font-weight: normal;
  color: #afafaf;
}

@media screen and (max-width: 767px) {
  /* line 980, resources/assets/styles/layouts/_news.scss */

  .sidebar_small_posts {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 987, resources/assets/styles/layouts/_news.scss */

  .post-details-area .sidebar_small_posts {
    margin-left: 0px;
  }
}

/* line 995, resources/assets/styles/layouts/_news.scss */

.post-details-area .post-content .postt-content-placement-after-3rd-paragraph {
  margin-bottom: 20px;
}

/* line 1003, resources/assets/styles/layouts/_news.scss */

.news-area {
  margin-top: 1.5rem;
}

/* line 1011, resources/assets/styles/layouts/_news.scss */

.news-area .container .row .post_wrapper .col-lg-4 .postbox__thumb {
  height: 209px;
  display: block;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1011, resources/assets/styles/layouts/_news.scss */

  .news-area .container .row .post_wrapper .col-lg-4 .postbox__thumb {
    height: 133px;
  }
}

/* line 1023, resources/assets/styles/layouts/_news.scss */

.news-area .container .row .post_wrapper .col-lg-4 .postbox__text h4 {
  min-height: 41px;
}

/* line 1032, resources/assets/styles/layouts/_news.scss */

.news-area .container .row .post_wrapper .col-lg-8 .postbox__thumb {
  height: 332px;
  display: block;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1032, resources/assets/styles/layouts/_news.scss */

  .news-area .container .row .post_wrapper .col-lg-8 .postbox__thumb {
    height: 287px;
  }
}

@media (max-width: 767px) {
  /* line 1032, resources/assets/styles/layouts/_news.scss */

  .news-area .container .row .post_wrapper .col-lg-8 .postbox__thumb {
    height: 287px;
  }
}

/* line 1052, resources/assets/styles/layouts/_news.scss */

.news-area .container .row .col-lg-4 .section-title {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (max-width: 768px) {
  /* line 1064, resources/assets/styles/layouts/_news.scss */

  .news-area .post_wrapper:first-of-type {
    margin-bottom: 20px;
  }

  /* line 1069, resources/assets/styles/layouts/_news.scss */

  .news-area .post_wrapper .section-title h2 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1082, resources/assets/styles/layouts/_news.scss */

  .news-area .post_wrapper:last-of-type .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 1088, resources/assets/styles/layouts/_news.scss */

  .news-area .post_wrapper .col-lg-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 1092, resources/assets/styles/layouts/_news.scss */

  .news-area .post_wrapper .col-lg-8 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 1095, resources/assets/styles/layouts/_news.scss */

  .news-area .post_wrapper .col-lg-8:last-of-type {
    margin-bottom: 20px;
  }
}

/* line 1106, resources/assets/styles/layouts/_news.scss */

.big-post {
  margin-bottom: 28px;
}

/* line 1109, resources/assets/styles/layouts/_news.scss */

.big-post:nth-child(2) {
  margin-bottom: 0px;
}

/* line 1115, resources/assets/styles/layouts/_news.scss */

.big-post .postbox__text h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.3;
  min-height: 101px;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 1115, resources/assets/styles/layouts/_news.scss */

  .big-post .postbox__text h2 {
    font-size: 24px;
    min-height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1115, resources/assets/styles/layouts/_news.scss */

  .big-post .postbox__text h2 {
    font-size: 24px;
    min-height: auto !important;
  }
}

/* line 1139, resources/assets/styles/layouts/_news.scss */

.postbox:last-of-type {
  margin-bottom: 25px;
}

/* line 1142, resources/assets/styles/layouts/_news.scss */

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

/* line 1147, resources/assets/styles/layouts/_news.scss */

.postbox__thumb {
  position: relative;
  overflow: hidden;
}

/* line 1152, resources/assets/styles/layouts/_news.scss */

.postbox__thumb a img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 1152, resources/assets/styles/layouts/_news.scss */

  .postbox__thumb a img {
    width: 100%;
  }
}

/* line 1163, resources/assets/styles/layouts/_news.scss */

.postbox__text {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1169, resources/assets/styles/layouts/_news.scss */

.postbox__text-meta ul {
  line-height: 1;
}

/* line 1172, resources/assets/styles/layouts/_news.scss */

.postbox__text-meta ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #afafaf;
}

/* line 1180, resources/assets/styles/layouts/_news.scss */

.postbox__text-meta ul li i {
  margin-right: 4px;
}

/* line 1184, resources/assets/styles/layouts/_news.scss */

.postbox__text-meta ul li:last-of-type {
  float: right;
}

/* line 1188, resources/assets/styles/layouts/_news.scss */

.postbox__text-meta ul li i,
.postbox__text-meta ul li span {
  float: left;
}

/* line 1193, resources/assets/styles/layouts/_news.scss */

.postbox__text-meta ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1201, resources/assets/styles/layouts/_news.scss */

.postbox__text h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

/* line 1207, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-30 {
  font-size: 30px;
}

/* line 1211, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-26 {
  font-size: 26px;
}

/* line 1215, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-24 {
  font-size: 24px;
}

/* line 1219, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-22 {
  font-size: 22px;
}

/* line 1223, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-20 {
  font-size: 20px;
}

/* line 1227, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-18 {
  font-size: 18px;
}

/* line 1231, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-16 {
  font-size: 16px;
}

/* line 1235, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.title-13 {
  font-size: 13px;
}

/* line 1239, resources/assets/styles/layouts/_news.scss */

.postbox__text h3.font-600 {
  font-weight: 600;
}

/* line 1243, resources/assets/styles/layouts/_news.scss */

.postbox__text h3 a {
  color: #212428;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* line 1256, resources/assets/styles/layouts/_news.scss */

.side-post h3 {
  font-size: 18px;
  color: #1c1c21;
  font-weight: 600;
  margin-bottom: 18px;
}

/* line 1264, resources/assets/styles/layouts/_news.scss */

.side-post .post__small-thumb img {
  width: 90px;
  border-radius: 5px;
}

/* line 1271, resources/assets/styles/layouts/_news.scss */

.side-post .post__small-text .sm-cat {
  color: #1c1c21;
}

/* line 1275, resources/assets/styles/layouts/_news.scss */

.side-post .post__small-text h4 {
  color: #1c1c21;
}

/* line 1281, resources/assets/styles/layouts/_news.scss */

.side-post .post__small-text .post__small-text-meta ul li {
  color: #1c1c21;
}

/* line 1284, resources/assets/styles/layouts/_news.scss */

.side-post .post__small-text .post__small-text-meta ul li i,
.side-post .post__small-text .post__small-text-meta ul li span {
  float: left;
}

/* line 1295, resources/assets/styles/layouts/_news.scss */

.cat-post-widget h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 1304, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  float: left;
  border-bottom: none !important;
}

/* line 1312, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item::before {
  content: none;
  display: none;
}

/* line 1317, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

/* line 1324, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item div .cat-post-title {
  color: #000;
}

/* line 1329, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item div .cat-post-thumbnail {
  max-width: 100px;
}

/* line 1333, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item div:first-of-type {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

/* line 1337, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item div:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

/* line 1341, resources/assets/styles/layouts/_news.scss */

.cat-post-widget .category-posts-internal .cat-post-item div:last-of-type img {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

/* line 1355, resources/assets/styles/layouts/_news.scss */

.video-play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1363, resources/assets/styles/layouts/_news.scss */

.video-play a {
  background: #f8edeb;
  height: 35px;
  width: 35px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  line-height: 35px;
  font-size: 12px;
}

/* line 1377, resources/assets/styles/layouts/_news.scss */

.post__features {
  position: relative;
}

/* line 1380, resources/assets/styles/layouts/_news.scss */

.post__features:after {
  position: absolute;
  content: "";
  border: 1px dashed #ffffff;
  top: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

/* line 1392, resources/assets/styles/layouts/_news.scss */

.post__features-thumb img {
  width: 100%;
}

/* line 1397, resources/assets/styles/layouts/_news.scss */

.post__features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 9;
}

/* line 1405, resources/assets/styles/layouts/_news.scss */

.post__features-content h4 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

/* line 1410, resources/assets/styles/layouts/_news.scss */

.post__features-content h4.title-24 {
  font-size: 24px;
  font-weight: 600;
}

/* line 1416, resources/assets/styles/layouts/_news.scss */

.post__features-content h4 a:hover {
  opacity: .5;
}

/* line 1424, resources/assets/styles/layouts/_news.scss */

.post__features-author span {
  font-size: 12px;
  color: #ffffff;
}

/* line 1431, resources/assets/styles/layouts/_news.scss */

.meta-top {
  margin-bottom: 5px;
}

/* line 1434, resources/assets/styles/layouts/_news.scss */

.meta-top span {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

/* line 1444, resources/assets/styles/layouts/_news.scss */

.red-meta ul li span {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1449, resources/assets/styles/layouts/_news.scss */

.red-meta ul li i {
  color: #f8edeb;
}

/* line 1453, resources/assets/styles/layouts/_news.scss */

.red-meta ul li i,
.red-meta ul li span {
  float: left;
}

/* line 1463, resources/assets/styles/layouts/_news.scss */

.content-pad {
  padding: 30px;
}

/* line 1467, resources/assets/styles/layouts/_news.scss */

.border {
  border: 1px solid #e9e9e9;
}

/* line 1473, resources/assets/styles/layouts/_news.scss */

.title-theme h2 {
  background: #f8edeb;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  margin: 0;
}

/* line 1489, resources/assets/styles/layouts/_news.scss */

.news-tabs li a {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1495, resources/assets/styles/layouts/_news.scss */

.news-tabs li a.active,
.news-tabs li a:hover {
  color: #f8edeb;
}

/* line 1506, resources/assets/styles/layouts/_news.scss */

.blog-no-border:after {
  display: none;
}

/* line 1511, resources/assets/styles/layouts/_news.scss */

.border-dashed {
  border: 1px dashed #e9e9e9;
  padding: 30px;
}

/* line 1516, resources/assets/styles/layouts/_news.scss */

.pos-static {
  position: static;
}

/* line 1520, resources/assets/styles/layouts/_news.scss */

.post-content-sm {
  padding: 15px;
}

/* line 1523, resources/assets/styles/layouts/_news.scss */

.post-content-sm h4 {
  font-size: 13px;
  margin: 0;
}

/* line 1531, resources/assets/styles/layouts/_news.scss */

.post-sm-gallery .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 1544, resources/assets/styles/layouts/_news.scss */

.post-sm-gallery .owl-nav div:hover {
  background: #f8edeb;
  color: #ffffff;
}

/* line 1549, resources/assets/styles/layouts/_news.scss */

.post-sm-gallery .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}

/* line 1557, resources/assets/styles/layouts/_news.scss */

.category_only {
  padding-top: 20px;
}

@media (max-width: 767px) {
  /* line 1564, resources/assets/styles/layouts/_news.scss */

  .category_only .row .postbox:nth-child(2),
  .category_only .row .postbox:nth-child(5) {
    margin-bottom: 10px;
  }
}

/* line 1573, resources/assets/styles/layouts/_news.scss */

.category_page {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1576, resources/assets/styles/layouts/_news.scss */

  .category_page .post-details-area {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1576, resources/assets/styles/layouts/_news.scss */

  .category_page .post-details-area {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  /* line 1576, resources/assets/styles/layouts/_news.scss */

  .category_page .post-details-area {
    margin-left: 0px;
  }
}

/* line 1590, resources/assets/styles/layouts/_news.scss */

.category_page .post-details-area #dagensps_ad_desktop_top,
.category_page .post-details-area #dagensps_ad_mobile_middle {
  margin: 25px auto;
}

/* line 1598, resources/assets/styles/layouts/_news.scss */

.category_page .moszx .container .dagensps_ad_mobile {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* line 1605, resources/assets/styles/layouts/_news.scss */

.category_page .container {
  margin-bottom: 0px;
}

/* line 1608, resources/assets/styles/layouts/_news.scss */

.category_page .container #dagensps_ad_desktop_top {
  margin: 0px auto;
}

/* line 1613, resources/assets/styles/layouts/_news.scss */

.category_page .details-title {
  font-size: 27px;
}

/* line 1619, resources/assets/styles/layouts/_news.scss */

.category_page .row h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 40px;
  padding-left: 15px;
}

/* line 1625, resources/assets/styles/layouts/_news.scss */

.category_page .row .postbox {
  margin-bottom: 20px;
}

/* line 1628, resources/assets/styles/layouts/_news.scss */

.category_page .row .postbox:first-of-type {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* line 1632, resources/assets/styles/layouts/_news.scss */

.category_page .row .postbox:first-of-type h3 {
  font-size: 40px !important;
  line-height: 1.2;
}

@media (max-width: 767px) {
  /* line 1632, resources/assets/styles/layouts/_news.scss */

  .category_page .row .postbox:first-of-type h3 {
    font-size: 24px !important;
    max-height: 4.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1632, resources/assets/styles/layouts/_news.scss */

  .category_page .row .postbox:first-of-type h3 {
    font-size: 24px !important;
    max-height: 4.5em;
  }
}

/* line 1649, resources/assets/styles/layouts/_news.scss */

.category_page .row .postbox__text h4 {
  min-height: 41px;
}

/* line 1654, resources/assets/styles/layouts/_news.scss */

.category_page .row .postbox__thumb {
  display: block;
  background-position: center center;
  background-size: cover;
  height: 240px;
  width: 100%;
}

/* line 1663, resources/assets/styles/layouts/_news.scss */

.category_page .row.category_nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1663, resources/assets/styles/layouts/_news.scss */

  .category_page .row.category_nav {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1663, resources/assets/styles/layouts/_news.scss */

  .category_page .row.category_nav {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  /* line 1663, resources/assets/styles/layouts/_news.scss */

  .category_page .row.category_nav {
    margin-bottom: 50px;
  }
}

/* line 1682, resources/assets/styles/layouts/_news.scss */

.category_page .row.category_nav a {
  margin-right: 40px;
  font-size: 20px;
  color: #000;
}

/* line 1687, resources/assets/styles/layouts/_news.scss */

.category_page .row.category_nav a:last-of-type {
  margin-right: 0px;
}

/* line 1695, resources/assets/styles/layouts/_news.scss */

.search_page {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1701, resources/assets/styles/layouts/_news.scss */

.search_page .container #dagensps_ad_desktop_top {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* line 1707, resources/assets/styles/layouts/_news.scss */

.search_page h3 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

/* line 1717, resources/assets/styles/layouts/_news.scss */

.search_page .row .postbox:nth-child(3),
.search_page .row .postbox:nth-child(6) {
  margin-bottom: 10px;
}

/* line 1722, resources/assets/styles/layouts/_news.scss */

.search_page .row .postbox:first-of-type {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.33333% !important;
          flex: 0 0 33.33333% !important;
  max-width: 33.33333% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1722, resources/assets/styles/layouts/_news.scss */

  .search_page .row .postbox:first-of-type {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  /* line 1722, resources/assets/styles/layouts/_news.scss */

  .search_page .row .postbox:first-of-type {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* line 1740, resources/assets/styles/layouts/_news.scss */

.search_page .row .postbox:first-of-type h3 {
  font-size: 20px !important;
}

/* line 1747, resources/assets/styles/layouts/_news.scss */

.search_page .search {
  float: left;
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1755, resources/assets/styles/layouts/_news.scss */

.search_page .search form {
  position: relative;
  width: 100%;
}

/* line 1759, resources/assets/styles/layouts/_news.scss */

.search_page .search form label {
  width: 100%;
  margin-bottom: 0px;
}

/* line 1764, resources/assets/styles/layouts/_news.scss */

.search_page .search form input {
  color: #1c1c21;
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 15px;
  background-color: #ffffff;
}

/* line 1772, resources/assets/styles/layouts/_news.scss */

.search_page .search form input::-moz-placeholder,
.search_page .search form input::-moz-placeholder {
  color: #1c1c21;
  opacity: .7;
}

.search_page .search form input::placeholder,
.search_page .search form input::-moz-placeholder {
  color: #1c1c21;
  opacity: .7;
}

/* line 1779, resources/assets/styles/layouts/_news.scss */

.search_page .search form input::-webkit-input-placeholder {
  color: #1c1c21;
}

.search_page .search form input::-moz-placeholder {
  color: #1c1c21;
}

.search_page .search form input::-ms-input-placeholder {
  color: #1c1c21;
}

.search_page .search form input::placeholder {
  color: #1c1c21;
}

/* line 1783, resources/assets/styles/layouts/_news.scss */

.search_page .search form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  border: 0;
  background: no-repeat;
  color: #ffffff;
  background: #d71515;
  font-size: 12px;
}

@media (max-width: 767px) {
  /* line 1783, resources/assets/styles/layouts/_news.scss */

  .search_page .search form .search-submit {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}

/* line 1809, resources/assets/styles/layouts/_news.scss */

.category-wrapper {
  padding: 50px;
  padding-top: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1809, resources/assets/styles/layouts/_news.scss */

  .category-wrapper {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1809, resources/assets/styles/layouts/_news.scss */

  .category-wrapper {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  /* line 1809, resources/assets/styles/layouts/_news.scss */

  .category-wrapper {
    padding: 25px;
    padding-top: 100px;
  }
}

/* line 1826, resources/assets/styles/layouts/_news.scss */

.category-wrapper h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 150px;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1826, resources/assets/styles/layouts/_news.scss */

  .category-wrapper h1 {
    padding-right: 80px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1826, resources/assets/styles/layouts/_news.scss */

  .category-wrapper h1 {
    padding-right: 0px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  /* line 1826, resources/assets/styles/layouts/_news.scss */

  .category-wrapper h1 {
    padding-right: 0px;
    font-size: 20px;
  }
}

/* line 1851, resources/assets/styles/layouts/_news.scss */

.cat-heading h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #f8edeb;
  margin: 0;
}

/* line 1863, resources/assets/styles/layouts/_news.scss */

.cat-gallery a i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  font-size: 16px;
  text-align: center;
  border: 2px solid red;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: auto;
  color: #f8edeb;
  border-radius: 50%;
  line-height: 46px;
  background: #ffffff;
}

/* line 1887, resources/assets/styles/layouts/_news.scss */

.cat-gallery .owl-nav div {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #444;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 1900, resources/assets/styles/layouts/_news.scss */

.cat-gallery .owl-nav div:hover {
  background: #f8edeb;
  color: #ffffff;
}

/* line 1905, resources/assets/styles/layouts/_news.scss */

.cat-gallery .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}

/* line 1916, resources/assets/styles/layouts/_news.scss */

.read-more {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

/* line 1921, resources/assets/styles/layouts/_news.scss */

.read-more:hover {
  color: #f8edeb;
}

/* line 1929, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .section-title {
  margin-bottom: 1.5rem;
}

/* line 1933, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container {
  margin-bottom: -1rem;
}

/* line 1936, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container .compact-news-grid-item {
  margin-bottom: 1rem;
}

/* line 1939, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container .compact-news-grid-item .compact-news-grid-item-container {
  border-left: 2px solid #103cb9;
  padding: 3px 0px 8px 1rem;
}

/* line 1943, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container .compact-news-grid-item .compact-news-grid-item-container h4 {
  font-size: 20px;
}

/* line 1947, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container .compact-news-grid-item .compact-news-grid-item-container .footer {
  font-size: 10px;
  text-transform: uppercase;
}

/* line 1952, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container .compact-news-grid-item .compact-news-grid-item-container .footer .category i {
  color: #666666;
}

/* line 1956, resources/assets/styles/layouts/_news.scss */

.compact-news-grid-section .compact-news-grid-container .compact-news-grid-item .compact-news-grid-item-container .footer .category a {
  color: #103cb9;
  font-weight: bold;
}

/* line 1969, resources/assets/styles/layouts/_news.scss */

.news-slider-section .section-title {
  margin-bottom: 1.5rem;
}

/* line 1973, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider {
  padding-bottom: 2.8rem;
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
  /* line 1973, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .news-slider {
    margin: 0 1.5rem;
  }
}

/* line 1980, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider .slick-list {
  margin: 0 -4px;
}

/* line 1984, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider .slick-list .slick-track .slick-slide {
  margin: 0 4px;
}

/* line 1988, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider .slick-list .slick-track .slick-slide .single-slider a {
  width: 100%;
}

/* line 1991, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider .slick-list .slick-track .slick-slide .single-slider a .postbox__thumb {
  min-height: 380px;
}

@media screen and (max-width: 520px) {
  /* line 1996, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .news-slider .slick-list .slick-track .slick-slide .single-slider a .postbox__thumb .postbox__text-meta ul li.author {
    width: 100%;
  }
}

/* line 2010, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider ul.slick-dots {
  position: absolute;
  bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 2018, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider ul.slick-dots li button {
  color: transparent;
  border: 0;
  background-color: black;
  height: 12px;
  width: 5px !important;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2031, resources/assets/styles/layouts/_news.scss */

.news-slider-section .news-slider ul.slick-dots li.slick-active button {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.7;
}

/* line 2040, resources/assets/styles/layouts/_news.scss */

.news-slider-section .slider-arrow .slick-arrow {
  font-size: 28px;
  top: unset;
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  /* line 2040, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .slider-arrow .slick-arrow {
    top: calc(50% - 1rem);
    bottom: 9px;
    opacity: 1;
    visibility: visible;
    color: #103cb9;
  }

  /* line 2048, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .slider-arrow .slick-arrow.slick-prev {
    left: -3rem;
    right: auto;
  }

  /* line 2053, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .slider-arrow .slick-arrow.slick-next {
    right: -3rem;
    left: auto;
  }
}

@media screen and (min-width: 1090px) {
  /* line 2060, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .slider-arrow .slick-arrow.slick-prev {
    left: -3.5rem;
  }

  /* line 2064, resources/assets/styles/layouts/_news.scss */

  .news-slider-section .slider-arrow .slick-arrow.slick-next {
    right: -3.5rem;
  }
}


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