/* line 1, ../sass/style-preload.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --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, 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 32, ../sass/style-preload.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 38, ../sass/style-preload.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 51, ../sass/style-preload.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 55, ../sass/style-preload.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, ../sass/style-preload.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 70, ../sass/style-preload.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 76, ../sass/style-preload.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 81, ../sass/style-preload.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 86, ../sass/style-preload.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 95, ../sass/style-preload.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 101, ../sass/style-preload.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 108, ../sass/style-preload.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 115, ../sass/style-preload.scss */
dt {
  font-weight: 700;
}

/* line 119, ../sass/style-preload.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 124, ../sass/style-preload.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 128, ../sass/style-preload.scss */
dfn {
  font-style: italic;
}

/* line 132, ../sass/style-preload.scss */
b,
strong {
  font-weight: bolder;
}

/* line 137, ../sass/style-preload.scss */
small {
  font-size: 80%;
}

/* line 141, ../sass/style-preload.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 149, ../sass/style-preload.scss */
sub {
  bottom: -.25em;
}

/* line 153, ../sass/style-preload.scss */
sup {
  top: -.5em;
}
.heading-top a {
  color: #20315c !important;
}
.menu-root a {
  color: #20315c !important;
}

/* line 183, ../sass/style-preload.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 191, ../sass/style-preload.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 198, ../sass/style-preload.scss */
figure {
  margin: 0 0 1rem;
}

/* line 202, ../sass/style-preload.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 207, ../sass/style-preload.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 212, ../sass/style-preload.scss */
table {
  border-collapse: collapse;
}

/* line 216, ../sass/style-preload.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 224, ../sass/style-preload.scss */
th {
  text-align: inherit;
}

/* line 228, ../sass/style-preload.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 233, ../sass/style-preload.scss */
button {
  border-radius: 0;
}

/* line 237, ../sass/style-preload.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 242, ../sass/style-preload.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 253, ../sass/style-preload.scss */
button,
input {
  overflow: visible;
}

/* line 258, ../sass/style-preload.scss */
button,
select {
  text-transform: none;
}

/* line 263, ../sass/style-preload.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 270, ../sass/style-preload.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 278, ../sass/style-preload.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 284, ../sass/style-preload.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 291, ../sass/style-preload.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 296, ../sass/style-preload.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 303, ../sass/style-preload.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 315, ../sass/style-preload.scss */
progress {
  vertical-align: baseline;
}

/* line 319, ../sass/style-preload.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 324, ../sass/style-preload.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 329, ../sass/style-preload.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 334, ../sass/style-preload.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 339, ../sass/style-preload.scss */
output {
  display: inline-block;
}

/* line 343, ../sass/style-preload.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 348, ../sass/style-preload.scss */
template {
  display: none;
}

/* line 352, ../sass/style-preload.scss */
[hidden] {
  display: none !important;
}

/* line 356, ../sass/style-preload.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 365, ../sass/style-preload.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 369, ../sass/style-preload.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 373, ../sass/style-preload.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 377, ../sass/style-preload.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 381, ../sass/style-preload.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 385, ../sass/style-preload.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 389, ../sass/style-preload.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 394, ../sass/style-preload.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 400, ../sass/style-preload.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 406, ../sass/style-preload.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 412, ../sass/style-preload.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 418, ../sass/style-preload.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 425, ../sass/style-preload.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 431, ../sass/style-preload.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 437, ../sass/style-preload.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 443, ../sass/style-preload.scss */
a > code {
  color: inherit;
}

/* line 447, ../sass/style-preload.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 455, ../sass/style-preload.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 461, ../sass/style-preload.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 467, ../sass/style-preload.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 473, ../sass/style-preload.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 478, ../sass/style-preload.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 487, ../sass/style-preload.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 493, ../sass/style-preload.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 499, ../sass/style-preload.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 505, ../sass/style-preload.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 510, ../sass/style-preload.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 518, ../sass/style-preload.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 527, ../sass/style-preload.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 532, ../sass/style-preload.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 538, ../sass/style-preload.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 551, ../sass/style-preload.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 559, ../sass/style-preload.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 566, ../sass/style-preload.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 572, ../sass/style-preload.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 578, ../sass/style-preload.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 584, ../sass/style-preload.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 590, ../sass/style-preload.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 596, ../sass/style-preload.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 602, ../sass/style-preload.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 608, ../sass/style-preload.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 614, ../sass/style-preload.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 620, ../sass/style-preload.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 626, ../sass/style-preload.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 632, ../sass/style-preload.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  /* line 639, ../sass/style-preload.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 647, ../sass/style-preload.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 654, ../sass/style-preload.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 660, ../sass/style-preload.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 666, ../sass/style-preload.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 672, ../sass/style-preload.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 678, ../sass/style-preload.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 684, ../sass/style-preload.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 690, ../sass/style-preload.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 696, ../sass/style-preload.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 702, ../sass/style-preload.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 708, ../sass/style-preload.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 714, ../sass/style-preload.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 720, ../sass/style-preload.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 726, ../sass/style-preload.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 731, ../sass/style-preload.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 736, ../sass/style-preload.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 741, ../sass/style-preload.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 746, ../sass/style-preload.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 751, ../sass/style-preload.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 756, ../sass/style-preload.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 761, ../sass/style-preload.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 766, ../sass/style-preload.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 771, ../sass/style-preload.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 776, ../sass/style-preload.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 781, ../sass/style-preload.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 786, ../sass/style-preload.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 791, ../sass/style-preload.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 796, ../sass/style-preload.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 801, ../sass/style-preload.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 805, ../sass/style-preload.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 809, ../sass/style-preload.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 813, ../sass/style-preload.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 817, ../sass/style-preload.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 821, ../sass/style-preload.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 825, ../sass/style-preload.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 829, ../sass/style-preload.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 833, ../sass/style-preload.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 837, ../sass/style-preload.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 841, ../sass/style-preload.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 845, ../sass/style-preload.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 851, ../sass/style-preload.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 859, ../sass/style-preload.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 866, ../sass/style-preload.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 872, ../sass/style-preload.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 878, ../sass/style-preload.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 884, ../sass/style-preload.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 890, ../sass/style-preload.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 896, ../sass/style-preload.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 902, ../sass/style-preload.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 908, ../sass/style-preload.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 914, ../sass/style-preload.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 920, ../sass/style-preload.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 926, ../sass/style-preload.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 932, ../sass/style-preload.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 938, ../sass/style-preload.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 943, ../sass/style-preload.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 948, ../sass/style-preload.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 953, ../sass/style-preload.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 958, ../sass/style-preload.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 963, ../sass/style-preload.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 968, ../sass/style-preload.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 973, ../sass/style-preload.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 978, ../sass/style-preload.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 983, ../sass/style-preload.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 988, ../sass/style-preload.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 993, ../sass/style-preload.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 998, ../sass/style-preload.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1003, ../sass/style-preload.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1008, ../sass/style-preload.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1013, ../sass/style-preload.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1017, ../sass/style-preload.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 1021, ../sass/style-preload.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 1025, ../sass/style-preload.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1029, ../sass/style-preload.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 1033, ../sass/style-preload.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 1037, ../sass/style-preload.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1041, ../sass/style-preload.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 1045, ../sass/style-preload.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 1049, ../sass/style-preload.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1053, ../sass/style-preload.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 1057, ../sass/style-preload.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 1063, ../sass/style-preload.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1071, ../sass/style-preload.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1078, ../sass/style-preload.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1084, ../sass/style-preload.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1090, ../sass/style-preload.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1096, ../sass/style-preload.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1102, ../sass/style-preload.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1108, ../sass/style-preload.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1114, ../sass/style-preload.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1120, ../sass/style-preload.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1126, ../sass/style-preload.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1132, ../sass/style-preload.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1138, ../sass/style-preload.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1144, ../sass/style-preload.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1150, ../sass/style-preload.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1155, ../sass/style-preload.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1160, ../sass/style-preload.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1165, ../sass/style-preload.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1170, ../sass/style-preload.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1175, ../sass/style-preload.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1180, ../sass/style-preload.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1185, ../sass/style-preload.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1190, ../sass/style-preload.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1195, ../sass/style-preload.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1200, ../sass/style-preload.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1205, ../sass/style-preload.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1210, ../sass/style-preload.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1215, ../sass/style-preload.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1220, ../sass/style-preload.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1225, ../sass/style-preload.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1229, ../sass/style-preload.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 1233, ../sass/style-preload.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 1237, ../sass/style-preload.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1241, ../sass/style-preload.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 1245, ../sass/style-preload.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 1249, ../sass/style-preload.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1253, ../sass/style-preload.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 1257, ../sass/style-preload.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 1261, ../sass/style-preload.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1265, ../sass/style-preload.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 1269, ../sass/style-preload.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1275, ../sass/style-preload.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1283, ../sass/style-preload.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1290, ../sass/style-preload.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1296, ../sass/style-preload.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1302, ../sass/style-preload.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1308, ../sass/style-preload.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1314, ../sass/style-preload.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1320, ../sass/style-preload.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1326, ../sass/style-preload.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1332, ../sass/style-preload.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1338, ../sass/style-preload.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1344, ../sass/style-preload.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1350, ../sass/style-preload.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1356, ../sass/style-preload.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1362, ../sass/style-preload.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1367, ../sass/style-preload.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1372, ../sass/style-preload.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1377, ../sass/style-preload.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1382, ../sass/style-preload.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1387, ../sass/style-preload.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1392, ../sass/style-preload.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1397, ../sass/style-preload.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1402, ../sass/style-preload.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1407, ../sass/style-preload.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1412, ../sass/style-preload.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1417, ../sass/style-preload.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1422, ../sass/style-preload.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1427, ../sass/style-preload.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1432, ../sass/style-preload.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1437, ../sass/style-preload.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1441, ../sass/style-preload.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 1445, ../sass/style-preload.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 1449, ../sass/style-preload.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1453, ../sass/style-preload.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 1457, ../sass/style-preload.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 1461, ../sass/style-preload.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1465, ../sass/style-preload.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 1469, ../sass/style-preload.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 1473, ../sass/style-preload.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1477, ../sass/style-preload.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 1481, ../sass/style-preload.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 1486, ../sass/style-preload.scss */
.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 1491, ../sass/style-preload.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 1495, ../sass/style-preload.scss */
  .d-md-none {
    display: none !important;
  }
}



}
/* line 1502, ../sass/style-preload.scss */
.main-homepage {
  margin-top: 30px;
}

/* line 1508, ../sass/style-preload.scss */
.homepage-post-list .item-post .box-image {
  #border-radius: 10px;
  padding-top: 56%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 1517, ../sass/style-preload.scss */
.homepage-post-list .item-post .box-image img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 1534, ../sass/style-preload.scss */
.homepage-post-list .item-post .box-text {
  padding: 5px 0;
}
/* line 1537, ../sass/style-preload.scss */
.homepage-post-list .item-post .box-text .title-post {
  color: #222b45;
  font-weight: 600;
  font-size: 18px;
	line-height: 1.4em;
	padding: 5px 0;
}
/* line 1543, ../sass/style-preload.scss */
.homepage-post-list .item-post .box-text .cat-name {
  opacity: .7;
  font-size: 9px;
  color: #fff;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 5px;
  font-weight: 700;
  letter-spacing: 0.432px;
}
/* line 1556, ../sass/style-preload.scss */
.homepage-post-list .item-post .box-text .date-post {
  opacity: .8;
  color: #20315c;
  font-size: 12px;
}
/* line 1564, ../sass/style-preload.scss */
.homepage-post-list .item-post .wrapper a:hover .cat-name {
  opacity: 1;
  background-color: #00c0ff;
}
/* line 1571, ../sass/style-preload.scss */
.homepage-post-list.first-section {
  margin-bottom: 60px;
}
/* line 1575, ../sass/style-preload.scss */
.homepage-post-list.first-section .item-post.style-1 {
  position: relative;
  margin-bottom: 30px;
}
/* line 1579, ../sass/style-preload.scss */
.homepage-post-list.first-section .item-post.style-1 .box-text {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* line 1588, ../sass/style-preload.scss */
.homepage-post-list.first-section .item-post.style-1 .box-text .title-post {
  font-size: 24px;
}
@media (min-width: 768px) {
  /* line 1595, ../sass/style-preload.scss */
  .homepage-post-list.first-section .item-post.style-2 {
    margin-bottom: 30px;
  }
  /* line 1598, ../sass/style-preload.scss */
  .homepage-post-list.first-section .item-post.style-2 .wrapper {
    background-image: linear-gradient(to right, #e3f2fd 0%, #0768ea 93%);
    height: 100%;
    border-radius: 10px;
  }
  /* line 1603, ../sass/style-preload.scss */
  .homepage-post-list.first-section .item-post.style-2 .wrapper .box-text {
    padding: 20px 10px 0px 10px;
  }
}
/* line 1612, ../sass/style-preload.scss */
.homepage-post-list.second-section {
  padding: 60px 25px 50px 25px;
  border-radius: 10px;
  margin-bottom: 60px;
  background-color: #eaedf1;
}
/* line 1618, ../sass/style-preload.scss */
.homepage-post-list.second-section .title-section {
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #2d2e7f;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
/* line 1628, ../sass/style-preload.scss */
.homepage-post-list.second-section .item-post {
  margin-bottom: 20px;
}
