/******************************************************************
Site Name: 	MOON Creative Lab
Author:		Bento Graphics - Cruise Bogedin

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../scss/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../scss/partials/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../scss/partials/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../scss/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../scss/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../scss/partials/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../scss/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../scss/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../scss/partials/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../scss/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../scss/partials/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../scss/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../scss/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../scss/partials/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../scss/partials/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../scss/partials/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, ../scss/partials/_bootstrap.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 38, ../scss/partials/_bootstrap.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, ../scss/partials/_bootstrap.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 57, ../scss/partials/_bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, ../scss/partials/_bootstrap.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 72, ../scss/partials/_bootstrap.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 76, ../scss/partials/_bootstrap.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 82, ../scss/partials/_bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 87, ../scss/partials/_bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 92, ../scss/partials/_bootstrap.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 101, ../scss/partials/_bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 107, ../scss/partials/_bootstrap.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../scss/partials/_bootstrap.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 121, ../scss/partials/_bootstrap.scss */
dt {
  font-weight: 700;
}

/* line 125, ../scss/partials/_bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 130, ../scss/partials/_bootstrap.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 134, ../scss/partials/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 138, ../scss/partials/_bootstrap.scss */
b,
strong {
  font-weight: bolder;
}

/* line 143, ../scss/partials/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 147, ../scss/partials/_bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 155, ../scss/partials/_bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 159, ../scss/partials/_bootstrap.scss */
sup {
  top: -.5em;
}

/* line 163, ../scss/partials/_bootstrap.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 170, ../scss/partials/_bootstrap.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 175, ../scss/partials/_bootstrap.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 180, ../scss/partials/_bootstrap.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 185, ../scss/partials/_bootstrap.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 189, ../scss/partials/_bootstrap.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 197, ../scss/partials/_bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 204, ../scss/partials/_bootstrap.scss */
figure {
  margin: 0 0 1rem;
}

/* line 208, ../scss/partials/_bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 213, ../scss/partials/_bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 218, ../scss/partials/_bootstrap.scss */
table {
  border-collapse: collapse;
}

/* line 222, ../scss/partials/_bootstrap.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 230, ../scss/partials/_bootstrap.scss */
th {
  text-align: inherit;
}

/* line 234, ../scss/partials/_bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 239, ../scss/partials/_bootstrap.scss */
button {
  border-radius: 0;
}

/* line 243, ../scss/partials/_bootstrap.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 248, ../scss/partials/_bootstrap.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 259, ../scss/partials/_bootstrap.scss */
button,
input {
  overflow: visible;
}

/* line 264, ../scss/partials/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 269, ../scss/partials/_bootstrap.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 276, ../scss/partials/_bootstrap.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 284, ../scss/partials/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 290, ../scss/partials/_bootstrap.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 297, ../scss/partials/_bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 302, ../scss/partials/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 309, ../scss/partials/_bootstrap.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 321, ../scss/partials/_bootstrap.scss */
progress {
  vertical-align: baseline;
}

/* line 325, ../scss/partials/_bootstrap.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 330, ../scss/partials/_bootstrap.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 335, ../scss/partials/_bootstrap.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 340, ../scss/partials/_bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 345, ../scss/partials/_bootstrap.scss */
output {
  display: inline-block;
}

/* line 349, ../scss/partials/_bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 354, ../scss/partials/_bootstrap.scss */
template {
  display: none;
}

/* line 358, ../scss/partials/_bootstrap.scss */
[hidden] {
  display: none !important;
}

/* line 362, ../scss/partials/_bootstrap.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 371, ../scss/partials/_bootstrap.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 375, ../scss/partials/_bootstrap.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 379, ../scss/partials/_bootstrap.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 383, ../scss/partials/_bootstrap.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 387, ../scss/partials/_bootstrap.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 391, ../scss/partials/_bootstrap.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 395, ../scss/partials/_bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 400, ../scss/partials/_bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 406, ../scss/partials/_bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 412, ../scss/partials/_bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 418, ../scss/partials/_bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 424, ../scss/partials/_bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 431, ../scss/partials/_bootstrap.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 437, ../scss/partials/_bootstrap.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 443, ../scss/partials/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 448, ../scss/partials/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 453, ../scss/partials/_bootstrap.scss */
.list-inline-item {
  display: inline-block;
}

/* line 457, ../scss/partials/_bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 461, ../scss/partials/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 466, ../scss/partials/_bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 471, ../scss/partials/_bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 477, ../scss/partials/_bootstrap.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 481, ../scss/partials/_bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 486, ../scss/partials/_bootstrap.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 495, ../scss/partials/_bootstrap.scss */
.figure {
  display: inline-block;
}

/* line 499, ../scss/partials/_bootstrap.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 504, ../scss/partials/_bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 509, ../scss/partials/_bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 515, ../scss/partials/_bootstrap.scss */
a > code {
  color: inherit;
}

/* line 519, ../scss/partials/_bootstrap.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 527, ../scss/partials/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 533, ../scss/partials/_bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 539, ../scss/partials/_bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 545, ../scss/partials/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 550, ../scss/partials/_bootstrap.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 559, ../scss/partials/_bootstrap.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 565, ../scss/partials/_bootstrap.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 571, ../scss/partials/_bootstrap.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 577, ../scss/partials/_bootstrap.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 582, ../scss/partials/_bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 590, ../scss/partials/_bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 599, ../scss/partials/_bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 604, ../scss/partials/_bootstrap.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 610, ../scss/partials/_bootstrap.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 623, ../scss/partials/_bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 631, ../scss/partials/_bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 638, ../scss/partials/_bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 644, ../scss/partials/_bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 650, ../scss/partials/_bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 656, ../scss/partials/_bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 662, ../scss/partials/_bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 668, ../scss/partials/_bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 674, ../scss/partials/_bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 680, ../scss/partials/_bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 686, ../scss/partials/_bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 692, ../scss/partials/_bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 698, ../scss/partials/_bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 704, ../scss/partials/_bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 710, ../scss/partials/_bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 715, ../scss/partials/_bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 720, ../scss/partials/_bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 725, ../scss/partials/_bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 730, ../scss/partials/_bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 735, ../scss/partials/_bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 740, ../scss/partials/_bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 745, ../scss/partials/_bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 750, ../scss/partials/_bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 755, ../scss/partials/_bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 760, ../scss/partials/_bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 765, ../scss/partials/_bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 770, ../scss/partials/_bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 775, ../scss/partials/_bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 780, ../scss/partials/_bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 785, ../scss/partials/_bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 789, ../scss/partials/_bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 793, ../scss/partials/_bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 797, ../scss/partials/_bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 801, ../scss/partials/_bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 805, ../scss/partials/_bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 809, ../scss/partials/_bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 813, ../scss/partials/_bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 817, ../scss/partials/_bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 821, ../scss/partials/_bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 825, ../scss/partials/_bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 830, ../scss/partials/_bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 837, ../scss/partials/_bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 843, ../scss/partials/_bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 848, ../scss/partials/_bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 853, ../scss/partials/_bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 858, ../scss/partials/_bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 863, ../scss/partials/_bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 868, ../scss/partials/_bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 873, ../scss/partials/_bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 878, ../scss/partials/_bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 883, ../scss/partials/_bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 888, ../scss/partials/_bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 893, ../scss/partials/_bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 898, ../scss/partials/_bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 903, ../scss/partials/_bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 907, ../scss/partials/_bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 911, ../scss/partials/_bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 915, ../scss/partials/_bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 919, ../scss/partials/_bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 923, ../scss/partials/_bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 927, ../scss/partials/_bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 931, ../scss/partials/_bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 935, ../scss/partials/_bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 939, ../scss/partials/_bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 943, ../scss/partials/_bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 947, ../scss/partials/_bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 951, ../scss/partials/_bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 955, ../scss/partials/_bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 959, ../scss/partials/_bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 963, ../scss/partials/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 966, ../scss/partials/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 969, ../scss/partials/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 972, ../scss/partials/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 975, ../scss/partials/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 978, ../scss/partials/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 981, ../scss/partials/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 984, ../scss/partials/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 987, ../scss/partials/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 990, ../scss/partials/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 993, ../scss/partials/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 996, ../scss/partials/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 1002, ../scss/partials/_bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1009, ../scss/partials/_bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1015, ../scss/partials/_bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1020, ../scss/partials/_bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1025, ../scss/partials/_bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1030, ../scss/partials/_bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1035, ../scss/partials/_bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1040, ../scss/partials/_bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1045, ../scss/partials/_bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1050, ../scss/partials/_bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1055, ../scss/partials/_bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1060, ../scss/partials/_bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1065, ../scss/partials/_bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1070, ../scss/partials/_bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1075, ../scss/partials/_bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1079, ../scss/partials/_bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1083, ../scss/partials/_bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1087, ../scss/partials/_bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1091, ../scss/partials/_bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1095, ../scss/partials/_bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1099, ../scss/partials/_bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1103, ../scss/partials/_bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1107, ../scss/partials/_bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1111, ../scss/partials/_bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1115, ../scss/partials/_bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1119, ../scss/partials/_bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1123, ../scss/partials/_bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1127, ../scss/partials/_bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1131, ../scss/partials/_bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1135, ../scss/partials/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1138, ../scss/partials/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 1141, ../scss/partials/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 1144, ../scss/partials/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1147, ../scss/partials/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 1150, ../scss/partials/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 1153, ../scss/partials/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1156, ../scss/partials/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 1159, ../scss/partials/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 1162, ../scss/partials/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1165, ../scss/partials/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 1168, ../scss/partials/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 1174, ../scss/partials/_bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1181, ../scss/partials/_bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1187, ../scss/partials/_bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1192, ../scss/partials/_bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1197, ../scss/partials/_bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1202, ../scss/partials/_bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1207, ../scss/partials/_bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1212, ../scss/partials/_bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1217, ../scss/partials/_bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1222, ../scss/partials/_bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1227, ../scss/partials/_bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1232, ../scss/partials/_bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1237, ../scss/partials/_bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1242, ../scss/partials/_bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1247, ../scss/partials/_bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1251, ../scss/partials/_bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1255, ../scss/partials/_bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1259, ../scss/partials/_bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1263, ../scss/partials/_bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1267, ../scss/partials/_bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1271, ../scss/partials/_bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1275, ../scss/partials/_bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1279, ../scss/partials/_bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1283, ../scss/partials/_bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1287, ../scss/partials/_bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1291, ../scss/partials/_bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1295, ../scss/partials/_bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1299, ../scss/partials/_bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1303, ../scss/partials/_bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1307, ../scss/partials/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1310, ../scss/partials/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 1313, ../scss/partials/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 1316, ../scss/partials/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1319, ../scss/partials/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 1322, ../scss/partials/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 1325, ../scss/partials/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1328, ../scss/partials/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 1331, ../scss/partials/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 1334, ../scss/partials/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1337, ../scss/partials/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 1340, ../scss/partials/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1346, ../scss/partials/_bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1353, ../scss/partials/_bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1359, ../scss/partials/_bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1364, ../scss/partials/_bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1369, ../scss/partials/_bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1374, ../scss/partials/_bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1379, ../scss/partials/_bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1384, ../scss/partials/_bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1389, ../scss/partials/_bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1394, ../scss/partials/_bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1399, ../scss/partials/_bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1404, ../scss/partials/_bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1409, ../scss/partials/_bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1414, ../scss/partials/_bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1419, ../scss/partials/_bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1423, ../scss/partials/_bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1427, ../scss/partials/_bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1431, ../scss/partials/_bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1435, ../scss/partials/_bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1439, ../scss/partials/_bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1443, ../scss/partials/_bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1447, ../scss/partials/_bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1451, ../scss/partials/_bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1455, ../scss/partials/_bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1459, ../scss/partials/_bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1463, ../scss/partials/_bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1467, ../scss/partials/_bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1471, ../scss/partials/_bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1475, ../scss/partials/_bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1479, ../scss/partials/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1482, ../scss/partials/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 1485, ../scss/partials/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 1488, ../scss/partials/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1491, ../scss/partials/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 1494, ../scss/partials/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 1497, ../scss/partials/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1500, ../scss/partials/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 1503, ../scss/partials/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 1506, ../scss/partials/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1509, ../scss/partials/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 1512, ../scss/partials/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 1517, ../scss/partials/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1523, ../scss/partials/_bootstrap.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1530, ../scss/partials/_bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1535, ../scss/partials/_bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1539, ../scss/partials/_bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 1543, ../scss/partials/_bootstrap.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1548, ../scss/partials/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1552, ../scss/partials/_bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1557, ../scss/partials/_bootstrap.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1562, ../scss/partials/_bootstrap.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1569, ../scss/partials/_bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1573, ../scss/partials/_bootstrap.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1577, ../scss/partials/_bootstrap.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1583, ../scss/partials/_bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1587, ../scss/partials/_bootstrap.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1592, ../scss/partials/_bootstrap.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1598, ../scss/partials/_bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1602, ../scss/partials/_bootstrap.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1607, ../scss/partials/_bootstrap.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1613, ../scss/partials/_bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1617, ../scss/partials/_bootstrap.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1622, ../scss/partials/_bootstrap.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1628, ../scss/partials/_bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1632, ../scss/partials/_bootstrap.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1637, ../scss/partials/_bootstrap.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1643, ../scss/partials/_bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1647, ../scss/partials/_bootstrap.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1652, ../scss/partials/_bootstrap.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1658, ../scss/partials/_bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1662, ../scss/partials/_bootstrap.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1667, ../scss/partials/_bootstrap.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1673, ../scss/partials/_bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1677, ../scss/partials/_bootstrap.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1682, ../scss/partials/_bootstrap.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1688, ../scss/partials/_bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1692, ../scss/partials/_bootstrap.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1697, ../scss/partials/_bootstrap.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1703, ../scss/partials/_bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1707, ../scss/partials/_bootstrap.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1712, ../scss/partials/_bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 1718, ../scss/partials/_bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1724, ../scss/partials/_bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 1729, ../scss/partials/_bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1735, ../scss/partials/_bootstrap.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1739, ../scss/partials/_bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1743, ../scss/partials/_bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1748, ../scss/partials/_bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1755, ../scss/partials/_bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 1761, ../scss/partials/_bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1768, ../scss/partials/_bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 1774, ../scss/partials/_bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1781, ../scss/partials/_bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 1787, ../scss/partials/_bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1794, ../scss/partials/_bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 1799, ../scss/partials/_bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1807, ../scss/partials/_bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1811, ../scss/partials/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1827, ../scss/partials/_bootstrap.scss */
  .form-control {
    transition: none;
  }
}
/* line 1832, ../scss/partials/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1837, ../scss/partials/_bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1845, ../scss/partials/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1850, ../scss/partials/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1855, ../scss/partials/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1860, ../scss/partials/_bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1865, ../scss/partials/_bootstrap.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1870, ../scss/partials/_bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1875, ../scss/partials/_bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1880, ../scss/partials/_bootstrap.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1886, ../scss/partials/_bootstrap.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1894, ../scss/partials/_bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1901, ../scss/partials/_bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1908, ../scss/partials/_bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1921, ../scss/partials/_bootstrap.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1926, ../scss/partials/_bootstrap.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1934, ../scss/partials/_bootstrap.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1942, ../scss/partials/_bootstrap.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1946, ../scss/partials/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1950, ../scss/partials/_bootstrap.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1954, ../scss/partials/_bootstrap.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1959, ../scss/partials/_bootstrap.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1968, ../scss/partials/_bootstrap.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1974, ../scss/partials/_bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1980, ../scss/partials/_bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 1986, ../scss/partials/_bootstrap.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 1990, ../scss/partials/_bootstrap.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1994, ../scss/partials/_bootstrap.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2003, ../scss/partials/_bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2010, ../scss/partials/_bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2018, ../scss/partials/_bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2033, ../scss/partials/_bootstrap.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 2039, ../scss/partials/_bootstrap.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2046, ../scss/partials/_bootstrap.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2057, ../scss/partials/_bootstrap.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2063, ../scss/partials/_bootstrap.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2067, ../scss/partials/_bootstrap.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2073, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2077, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 2081, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2087, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 2091, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2095, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2099, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 2103, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2109, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2113, ../scss/partials/_bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2121, ../scss/partials/_bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2136, ../scss/partials/_bootstrap.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 2142, ../scss/partials/_bootstrap.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2149, ../scss/partials/_bootstrap.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2160, ../scss/partials/_bootstrap.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2166, ../scss/partials/_bootstrap.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2170, ../scss/partials/_bootstrap.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2176, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2180, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 2184, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2190, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 2194, ../scss/partials/_bootstrap.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2198, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2202, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 2206, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2212, ../scss/partials/_bootstrap.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2216, ../scss/partials/_bootstrap.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2225, ../scss/partials/_bootstrap.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2230, ../scss/partials/_bootstrap.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 2239, ../scss/partials/_bootstrap.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 2250, ../scss/partials/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2255, ../scss/partials/_bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 2258, ../scss/partials/_bootstrap.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 2262, ../scss/partials/_bootstrap.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 2272, ../scss/partials/_bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 2278, ../scss/partials/_bootstrap.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 2284, ../scss/partials/_bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 2289, ../scss/partials/_bootstrap.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2308, ../scss/partials/_bootstrap.scss */
  .btn {
    transition: none;
  }
}
/* line 2313, ../scss/partials/_bootstrap.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 2317, ../scss/partials/_bootstrap.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2322, ../scss/partials/_bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2326, ../scss/partials/_bootstrap.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2330, ../scss/partials/_bootstrap.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2335, ../scss/partials/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2341, ../scss/partials/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2347, ../scss/partials/_bootstrap.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2351, ../scss/partials/_bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2357, ../scss/partials/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2364, ../scss/partials/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2369, ../scss/partials/_bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2375, ../scss/partials/_bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2381, ../scss/partials/_bootstrap.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2385, ../scss/partials/_bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2391, ../scss/partials/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2398, ../scss/partials/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2403, ../scss/partials/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2409, ../scss/partials/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2415, ../scss/partials/_bootstrap.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2419, ../scss/partials/_bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2425, ../scss/partials/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2432, ../scss/partials/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2437, ../scss/partials/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2443, ../scss/partials/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2449, ../scss/partials/_bootstrap.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2453, ../scss/partials/_bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2459, ../scss/partials/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2466, ../scss/partials/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2471, ../scss/partials/_bootstrap.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2477, ../scss/partials/_bootstrap.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2483, ../scss/partials/_bootstrap.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2487, ../scss/partials/_bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2493, ../scss/partials/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2500, ../scss/partials/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2505, ../scss/partials/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2511, ../scss/partials/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2517, ../scss/partials/_bootstrap.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2521, ../scss/partials/_bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2527, ../scss/partials/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2534, ../scss/partials/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2539, ../scss/partials/_bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2545, ../scss/partials/_bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2551, ../scss/partials/_bootstrap.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2555, ../scss/partials/_bootstrap.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2561, ../scss/partials/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2568, ../scss/partials/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2573, ../scss/partials/_bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2579, ../scss/partials/_bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2585, ../scss/partials/_bootstrap.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2589, ../scss/partials/_bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2595, ../scss/partials/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2602, ../scss/partials/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2607, ../scss/partials/_bootstrap.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 2614, ../scss/partials/_bootstrap.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2620, ../scss/partials/_bootstrap.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2624, ../scss/partials/_bootstrap.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2629, ../scss/partials/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2636, ../scss/partials/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2641, ../scss/partials/_bootstrap.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 2648, ../scss/partials/_bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2654, ../scss/partials/_bootstrap.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2658, ../scss/partials/_bootstrap.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2663, ../scss/partials/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2670, ../scss/partials/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2675, ../scss/partials/_bootstrap.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 2682, ../scss/partials/_bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2688, ../scss/partials/_bootstrap.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2692, ../scss/partials/_bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2697, ../scss/partials/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2704, ../scss/partials/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2709, ../scss/partials/_bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 2716, ../scss/partials/_bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2722, ../scss/partials/_bootstrap.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2726, ../scss/partials/_bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2731, ../scss/partials/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2738, ../scss/partials/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2743, ../scss/partials/_bootstrap.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 2750, ../scss/partials/_bootstrap.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2756, ../scss/partials/_bootstrap.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2760, ../scss/partials/_bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2765, ../scss/partials/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2772, ../scss/partials/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2777, ../scss/partials/_bootstrap.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 2784, ../scss/partials/_bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2790, ../scss/partials/_bootstrap.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2794, ../scss/partials/_bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2799, ../scss/partials/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2806, ../scss/partials/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2811, ../scss/partials/_bootstrap.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 2818, ../scss/partials/_bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2824, ../scss/partials/_bootstrap.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2828, ../scss/partials/_bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2833, ../scss/partials/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2840, ../scss/partials/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2845, ../scss/partials/_bootstrap.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 2852, ../scss/partials/_bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2858, ../scss/partials/_bootstrap.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2862, ../scss/partials/_bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2867, ../scss/partials/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2874, ../scss/partials/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2879, ../scss/partials/_bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 2885, ../scss/partials/_bootstrap.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 2892, ../scss/partials/_bootstrap.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 2898, ../scss/partials/_bootstrap.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 2903, ../scss/partials/_bootstrap.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2910, ../scss/partials/_bootstrap.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2917, ../scss/partials/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2922, ../scss/partials/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2926, ../scss/partials/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2932, ../scss/partials/_bootstrap.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2937, ../scss/partials/_bootstrap.scss */
  .fade {
    transition: none;
  }
}
/* line 2942, ../scss/partials/_bootstrap.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2946, ../scss/partials/_bootstrap.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2950, ../scss/partials/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2958, ../scss/partials/_bootstrap.scss */
  .collapsing {
    transition: none;
  }
}
/* line 2963, ../scss/partials/_bootstrap.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2970, ../scss/partials/_bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 2983, ../scss/partials/_bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2987, ../scss/partials/_bootstrap.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3007, ../scss/partials/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3012, ../scss/partials/_bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3019, ../scss/partials/_bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3032, ../scss/partials/_bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3036, ../scss/partials/_bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3044, ../scss/partials/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3057, ../scss/partials/_bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3061, ../scss/partials/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3065, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3073, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3082, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3086, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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 3098, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3102, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3106, ../scss/partials/_bootstrap.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 3111, ../scss/partials/_bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3118, ../scss/partials/_bootstrap.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 3131, ../scss/partials/_bootstrap.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3137, ../scss/partials/_bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3143, ../scss/partials/_bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 3148, ../scss/partials/_bootstrap.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3152, ../scss/partials/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3161, ../scss/partials/_bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 3167, ../scss/partials/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3175, ../scss/partials/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 3182, ../scss/partials/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3187, ../scss/partials/_bootstrap.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3194, ../scss/partials/_bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3205, ../scss/partials/_bootstrap.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3214, ../scss/partials/_bootstrap.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3218, ../scss/partials/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3222, ../scss/partials/_bootstrap.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3228, ../scss/partials/_bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3234, ../scss/partials/_bootstrap.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3239, ../scss/partials/_bootstrap.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3245, ../scss/partials/_bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3249, ../scss/partials/_bootstrap.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3254, ../scss/partials/_bootstrap.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3259, ../scss/partials/_bootstrap.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3268, ../scss/partials/_bootstrap.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3273, ../scss/partials/_bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3281, ../scss/partials/_bootstrap.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3287, ../scss/partials/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3293, ../scss/partials/_bootstrap.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3298, ../scss/partials/_bootstrap.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3307, ../scss/partials/_bootstrap.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3318, ../scss/partials/_bootstrap.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3328, ../scss/partials/_bootstrap.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3340, ../scss/partials/_bootstrap.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3346, ../scss/partials/_bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3350, ../scss/partials/_bootstrap.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3356, ../scss/partials/_bootstrap.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3362, ../scss/partials/_bootstrap.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3369, ../scss/partials/_bootstrap.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3375, ../scss/partials/_bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3380, ../scss/partials/_bootstrap.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 3386, ../scss/partials/_bootstrap.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3392, ../scss/partials/_bootstrap.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3403, ../scss/partials/_bootstrap.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3407, ../scss/partials/_bootstrap.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3411, ../scss/partials/_bootstrap.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3429, ../scss/partials/_bootstrap.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3434, ../scss/partials/_bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3446, ../scss/partials/_bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3458, ../scss/partials/_bootstrap.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3468, ../scss/partials/_bootstrap.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3478, ../scss/partials/_bootstrap.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3485, ../scss/partials/_bootstrap.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3491, ../scss/partials/_bootstrap.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3497, ../scss/partials/_bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 3502, ../scss/partials/_bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3506, ../scss/partials/_bootstrap.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 3511, ../scss/partials/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3515, ../scss/partials/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3519, ../scss/partials/_bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 3524, ../scss/partials/_bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

/* line 3540, ../scss/partials/_bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3553, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3557, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3561, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 3565, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3569, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 3573, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3577, ../scss/partials/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3581, ../scss/partials/_bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3585, ../scss/partials/_bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 3589, ../scss/partials/_bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 3593, ../scss/partials/_bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3597, ../scss/partials/_bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3614, ../scss/partials/_bootstrap.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

/* line 3620, ../scss/partials/_bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3625, ../scss/partials/_bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3631, ../scss/partials/_bootstrap.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3636, ../scss/partials/_bootstrap.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3640, ../scss/partials/_bootstrap.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3647, ../scss/partials/_bootstrap.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 3654, ../scss/partials/_bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 3662, ../scss/partials/_bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3671, ../scss/partials/_bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3676, ../scss/partials/_bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

/* line 3680, ../scss/partials/_bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 3684, ../scss/partials/_bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3688, ../scss/partials/_bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3703, ../scss/partials/_bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3720, ../scss/partials/_bootstrap.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3729, ../scss/partials/_bootstrap.scss */
.custom-range:focus {
  outline: none;
}

/* line 3733, ../scss/partials/_bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3737, ../scss/partials/_bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3741, ../scss/partials/_bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3745, ../scss/partials/_bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3749, ../scss/partials/_bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3762, ../scss/partials/_bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 3767, ../scss/partials/_bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 3771, ../scss/partials/_bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3781, ../scss/partials/_bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3793, ../scss/partials/_bootstrap.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 3798, ../scss/partials/_bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 3802, ../scss/partials/_bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3812, ../scss/partials/_bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3826, ../scss/partials/_bootstrap.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 3831, ../scss/partials/_bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 3835, ../scss/partials/_bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3845, ../scss/partials/_bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3850, ../scss/partials/_bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3856, ../scss/partials/_bootstrap.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3863, ../scss/partials/_bootstrap.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
/* line 3870, ../scss/partials/_bootstrap.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3880, ../scss/partials/_bootstrap.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 3885, ../scss/partials/_bootstrap.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3889, ../scss/partials/_bootstrap.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 3893, ../scss/partials/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 3897, ../scss/partials/_bootstrap.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3901, ../scss/partials/_bootstrap.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3907, ../scss/partials/_bootstrap.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 3911, ../scss/partials/_bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 3917, ../scss/partials/_bootstrap.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 3924, ../scss/partials/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3930, ../scss/partials/_bootstrap.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3934, ../scss/partials/_bootstrap.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 3940, ../scss/partials/_bootstrap.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3946, ../scss/partials/_bootstrap.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3954, ../scss/partials/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3958, ../scss/partials/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 3962, ../scss/partials/_bootstrap.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3975, ../scss/partials/_bootstrap.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3987, ../scss/partials/_bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3997, ../scss/partials/_bootstrap.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4001, ../scss/partials/_bootstrap.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4011, ../scss/partials/_bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4016, ../scss/partials/_bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4021, ../scss/partials/_bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4027, ../scss/partials/_bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4036, ../scss/partials/_bootstrap.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4045, ../scss/partials/_bootstrap.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4049, ../scss/partials/_bootstrap.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4053, ../scss/partials/_bootstrap.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4064, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 4072, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4078, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4082, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4085, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4089, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4094, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4100, ../scss/partials/_bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 4106, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 4114, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4120, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4124, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4127, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4131, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4136, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4142, ../scss/partials/_bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 4148, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 4156, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4162, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4166, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4169, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4173, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4178, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4184, ../scss/partials/_bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 4190, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 4198, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4204, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4208, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4211, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4215, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4220, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4226, ../scss/partials/_bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 4231, ../scss/partials/_bootstrap.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4238, ../scss/partials/_bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4244, ../scss/partials/_bootstrap.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4249, ../scss/partials/_bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4253, ../scss/partials/_bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4258, ../scss/partials/_bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4264, ../scss/partials/_bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4271, ../scss/partials/_bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4275, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4279, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4283, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4287, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4291, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4295, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4302, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4307, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4311, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4315, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4319, ../scss/partials/_bootstrap.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4323, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4327, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4331, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4335, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4339, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4343, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4350, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4355, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4359, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4363, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4367, ../scss/partials/_bootstrap.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4371, ../scss/partials/_bootstrap.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4385, ../scss/partials/_bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4390, ../scss/partials/_bootstrap.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4395, ../scss/partials/_bootstrap.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4400, ../scss/partials/_bootstrap.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4406, ../scss/partials/_bootstrap.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4410, ../scss/partials/_bootstrap.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4415, ../scss/partials/_bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4419, ../scss/partials/_bootstrap.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4423, ../scss/partials/_bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4427, ../scss/partials/_bootstrap.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4434, ../scss/partials/_bootstrap.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4438, ../scss/partials/_bootstrap.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4442, ../scss/partials/_bootstrap.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4448, ../scss/partials/_bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4452, ../scss/partials/_bootstrap.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4459, ../scss/partials/_bootstrap.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4464, ../scss/partials/_bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4473, ../scss/partials/_bootstrap.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4478, ../scss/partials/_bootstrap.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4484, ../scss/partials/_bootstrap.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4490, ../scss/partials/_bootstrap.scss */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4497, ../scss/partials/_bootstrap.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4502, ../scss/partials/_bootstrap.scss */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 4508, ../scss/partials/_bootstrap.scss */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 4521, ../scss/partials/_bootstrap.scss */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4528, ../scss/partials/_bootstrap.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4533, ../scss/partials/_bootstrap.scss */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 4537, ../scss/partials/_bootstrap.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 4542, ../scss/partials/_bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 4546, ../scss/partials/_bootstrap.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 4550, ../scss/partials/_bootstrap.scss */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  /* line 4554, ../scss/partials/_bootstrap.scss */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 4558, ../scss/partials/_bootstrap.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 4562, ../scss/partials/_bootstrap.scss */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  /* line 4566, ../scss/partials/_bootstrap.scss */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  /* line 4570, ../scss/partials/_bootstrap.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  /* line 4573, ../scss/partials/_bootstrap.scss */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  /* line 4578, ../scss/partials/_bootstrap.scss */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  /* line 4583, ../scss/partials/_bootstrap.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 4586, ../scss/partials/_bootstrap.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
/* line 4594, ../scss/partials/_bootstrap.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4599, ../scss/partials/_bootstrap.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 4609, ../scss/partials/_bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 4615, ../scss/partials/_bootstrap.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 4620, ../scss/partials/_bootstrap.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 4624, ../scss/partials/_bootstrap.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4630, ../scss/partials/_bootstrap.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4635, ../scss/partials/_bootstrap.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 4647, ../scss/partials/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4651, ../scss/partials/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 4658, ../scss/partials/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4662, ../scss/partials/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4666, ../scss/partials/_bootstrap.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4670, ../scss/partials/_bootstrap.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4678, ../scss/partials/_bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 4689, ../scss/partials/_bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 4697, ../scss/partials/_bootstrap.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4703, ../scss/partials/_bootstrap.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4707, ../scss/partials/_bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4713, ../scss/partials/_bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4718, ../scss/partials/_bootstrap.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4725, ../scss/partials/_bootstrap.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4733, ../scss/partials/_bootstrap.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4739, ../scss/partials/_bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4744, ../scss/partials/_bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4749, ../scss/partials/_bootstrap.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4755, ../scss/partials/_bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4760, ../scss/partials/_bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4765, ../scss/partials/_bootstrap.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 4777, ../scss/partials/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4781, ../scss/partials/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4786, ../scss/partials/_bootstrap.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4792, ../scss/partials/_bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4797, ../scss/partials/_bootstrap.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 4803, ../scss/partials/_bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 4808, ../scss/partials/_bootstrap.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 4814, ../scss/partials/_bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 4819, ../scss/partials/_bootstrap.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 4825, ../scss/partials/_bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 4830, ../scss/partials/_bootstrap.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 4836, ../scss/partials/_bootstrap.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 4841, ../scss/partials/_bootstrap.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 4847, ../scss/partials/_bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 4852, ../scss/partials/_bootstrap.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 4858, ../scss/partials/_bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 4863, ../scss/partials/_bootstrap.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 4869, ../scss/partials/_bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 4874, ../scss/partials/_bootstrap.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 4880, ../scss/partials/_bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4888, ../scss/partials/_bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 4893, ../scss/partials/_bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4899, ../scss/partials/_bootstrap.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4907, ../scss/partials/_bootstrap.scss */
.alert-heading {
  color: inherit;
}

/* line 4911, ../scss/partials/_bootstrap.scss */
.alert-link {
  font-weight: 700;
}

/* line 4915, ../scss/partials/_bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 4919, ../scss/partials/_bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4927, ../scss/partials/_bootstrap.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 4933, ../scss/partials/_bootstrap.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 4937, ../scss/partials/_bootstrap.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 4941, ../scss/partials/_bootstrap.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 4947, ../scss/partials/_bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 4951, ../scss/partials/_bootstrap.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 4955, ../scss/partials/_bootstrap.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 4961, ../scss/partials/_bootstrap.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 4965, ../scss/partials/_bootstrap.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 4969, ../scss/partials/_bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 4975, ../scss/partials/_bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 4979, ../scss/partials/_bootstrap.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 4983, ../scss/partials/_bootstrap.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 4989, ../scss/partials/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 4993, ../scss/partials/_bootstrap.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 4997, ../scss/partials/_bootstrap.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5003, ../scss/partials/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5007, ../scss/partials/_bootstrap.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5011, ../scss/partials/_bootstrap.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5017, ../scss/partials/_bootstrap.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5021, ../scss/partials/_bootstrap.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 5025, ../scss/partials/_bootstrap.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5031, ../scss/partials/_bootstrap.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5035, ../scss/partials/_bootstrap.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5057, ../scss/partials/_bootstrap.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5067, ../scss/partials/_bootstrap.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5082, ../scss/partials/_bootstrap.scss */
  .progress-bar {
    transition: none;
  }
}
/* line 5087, ../scss/partials/_bootstrap.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5092, ../scss/partials/_bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5097, ../scss/partials/_bootstrap.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5104, ../scss/partials/_bootstrap.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 5109, ../scss/partials/_bootstrap.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5118, ../scss/partials/_bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5124, ../scss/partials/_bootstrap.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5130, ../scss/partials/_bootstrap.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5135, ../scss/partials/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5144, ../scss/partials/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5149, ../scss/partials/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5155, ../scss/partials/_bootstrap.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 5160, ../scss/partials/_bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 5165, ../scss/partials/_bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5172, ../scss/partials/_bootstrap.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5178, ../scss/partials/_bootstrap.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5182, ../scss/partials/_bootstrap.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5186, ../scss/partials/_bootstrap.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5191, ../scss/partials/_bootstrap.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5196, ../scss/partials/_bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5202, ../scss/partials/_bootstrap.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5207, ../scss/partials/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5212, ../scss/partials/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5218, ../scss/partials/_bootstrap.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5223, ../scss/partials/_bootstrap.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5228, ../scss/partials/_bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5234, ../scss/partials/_bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5239, ../scss/partials/_bootstrap.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5244, ../scss/partials/_bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5250, ../scss/partials/_bootstrap.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5255, ../scss/partials/_bootstrap.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5260, ../scss/partials/_bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5266, ../scss/partials/_bootstrap.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5271, ../scss/partials/_bootstrap.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5276, ../scss/partials/_bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5282, ../scss/partials/_bootstrap.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5287, ../scss/partials/_bootstrap.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5292, ../scss/partials/_bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5298, ../scss/partials/_bootstrap.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5303, ../scss/partials/_bootstrap.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5308, ../scss/partials/_bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5314, ../scss/partials/_bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5324, ../scss/partials/_bootstrap.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5328, ../scss/partials/_bootstrap.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 5334, ../scss/partials/_bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5341, ../scss/partials/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5345, ../scss/partials/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5350, ../scss/partials/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5362, ../scss/partials/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5369, ../scss/partials/_bootstrap.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5378, ../scss/partials/_bootstrap.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 5383, ../scss/partials/_bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5388, ../scss/partials/_bootstrap.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 5396, ../scss/partials/_bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 5402, ../scss/partials/_bootstrap.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5417, ../scss/partials/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5427, ../scss/partials/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5431, ../scss/partials/_bootstrap.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5435, ../scss/partials/_bootstrap.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5448, ../scss/partials/_bootstrap.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5453, ../scss/partials/_bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5458, ../scss/partials/_bootstrap.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5465, ../scss/partials/_bootstrap.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 5476, ../scss/partials/_bootstrap.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5480, ../scss/partials/_bootstrap.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5484, ../scss/partials/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5493, ../scss/partials/_bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 5497, ../scss/partials/_bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 5500, ../scss/partials/_bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  /* line 5503, ../scss/partials/_bootstrap.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5509, ../scss/partials/_bootstrap.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 5514, ../scss/partials/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5538, ../scss/partials/_bootstrap.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5542, ../scss/partials/_bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5549, ../scss/partials/_bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5556, ../scss/partials/_bootstrap.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5560, ../scss/partials/_bootstrap.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5564, ../scss/partials/_bootstrap.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 5570, ../scss/partials/_bootstrap.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5574, ../scss/partials/_bootstrap.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5580, ../scss/partials/_bootstrap.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 5586, ../scss/partials/_bootstrap.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5590, ../scss/partials/_bootstrap.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5594, ../scss/partials/_bootstrap.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 5600, ../scss/partials/_bootstrap.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5604, ../scss/partials/_bootstrap.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5610, ../scss/partials/_bootstrap.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 5616, ../scss/partials/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5625, ../scss/partials/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 5654, ../scss/partials/_bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 5662, ../scss/partials/_bootstrap.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5670, ../scss/partials/_bootstrap.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 5674, ../scss/partials/_bootstrap.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 5678, ../scss/partials/_bootstrap.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 5684, ../scss/partials/_bootstrap.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 5690, ../scss/partials/_bootstrap.scss */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 5696, ../scss/partials/_bootstrap.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 5700, ../scss/partials/_bootstrap.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5707, ../scss/partials/_bootstrap.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 5713, ../scss/partials/_bootstrap.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5719, ../scss/partials/_bootstrap.scss */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 5725, ../scss/partials/_bootstrap.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 5729, ../scss/partials/_bootstrap.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 5733, ../scss/partials/_bootstrap.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 5739, ../scss/partials/_bootstrap.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5745, ../scss/partials/_bootstrap.scss */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 5751, ../scss/partials/_bootstrap.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 5762, ../scss/partials/_bootstrap.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5766, ../scss/partials/_bootstrap.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5773, ../scss/partials/_bootstrap.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 5779, ../scss/partials/_bootstrap.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5785, ../scss/partials/_bootstrap.scss */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 5791, ../scss/partials/_bootstrap.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5802, ../scss/partials/_bootstrap.scss */
.popover-header:empty {
  display: none;
}

/* line 5806, ../scss/partials/_bootstrap.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 5811, ../scss/partials/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 5815, ../scss/partials/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5821, ../scss/partials/_bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 5833, ../scss/partials/_bootstrap.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5843, ../scss/partials/_bootstrap.scss */
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
/* line 5850, ../scss/partials/_bootstrap.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5856, ../scss/partials/_bootstrap.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5863, ../scss/partials/_bootstrap.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5870, ../scss/partials/_bootstrap.scss */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5877, ../scss/partials/_bootstrap.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 5884, ../scss/partials/_bootstrap.scss */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5891, ../scss/partials/_bootstrap.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 5898, ../scss/partials/_bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 5904, ../scss/partials/_bootstrap.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 5910, ../scss/partials/_bootstrap.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 5915, ../scss/partials/_bootstrap.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 5925, ../scss/partials/_bootstrap.scss */
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5935, ../scss/partials/_bootstrap.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 5952, ../scss/partials/_bootstrap.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5961, ../scss/partials/_bootstrap.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5965, ../scss/partials/_bootstrap.scss */
.carousel-control-next {
  right: 0;
}

/* line 5969, ../scss/partials/_bootstrap.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5978, ../scss/partials/_bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 5982, ../scss/partials/_bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 5986, ../scss/partials/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6002, ../scss/partials/_bootstrap.scss */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6015, ../scss/partials/_bootstrap.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6025, ../scss/partials/_bootstrap.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6035, ../scss/partials/_bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6039, ../scss/partials/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 6051, ../scss/partials/_bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6055, ../scss/partials/_bootstrap.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6059, ../scss/partials/_bootstrap.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6063, ../scss/partials/_bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6067, ../scss/partials/_bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6071, ../scss/partials/_bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6075, ../scss/partials/_bootstrap.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6079, ../scss/partials/_bootstrap.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6085, ../scss/partials/_bootstrap.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6089, ../scss/partials/_bootstrap.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6095, ../scss/partials/_bootstrap.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6099, ../scss/partials/_bootstrap.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6105, ../scss/partials/_bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6109, ../scss/partials/_bootstrap.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6115, ../scss/partials/_bootstrap.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6119, ../scss/partials/_bootstrap.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6125, ../scss/partials/_bootstrap.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6129, ../scss/partials/_bootstrap.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6135, ../scss/partials/_bootstrap.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6139, ../scss/partials/_bootstrap.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6145, ../scss/partials/_bootstrap.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6149, ../scss/partials/_bootstrap.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6155, ../scss/partials/_bootstrap.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6159, ../scss/partials/_bootstrap.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6163, ../scss/partials/_bootstrap.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6167, ../scss/partials/_bootstrap.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6171, ../scss/partials/_bootstrap.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6175, ../scss/partials/_bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6179, ../scss/partials/_bootstrap.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6183, ../scss/partials/_bootstrap.scss */
.border-0 {
  border: 0 !important;
}

/* line 6187, ../scss/partials/_bootstrap.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6191, ../scss/partials/_bootstrap.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6195, ../scss/partials/_bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6199, ../scss/partials/_bootstrap.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6203, ../scss/partials/_bootstrap.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 6207, ../scss/partials/_bootstrap.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6211, ../scss/partials/_bootstrap.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6215, ../scss/partials/_bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6219, ../scss/partials/_bootstrap.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6223, ../scss/partials/_bootstrap.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6227, ../scss/partials/_bootstrap.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6231, ../scss/partials/_bootstrap.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6235, ../scss/partials/_bootstrap.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6239, ../scss/partials/_bootstrap.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6243, ../scss/partials/_bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6248, ../scss/partials/_bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6253, ../scss/partials/_bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6258, ../scss/partials/_bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6263, ../scss/partials/_bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6267, ../scss/partials/_bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6271, ../scss/partials/_bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6277, ../scss/partials/_bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 6281, ../scss/partials/_bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 6285, ../scss/partials/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6289, ../scss/partials/_bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 6293, ../scss/partials/_bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 6297, ../scss/partials/_bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6301, ../scss/partials/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6305, ../scss/partials/_bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6310, ../scss/partials/_bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6316, ../scss/partials/_bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 6319, ../scss/partials/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 6322, ../scss/partials/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 6325, ../scss/partials/_bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 6328, ../scss/partials/_bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 6331, ../scss/partials/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 6334, ../scss/partials/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 6337, ../scss/partials/_bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6341, ../scss/partials/_bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 6348, ../scss/partials/_bootstrap.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 6351, ../scss/partials/_bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 6354, ../scss/partials/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 6357, ../scss/partials/_bootstrap.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 6360, ../scss/partials/_bootstrap.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 6363, ../scss/partials/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 6366, ../scss/partials/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 6369, ../scss/partials/_bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6373, ../scss/partials/_bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 6380, ../scss/partials/_bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 6383, ../scss/partials/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 6386, ../scss/partials/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 6389, ../scss/partials/_bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 6392, ../scss/partials/_bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 6395, ../scss/partials/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 6398, ../scss/partials/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 6401, ../scss/partials/_bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6405, ../scss/partials/_bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 6412, ../scss/partials/_bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 6415, ../scss/partials/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 6418, ../scss/partials/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 6421, ../scss/partials/_bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 6424, ../scss/partials/_bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 6427, ../scss/partials/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 6430, ../scss/partials/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 6433, ../scss/partials/_bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6437, ../scss/partials/_bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 6444, ../scss/partials/_bootstrap.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 6447, ../scss/partials/_bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 6450, ../scss/partials/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 6453, ../scss/partials/_bootstrap.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 6456, ../scss/partials/_bootstrap.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 6459, ../scss/partials/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 6462, ../scss/partials/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 6465, ../scss/partials/_bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6469, ../scss/partials/_bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 6475, ../scss/partials/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6483, ../scss/partials/_bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6488, ../scss/partials/_bootstrap.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 6502, ../scss/partials/_bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6506, ../scss/partials/_bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6510, ../scss/partials/_bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6514, ../scss/partials/_bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6518, ../scss/partials/_bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6523, ../scss/partials/_bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6528, ../scss/partials/_bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6533, ../scss/partials/_bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6538, ../scss/partials/_bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6543, ../scss/partials/_bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6548, ../scss/partials/_bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6553, ../scss/partials/_bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 6558, ../scss/partials/_bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 6563, ../scss/partials/_bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 6568, ../scss/partials/_bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 6573, ../scss/partials/_bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 6578, ../scss/partials/_bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6583, ../scss/partials/_bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6588, ../scss/partials/_bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6593, ../scss/partials/_bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6598, ../scss/partials/_bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6603, ../scss/partials/_bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6608, ../scss/partials/_bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6613, ../scss/partials/_bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6618, ../scss/partials/_bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6623, ../scss/partials/_bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6628, ../scss/partials/_bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6633, ../scss/partials/_bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6638, ../scss/partials/_bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6643, ../scss/partials/_bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6648, ../scss/partials/_bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6653, ../scss/partials/_bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6658, ../scss/partials/_bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6663, ../scss/partials/_bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6668, ../scss/partials/_bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6673, ../scss/partials/_bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6678, ../scss/partials/_bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6683, ../scss/partials/_bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6689, ../scss/partials/_bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6693, ../scss/partials/_bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6697, ../scss/partials/_bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6701, ../scss/partials/_bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6705, ../scss/partials/_bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6709, ../scss/partials/_bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6713, ../scss/partials/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6717, ../scss/partials/_bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6721, ../scss/partials/_bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 6725, ../scss/partials/_bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 6729, ../scss/partials/_bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 6733, ../scss/partials/_bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 6737, ../scss/partials/_bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6741, ../scss/partials/_bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6745, ../scss/partials/_bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6749, ../scss/partials/_bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6753, ../scss/partials/_bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6757, ../scss/partials/_bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6761, ../scss/partials/_bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6765, ../scss/partials/_bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6769, ../scss/partials/_bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6773, ../scss/partials/_bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6777, ../scss/partials/_bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6781, ../scss/partials/_bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6785, ../scss/partials/_bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6789, ../scss/partials/_bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6793, ../scss/partials/_bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6797, ../scss/partials/_bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6801, ../scss/partials/_bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6805, ../scss/partials/_bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6809, ../scss/partials/_bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6813, ../scss/partials/_bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6817, ../scss/partials/_bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6821, ../scss/partials/_bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 6828, ../scss/partials/_bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6832, ../scss/partials/_bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6836, ../scss/partials/_bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6840, ../scss/partials/_bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6844, ../scss/partials/_bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6848, ../scss/partials/_bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6852, ../scss/partials/_bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6856, ../scss/partials/_bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6860, ../scss/partials/_bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 6864, ../scss/partials/_bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 6868, ../scss/partials/_bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 6872, ../scss/partials/_bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 6876, ../scss/partials/_bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 6880, ../scss/partials/_bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 6884, ../scss/partials/_bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 6888, ../scss/partials/_bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 6892, ../scss/partials/_bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 6896, ../scss/partials/_bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 6900, ../scss/partials/_bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 6904, ../scss/partials/_bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 6908, ../scss/partials/_bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 6912, ../scss/partials/_bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 6916, ../scss/partials/_bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 6920, ../scss/partials/_bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 6924, ../scss/partials/_bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 6928, ../scss/partials/_bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 6932, ../scss/partials/_bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 6936, ../scss/partials/_bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 6940, ../scss/partials/_bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 6944, ../scss/partials/_bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 6948, ../scss/partials/_bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 6952, ../scss/partials/_bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 6956, ../scss/partials/_bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 6960, ../scss/partials/_bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 6967, ../scss/partials/_bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 6971, ../scss/partials/_bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 6975, ../scss/partials/_bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 6979, ../scss/partials/_bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 6983, ../scss/partials/_bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 6987, ../scss/partials/_bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 6991, ../scss/partials/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 6995, ../scss/partials/_bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 6999, ../scss/partials/_bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 7003, ../scss/partials/_bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 7007, ../scss/partials/_bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 7011, ../scss/partials/_bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 7015, ../scss/partials/_bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 7019, ../scss/partials/_bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 7023, ../scss/partials/_bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 7027, ../scss/partials/_bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 7031, ../scss/partials/_bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 7035, ../scss/partials/_bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 7039, ../scss/partials/_bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 7043, ../scss/partials/_bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 7047, ../scss/partials/_bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 7051, ../scss/partials/_bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 7055, ../scss/partials/_bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 7059, ../scss/partials/_bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 7063, ../scss/partials/_bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 7067, ../scss/partials/_bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 7071, ../scss/partials/_bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 7075, ../scss/partials/_bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 7079, ../scss/partials/_bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 7083, ../scss/partials/_bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 7087, ../scss/partials/_bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 7091, ../scss/partials/_bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 7095, ../scss/partials/_bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 7099, ../scss/partials/_bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 7106, ../scss/partials/_bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 7110, ../scss/partials/_bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 7114, ../scss/partials/_bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 7118, ../scss/partials/_bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 7122, ../scss/partials/_bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 7126, ../scss/partials/_bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 7130, ../scss/partials/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 7134, ../scss/partials/_bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 7138, ../scss/partials/_bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 7142, ../scss/partials/_bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 7146, ../scss/partials/_bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 7150, ../scss/partials/_bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 7154, ../scss/partials/_bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 7158, ../scss/partials/_bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 7162, ../scss/partials/_bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 7166, ../scss/partials/_bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 7170, ../scss/partials/_bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 7174, ../scss/partials/_bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 7178, ../scss/partials/_bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 7182, ../scss/partials/_bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 7186, ../scss/partials/_bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 7190, ../scss/partials/_bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 7194, ../scss/partials/_bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 7198, ../scss/partials/_bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 7202, ../scss/partials/_bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 7206, ../scss/partials/_bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 7210, ../scss/partials/_bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 7214, ../scss/partials/_bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 7218, ../scss/partials/_bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 7222, ../scss/partials/_bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 7226, ../scss/partials/_bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 7230, ../scss/partials/_bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 7234, ../scss/partials/_bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 7238, ../scss/partials/_bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 7244, ../scss/partials/_bootstrap.scss */
.float-left {
  float: left !important;
}

/* line 7248, ../scss/partials/_bootstrap.scss */
.float-right {
  float: right !important;
}

/* line 7252, ../scss/partials/_bootstrap.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7257, ../scss/partials/_bootstrap.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 7260, ../scss/partials/_bootstrap.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7263, ../scss/partials/_bootstrap.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7269, ../scss/partials/_bootstrap.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 7272, ../scss/partials/_bootstrap.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7275, ../scss/partials/_bootstrap.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7281, ../scss/partials/_bootstrap.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 7284, ../scss/partials/_bootstrap.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7287, ../scss/partials/_bootstrap.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7293, ../scss/partials/_bootstrap.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 7296, ../scss/partials/_bootstrap.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7299, ../scss/partials/_bootstrap.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 7304, ../scss/partials/_bootstrap.scss */
.position-static {
  position: static !important;
}

/* line 7308, ../scss/partials/_bootstrap.scss */
.position-relative {
  position: relative !important;
}

/* line 7312, ../scss/partials/_bootstrap.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7316, ../scss/partials/_bootstrap.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7320, ../scss/partials/_bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7325, ../scss/partials/_bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7333, ../scss/partials/_bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7342, ../scss/partials/_bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 7350, ../scss/partials/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7361, ../scss/partials/_bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7370, ../scss/partials/_bootstrap.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 7374, ../scss/partials/_bootstrap.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 7378, ../scss/partials/_bootstrap.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7382, ../scss/partials/_bootstrap.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7386, ../scss/partials/_bootstrap.scss */
.w-25 {
  width: 25% !important;
}

/* line 7390, ../scss/partials/_bootstrap.scss */
.w-50 {
  width: 50% !important;
}

/* line 7394, ../scss/partials/_bootstrap.scss */
.w-75 {
  width: 75% !important;
}

/* line 7398, ../scss/partials/_bootstrap.scss */
.w-100 {
  width: 100% !important;
}

/* line 7402, ../scss/partials/_bootstrap.scss */
.w-auto {
  width: auto !important;
}

/* line 7406, ../scss/partials/_bootstrap.scss */
.h-25 {
  height: 25% !important;
}

/* line 7410, ../scss/partials/_bootstrap.scss */
.h-50 {
  height: 50% !important;
}

/* line 7414, ../scss/partials/_bootstrap.scss */
.h-75 {
  height: 75% !important;
}

/* line 7418, ../scss/partials/_bootstrap.scss */
.h-100 {
  height: 100% !important;
}

/* line 7422, ../scss/partials/_bootstrap.scss */
.h-auto {
  height: auto !important;
}

/* line 7426, ../scss/partials/_bootstrap.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7430, ../scss/partials/_bootstrap.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7434, ../scss/partials/_bootstrap.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7438, ../scss/partials/_bootstrap.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7443, ../scss/partials/_bootstrap.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7448, ../scss/partials/_bootstrap.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7453, ../scss/partials/_bootstrap.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7458, ../scss/partials/_bootstrap.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7462, ../scss/partials/_bootstrap.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7467, ../scss/partials/_bootstrap.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7472, ../scss/partials/_bootstrap.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7477, ../scss/partials/_bootstrap.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7482, ../scss/partials/_bootstrap.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7486, ../scss/partials/_bootstrap.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7491, ../scss/partials/_bootstrap.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7496, ../scss/partials/_bootstrap.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7501, ../scss/partials/_bootstrap.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7506, ../scss/partials/_bootstrap.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7510, ../scss/partials/_bootstrap.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7515, ../scss/partials/_bootstrap.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7520, ../scss/partials/_bootstrap.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7525, ../scss/partials/_bootstrap.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7530, ../scss/partials/_bootstrap.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7534, ../scss/partials/_bootstrap.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7539, ../scss/partials/_bootstrap.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7544, ../scss/partials/_bootstrap.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7549, ../scss/partials/_bootstrap.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7554, ../scss/partials/_bootstrap.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7558, ../scss/partials/_bootstrap.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7563, ../scss/partials/_bootstrap.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7568, ../scss/partials/_bootstrap.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7573, ../scss/partials/_bootstrap.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7578, ../scss/partials/_bootstrap.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7582, ../scss/partials/_bootstrap.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7587, ../scss/partials/_bootstrap.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7592, ../scss/partials/_bootstrap.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7597, ../scss/partials/_bootstrap.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7602, ../scss/partials/_bootstrap.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7606, ../scss/partials/_bootstrap.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7611, ../scss/partials/_bootstrap.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7616, ../scss/partials/_bootstrap.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7621, ../scss/partials/_bootstrap.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7626, ../scss/partials/_bootstrap.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7630, ../scss/partials/_bootstrap.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7635, ../scss/partials/_bootstrap.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7640, ../scss/partials/_bootstrap.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7645, ../scss/partials/_bootstrap.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7650, ../scss/partials/_bootstrap.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7654, ../scss/partials/_bootstrap.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7659, ../scss/partials/_bootstrap.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7664, ../scss/partials/_bootstrap.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7669, ../scss/partials/_bootstrap.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7674, ../scss/partials/_bootstrap.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7678, ../scss/partials/_bootstrap.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7683, ../scss/partials/_bootstrap.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7688, ../scss/partials/_bootstrap.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7693, ../scss/partials/_bootstrap.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7698, ../scss/partials/_bootstrap.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7702, ../scss/partials/_bootstrap.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7707, ../scss/partials/_bootstrap.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7712, ../scss/partials/_bootstrap.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7717, ../scss/partials/_bootstrap.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7722, ../scss/partials/_bootstrap.scss */
.m-auto {
  margin: auto !important;
}

/* line 7726, ../scss/partials/_bootstrap.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7731, ../scss/partials/_bootstrap.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7736, ../scss/partials/_bootstrap.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7741, ../scss/partials/_bootstrap.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7747, ../scss/partials/_bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 7750, ../scss/partials/_bootstrap.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 7754, ../scss/partials/_bootstrap.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 7758, ../scss/partials/_bootstrap.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 7762, ../scss/partials/_bootstrap.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 7766, ../scss/partials/_bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 7769, ../scss/partials/_bootstrap.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 7773, ../scss/partials/_bootstrap.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 7777, ../scss/partials/_bootstrap.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 7781, ../scss/partials/_bootstrap.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 7785, ../scss/partials/_bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 7788, ../scss/partials/_bootstrap.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 7792, ../scss/partials/_bootstrap.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 7796, ../scss/partials/_bootstrap.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 7800, ../scss/partials/_bootstrap.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 7804, ../scss/partials/_bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 7807, ../scss/partials/_bootstrap.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 7811, ../scss/partials/_bootstrap.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 7815, ../scss/partials/_bootstrap.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 7819, ../scss/partials/_bootstrap.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 7823, ../scss/partials/_bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 7826, ../scss/partials/_bootstrap.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 7830, ../scss/partials/_bootstrap.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 7834, ../scss/partials/_bootstrap.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 7838, ../scss/partials/_bootstrap.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 7842, ../scss/partials/_bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 7845, ../scss/partials/_bootstrap.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 7849, ../scss/partials/_bootstrap.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 7853, ../scss/partials/_bootstrap.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 7857, ../scss/partials/_bootstrap.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 7861, ../scss/partials/_bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 7864, ../scss/partials/_bootstrap.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 7868, ../scss/partials/_bootstrap.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 7872, ../scss/partials/_bootstrap.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 7876, ../scss/partials/_bootstrap.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 7880, ../scss/partials/_bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 7883, ../scss/partials/_bootstrap.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 7887, ../scss/partials/_bootstrap.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 7891, ../scss/partials/_bootstrap.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 7895, ../scss/partials/_bootstrap.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 7899, ../scss/partials/_bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 7902, ../scss/partials/_bootstrap.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 7906, ../scss/partials/_bootstrap.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 7910, ../scss/partials/_bootstrap.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 7914, ../scss/partials/_bootstrap.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 7918, ../scss/partials/_bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 7921, ../scss/partials/_bootstrap.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 7925, ../scss/partials/_bootstrap.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 7929, ../scss/partials/_bootstrap.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 7933, ../scss/partials/_bootstrap.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 7937, ../scss/partials/_bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 7940, ../scss/partials/_bootstrap.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 7944, ../scss/partials/_bootstrap.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 7948, ../scss/partials/_bootstrap.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 7952, ../scss/partials/_bootstrap.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 7956, ../scss/partials/_bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 7959, ../scss/partials/_bootstrap.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 7963, ../scss/partials/_bootstrap.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 7967, ../scss/partials/_bootstrap.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 7971, ../scss/partials/_bootstrap.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 7975, ../scss/partials/_bootstrap.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 7978, ../scss/partials/_bootstrap.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 7982, ../scss/partials/_bootstrap.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 7986, ../scss/partials/_bootstrap.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 7990, ../scss/partials/_bootstrap.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 7997, ../scss/partials/_bootstrap.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 8000, ../scss/partials/_bootstrap.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 8004, ../scss/partials/_bootstrap.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 8008, ../scss/partials/_bootstrap.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 8012, ../scss/partials/_bootstrap.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 8016, ../scss/partials/_bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 8019, ../scss/partials/_bootstrap.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8023, ../scss/partials/_bootstrap.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8027, ../scss/partials/_bootstrap.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8031, ../scss/partials/_bootstrap.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8035, ../scss/partials/_bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 8038, ../scss/partials/_bootstrap.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8042, ../scss/partials/_bootstrap.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8046, ../scss/partials/_bootstrap.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8050, ../scss/partials/_bootstrap.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8054, ../scss/partials/_bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 8057, ../scss/partials/_bootstrap.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 8061, ../scss/partials/_bootstrap.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 8065, ../scss/partials/_bootstrap.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8069, ../scss/partials/_bootstrap.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 8073, ../scss/partials/_bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 8076, ../scss/partials/_bootstrap.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8080, ../scss/partials/_bootstrap.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8084, ../scss/partials/_bootstrap.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8088, ../scss/partials/_bootstrap.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8092, ../scss/partials/_bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 8095, ../scss/partials/_bootstrap.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 8099, ../scss/partials/_bootstrap.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 8103, ../scss/partials/_bootstrap.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8107, ../scss/partials/_bootstrap.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 8111, ../scss/partials/_bootstrap.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 8114, ../scss/partials/_bootstrap.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 8118, ../scss/partials/_bootstrap.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 8122, ../scss/partials/_bootstrap.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 8126, ../scss/partials/_bootstrap.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 8130, ../scss/partials/_bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 8133, ../scss/partials/_bootstrap.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8137, ../scss/partials/_bootstrap.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8141, ../scss/partials/_bootstrap.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8145, ../scss/partials/_bootstrap.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8149, ../scss/partials/_bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 8152, ../scss/partials/_bootstrap.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8156, ../scss/partials/_bootstrap.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8160, ../scss/partials/_bootstrap.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8164, ../scss/partials/_bootstrap.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8168, ../scss/partials/_bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 8171, ../scss/partials/_bootstrap.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 8175, ../scss/partials/_bootstrap.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 8179, ../scss/partials/_bootstrap.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8183, ../scss/partials/_bootstrap.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 8187, ../scss/partials/_bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 8190, ../scss/partials/_bootstrap.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8194, ../scss/partials/_bootstrap.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8198, ../scss/partials/_bootstrap.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8202, ../scss/partials/_bootstrap.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8206, ../scss/partials/_bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 8209, ../scss/partials/_bootstrap.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 8213, ../scss/partials/_bootstrap.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 8217, ../scss/partials/_bootstrap.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8221, ../scss/partials/_bootstrap.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 8225, ../scss/partials/_bootstrap.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 8228, ../scss/partials/_bootstrap.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 8232, ../scss/partials/_bootstrap.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 8236, ../scss/partials/_bootstrap.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 8240, ../scss/partials/_bootstrap.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 8247, ../scss/partials/_bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 8250, ../scss/partials/_bootstrap.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 8254, ../scss/partials/_bootstrap.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 8258, ../scss/partials/_bootstrap.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 8262, ../scss/partials/_bootstrap.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 8266, ../scss/partials/_bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 8269, ../scss/partials/_bootstrap.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8273, ../scss/partials/_bootstrap.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8277, ../scss/partials/_bootstrap.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8281, ../scss/partials/_bootstrap.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8285, ../scss/partials/_bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 8288, ../scss/partials/_bootstrap.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8292, ../scss/partials/_bootstrap.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8296, ../scss/partials/_bootstrap.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8300, ../scss/partials/_bootstrap.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8304, ../scss/partials/_bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 8307, ../scss/partials/_bootstrap.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 8311, ../scss/partials/_bootstrap.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 8315, ../scss/partials/_bootstrap.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8319, ../scss/partials/_bootstrap.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 8323, ../scss/partials/_bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 8326, ../scss/partials/_bootstrap.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8330, ../scss/partials/_bootstrap.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8334, ../scss/partials/_bootstrap.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8338, ../scss/partials/_bootstrap.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8342, ../scss/partials/_bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 8345, ../scss/partials/_bootstrap.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 8349, ../scss/partials/_bootstrap.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 8353, ../scss/partials/_bootstrap.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8357, ../scss/partials/_bootstrap.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 8361, ../scss/partials/_bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 8364, ../scss/partials/_bootstrap.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 8368, ../scss/partials/_bootstrap.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 8372, ../scss/partials/_bootstrap.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 8376, ../scss/partials/_bootstrap.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 8380, ../scss/partials/_bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 8383, ../scss/partials/_bootstrap.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8387, ../scss/partials/_bootstrap.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8391, ../scss/partials/_bootstrap.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8395, ../scss/partials/_bootstrap.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8399, ../scss/partials/_bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 8402, ../scss/partials/_bootstrap.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8406, ../scss/partials/_bootstrap.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8410, ../scss/partials/_bootstrap.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8414, ../scss/partials/_bootstrap.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8418, ../scss/partials/_bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 8421, ../scss/partials/_bootstrap.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 8425, ../scss/partials/_bootstrap.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 8429, ../scss/partials/_bootstrap.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8433, ../scss/partials/_bootstrap.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 8437, ../scss/partials/_bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 8440, ../scss/partials/_bootstrap.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8444, ../scss/partials/_bootstrap.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8448, ../scss/partials/_bootstrap.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8452, ../scss/partials/_bootstrap.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8456, ../scss/partials/_bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 8459, ../scss/partials/_bootstrap.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 8463, ../scss/partials/_bootstrap.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 8467, ../scss/partials/_bootstrap.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8471, ../scss/partials/_bootstrap.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 8475, ../scss/partials/_bootstrap.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 8478, ../scss/partials/_bootstrap.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 8482, ../scss/partials/_bootstrap.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 8486, ../scss/partials/_bootstrap.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 8490, ../scss/partials/_bootstrap.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 8497, ../scss/partials/_bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 8500, ../scss/partials/_bootstrap.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 8504, ../scss/partials/_bootstrap.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 8508, ../scss/partials/_bootstrap.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 8512, ../scss/partials/_bootstrap.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 8516, ../scss/partials/_bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 8519, ../scss/partials/_bootstrap.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8523, ../scss/partials/_bootstrap.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8527, ../scss/partials/_bootstrap.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8531, ../scss/partials/_bootstrap.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8535, ../scss/partials/_bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 8538, ../scss/partials/_bootstrap.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8542, ../scss/partials/_bootstrap.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8546, ../scss/partials/_bootstrap.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8550, ../scss/partials/_bootstrap.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8554, ../scss/partials/_bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 8557, ../scss/partials/_bootstrap.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 8561, ../scss/partials/_bootstrap.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 8565, ../scss/partials/_bootstrap.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8569, ../scss/partials/_bootstrap.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 8573, ../scss/partials/_bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 8576, ../scss/partials/_bootstrap.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8580, ../scss/partials/_bootstrap.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8584, ../scss/partials/_bootstrap.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8588, ../scss/partials/_bootstrap.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8592, ../scss/partials/_bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 8595, ../scss/partials/_bootstrap.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 8599, ../scss/partials/_bootstrap.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 8603, ../scss/partials/_bootstrap.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8607, ../scss/partials/_bootstrap.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 8611, ../scss/partials/_bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 8614, ../scss/partials/_bootstrap.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 8618, ../scss/partials/_bootstrap.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 8622, ../scss/partials/_bootstrap.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 8626, ../scss/partials/_bootstrap.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 8630, ../scss/partials/_bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 8633, ../scss/partials/_bootstrap.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8637, ../scss/partials/_bootstrap.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8641, ../scss/partials/_bootstrap.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8645, ../scss/partials/_bootstrap.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8649, ../scss/partials/_bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 8652, ../scss/partials/_bootstrap.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8656, ../scss/partials/_bootstrap.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8660, ../scss/partials/_bootstrap.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8664, ../scss/partials/_bootstrap.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8668, ../scss/partials/_bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 8671, ../scss/partials/_bootstrap.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 8675, ../scss/partials/_bootstrap.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 8679, ../scss/partials/_bootstrap.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8683, ../scss/partials/_bootstrap.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 8687, ../scss/partials/_bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 8690, ../scss/partials/_bootstrap.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8694, ../scss/partials/_bootstrap.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8698, ../scss/partials/_bootstrap.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8702, ../scss/partials/_bootstrap.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8706, ../scss/partials/_bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 8709, ../scss/partials/_bootstrap.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 8713, ../scss/partials/_bootstrap.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 8717, ../scss/partials/_bootstrap.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8721, ../scss/partials/_bootstrap.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 8725, ../scss/partials/_bootstrap.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 8728, ../scss/partials/_bootstrap.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 8732, ../scss/partials/_bootstrap.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 8736, ../scss/partials/_bootstrap.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 8740, ../scss/partials/_bootstrap.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 8746, ../scss/partials/_bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 8750, ../scss/partials/_bootstrap.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8754, ../scss/partials/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8758, ../scss/partials/_bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8764, ../scss/partials/_bootstrap.scss */
.text-left {
  text-align: left !important;
}

/* line 8768, ../scss/partials/_bootstrap.scss */
.text-right {
  text-align: right !important;
}

/* line 8772, ../scss/partials/_bootstrap.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8777, ../scss/partials/_bootstrap.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 8780, ../scss/partials/_bootstrap.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 8783, ../scss/partials/_bootstrap.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 8789, ../scss/partials/_bootstrap.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 8792, ../scss/partials/_bootstrap.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 8795, ../scss/partials/_bootstrap.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 8801, ../scss/partials/_bootstrap.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 8804, ../scss/partials/_bootstrap.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 8807, ../scss/partials/_bootstrap.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 8813, ../scss/partials/_bootstrap.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 8816, ../scss/partials/_bootstrap.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 8819, ../scss/partials/_bootstrap.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 8824, ../scss/partials/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8828, ../scss/partials/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8832, ../scss/partials/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8836, ../scss/partials/_bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8840, ../scss/partials/_bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8844, ../scss/partials/_bootstrap.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8848, ../scss/partials/_bootstrap.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8852, ../scss/partials/_bootstrap.scss */
.text-white {
  color: #fff !important;
}

/* line 8856, ../scss/partials/_bootstrap.scss */
.text-primary {
  color: #007bff !important;
}

/* line 8860, ../scss/partials/_bootstrap.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 8864, ../scss/partials/_bootstrap.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 8868, ../scss/partials/_bootstrap.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 8872, ../scss/partials/_bootstrap.scss */
.text-success {
  color: #28a745 !important;
}

/* line 8876, ../scss/partials/_bootstrap.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 8880, ../scss/partials/_bootstrap.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 8884, ../scss/partials/_bootstrap.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 8888, ../scss/partials/_bootstrap.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 8892, ../scss/partials/_bootstrap.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 8896, ../scss/partials/_bootstrap.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 8900, ../scss/partials/_bootstrap.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 8904, ../scss/partials/_bootstrap.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 8908, ../scss/partials/_bootstrap.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 8912, ../scss/partials/_bootstrap.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 8916, ../scss/partials/_bootstrap.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 8920, ../scss/partials/_bootstrap.scss */
.text-body {
  color: #212529 !important;
}

/* line 8924, ../scss/partials/_bootstrap.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 8928, ../scss/partials/_bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 8932, ../scss/partials/_bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8936, ../scss/partials/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8944, ../scss/partials/_bootstrap.scss */
.visible {
  visibility: visible !important;
}

/* line 8948, ../scss/partials/_bootstrap.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8953, ../scss/partials/_bootstrap.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 8959, ../scss/partials/_bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 8962, ../scss/partials/_bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 8965, ../scss/partials/_bootstrap.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 8968, ../scss/partials/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 8973, ../scss/partials/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 8976, ../scss/partials/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 8980, ../scss/partials/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 8986, ../scss/partials/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 8993, ../scss/partials/_bootstrap.scss */
  body {
    min-width: 992px !important;
  }

  /* line 8996, ../scss/partials/_bootstrap.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 8999, ../scss/partials/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 9002, ../scss/partials/_bootstrap.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 9005, ../scss/partials/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 9008, ../scss/partials/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 9012, ../scss/partials/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 9016, ../scss/partials/_bootstrap.scss */
  .table-dark {
    color: inherit;
  }

  /* line 9019, ../scss/partials/_bootstrap.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 9025, ../scss/partials/_bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
THEME COLORS
*********************/
/*********************
OTHER COLORS
*********************/
/*********************
OPACITY COLORS
*********************/
/*********************
BG COLORS
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: gilroyBold;
  src: url("../fonts/Gilroy-Bold.otf") format("opentype");
}
@font-face {
  font-family: gilroyExtrabold;
  src: url("../fonts/Gilroy-Extrabold.otf") format("opentype");
}
@font-face {
  font-family: gilroyRegular;
  src: url("../fonts/Gilroy-Regular.otf") format("opentype");
}
/* line 27, ../scss/partials/_typography.scss */
.sans-serif {
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 35, ../scss/partials/_typography.scss */
.Gilroy-ExtraBold {
  font-family: Gilroy-ExtraBold;
  font-weight: normal;
  font-style: normal;
}

/* line 40, ../scss/partials/_typography.scss */
.Gilroy-Bold {
  font-family: Gilroy-Bold;
  font-weight: normal;
  font-style: normal;
}

.Gilroy-Regular {
  font-family: Gilroy-Regular;
  font-weight: normal;
  font-style: normal;
}

/* line 46, ../scss/partials/_typography.scss */
.f80 {
  font-size: 0.8em;
}

/******************************************************************
Stylesheet: Sass Functions
******************************************************************/
/*********************
COLOR FUNCTIONS
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
*********************/
/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/******************************************************************
Stylesheet: HELPER CLASSES
******************************************************************/
/* ABSOLUTE POSITIONING */
/* line 7, ../scss/partials/_helpers.scss */
.valign {
  position: absolute;
  top: 50% !important;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 500;
}

/* line 17, ../scss/partials/_helpers.scss */
.ja-only {
  display: none;
}

/* line 21, ../scss/partials/_helpers.scss */
body.ja .en-only {
  display: none;
}
/* line 24, ../scss/partials/_helpers.scss */
body.ja .ja-only {
  display: block;
}

/* Bootstrap Fix */
@media screen and (min-width: 992px) {
  /* line 39, ../scss/partials/_helpers.scss */
  .modal-open {
    overflow-y: auto;
  }

  /* line 41, ../scss/partials/_helpers.scss */
  body, .navbar-fixed-top, .navbar-fixed-bottom {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 46, ../scss/partials/_helpers.scss */
.modal {
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 992px) {
  /* line 52, ../scss/partials/_helpers.scss */
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
}
/* TEXT ROTATOR VENDOR */
/* line 62, ../scss/partials/_helpers.scss */
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

/* line 82, ../scss/partials/_helpers.scss */
.rotating.flip {
  position: relative;
}

/* line 86, ../scss/partials/_helpers.scss */
.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 96, ../scss/partials/_helpers.scss */
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

/* line 106, ../scss/partials/_helpers.scss */
.rotating.flip .front {
  z-index: 1;
}

/* line 110, ../scss/partials/_helpers.scss */
.rotating .back {
  display: block;
  opacity: 0;
}

/* line 115, ../scss/partials/_helpers.scss */
.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

/* line 125, ../scss/partials/_helpers.scss */
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

/* line 137, ../scss/partials/_helpers.scss */
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

/* line 145, ../scss/partials/_helpers.scss */
.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/* line 153, ../scss/partials/_helpers.scss */
.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/* line 161, ../scss/partials/_helpers.scss */
.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../scss/hamburgers/_base.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 21, ../scss/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 31, ../scss/hamburgers/_base.scss */
.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative;
}

/* line 38, ../scss/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
/* line 43, ../scss/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 4px;
  background-color: #00c6dc;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 56, ../scss/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 62, ../scss/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -7px;
}
/* line 66, ../scss/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
/* line 6, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-box {
  perspective: 40px;
}
/* line 10, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
/* line 25, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
/* line 6, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px;
}
/* line 10, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
/* line 25, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
/* line 6, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-box {
  perspective: 40px;
}
/* line 10, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
/* line 25, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
/* line 6, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px;
}
/* line 10, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
/* line 25, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
/* line 6, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-box {
  perspective: 40px;
}
/* line 10, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
/* line 25, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
/* line 6, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px;
}
/* line 10, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
/* line 25, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
/* line 7, ../scss/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/* line 11, ../scss/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
/* line 7, ../scss/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/* line 11, ../scss/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
/* line 7, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 20, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/* line 27, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
/* line 7, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 20, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/* line 27, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
/* line 5, ../scss/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
/* line 8, ../scss/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
/* line 5, ../scss/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
/* line 8, ../scss/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
/* line 7, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
/* line 15, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
/* line 18, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 23, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
/* line 6, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 13, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
/* line 19, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 26, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 31, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
/* line 38, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
/* line 6, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 13, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
/* line 19, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 26, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 31, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
/* line 38, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
/* line 6, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 11, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
/* line 16, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 23, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
/* line 29, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
/* line 34, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
/* line 6, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 11, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
/* line 16, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 23, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
/* line 29, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
/* line 34, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
/* line 5, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic {
  overflow: hidden;
}
/* line 8, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
/* line 11, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
/* line 18, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
/* line 28, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
/* line 33, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 42, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
/* line 5, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r {
  overflow: hidden;
}
/* line 8, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
/* line 11, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
/* line 18, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
/* line 28, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
/* line 33, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 42, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
/* line 7, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
/* line 17, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
/* line 24, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
/* line 28, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
/* line 6, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
/* line 9, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
/* line 16, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
/* line 22, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 27, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -3px, 0);
  opacity: 0;
}
/* line 32, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
/* line 6, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
/* line 9, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
/* line 16, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
/* line 22, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
/* line 27, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.8571428571px, -3px, 0);
  opacity: 0;
}
/* line 32, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
/* line 6, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
/* line 15, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
/* line 34, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
/* line 6, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
/* line 15, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
/* line 34, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
/* line 6, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
/* line 10, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 16, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 24, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
/* line 28, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
/* line 35, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
/* line 6, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 13, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
/* line 19, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 26, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 31, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
/* line 38, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
/* line 6, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
/* line 10, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 15, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
/* line 29, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 36, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
/* line 6, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
/* line 10, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 15, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
/* line 29, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 36, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
/* line 6, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
/* line 15, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
/* line 34, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
/* line 6, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 10, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
/* line 17, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
/* line 21, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
/* line 27, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 31, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
/* line 36, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 41, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
/* line 6, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 10, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
/* line 17, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
/* line 21, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
/* line 27, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 31, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
/* line 36, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 41, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/******************************************************************/
/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 9, ../scss/breakpoints/_base.scss */
html,
body {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

/* line 16, ../scss/breakpoints/_base.scss */
body {
  margin: 0;
  padding: 0 !important;
  background-color: #ffffff;
  color: #000000;
  font-family: "Chronicle Text G4 A", "Chronicle Text G4 B", "Georgia", Cambria, Times New Roman, Times, serif;
  min-width: 310px;
}

/* line 25, ../scss/breakpoints/_base.scss */
html:lang(en) body {
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*********************
LINK STYLES
*********************/
/* line 39, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 2px #ffca05;
  /* on hover */
}
/* line 44, ../scss/breakpoints/_base.scss */
a.header-logo-link, a:visited.header-logo-link {
  border: none !important;
}
/* line 48, ../scss/breakpoints/_base.scss */
a.yellow-link, a:visited.yellow-link {
  color: #ffca05 !important;
}
/* line 53, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  text-decoration: none;
  color: inherit;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 64, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 69, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
HEADER STYLES
*********************/
/* line 78, ../scss/breakpoints/_base.scss */
#top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: transparent;
  height: 70px;
  transition-duration: 0.6s;
}
/* line 88, ../scss/breakpoints/_base.scss */
#top.nav-up {
  top: -200px;
}
/* line 91, ../scss/breakpoints/_base.scss */
#top.nav-down {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 18px 0 rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 0 2px 18px 0 rgba(210, 210, 210, 0.5);
  box-shadow: 0 2px 18px 0 rgba(210, 210, 210, 0.5);
}
/* line 98, ../scss/breakpoints/_base.scss */
#top.nav-down #nav-logo svg polygon,
#top.nav-down #nav-logo svg path {
  fill: #000000;
}
/* line 103, ../scss/breakpoints/_base.scss */
#top.nav-down .hamburger-inner, #top.nav-down .hamburger-inner::before, #top.nav-down .hamburger-inner::after {
  background-color: #000000;
}
/* line 109, ../scss/breakpoints/_base.scss */
#top.menu-open {
  height: 100%;
  background-color: #ffffff;
}
/* line 113, ../scss/breakpoints/_base.scss */
#top.menu-open a:link, #top.menu-open a:visited {
  color: #000000;
}
/* line 116, ../scss/breakpoints/_base.scss */
#top.menu-open .hamburger-inner, #top.menu-open .hamburger-inner::before, #top.menu-open .hamburger-inner::after {
  background-color: #000000;
  border-radius: 0;
}
/* line 121, ../scss/breakpoints/_base.scss */
#top.menu-open #nav-logo {
  display: none;
}
/* line 125, ../scss/breakpoints/_base.scss */
#top.menu-open #main-nav {
  position: absolute;
  top: 50% !important;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 500;
}
/* line 134, ../scss/breakpoints/_base.scss */
#top.menu-open > .container {
  position: static;
}
/* line 139, ../scss/breakpoints/_base.scss */
#top > .container {
  position: relative;
}
/* line 143, ../scss/breakpoints/_base.scss */
#top button.hamburger {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 999;
  border: none;
}
/* line 150, ../scss/breakpoints/_base.scss */
#top button.hamburger:focus {
  outline: none;
}
/* line 152, ../scss/breakpoints/_base.scss */
#top .hamburger-inner, #top .hamburger-inner::before, #top .hamburger-inner::after {
  background-color: #ffffff;
}

/* line 158, ../scss/breakpoints/_base.scss */
.header-logo-link {
  display: block;
  float: left;
}

/* line 162, ../scss/breakpoints/_base.scss */
#nav-logo {
  padding: 20px 0 0 0;
  display: inline-block;
  width: 65px;
  height: 46.39px;
}
/* line 168, ../scss/breakpoints/_base.scss */
#nav-logo svg {
  width: 100%;
  height: auto;
  transition-duration: 0.6s;
}

/* line 177, ../scss/breakpoints/_base.scss */
#main-nav {
  transition-duration: 0.5s;
  position: relative;
}
/* line 182, ../scss/breakpoints/_base.scss */
#main-nav.h-mobile-nav {
  display: none;
}
/* line 186, ../scss/breakpoints/_base.scss */
#main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 191, ../scss/breakpoints/_base.scss */
#main-nav ul li {
  text-align: center;
}
/* line 195, ../scss/breakpoints/_base.scss */
#main-nav ul li a {
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 25px;
  display: block;
  width: 80%;
  padding: 5px 0;
  margin: 10px auto;
  border-bottom: 0;
  transition-duration: 0.5s;
}
/* line 207, ../scss/breakpoints/_base.scss */
#main-nav ul li a.ja {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-height: 623px) {
  /* line 195, ../scss/breakpoints/_base.scss */
  #main-nav ul li a {
    margin: 2px auto;
    padding: 3px 0;
    font-size: 20px;
  }
}
/* line 218, ../scss/breakpoints/_base.scss */
#main-nav ul li#link-nihongo a {
  font-weight: bold;
}
/* line 222, ../scss/breakpoints/_base.scss */
#main-nav ul li#link-login {
  display: none;
}

/*********************
SLIDES
*********************/
/* line 235, ../scss/breakpoints/_base.scss */
section.slide {
  min-height: 100vh;
  text-align: center;
  position: relative;
  z-index: 300;
  padding: 30px 0;
}

/* line 242, ../scss/breakpoints/_base.scss */
.mini-cont {
  max-width: 480px;
}

/* line 245, ../scss/breakpoints/_base.scss */
.slide-white-t {
  color: #ffffff;
}

/* line 248, ../scss/breakpoints/_base.scss */
.slide-black-t {
  color: #000000;
}

/* line 252, ../scss/breakpoints/_base.scss */
#welcome {
  background-color: #333333;
  background-image: url("../images/bg/video-bg-img.jpg");
  background-size: cover;
  background-position: center center;
}
/* line 258, ../scss/breakpoints/_base.scss */
#welcome::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #000000;
  opacity: 0.5;
}
/* line 269, ../scss/breakpoints/_base.scss */
#welcome .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
/* line 279, ../scss/breakpoints/_base.scss */
#welcome .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 290, ../scss/breakpoints/_base.scss */
#welcome .btn-play-video {
  margin-top: 30px;
}

.banner-btn-wrapper{
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-btn-wrapper a.banner-btn:hover{
  transform: scale(1.2);
  cursor: pointer;
}

.social-icons-row{
  justify-content: space-evenly;
  max-width: 100%;
  margin-top: 80px;
  display :flex;
}

.social-icons-row a,
.social-icons-row svg{
  width: 50px;
  height: 50px;
}

.social-icons-row a{
  border-bottom: none;
  margin: 0;
}

.yellow-back{
  background: #ffca05;
  color: #000;
}

.jobs-section-header{
  border: 2px solid #fff;
  padding: 30px;
}

.jobs-section-header h1, .jobs-section-header-desc{
  width: 50%;
}

.jobs-section-header h1{
  font-size: 45px;
  margin-bottom: 100px;
}

.jobs-section-header p{
  font-size: 16px;
  margin-bottom: 20px;
}

.jobs-section-items{
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 40px;
}

.jobs-section-item{
  flex: 1;
  margin: 15px;
  height: 500px;
  border: 2px solid #fff;
  min-width: calc(100%/4);
  max-width: calc(100%/3.25);
}

.jobs-section-item img{
  height: 350px;
  width: 100%;
}

.jobs-section-item .jobs-section-item-desc{
  padding: 20px;
  position: relative;
  min-height: 150px;
}

.jobs-section-item .jobs-section-item-desc .job-title{
  width: 50%;
  font-size: 20px;
}

.jobs-section-item .jobs-section-item-desc .job-title span{
  display: block;
}

.jobs-section-item .jobs-section-item-desc a.Gilroy-Regular{
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.jobs-section-item .jobs-section-item-desc a.Gilroy-Regular:hover{
  text-decoration: underline;
}

#jobs-section{
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-wrapper{
  margin-top: 138px;
}

@media screen and (max-width: 880px){
  .jobs-section-item{
    min-width: calc(100vw/2.9);
    max-width: calc(100vw/2.3);
  }
}

@media screen and (max-width: 662px){
  .jobs-section-header h1, .jobs-section-header-desc {
    width: 100%;
}
 .jobs-section-header-desc {
    text-align: center;
 }
}

@media screen and (max-width: 530px){
  .jobs-section-item{
    min-width: 70%;
    max-width: 100%;
  }
  .jobs-section-items{
    justify-content: center;
  }
}


/* line 293, ../scss/breakpoints/_base.scss */
#welcome .btn-play-video .video-btn, 
 .banner-btn-wrapper a.banner-btn {
  transition-duration: 0.4s;
  background-color: #ffca05;
  color: #000000 !important;
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  padding: 12px 35px;
  border: solid 3px #ffca05;
  border-radius: 45px;
  display: inline-block;
}
/* line 305, ../scss/breakpoints/_base.scss */
#welcome .btn-play-video .video-btn:hover, #welcome .btn-play-video .video-btn:active, #welcome .btn-play-video .video-btn:focus {
  cursor: pointer;
  background-color: transparent !important;
  color: #ffca05 !important;
}

/* line 314, ../scss/breakpoints/_base.scss */
.welcome-text-container {
  margin-left: auto;
  margin-right: auto;
  z-index: 700 !important;
  margin-top: 0;
}

/* line 320, ../scss/breakpoints/_base.scss */
.welcome-text {
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 1.1px;
}
/* line 327, ../scss/breakpoints/_base.scss */
.welcome-text.ja {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
/* line 332, ../scss/breakpoints/_base.scss */
.welcome-text.ja + .btn-play-video {
  padding-top: 60px;
}

/* line 341, ../scss/breakpoints/_base.scss */
#impact {
  padding: 70px 0;
}
/* line 344, ../scss/breakpoints/_base.scss */
#impact .circle-ani-row {
  text-align: center;
  padding-bottom: 20px;
}
/* line 348, ../scss/breakpoints/_base.scss */
#impact .circle-ani-row .circle-arb {
  width: 35px;
  display: inline-block;
}
/* line 353, ../scss/breakpoints/_base.scss */
#impact .circle-ani-row img {
  width: 100%;
}
/* line 357, ../scss/breakpoints/_base.scss */
#impact .circle-arb-2 {
  position: relative;
  left: -13px;
}

/* line 366, ../scss/breakpoints/_base.scss */
#welcome-slider {
  background-color: #142f53;
}
/* line 369, ../scss/breakpoints/_base.scss */
#welcome-slider #moonslider {
  height: 300px;
  overflow: hidden;
}
/* line 374, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-inner {
  height: 100%;
}
/* line 378, ../scss/breakpoints/_base.scss */
#welcome-slider a {
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .page-wrapper{
    margin-top: 65px;
  }
  /* line 382, ../scss/breakpoints/_base.scss */
  #welcome-slider .carousel-control-prev, #welcome-slider .carousel-control-next {
    width: 40px;
  }
}
/* line 387, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-control-prev-icon,
#welcome-slider .carousel-control-next-icon {
  height: 19px;
  width: 11px;
}
/* line 392, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-control-prev-icon {
  background-image: url("../images/icons/icon-arrow-left-white.svg");
}
/* line 395, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-control-next-icon {
  background-image: url("../images/icons/icon-arrow-right-white.svg");
}
/* line 398, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-indicators li {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
/* line 404, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-item {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
/* line 409, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
/* line 420, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-item img {
  opacity: 0;
}
/* line 425, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-caption {
  text-align: left;
  color: #ffffff;
  bottom: auto;
  top: 50% !important;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
  z-index: 500;
}
/* line 435, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-caption .capt-1 {
  color: #ffffff;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Gilroy-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  max-width: 100%;
}
/* line 444, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-caption .capt-2 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: normal;
}
/* line 449, ../scss/breakpoints/_base.scss */
#welcome-slider .carousel-caption .capt-2.ja {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 95%;
}

/* line 462, ../scss/breakpoints/_base.scss */
#industries {
  background-color: #142f53;
  padding: 70px 0;
}
/* line 466, ../scss/breakpoints/_base.scss */
#industries .industries-block {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}
/* line 472, ../scss/breakpoints/_base.scss */
#industries .card-title {
  margin: 0;
  text-align: center;
}
/* line 476, ../scss/breakpoints/_base.scss */
#industries .card-title span {
  font-size: 14px;
  border-bottom: solid 2px #ffca05;
  display: inline-block;
  padding-bottom: 2px;
}
/* line 485, ../scss/breakpoints/_base.scss */
#industries .industries-row-m .industries-block {
  margin: 15px;
}
/* line 488, ../scss/breakpoints/_base.scss */
#industries .industries-row-m .card-title {
  margin-top: 8px;
}
/* line 492, ../scss/breakpoints/_base.scss */
#industries .industries-row-xl {
  display: none;
}
/* line 494, ../scss/breakpoints/_base.scss */
#industries .industries-m-link {
  display: block;
  border: none;
  cursor: pointer;
}
/* line 500, ../scss/breakpoints/_base.scss */
#industries .entry-title-p {
  padding-bottom: 40px;
}

/* line 509, ../scss/breakpoints/_base.scss */
#team {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 50px;
}
/* line 514, ../scss/breakpoints/_base.scss */
#team .team-content {
  padding: 0;
  clear: both;
}
/* line 518, ../scss/breakpoints/_base.scss */
#team .team-content a {
  text-decoration: none !important;
  color: inherit;
  display: block;
  border: none;
  cursor: pointer;
}
/* line 527, ../scss/breakpoints/_base.scss */
#team .team-content a:hover .tci-2, #team .team-content a:active .tci-2, #team .team-content a:focus .tci-2 {
  opacity: 0;
}
/* line 533, ../scss/breakpoints/_base.scss */
#team .team-content .team-img-cont {
  margin: 20px auto;
  max-width: 240px;
}
/* line 538, ../scss/breakpoints/_base.scss */
#team .team-img-cont {
  position: relative;
}
/* line 541, ../scss/breakpoints/_base.scss */
#team .team-circle-img {
  display: block;
  mask-image: url("../images/circles/circle-yellow.svg");
  -webkit-mask-image: url("../images/circles/circle-yellow.svg");
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-position: center;
  -webkit-mask-position: center;
}
/* line 555, ../scss/breakpoints/_base.scss */
#team .tci-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  opacity: 1;
}
/* line 566, ../scss/breakpoints/_base.scss */
#team .team-box {
  width: calc(33.33% - 24px);
  float: left;
  margin: 15px 12px 0 12px;
}
/* line 572, ../scss/breakpoints/_base.scss */
#team .team-name {
  margin-bottom: 0;
}
/* line 575, ../scss/breakpoints/_base.scss */
#team .team-name p {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin: 0 auto;
  border-bottom: solid 3px #ffca05;
}
/* line 582, ../scss/breakpoints/_base.scss */
#team .team-name p.ja {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
/* line 590, ../scss/breakpoints/_base.scss */
#team .team-title {
  font-size: 15px;
}

/* line 598, ../scss/breakpoints/_base.scss */
#portfolio {
  background-color: #f7f7f7;
  text-align: center;
  padding: 50px 0;
}
/* line 603, ../scss/breakpoints/_base.scss */
#portfolio .entry-title {
  padding-top: 20px;
}
/* line 607, ../scss/breakpoints/_base.scss */
#portfolio .container {
  max-width: 960px;
}

/* line 612, ../scss/breakpoints/_base.scss */
#portfolio-logos {
  padding: 0;
}

/* line 615, ../scss/breakpoints/_base.scss */
.portfolio-sub-t {
  margin: 50px 0 20px 0;
  text-align: center;
  font-size: 28px;
}

/* line 621, ../scss/breakpoints/_base.scss */
.logo-row {
  margin-top: 30px;
}

/* line 625, ../scss/breakpoints/_base.scss */
.portfolio-logo {
  display: block;
  margin: 0;
}
/* line 629, ../scss/breakpoints/_base.scss */
.portfolio-logo img, .portfolio-logo svg {
  display: inline-block;
  width: 180px;
  height: auto;
  margin: 0 auto;
  opacity: 0.5;
}

/* line 642, ../scss/breakpoints/_base.scss */
#join {
  padding: 70px 0;
}
/* line 645, ../scss/breakpoints/_base.scss */
#join .jobs-row {
  padding-top: 40px;
}
/* line 648, ../scss/breakpoints/_base.scss */
#join .jobs-block .jb-inner {
  border: solid 1px #ffca05;
  margin: 10px auto;
  width: 80%;
}
/* line 653, ../scss/breakpoints/_base.scss */
#join .jb-text {
  padding: 21px 29px;
}
/* line 656, ../scss/breakpoints/_base.scss */
#join .join-title {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Chronicle Text G4 A", "Chronicle Text G4 B", "Georgia", Cambria, Times New Roman, Times, serif;
}
/* line 664, ../scss/breakpoints/_base.scss */
#join .join-p {
  display: none;
}
/* line 667, ../scss/breakpoints/_base.scss */
#join a.join-link {
  display: block;
  border: solid 1px #ffca05;
  color: #000000 !important;
  background-color: #ffca05;
  font-size: 18px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}
/* line 677, ../scss/breakpoints/_base.scss */
#join a.join-link:hover, #join a.join-link:active, #join a.join-link:focus {
  background-color: #ffffff;
}

/* line 686, ../scss/breakpoints/_base.scss */
#news {
  background-color: #f7f7f7;
  padding: 50px 0;
  overflow-x: hidden;
}
/* line 693, ../scss/breakpoints/_base.scss */
#news .slider.center .slick-list {
  max-height: 360px;
}
/* line 696, ../scss/breakpoints/_base.scss */
#news .slider.center .slick-prev,
#news .slider.center .slick-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 704, ../scss/breakpoints/_base.scss */
#news .slider.center .slick-prev:before,
#news .slider.center .slick-next:before {
  content: "";
}
/* line 709, ../scss/breakpoints/_base.scss */
#news .slider.center .slick-prev {
  background-image: url("../images/icons/icon-arrow-left-black.svg");
  left: -50px;
}
/* line 713, ../scss/breakpoints/_base.scss */
#news .slider.center .slick-next {
  background-image: url("../images/icons/icon-arrow-right-black.svg");
  right: -50px;
}
/* line 719, ../scss/breakpoints/_base.scss */
#news .slider.center .news-block {
  width: 185px !important;
  height: 315px;
  background-color: #ffffff;
  margin: 15px;
  overflow-y: scroll;
}
/* line 725, ../scss/breakpoints/_base.scss */
#news .slider.center .news-bi {
  height: 193px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 731, ../scss/breakpoints/_base.scss */
#news .slider.center .news-bt {
  padding: 15px;
  line-height: 1.3;
}
/* line 735, ../scss/breakpoints/_base.scss */
#news .slider.center .news-date {
  font-style: italic;
  font-size: 14px;
  margin: 0 0 5px 0;
}
/* line 740, ../scss/breakpoints/_base.scss */
#news .slider.center .news-date.ja {
  font-style: normal;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
/* line 746, ../scss/breakpoints/_base.scss */
#news .slider.center .news-title {
  font-size: 14px;
  margin: 0;
}

/* line 757, ../scss/breakpoints/_base.scss */
#contact {
  padding: 15px 0 70px 0;
  background-color: #000000;
  text-align: center;
}
/* line 762, ../scss/breakpoints/_base.scss */
#contact #footer-logo {
  width: 95px;
  margin: 15px auto 33px auto;
  display: block;
}
/* line 768, ../scss/breakpoints/_base.scss */
#contact .email-icon {
  display: block;
  margin: 5px auto;
  width: 30px;
  height: 18px;
}
/* line 774, ../scss/breakpoints/_base.scss */
#contact .email-icon svg {
  width: 100%;
  height: auto;
}
/* line 779, ../scss/breakpoints/_base.scss */
#contact .mail-link {
  font-size: 18px;
  line-height: 1.6;
  font-style: normal;
}
/* line 785, ../scss/breakpoints/_base.scss */
#contact .map-1,
#contact .map-2 {
  margin-top: 25px;
  margin-bottom: 13px;
}
/* line 791, ../scss/breakpoints/_base.scss */
#contact .address-title {
  font-size: 24px;
  line-height: 1.25;
}
/* line 795, ../scss/breakpoints/_base.scss */
#contact .address-p {
  max-width: 132px;
  margin: 5px auto 33px auto;
  font-size: 18px;
  line-height: 1.2;
}
/* line 801, ../scss/breakpoints/_base.scss */
body.ja #contact .address-p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 807, ../scss/breakpoints/_base.scss */
#contact .address-p.tokyo-ja {
  max-width: 100%;
}

/*********************
SLIDE TYPOGRAPHY
*********************/
/* line 818, ../scss/breakpoints/_base.scss */
.entry-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* line 827, ../scss/breakpoints/_base.scss */
.entry-title-p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 835, ../scss/breakpoints/_base.scss */
.entry-title-p.ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/* line 841, ../scss/breakpoints/_base.scss */
.entry-sub-title {
  font-size: 28px;
  line-height: 32px;
}

/* line 845, ../scss/breakpoints/_base.scss */
.slide-contact {
  padding-top: 25px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
/* line 851, ../scss/breakpoints/_base.scss */
.slide-contact.ja {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

/*********************
MODALS
*********************/
/* line 869, ../scss/breakpoints/_base.scss */
.modal.fade {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 876, ../scss/breakpoints/_base.scss */
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  padding-right: 0 !important;
}
/* line 881, ../scss/breakpoints/_base.scss */
.modal .close {
  color: #ffffff;
  font-size: 50px;
  display: block;
  text-align: right;
  margin: 0 25px 0 0;
  position: absolute;
  z-index: 990;
  top: 0;
  right: 0;
  opacity: 1;
  cursor: pointer;
}
/* line 894, ../scss/breakpoints/_base.scss */
.modal .close .hamburger-inner, .modal .close .hamburger-inner::before, .modal .close .hamburger-inner::after {
  background-color: #000000;
  border-radius: 0;
}

/* line 901, ../scss/breakpoints/_base.scss */
.modal-content {
  background-color: transparent;
  color: #000000;
  border: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
}
/* line 910, ../scss/breakpoints/_base.scss */
.modal-content .modal-team-img {
  width: 100%;
  display: block;
}

/* line 915, ../scss/breakpoints/_base.scss */
.modal.show .modal-dialog {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #ffffff;
}
@media only screen and (max-width: 576px) {
  /* line 915, ../scss/breakpoints/_base.scss */
  .modal.show .modal-dialog {
    margin: 0;
  }
}

/* line 927, ../scss/breakpoints/_base.scss */
.team-modal-name {
  font-size: 24px;
  line-height: 1.2;
  max-width: none;
  margin: 25px auto 2px auto;
}
/* line 933, ../scss/breakpoints/_base.scss */
.team-modal-name.ja {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 0.7px;
}

/* line 940, ../scss/breakpoints/_base.scss */
.team-modal-bio {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 15px;
  text-align: center;
}
/* line 946, ../scss/breakpoints/_base.scss */
.team-modal-bio.ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 30px;
}

/* line 957, ../scss/breakpoints/_base.scss */
#video-btn.modal.show .modal-dialog {
  background-color: transparent;
}
/* line 961, ../scss/breakpoints/_base.scss */
#video-btn .close .hamburger-inner, #video-btn .close .hamburger-inner::before, #video-btn .close .hamburger-inner::after {
  background-color: #ffffff;
}
/* line 965, ../scss/breakpoints/_base.scss */
#video-btn .video-space {
  height: 60px;
}

/* line 976, ../scss/breakpoints/_base.scss */
.modal-industry .close .hamburger-inner, .modal-industry .close .hamburger-inner::before, .modal-industry .close .hamburger-inner::after {
  background-color: #ffffff;
}
/* line 981, ../scss/breakpoints/_base.scss */
.modal-industry.modal.show .modal-dialog {
  background-color: #142f53;
}
/* line 984, ../scss/breakpoints/_base.scss */
.modal-industry.modal.show .modal-dialog .modal-content {
  color: #ffffff !important;
  padding-top: 66px;
}
/* line 989, ../scss/breakpoints/_base.scss */
.modal-industry.modal.show .modal-dialog .modal-i-img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 147px;
}
/* line 995, ../scss/breakpoints/_base.scss */
.modal-industry.modal.show .modal-dialog .modal-i-title {
  font-size: 14px;
  line-height: 2.2;
}
/* line 1000, ../scss/breakpoints/_base.scss */
.modal-industry.modal.show .modal-dialog .modal-i-desc {
  font-size: 18px;
  line-height: 1.3;
}
/* line 1004, ../scss/breakpoints/_base.scss */
.modal-industry.modal.show .modal-dialog .modal-i-desc.ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}

/* line 1019, ../scss/breakpoints/_base.scss */
.modal-job .mj-left,
.modal-job .mj-right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 1027, ../scss/breakpoints/_base.scss */
.modal-job .mj-left {
  padding-top: 90px;
  padding-bottom: 25px;
  text-align: center;
}
/* line 1032, ../scss/breakpoints/_base.scss */
.modal-job .mj-right {
  background-color: #ffca05;
  padding-bottom: 50px;
}
/* line 1037, ../scss/breakpoints/_base.scss */
.modal-job .mj-title {
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 1041, ../scss/breakpoints/_base.scss */
.modal-job p, .modal-job ul {
  font-size: 18px;
  line-height: 1.2;
}
/* line 1045, ../scss/breakpoints/_base.scss */
.modal-job p.ja, .modal-job ul.ja {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
}
/* line 1052, ../scss/breakpoints/_base.scss */
.modal-job .mj-details,
.modal-job .mj-experience {
  font-style: italic;
  padding: 30px 15px;
  text-align: center;
  margin: 0;
}
/* line 1059, ../scss/breakpoints/_base.scss */
.modal-job .mj-details.ja,
.modal-job .mj-experience.ja {
  font-style: normal;
  font-weight: bold;
}
/* line 1065, ../scss/breakpoints/_base.scss */
.modal-job ul, .modal-job ol {
  text-align: left;
}

/* line 1072, ../scss/breakpoints/_base.scss */
.load-icon {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading-circle.gif") center no-repeat #fff;
  background-size: 150px 150px;
}

@media screen and (max-width: 768px) {
  /* line 1089, ../scss/breakpoints/_base.scss */
  #industries .industries-row-m .industries-block.industries-block-4 {
    margin: 15px auto;
  }

  /* line 1093, ../scss/breakpoints/_base.scss */
  .br-md {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /* line 1101, ../scss/breakpoints/_base.scss */
  .br-lg {
    display: none;
  }
}
/* line 1111, ../scss/breakpoints/_base.scss */
body .ja {
  font-family: "Noto Sans JP", sans-serif;
}

/* line 1119, ../scss/breakpoints/_base.scss */
body.ie-11 .animateme {
  transform: none !important;
  opacity: 1 !important;
}

/* line 1126, ../scss/breakpoints/_base.scss */
.gilroy {
  letter-spacing: 1.1px;
}

/* line 1129, ../scss/breakpoints/_base.scss */
nobr {
  white-space: nowrap;
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 576px) {
  /******************************************************************
  Stylesheet: 576px and Up Stylesheet
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 8, ../scss/breakpoints/_576up.scss */
  .container {
    max-width: 1280px;
  }

  /* line 12, ../scss/breakpoints/_576up.scss */
  #join .container,
  #news .container-med {
    max-width: 960px;
  }

  /* line 18, ../scss/breakpoints/_576up.scss */
  .modal.show .modal-dialog {
    max-width: 80%;
  }

  /* line 32, ../scss/breakpoints/_576up.scss */
  #news .slider.center .news-block {
    width: 250px !important;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 9, ../scss/breakpoints/_768up.scss */
  .container,
  .container-med {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  /*********************
  NAV
  *********************/
  /* line 22, ../scss/breakpoints/_768up.scss */
  #top {
    height: 119px;
    padding-top: 20px;
  }
  /* line 27, ../scss/breakpoints/_768up.scss */
  #top.nav-down #main-nav > ul > li > a {
    color: #000000;
  }
  /* line 32, ../scss/breakpoints/_768up.scss */
  #top #nav-logo {
    width: 100px;
    height: 72.16px;
  }

  /* line 38, ../scss/breakpoints/_768up.scss */
  #main-nav {
    display: block !important;
    position: static;
    top: auto;
  }
  /* line 44, ../scss/breakpoints/_768up.scss */
  #main-nav ul {
    position: absolute;
    top: 24px;
    right: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /* line 52, ../scss/breakpoints/_768up.scss */
  #main-nav ul li {
    display: block;
    margin: 0 10px;
    padding: 5px 0;
    font-size: 14px;
    float: left;
  }
  /* line 59, ../scss/breakpoints/_768up.scss */
  #main-nav ul li a {
    font-size: inherit;
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
  }

  #main-nav ul li a.active {
    border-bottom: solid 2px #ffca05;
  }

  .social-icons-row{
    max-width: 260px;
    /* justify-content: space-between; */
  }

  /* line 80, ../scss/breakpoints/_768up.scss */
  #welcome .btn-play-video .video-btn {
    font-size: 17px;
    padding: 15px 35px;
  }

  /* line 86, ../scss/breakpoints/_768up.scss */
  .welcome-text-container {
    max-width: 562px;
  }
  /* line 89, ../scss/breakpoints/_768up.scss */
  body.ja .welcome-text-container {
    max-width: 515px;
  }

  /* line 93, ../scss/breakpoints/_768up.scss */
  .welcome-text {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: 1.5px;
  }
  /* line 98, ../scss/breakpoints/_768up.scss */
  .welcome-text.ja {
    font-size: 31px;
    line-height: 1.5;
    letter-spacing: 1.4px;
  }

  /* line 107, ../scss/breakpoints/_768up.scss */
  #impact {
    padding: 0;
    min-height: 100vh;
    position: relative;
    z-index: 300;
  }
  /* line 113, ../scss/breakpoints/_768up.scss */
  #impact .circle-ani-row {
    padding-bottom: 20px;
  }
  /* line 116, ../scss/breakpoints/_768up.scss */
  #impact .circle-ani-row .circle-arb {
    width: 55px;
  }
  /* line 120, ../scss/breakpoints/_768up.scss */
  #impact .circle-arb-2 {
    left: -23px;
  }

  /* line 129, ../scss/breakpoints/_768up.scss */
  #welcome-slider #moonslider {
    height: 513px;
  }
  /* line 133, ../scss/breakpoints/_768up.scss */
  #welcome-slider .carousel-indicators li {
    width: 6px;
    height: 6px;
  }
  /* line 138, ../scss/breakpoints/_768up.scss */
  #welcome-slider .carousel-caption {
    padding: 0 60px;
  }
  /* line 141, ../scss/breakpoints/_768up.scss */
  #welcome-slider .carousel-caption .capt-2 {
    font-size: 20px;
    line-height: 1.4;
    max-width: 490px;
  }
  /* line 146, ../scss/breakpoints/_768up.scss */
  #welcome-slider .carousel-caption .capt-2.ja {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  /* line 160, ../scss/breakpoints/_768up.scss */
  #industries {
    padding: 65px 0 100px 0;
  }
  /* line 164, ../scss/breakpoints/_768up.scss */
  #industries .industries-row {
    margin-top: 30px;
  }
  /* line 169, ../scss/breakpoints/_768up.scss */
  #industries .industries-block {
    width: calc(20% - 30px);
  }

  /* line 177, ../scss/breakpoints/_768up.scss */
  #team {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 181, ../scss/breakpoints/_768up.scss */
  #team .team-box {
    width: calc(20% - 30px);
  }
  /* line 188, ../scss/breakpoints/_768up.scss */
  #team .team-name p {
    font-size: 12px;
    line-height: 2.4;
    border-bottom: solid 2px #ffca05;
  }
  /* line 193, ../scss/breakpoints/_768up.scss */
  #team .team-name p.ja {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 2.4;
    border-bottom: solid 2px #ffca05;
  }

  /* line 207, ../scss/breakpoints/_768up.scss */
  #portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /*********************
  PORTFOLIO STYLES
  *********************/
  /* line 220, ../scss/breakpoints/_768up.scss */
  .logo-row {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* line 226, ../scss/breakpoints/_768up.scss */
  .portfolio-logo {
    width: calc(33% - 30px);
    height: 80px;
    margin: 0 15px;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  /* line 234, ../scss/breakpoints/_768up.scss */
  .portfolio-logo img {
    width: 100%;
    height: auto;
  }

  /* line 242, ../scss/breakpoints/_768up.scss */
  #join .jobs-row {
    padding-top: 30px;
  }
  /* line 245, ../scss/breakpoints/_768up.scss */
  #join .jobs-block .jb-inner {
    margin: 10px 0;
    width: 100%;
    height: 300px;
    position: relative;
  }
  /* line 251, ../scss/breakpoints/_768up.scss */
  #join .jb-text {
    padding: 20px;
  }
  /* line 254, ../scss/breakpoints/_768up.scss */
  #join .join-title {
    font-size: 20px;
    max-width: 130px;
  }
  /* line 258, ../scss/breakpoints/_768up.scss */
  #join .join-p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 1.3;
  }
  /* line 264, ../scss/breakpoints/_768up.scss */
  #join .join-p.ja {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
  }
  /* line 270, ../scss/breakpoints/_768up.scss */
  #join .join-link {
    font-size: 20px;
    padding: 10px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    width: calc(100% + 2px);
  }

  /* line 283, ../scss/breakpoints/_768up.scss */
  #news {
    padding: 0 0 70px 0;
  }
  /* line 288, ../scss/breakpoints/_768up.scss */
  #news .slider.center .slick-list {
    max-height: 400px;
  }
  /* line 292, ../scss/breakpoints/_768up.scss */
  #news .slider.center .news-block {
    width: 220px !important;
    height: 356px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 840px) {
  /* line 292, ../scss/breakpoints/_768up.scss */
  #news .slider.center .news-block {
    width: 250px !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 930px) {
  /* line 292, ../scss/breakpoints/_768up.scss */
  #news .slider.center .news-block {
    width: 270px !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 303, ../scss/breakpoints/_768up.scss */
  #news .slider.center .news-bi {
    height: 219px;
  }
  /* line 306, ../scss/breakpoints/_768up.scss */
  #news .slider.center .news-bt {
    padding: 25px;
  }
  /* line 309, ../scss/breakpoints/_768up.scss */
  #news .slider.center .news-date {
    margin-bottom: 8px;
  }

  /* line 317, ../scss/breakpoints/_768up.scss */
  #contact {
    padding: 70px 0;
    text-align: left;
  }
  /* line 321, ../scss/breakpoints/_768up.scss */
  #contact #footer-logo {
    width: 77px;
    margin: 0 0 35px 0;
  }
  /* line 326, ../scss/breakpoints/_768up.scss */
  #contact .email-icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  /* line 330, ../scss/breakpoints/_768up.scss */
  #contact .mail-link {
    font-size: 15px;
  }
  /* line 334, ../scss/breakpoints/_768up.scss */
  #contact .map-1,
  #contact .map-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 340, ../scss/breakpoints/_768up.scss */
  #contact .address-title {
    font-size: 20px;
    margin: 18px 0 10px 0;
  }
  /* line 344, ../scss/breakpoints/_768up.scss */
  #contact .address-p {
    max-width: none;
    margin: 5px 0;
    font-size: 15px;
  }
  /* line 349, ../scss/breakpoints/_768up.scss */
  body.ja #contact .address-p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }

  /*********************
  SLIDES TYPOGRAPHY 
  *********************/
  /* line 363, ../scss/breakpoints/_768up.scss */
  .entry-title {
    padding-top: 80px;
    font-size: 25px;
    line-height: 1.2;
    max-width: 100%;
  }

  /* line 369, ../scss/breakpoints/_768up.scss */
  .entry-title-p {
    font-size: 20px;
    line-height: 1.35;
  }
  /* line 373, ../scss/breakpoints/_768up.scss */
  .entry-title-p.ja {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
  }

  /* line 379, ../scss/breakpoints/_768up.scss */
  .slide-contact {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 383, ../scss/breakpoints/_768up.scss */
  .slide-contact.ja {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;
  }

  /*********************
  MODALS
  *********************/
  /* line 395, ../scss/breakpoints/_768up.scss */
  .modal.show .modal-dialog {
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: 50% !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 500;
    margin-top: 0;
  }

  /* line 409, ../scss/breakpoints/_768up.scss */
  .modal-content .modal-team-img {
    float: left;
    width: 40%;
    height: auto;
    margin-right: 58px;
  }
  /* line 415, ../scss/breakpoints/_768up.scss */
  .modal-content .team-modal-name,
  .modal-content .team-modal-bio {
    text-align: left;
    margin-right: 40px;
  }
  /* line 420, ../scss/breakpoints/_768up.scss */
  .modal-content .team-modal-name {
    font-size: 25px;
    margin-top: 70px;
  }
  /* line 424, ../scss/breakpoints/_768up.scss */
  .modal-content .team-modal-name.ja {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1.1px;
  }
  /* line 431, ../scss/breakpoints/_768up.scss */
  .modal-content .team-modal-bio {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 30px;
    margin-right: 80px;
  }
  /* line 437, ../scss/breakpoints/_768up.scss */
  .modal-content .team-modal-bio.ja {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
  }

  /* line 450, ../scss/breakpoints/_768up.scss */
  .modal-industry.modal.show .modal-dialog .modal-content {
    padding-top: 0;
    text-align: left;
  }
  /* line 455, ../scss/breakpoints/_768up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-img {
    float: left;
    max-width: 100%;
    margin: 0 60px 0 0;
    width: 45%;
  }
  /* line 462, ../scss/breakpoints/_768up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-title {
    font-size: 25px;
    margin-top: 100px;
    margin-right: 60px;
  }
  /* line 468, ../scss/breakpoints/_768up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-desc {
    font-size: 15px;
    margin-right: 60px;
  }
  /* line 472, ../scss/breakpoints/_768up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-desc.ja {
    font-size: 13px;
    line-height: 1.5;
  }

  /* line 484, ../scss/breakpoints/_768up.scss */
  .modal-job .mj-left,
  .modal-job .mj-right {
    float: left;
    padding-top: 50px;
  }
  /* line 489, ../scss/breakpoints/_768up.scss */
  .modal-job .mj-left {
    text-align: left;
    width: 40%;
    padding-left: 50px;
    padding-right: 40px;
  }
  /* line 495, ../scss/breakpoints/_768up.scss */
  .modal-job .mj-right {
    width: 60%;
    float: right;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  /* line 503, ../scss/breakpoints/_768up.scss */
  .modal-job .mj-title {
    font-size: 25px;
    margin-bottom: 20px;
    max-width: 150px;
  }
  /* line 508, ../scss/breakpoints/_768up.scss */
  .modal-job p, .modal-job ul {
    font-size: 15px;
    line-height: 1.3;
  }
  /* line 512, ../scss/breakpoints/_768up.scss */
  .modal-job p.ja, .modal-job ul.ja {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: normal;
  }
  /* line 518, ../scss/breakpoints/_768up.scss */
  .modal-job .mj-details,
  .modal-job .mj-experience {
    padding: 0;
    text-align: left;
  }
  /* line 524, ../scss/breakpoints/_768up.scss */
  .modal-job ul, .modal-job ol {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  /*********************
  MISC
  *********************/
  /* line 542, ../scss/breakpoints/_768up.scss */
  .valign-md {
    position: absolute;
    top: 50% !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 500;
  }

  /* line 551, ../scss/breakpoints/_768up.scss */
  .md-br {
    display: block;
  }

  /* line 557, ../scss/breakpoints/_768up.scss */
  .gilroy {
    letter-spacing: 1.5px;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 992px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  ******************************************************************/
  /*********************
  NAVIGATION
  *********************/
  /* line 12, ../scss/breakpoints/_992up.scss */
  #top {
    height: 139px;
  }
  /* line 15, ../scss/breakpoints/_992up.scss */
  #top #nav-logo {
    width: 134px;
  }

  /* line 20, ../scss/breakpoints/_992up.scss */
  #main-nav ul {
    top: 32px;
  }
  /* line 23, ../scss/breakpoints/_992up.scss */
  #main-nav ul li {
    margin: 0 15px;
    font-size: 16px;
  }

  /*********************
  SLIDE TYPOGRAPHY
  *********************/
  /* line 39, ../scss/breakpoints/_992up.scss */
  .mini-cont {
    max-width: 550px;
  }

  /* line 44, ../scss/breakpoints/_992up.scss */
  .entry-title {
    font-size: 28px;
    padding-top: 90px;
  }

  /* line 48, ../scss/breakpoints/_992up.scss */
  .entry-title-p {
    font-size: 22px;
  }
  /* line 51, ../scss/breakpoints/_992up.scss */
  .entry-title-p.ja {
    font-size: 18px;
    line-height: 30px;
  }

  /* line 56, ../scss/breakpoints/_992up.scss */
  .slide-contact {
    font-size: 14px;
  }
  /* line 59, ../scss/breakpoints/_992up.scss */
  .slide-contact.ja {
    font-size: 14px;
  }

  /* line 70, ../scss/breakpoints/_992up.scss */
  #welcome .btn-play-video .video-btn {
    font-size: 18px;
    padding: 15px 40px;
  }

  /* line 76, ../scss/breakpoints/_992up.scss */
  .welcome-text-container {
    max-width: 541px;
  }
  /* line 79, ../scss/breakpoints/_992up.scss */
  body.ja .welcome-text-container {
    max-width: 910px !important;
  }

  /* line 83, ../scss/breakpoints/_992up.scss */
  .welcome-text {
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 1.3px;
  }
  /* line 88, ../scss/breakpoints/_992up.scss */
  .welcome-text.ja {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1.3px;
  }
  /* line 93, ../scss/breakpoints/_992up.scss */
  .welcome-text.ja + .btn-play-video {
    padding-top: 40px;
  }

  /* line 103, ../scss/breakpoints/_992up.scss */
  #impact .circle-ani-row {
    padding-bottom: 35px;
  }
  /* line 106, ../scss/breakpoints/_992up.scss */
  #impact .circle-ani-row .circle-arb {
    width: 71px;
  }
  /* line 110, ../scss/breakpoints/_992up.scss */
  #impact .circle-arb-2 {
    left: -33px;
  }

  /* line 119, ../scss/breakpoints/_992up.scss */
  #welcome-slider #moonslider {
    height: 768px;
  }
  /* line 123, ../scss/breakpoints/_992up.scss */
  #welcome-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  /* line 128, ../scss/breakpoints/_992up.scss */
  #welcome-slider .carousel-caption {
    padding: 0 90px;
  }
  /* line 131, ../scss/breakpoints/_992up.scss */
  #welcome-slider .carousel-caption .capt-1 {
    margin-bottom: 23px;
  }
  /* line 134, ../scss/breakpoints/_992up.scss */
  #welcome-slider .carousel-caption .capt-2 {
    font-size: 22px;
    max-width: 490px;
  }
  /* line 138, ../scss/breakpoints/_992up.scss */
  #welcome-slider .carousel-caption .capt-2.ja {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
  /* line 147, ../scss/breakpoints/_992up.scss */
  #welcome-slider .carousel-control-prev-icon,
  #welcome-slider .carousel-control-next-icon {
    height: 25px;
    width: 14.47px;
  }

  /* line 155, ../scss/breakpoints/_992up.scss */
  #industries {
    padding: 100px 0 140px 0;
  }

  /* line 166, ../scss/breakpoints/_992up.scss */
  #team .team-name p {
    font-size: 14px;
    border-bottom: solid 3px transparent;
  }
  /* line 170, ../scss/breakpoints/_992up.scss */
  #team .team-name p.ja {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 1.4px;
    border-bottom: solid 3px transparent;
  }
  /* line 182, ../scss/breakpoints/_992up.scss */
  #team .team-box a:hover .team-name p {
    border-bottom: solid 3px #ffca05;
  }

  /*********************
  PORTFOLIO STYLES
  *********************/
  /* line 193, ../scss/breakpoints/_992up.scss */
  #portfolio {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  /* line 197, ../scss/breakpoints/_992up.scss */
  .logo-row {
    max-width: 750px;
  }

  /* line 204, ../scss/breakpoints/_992up.scss */
  #join .jobs-row {
    padding-top: 0;
  }
  /* line 207, ../scss/breakpoints/_992up.scss */
  #join .jobs-block .jb-inner {
    height: 390px;
  }
  /* line 210, ../scss/breakpoints/_992up.scss */
  #join .jb-text {
    padding: 50px 30px;
  }
  /* line 213, ../scss/breakpoints/_992up.scss */
  #join .join-title {
    font-size: 28px;
  }
  /* line 216, ../scss/breakpoints/_992up.scss */
  #join .join-p {
    font-size: 15px;
    line-height: 1.5;
  }
  /* line 220, ../scss/breakpoints/_992up.scss */
  #join .join-p.ja {
    font-size: 15px;
    line-height: 1.5;
  }
  /* line 225, ../scss/breakpoints/_992up.scss */
  #join .join-link {
    font-size: 28px;
    padding: 13px;
  }

  /* line 232, ../scss/breakpoints/_992up.scss */
  #news {
    padding: 20px 0 80px 0;
  }
  /* line 237, ../scss/breakpoints/_992up.scss */
  #news .slider.center .slick-list {
    max-height: 520px;
  }
  /* line 240, ../scss/breakpoints/_992up.scss */
  #news .slider.center .slick-prev,
  #news .slider.center .slick-next {
    background-size: 30%;
  }
  /* line 245, ../scss/breakpoints/_992up.scss */
  #news .slider.center .news-block {
    width: 266px !important;
    height: 480px;
  }
  /* line 249, ../scss/breakpoints/_992up.scss */
  #news .slider.center .news-bi {
    height: 300px;
  }
  /* line 252, ../scss/breakpoints/_992up.scss */
  #news .slider.center .news-bt {
    padding: 33px;
  }
  /* line 255, ../scss/breakpoints/_992up.scss */
  #news .slider.center .news-date,
  #news .slider.center .news-title {
    font-size: 18px;
  }

  /* line 264, ../scss/breakpoints/_992up.scss */
  #contact {
    padding: 90px 0;
  }
  /* line 267, ../scss/breakpoints/_992up.scss */
  #contact #footer-logo {
    width: 102px;
    margin: 0 0 45px 0;
  }
  /* line 271, ../scss/breakpoints/_992up.scss */
  #contact .address-p {
    font-size: 14px;
    line-height: 1.3;
  }
  /* line 275, ../scss/breakpoints/_992up.scss */
  body.ja #contact .address-p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.8px;
  }

  /*********************
  MODALS
  *********************/
  /* line 292, ../scss/breakpoints/_992up.scss */
  .modal .close .hamburger-inner, .modal .close .hamburger-inner::before, .modal .close .hamburger-inner::after {
    width: 28px;
  }

  /* line 297, ../scss/breakpoints/_992up.scss */
  .modal.show .modal-dialog {
    max-width: 914px;
  }

  /* line 303, ../scss/breakpoints/_992up.scss */
  .modal-content .modal-team-img {
    width: 372px;
    margin-right: 65px;
  }
  /* line 307, ../scss/breakpoints/_992up.scss */
  .modal-content .team-modal-name {
    font-size: 28px;
    margin-top: 90px;
  }
  /* line 311, ../scss/breakpoints/_992up.scss */
  .modal-content .team-modal-name.ja {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.3px;
  }
  /* line 318, ../scss/breakpoints/_992up.scss */
  .modal-content .team-modal-bio {
    font-size: 15px;
    line-height: 1.4;
    margin-right: 120px;
  }
  /* line 323, ../scss/breakpoints/_992up.scss */
  .modal-content .team-modal-bio.ja {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }

  /* line 336, ../scss/breakpoints/_992up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-img {
    float: left;
    max-width: 420px;
    margin: 0 80px 0 0;
  }
  /* line 342, ../scss/breakpoints/_992up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-title {
    font-size: 38px;
    margin-top: 130px;
    margin-right: 80px;
  }
  /* line 348, ../scss/breakpoints/_992up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-desc {
    font-size: 18px;
    margin-right: 80px;
  }
  /* line 352, ../scss/breakpoints/_992up.scss */
  .modal-industry.modal.show .modal-dialog .modal-i-desc.ja {
    font-size: 16px;
  }

  /* line 363, ../scss/breakpoints/_992up.scss */
  .modal-job .mj-left,
  .modal-job .mj-right {
    padding-top: 70px;
  }
  /* line 367, ../scss/breakpoints/_992up.scss */
  .modal-job .mj-left {
    width: 40%;
    padding-left: 70px;
    padding-right: 60px;
  }
  /* line 372, ../scss/breakpoints/_992up.scss */
  .modal-job .mj-right {
    width: 60%;
    padding-right: 70px;
    padding-left: 60px;
    padding-bottom: 70px;
  }
  /* line 379, ../scss/breakpoints/_992up.scss */
  .modal-job .mj-title {
    font-size: 28px;
  }
  /* line 382, ../scss/breakpoints/_992up.scss */
  .modal-job p, .modal-job ul {
    font-size: 15px;
    line-height: 1.5;
  }
  /* line 386, ../scss/breakpoints/_992up.scss */
  .modal-job p.ja, .modal-job ul.ja {
    font-size: 15px;
    line-height: 1.5;
  }

  /*********************
  MISC
  *********************/
  /* line 398, ../scss/breakpoints/_992up.scss */
  .valign-lg {
    position: absolute;
    top: 50% !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 500;
  }

  /* line 408, ../scss/breakpoints/_992up.scss */
  .gilroy {
    letter-spacing: 1.3px;
  }
}
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  /*********************
  NAVIGATION
  *********************/
  /* line 10, ../scss/breakpoints/_1240up.scss */
  #top #nav-logo {
    width: 145px;
  }

  /* line 16, ../scss/breakpoints/_1240up.scss */
  #main-nav ul li {
    font-size: 20px;
  }

  /*********************
  SLIDE TYPOGRAPHY
  *********************/
  /* line 26, ../scss/breakpoints/_1240up.scss */
  .mini-cont {
    max-width: 690px !important;
  }

  /* line 29, ../scss/breakpoints/_1240up.scss */
  .entry-title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  /* line 33, ../scss/breakpoints/_1240up.scss */
  .entry-title-p {
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  /* line 38, ../scss/breakpoints/_1240up.scss */
  .slide-title {
    font-size: 18px;
  }
  /* line 41, ../scss/breakpoints/_1240up.scss */
  .slide-title.ja {
    font-size: 18px;
  }

  /* line 45, ../scss/breakpoints/_1240up.scss */
  .slide-contact {
    font-size: 18px;
  }
  /* line 48, ../scss/breakpoints/_1240up.scss */
  .slide-contact.ja {
    font-size: 18px;
  }

  /* line 59, ../scss/breakpoints/_1240up.scss */
  #welcome .btn-play-video .video-btn {
    font-size: 24px;
    padding: 19px 50px;
  }

  /* line 65, ../scss/breakpoints/_1240up.scss */
  .welcome-text {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 1.7px;
  }

  /* line 76, ../scss/breakpoints/_1240up.scss */
  #impact .circle-ani-row {
    padding-bottom: 65px;
  }
  /* line 79, ../scss/breakpoints/_1240up.scss */
  #impact .circle-ani-row .circle-arb {
    width: 111px;
  }
  /* line 83, ../scss/breakpoints/_1240up.scss */
  #impact .circle-arb-2 {
    left: -43px;
  }

  /* line 93, ../scss/breakpoints/_1240up.scss */
  #welcome-slider #moonslider {
    height: 1024px;
  }
  /* line 97, ../scss/breakpoints/_1240up.scss */
  #welcome-slider .carousel-caption {
    padding: 0 90px;
  }
  /* line 100, ../scss/breakpoints/_1240up.scss */
  #welcome-slider .carousel-caption .capt-1 {
    margin-bottom: 28px;
    margin-left: 100px;
  }
  /* line 104, ../scss/breakpoints/_1240up.scss */
  #welcome-slider .carousel-caption .capt-2 {
    font-size: 28px;
    line-height: 1.5;
    max-width: 800px;
    margin-left: 100px;
  }
  /* line 112, ../scss/breakpoints/_1240up.scss */
  #welcome-slider .carousel-control-prev-icon,
  #welcome-slider .carousel-control-next-icon {
    height: 30px;
    width: 17.37px;
  }

  /*********************
  INDUSTRIES
  CARD FLIP
  *********************/
  /* line 127, ../scss/breakpoints/_1240up.scss */
  #industries {
    padding: 130px 0 170px 0;
  }
  /* line 130, ../scss/breakpoints/_1240up.scss */
  #industries .card {
    background-color: #0d1533;
    border: none;
    border-radius: 0;
    width: 200px;
    height: 273px;
  }
  /* line 137, ../scss/breakpoints/_1240up.scss */
  #industries .card img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
  }
  /* line 143, ../scss/breakpoints/_1240up.scss */
  #industries .industries-row-xl {
    display: block;
  }
  /* line 144, ../scss/breakpoints/_1240up.scss */
  #industries .industries-row-m {
    display: none;
  }

  /* line 149, ../scss/breakpoints/_1240up.scss */
  .card-flip {
    perspective: 1000px;
  }
  /* line 151, ../scss/breakpoints/_1240up.scss */
  .card-flip:hover .flip, .card-flip.hover .flip {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
  }

  /* line 160, ../scss/breakpoints/_1240up.scss */
  .card-flip,
  .front,
  .back {
    width: 100%;
    max-width: 200px;
    height: 340px;
  }

  /* line 168, ../scss/breakpoints/_1240up.scss */
  .flip {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    -moz-transition: -moz-transform 1s;
    position: relative;
  }

  /* line 182, ../scss/breakpoints/_1240up.scss */
  .front,
  .back {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 194, ../scss/breakpoints/_1240up.scss */
  .front {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
  }

  /* line 202, ../scss/breakpoints/_1240up.scss */
  .back {
    transform: rotateY(180deg);
  }

  /* line 206, ../scss/breakpoints/_1240up.scss */
  .industries-row-xl .card-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
  }

  /* line 214, ../scss/breakpoints/_1240up.scss */
  .card-text {
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
  }
  /* line 221, ../scss/breakpoints/_1240up.scss */
  .card-text.ja {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
  }

  /* line 236, ../scss/breakpoints/_1240up.scss */
  #team .team-name p {
    font-size: 18px;
  }

  /*********************
  PORTFOLIO STYLES
  *********************/
  /* line 248, ../scss/breakpoints/_1240up.scss */
  #join {
    padding-bottom: 140px;
  }
  /* line 251, ../scss/breakpoints/_1240up.scss */
  #join .jobs-block .jb-inner {
    height: 390px;
  }
  /* line 254, ../scss/breakpoints/_1240up.scss */
  #join .join-title {
    font-size: 28px;
  }
  /* line 257, ../scss/breakpoints/_1240up.scss */
  #join .join-p {
    font-size: 18px;
    line-height: 1.4;
  }
  /* line 261, ../scss/breakpoints/_1240up.scss */
  #join .join-link {
    font-size: 28px;
    padding: 13px;
  }

  /* line 269, ../scss/breakpoints/_1240up.scss */
  #news {
    padding: 40px 0 90px 0;
  }
  /* line 274, ../scss/breakpoints/_1240up.scss */
  #news .slider.center .slick-list {
    max-height: 520px;
  }
  /* line 278, ../scss/breakpoints/_1240up.scss */
  #news .slider.center .slick-prev,
  #news .slider.center .slick-next {
    background-size: 35%;
  }
  /* line 282, ../scss/breakpoints/_1240up.scss */
  #news .slider.center .slick-prev {
    left: -70px;
  }
  /* line 285, ../scss/breakpoints/_1240up.scss */
  #news .slider.center .slick-next {
    right: -70px;
  }
  /* line 289, ../scss/breakpoints/_1240up.scss */
  #news .slider.center .news-block {
    height: 504px;
  }

  /* line 298, ../scss/breakpoints/_1240up.scss */
  #contact {
    padding: 70px 0 120px 0;
  }
  /* line 301, ../scss/breakpoints/_1240up.scss */
  #contact #footer-logo {
    width: 146px;
    margin: 0 0 55px 0;
  }
  /* line 307, ../scss/breakpoints/_1240up.scss */
  #contact .mail-link {
    font-size: 18px;
  }
  /* line 311, ../scss/breakpoints/_1240up.scss */
  #contact .address-p {
    font-size: 18px;
  }
  /* line 314, ../scss/breakpoints/_1240up.scss */
  body.ja #contact .address-p {
    font-size: 17px;
  }

  /*********************
  MODALS
  *********************/
  /* line 324, ../scss/breakpoints/_1240up.scss */
  .modal.show .modal-dialog {
    max-width: 1200px;
  }

  /* line 329, ../scss/breakpoints/_1240up.scss */
  .modal-content .team-modal-name {
    font-size: 38px;
    margin-top: 140px;
  }
  /* line 333, ../scss/breakpoints/_1240up.scss */
  .modal-content .team-modal-name.ja {
    font-size: 38px;
  }
  /* line 337, ../scss/breakpoints/_1240up.scss */
  .modal-content .team-modal-bio {
    font-size: 18px;
    margin-right: 140px;
  }
  /* line 341, ../scss/breakpoints/_1240up.scss */
  .modal-content .team-modal-bio.ja {
    font-size: 18px;
  }

  /* line 352, ../scss/breakpoints/_1240up.scss */
  .modal-job .mj-left {
    width: 35%;
  }
  /* line 355, ../scss/breakpoints/_1240up.scss */
  .modal-job .mj-right {
    width: 65%;
  }
  /* line 359, ../scss/breakpoints/_1240up.scss */
  .modal-job .mj-title {
    font-size: 38px;
  }
  /* line 362, ../scss/breakpoints/_1240up.scss */
  .modal-job p, .modal-job ul {
    font-size: 18px;
    line-height: 1.4;
  }

  /*********************
  MODALS
  *********************/
  /* line 378, ../scss/breakpoints/_1240up.scss */
  .gilroy {
    letter-spacing: 1.7px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
}
