/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./Src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap);
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./Src/scss/style.scss (1) ***!
  \************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

.mt-5 {
  margin-top: 3rem !important;
}

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

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

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

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

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

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

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

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

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

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

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

.pt-5 {
  padding-top: 3rem !important;
}

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

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

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

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

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

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

.pb-5 {
  padding-bottom: 3rem !important;
}

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

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

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

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

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

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(201, 152, 43, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #f4ead5;
  --bs-table-border-color: #c3bbaa;
  --bs-table-striped-bg: #e8deca;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dcd3c0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e2d8c5;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #d6d6d6;
  --bs-table-border-color: #ababab;
  --bs-table-striped-bg: #cbcbcb;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c1c1c1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c6c6c6;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #f9dbd7;
  --bs-table-border-color: #c7afac;
  --bs-table-striped-bg: #edd0cc;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e0c5c2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e6cbc7;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #FFFFFF;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #FFFFFF;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 2em;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #FFFFFF;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 3px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(3px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 2em;
  --bs-modal-header-padding-y: 2em;
  --bs-modal-header-padding: 2em 2em;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 16px;
  font-size: 1rem;
  color: #464B50;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  position: relative;
}

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

p {
  margin: 0 0 15px;
  font-weight: normal;
}

object, embed, audio, video {
  max-width: 100%;
}

i, em, .italic {
  font-style: italic;
}

strong, b, .bold {
  font-weight: 700;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

fieldset {
  background-color: #d1d2d3;
  border: 1px solid #464b50;
  margin: 0 0 0.8em;
  padding: 1.6em;
}

ul, ol, menu, dir {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul, menu, dir {
  list-style-type: disc;
  margin-bottom: 0.8em;
  padding-left: 0.8em;
}

@media screen and (min-width: 768px) {
  ul, menu, dir {
    padding-left: 1.6em;
  }
}
ul li ul, menu li ul, dir li ul {
  padding-left: 0;
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin-bottom: 0.8em;
  padding-left: 0.8em;
}

@media screen and (min-width: 768px) {
  ol {
    padding-left: 1.6em;
  }
}
dl {
  margin-bottom: 0.8em;
}

dl dt {
  font-weight: 700;
  margin-top: 0.8em;
}

dl dd {
  margin: 0;
}

dd .btn {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
}

li {
  margin-left: 1.5em;
}

code, kbd, samp, tt {
  font-family: monospace;
}

code {
  background-color: #e8e8e8;
  color: #4e4e4e;
  padding: 0.15625em 0.3125em;
  tab-size: 4;
  text-shadow: 0 0.08em #fff;
  white-space: pre-line;
  border-radius: 3px;
}

pre {
  background-color: #e8e8e8;
  overflow: scroll;
  padding: 16px;
  padding: 1rem;
  border-radius: 3px;
}

pre code {
  background-color: transparent;
}

blockquote {
  position: relative;
  left: -2.5em;
  width: 40%;
  float: left;
  color: #2074b9;
  padding-left: 0.7em;
  font-weight: 600;
  border-left: 5px solid #aab4b9;
}

blockquote p {
  margin: 0;
}

small, sub, sup {
  font-size: 15.36px;
  font-size: 0.96rem;
}

@media screen and (max-width: 768px) {
  small, sub, sup {
    font-size: 0.72rem;
  }
}
sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

hr {
  border: none;
  border-top: 1px solid #000000;
}

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

.circle {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 125px;
  width: 125px;
  overflow: hidden;
}

.fr-class-highlighted {
  color: #AF8E4C;
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #C9982B;
  color: #FFFFFF;
  font-family: "Source Sans Pro", Arial, sans-serif;
  padding: 14px 30px;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 3px solid #C9982B;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    transition: none;
  }
}
.btn:focus, .btn:active,
button:focus,
button:active,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:active {
  color: #FFFFFF;
  background: #C9982B;
  text-decoration: none;
}
.btn:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  outline: none;
}
@media (min-width: 768px) {
  .btn:hover,
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    color: #C9982B;
    background: transparent;
    text-decoration: none;
  }
}

.btn.primary-btn {
  color: #FFFFFF;
  background: #C9982B;
  border-color: #C9982B;
}
@media (min-width: 768px) {
  .btn.primary-btn:hover {
    border-color: #C9982B;
    color: #C9982B;
    background: #FFFFFF;
    outline: none;
  }
  .btn.primary-btn:active, .btn.primary-btn:focus {
    color: #FFFFFF;
    background: #C9982B;
    border-color: #C9982B;
  }
}
.btn.secondary-btn {
  color: #FFFFFF;
  background: #333;
  border-color: #333;
}
@media (min-width: 768px) {
  .btn.secondary-btn:hover {
    border-color: #333;
    color: #333;
    background: #FFFFFF;
    outline: none;
  }
  .btn.secondary-btn:active, .btn.secondary-btn:focus {
    color: #FFFFFF;
    background: #333;
    border-color: #333;
  }
}
.btn.card-icon {
  background: #FFFFFF;
  border-color: #C9982B;
}

.btn--list .col-md-4 {
  margin-bottom: 40px;
}
.btn--list .col-md-3 {
  margin-bottom: 40px;
}
.btn--list .btn {
  height: 100%;
  margin-bottom: 0;
  transition: none;
}
.btn--list .btn .num {
  background: #C9982B;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 30px;
}
.btn--list .btn:hover, .btn--list .btn:focus, .btn--list .btn:active {
  background: #C9982B;
  color: #FFFFFF;
}
.btn--list .btn:hover .num, .btn--list .btn:focus .num, .btn--list .btn:active .num {
  background: #FFFFFF;
  color: #C9982B;
}

.center-btn {
  text-align: center;
  margin: 30px 0;
}
.center-btn .btn {
  margin: 0;
  width: auto !important;
  vertical-align: top;
}
.center-btn .btn + .btn {
  margin-left: 20px;
}

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

.hidden {
  display: none;
}

.hide-mobile {
  display: none !important;
}

.item-full {
  display: none;
}

.collapse.show {
  display: block;
}

.wf-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.highlight-primary {
  color: #C9982B;
}

.highlight-secondary {
  color: #333;
}

@media (min-width: 768px) {
  body:not(#root) .hide-desktop {
    display: none !important;
  }
  .hide-mobile {
    display: block !important;
  }
  .hide-mobile.btn {
    display: inline-block !important;
  }
}
.visible {
  display: block;
}

.content-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.fixed {
  position: fixed;
}

.collapse {
  display: none;
}

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-small {
  font-size: 0.875rem;
}

.fr-view {
  margin-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

@media (min-width: 992px) {
  .p-24 p, .p-24 li {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 150%;
  }
}

[class^=icon-], [class*=" icon-"] {
  line-height: 1;
  background-position: center;
  display: inline-block;
}

[class^=icon-].sm, [class*=" icon-"].sm {
  height: 0.75em;
  width: 0.75em;
}

[class^=icon-].md, [class*=" icon-"].md {
  height: 1em;
  width: 1em;
}

[class^=icon-].lg, [class*=" icon-"].lg {
  height: 2em;
  width: 2em;
}

[class^=icon-].xl, [class*=" icon-"].xl {
  height: 3em;
  width: 3em;
}

[class^=icon-].txt, [class*=" icon-"].txt {
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: text-top;
  background-size: cover;
}

[class^=icon-].txt-sm, [class*=" icon-"].txt-sm {
  height: 20px;
  width: 21px;
  display: inline-block;
  vertical-align: text-top;
}

.icon-error-page {
  height: 9em;
  width: 18em;
}

.icon-404 {
  display: inline-block;
  height: 35px;
  width: 140px;
}

.icon-arrow-down {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%206%22%3E%3Cstyle%3E.st0%7Bfill%3A%232175B9%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M0%200l6%206%206-6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-left-2 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Left_2_1_%22%20d%3D%22M18%2022.5c.3.3.7.3.9%200l.9-1c.3-.3.3-.7%200-1L15.4%2016l4.5-4.6c.3-.3.3-.7%200-1l-.9-1c-.3-.3-.7-.3-.9%200l-5.9%206.1c-.3.3-.3.7%200%201l5.8%206z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-left-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%23c9982b%22%3E%3C%2Fstyle%3E%3Cpath%20id%3D%22Left_2_1_%22%20d%3D%22M18%2022.5c.3.3.7.3.9%200l.9-1c.3-.3.3-.7%200-1L15.4%2016l4.5-4.6c.3-.3.3-.7%200-1l-.9-1c-.3-.3-.7-.3-.9%200l-5.9%206.1c-.3.3-.3.7%200%201l5.8%206z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-left-white {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22white%22%3E%3C%2Fstyle%3E%3Cpath%20id%3D%22Left_2_1_%22%20d%3D%22M18%2022.5c.3.3.7.3.9%200l.9-1c.3-.3.3-.7%200-1L15.4%2016l4.5-4.6c.3-.3.3-.7%200-1l-.9-1c-.3-.3-.7-.3-.9%200l-5.9%206.1c-.3.3-.3.7%200%201l5.8%206z%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-left {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Left_2_1_%22%20d%3D%22M18%2022.5c.3.3.7.3.9%200l.9-1c.3-.3.3-.7%200-1L15.4%2016l4.5-4.6c.3-.3.3-.7%200-1l-.9-1c-.3-.3-.7-.3-.9%200l-5.9%206.1c-.3.3-.3.7%200%201l5.8%206z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-right-2 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Right_2_1_%22%20d%3D%22M14%209.5c-.3-.3-.7-.3-.9%200l-.9%201c-.3.3-.3.7%200%201l4.4%204.6-4.5%204.6c-.3.3-.3.7%200%201l.9%201c.3.3.7.3.9%200l5.9-6.1c.3-.3.3-.7%200-1L14%209.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-right-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%23c9982b%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Right_2_1_%22%20d%3D%22M14%209.5c-.3-.3-.7-.3-.9%200l-.9%201c-.3.3-.3.7%200%201l4.4%204.6-4.5%204.6c-.3.3-.3.7%200%201l.9%201c.3.3.7.3.9%200l5.9-6.1c.3-.3.3-.7%200-1L14%209.5z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-right-2 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%232074b9%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Right_2_1_%22%20d%3D%22M14%209.5c-.3-.3-.7-.3-.9%200l-.9%201c-.3.3-.3.7%200%201l4.4%204.6-4.5%204.6c-.3.3-.3.7%200%201l.9%201c.3.3.7.3.9%200l5.9-6.1c.3-.3.3-.7%200-1L14%209.5z%22%20fill%3D%22%232074b9%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-right-white {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22white%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Right_2_1_%22%20d%3D%22M14%209.5c-.3-.3-.7-.3-.9%200l-.9%201c-.3.3-.3.7%200%201l4.4%204.6-4.5%204.6c-.3.3-.3.7%200%201l.9%201c.3.3.7.3.9%200l5.9-6.1c.3-.3.3-.7%200-1L14%209.5z%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-arrow-right {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Right_2_1_%22%20d%3D%22M14%209.5c-.3-.3-.7-.3-.9%200l-.9%201c-.3.3-.3.7%200%201l4.4%204.6-4.5%204.6c-.3.3-.3.7%200%201l.9%201c.3.3.7.3.9%200l5.9-6.1c.3-.3.3-.7%200-1L14%209.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-articles {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Newspaper_4_1_%22%20d%3D%22M12%205.2c-.7%200-1.3.6-1.3%201.3v16.2c0%20.7-.6%201.3-1.3%201.3-.7%200-1.3-.6-1.3-1.3V8.6c0-.4-.3-.7-.7-.7h-.8c-.7%200-1.3.6-1.3%201.3v13.5c0%202.2%201.8%204%204%204h13.5c2.2%200%204-1.8%204-4V6.6c0-.7-.6-1.3-1.3-1.3H12zm10.1%2016.2h-6.7c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h6.7c.4%200%20.7.3.7.7v1.3c-.1.4-.4.7-.7.7zm0-4.1h-6.7c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h6.7c.4%200%20.7.3.7.7v1.3c-.1.4-.4.7-.7.7zm0-4h-6.7c-.4%200-.7-.3-.7-.7V9.9c0-.4.3-.7.7-.7h6.7c.4%200%20.7.3.7.7v2.7c-.1.4-.4.7-.7.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-calculator {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Calculator_1_1_%22%20d%3D%22M24.1%205.2H7.9c-.7%200-1.3.6-1.3%201.3v18.9c0%20.7.6%201.3%201.3%201.3h16.2c.7%200%201.3-.6%201.3-1.3V6.6c0-.8-.6-1.4-1.3-1.4zM13.3%2022.7h-2.7V20h2.7v2.7zm0-4h-2.7V16h2.7v2.7zm4%204h-2.7V20h2.7v2.7zm0-4h-2.7V16h2.7v2.7zm4.1%204h-2.7V20h2.7v2.7zm0-4h-2.7V16h2.7v2.7zm1.3-6.7H9.3V8h13.5v4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-call {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Call_3_x2C__Phone_3_1_%22%3E%3Cpath%20d%3D%22M12.6%205.2H9.2c-.4%200-.8.3-1%20.6C6.7%208.7%205.9%2012.6%205.9%2016c0%203.4.9%207.3%202.4%2010.2.2.3.6.6%201%20.6h3.4c.7%200%201.3-.6%201.3-1.3v-2.7c0-.7-.6-1.3-1.4-1.3h-1.3c-.7%200-1.3-.6-1.3-1.3V12c0-.7.6-1.3%201.3-1.3h1.3c.7%200%201.4-.6%201.4-1.3V6.6c0-.8-.6-1.4-1.4-1.4zM18.9%2012c-.3-.2-.7-.2-1%20.1l-1%201c-.3.3-.2.6.1.8.6.5%201%201.3%201%202.1s-.4%201.6-1%202.1c-.3.2-.4.6-.1.8l1%201c.3.3.7.3%201%20.1%201.1-1%201.8-2.4%201.8-4s-.7-3-1.8-4z%22%2F%3E%3Cpath%20d%3D%22M25%2011.1c-.6-1.1-1.4-2.1-2.2-2.9-.3-.3-.7-.2-1%200l-1%201c-.3.3-.2.7%200%20.9%201.6%201.5%202.6%203.6%202.6%205.9s-1%204.4-2.6%205.9c-.3.3-.3.7%200%20.9l1%201c.3.3.7.3%201%200%201-1%201.9-2.2%202.5-3.5.6-1.3.9-2.8.9-4.3-.1-1.8-.5-3.4-1.2-4.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-chat-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%238c9196%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Chat_2_1_%22%20fill%3D%22%238c9196%22%3E%3Cpath%20d%3D%22M25.4%205.3H10.6c-.7%200-1.3.7-1.3%201.4V8h13.5c.7%200%201.3.7%201.3%201.4v10.7h1.3c.7%200%201.3-.5%201.3-1.3V6.7c.1-.8-.5-1.4-1.3-1.4z%22%20fill%3D%22%238c9196%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M21.4%209.3H6.6c-.7%200-1.3.7-1.3%201.4v10.8c0%20.8.6%201.3%201.3%201.3h5l7.3%203.8c.7.3%201.2.2%201.2-.6v-3.2h1.3c.7%200%201.3-.5%201.3-1.3V10.8c0-.8-.6-1.5-1.3-1.5zm-2.7%208.8c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7H18c.4%200%20.7.3.7.7v1.3zm0-4.1c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7H18c.4%200%20.7.3.7.7V14z%22%20fill%3D%22%238c9196%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-chat-8c9196 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Chat_2_1_%22%3E%3Cpath%20d%3D%22M25.4%205.3H10.6c-.7%200-1.3.7-1.3%201.4V8h13.5c.7%200%201.3.7%201.3%201.4v10.7h1.3c.7%200%201.3-.5%201.3-1.3V6.7c.1-.8-.5-1.4-1.3-1.4z%22%2F%3E%3Cpath%20d%3D%22M21.4%209.3H6.6c-.7%200-1.3.7-1.3%201.4v10.8c0%20.8.6%201.3%201.3%201.3h5l7.3%203.8c.7.3%201.2.2%201.2-.6v-3.2h1.3c.7%200%201.3-.5%201.3-1.3V10.8c0-.8-.6-1.5-1.3-1.5zm-2.7%208.8c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7H18c.4%200%20.7.3.7.7v1.3zm0-4.1c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7H18c.4%200%20.7.3.7.7V14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-chat {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Chat_2_1_%22%3E%3Cpath%20d%3D%22M25.4%205.3H10.6c-.7%200-1.3.7-1.3%201.4V8h13.5c.7%200%201.3.7%201.3%201.4v10.7h1.3c.7%200%201.3-.5%201.3-1.3V6.7c.1-.8-.5-1.4-1.3-1.4z%22%2F%3E%3Cpath%20d%3D%22M21.4%209.3H6.6c-.7%200-1.3.7-1.3%201.4v10.8c0%20.8.6%201.3%201.3%201.3h5l7.3%203.8c.7.3%201.2.2%201.2-.6v-3.2h1.3c.7%200%201.3-.5%201.3-1.3V10.8c0-.8-.6-1.5-1.3-1.5zm-2.7%208.8c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7H18c.4%200%20.7.3.7.7v1.3zm0-4.1c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7H18c.4%200%20.7.3.7.7V14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-document-board-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%238c9196%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Clipboard_3_x2C__Copy_3_1_%22%20fill%3D%22%238c9196%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.1%205.8h-2.7v3.5c0%20.4-.3.6-.7.6H11.3c-.4%200-.7-.2-.7-.6V5.8H7.9c-.7%200-1.3.7-1.3%201.4v17.5c0%20.7.6%201.3%201.3%201.3h16.2c.7%200%201.3-.5%201.3-1.3V7.2c0-.8-.6-1.4-1.3-1.4zm-2.7%2014.1c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3zm0-4c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3z%22%20fill%3D%22%238c9196%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%208.5h6.7c.4%200%20.7-.2.7-.6v-2c0-.8-.4-1.4-1.3-1.4h-1.3c0-1.3-.6-1.3-1.3-1.3-.7%200-1.3%200-1.3%201.3h-1.3C12.4%204.4%2012%205%2012%205.8v2c0%20.4.3.7.6.7z%22%20fill%3D%22%238c9196%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-document-board-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%232074b9%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Clipboard_3_x2C__Copy_3_1_%22%20fill%3D%22%232074b9%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.1%205.8h-2.7v3.5c0%20.4-.3.6-.7.6H11.3c-.4%200-.7-.2-.7-.6V5.8H7.9c-.7%200-1.3.7-1.3%201.4v17.5c0%20.7.6%201.3%201.3%201.3h16.2c.7%200%201.3-.5%201.3-1.3V7.2c0-.8-.6-1.4-1.3-1.4zm-2.7%2014.1c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3zm0-4c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3z%22%20fill%3D%22%232074b9%22%3E%3C%2Fpath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%208.5h6.7c.4%200%20.7-.2.7-.6v-2c0-.8-.4-1.4-1.3-1.4h-1.3c0-1.3-.6-1.3-1.3-1.3-.7%200-1.3%200-1.3%201.3h-1.3C12.4%204.4%2012%205%2012%205.8v2c0%20.4.3.7.6.7z%22%20fill%3D%22%232074b9%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-document-board-8c9196 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Clipboard_3_x2C__Copy_3_1_%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.1%205.8h-2.7v3.5c0%20.4-.3.6-.7.6H11.3c-.4%200-.7-.2-.7-.6V5.8H7.9c-.7%200-1.3.7-1.3%201.4v17.5c0%20.7.6%201.3%201.3%201.3h16.2c.7%200%201.3-.5%201.3-1.3V7.2c0-.8-.6-1.4-1.3-1.4zm-2.7%2014.1c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3zm0-4c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%208.5h6.7c.4%200%20.7-.2.7-.6v-2c0-.8-.4-1.4-1.3-1.4h-1.3c0-1.3-.6-1.3-1.3-1.3-.7%200-1.3%200-1.3%201.3h-1.3C12.4%204.4%2012%205%2012%205.8v2c0%20.4.3.7.6.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-document-board {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Clipboard_3_x2C__Copy_3_1_%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.1%205.8h-2.7v3.5c0%20.4-.3.6-.7.6H11.3c-.4%200-.7-.2-.7-.6V5.8H7.9c-.7%200-1.3.7-1.3%201.4v17.5c0%20.7.6%201.3%201.3%201.3h16.2c.7%200%201.3-.5%201.3-1.3V7.2c0-.8-.6-1.4-1.3-1.4zm-2.7%2014.1c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3zm0-4c0%20.4-.3.7-.7.7h-9.4c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%208.5h6.7c.4%200%20.7-.2.7-.6v-2c0-.8-.4-1.4-1.3-1.4h-1.3c0-1.3-.6-1.3-1.3-1.3-.7%200-1.3%200-1.3%201.3h-1.3C12.4%204.4%2012%205%2012%205.8v2c0%20.4.3.7.6.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-document-page {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Document_3_1_%22%3E%3Cpath%20d%3D%22M20.7%2010.6h4c.4%200%20.5-.2.2-.5l-4.4-4.4c-.2-.3-.5-.2-.5.2v4c0%20.4.4.7.7.7z%22%2F%3E%3Cpath%20d%3D%22M24.8%2012h-5.4c-.4%200-.7-.3-.7-.7V5.9c0-.4-.3-.7-.7-.7H7.9c-.7%200-1.3.6-1.3%201.3v18.9c0%20.7.6%201.3%201.3%201.3h16.2c.7%200%201.3-.6%201.3-1.3V12.6c0-.3-.3-.6-.6-.6zM9.3%209.9c0-.4.3-.7.7-.7h5.4c.4%200%20.7.3.7.7v1.3c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7V9.9zM20%2022.1c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h9.4c.4%200%20.7.3.7.7v1.3zm1.4-5.4c0%20.4-.3.7-.7.7H9.9c-.4%200-.7-.3-.7-.7v-1.3c0-.4.3-.7.7-.7h10.8c.4%200%20.7.3.7.7v1.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-email-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%23c9982b%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Mail_4_x2C__Envelope_4_1_%22%20class%3D%22st0%22%20d%3D%22M19.9%2017.7l-3.4%202.7c-.3.2-.8.2-1.1%200L12%2017.7c-.3-.2-.8-.2-1.1%200l-5.8%204.7v.4c0%20.6.6%201.3%201.3%201.3h18.9c.7%200%201.3-.8%201.3-1.3v-.4L21%2017.7c-.3-.2-.8-.2-1.1%200zm3-1.5l3.4%202.7c.3.2.5.1.5-.3v-5.8c0-.4-.2-.5-.5-.3l-3.4%202.7c-.3.4-.3.8%200%201zM6.6%207.9c-.7%200-1.3.8-1.3%201.3l10.2%208.1c.3.2.8.2%201.1%200l10.3-8.1c0-.6-.6-1.3-1.3-1.3h-19zm-1.4%205v5.8c0%20.4.2.5.5.3l3.4-2.7c.3-.2.3-.6%200-.8l-3.4-2.7c-.3-.4-.5-.3-.5.1z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-email {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Mail_4_x2C__Envelope_4_1_%22%20class%3D%22st0%22%20d%3D%22M19.9%2017.7l-3.4%202.7c-.3.2-.8.2-1.1%200L12%2017.7c-.3-.2-.8-.2-1.1%200l-5.8%204.7v.4c0%20.6.6%201.3%201.3%201.3h18.9c.7%200%201.3-.8%201.3-1.3v-.4L21%2017.7c-.3-.2-.8-.2-1.1%200zm3-1.5l3.4%202.7c.3.2.5.1.5-.3v-5.8c0-.4-.2-.5-.5-.3l-3.4%202.7c-.3.4-.3.8%200%201zM6.6%207.9c-.7%200-1.3.8-1.3%201.3l10.2%208.1c.3.2.8.2%201.1%200l10.3-8.1c0-.6-.6-1.3-1.3-1.3h-19zm-1.4%205v5.8c0%20.4.2.5.5.3l3.4-2.7c.3-.2.3-.6%200-.8l-3.4-2.7c-.3-.4-.5-.3-.5.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-error-page {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20173.4%2072%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M104.2%2043c-.3.4-.6.8-.9.8-7%202.4-14.4%202.1-21.7%202.5%205.9.3%2011.8.2%2017.4%201.9l-1.4%201.3c-.4.5-.7.9-1%20.9-4%201-8.1%201.5-12.1%202.2%203%20.5%206%20.8%208.6%202.3l-1.5%201.5-.8.8c-2.9%201.5-6.8%201.4-10%202%20.9-.2%201.4-2.1%202.3-2.3%201.7-.3%203.6-.4%205.4-.7C85.1%2055%2081.2%2055%2077.7%2054c.5-.4.9-.9%201.4-1.3.4-.5.7-.9%201-.9%204.1-1.1%208.3-1.5%2012.4-2.2-7.1-1.2-14.5-.4-21.6-1.9.5-.4.9-.9%201.4-1.3.4-.5.7-.9%201-.9%208.4-2%2017.1-1%2025.6-2.2-9.9-1.1-20%201-29.6-2.5l1.3-1.3c.4-.5.8-.9%201-1%208-1.9%2016.4-1%2024.3-2.4-7-.9-14-.5-20.8-2.9l1.4-1.4c.4-.4.7-.8.9-.9%206-1.9%2012.4-1.4%2018.5-2-.8.1-1.5%202.2-2.3%202.3-4.1.4-8.3.3-12.4.8%206.8%201.5%2013.8%201%2020.7%202.4l-1.5%201.5c-.3.4-.6.7-.8.8-7.5%202.9-15.7%202.3-23.6%203%209.7%202%2019.8-.2%2029.5%202l-1.3%201.3m3.7-24.1V0h-8.5v12.5L84.1.7%2049.5%2032.2l3.8%205.3%204.9-4.1V72h22.9H80c5.2%200%203.1-11.3%203.1-11.3H87.4S85.2%2072%2090.4%2072h-1.1%2027.2V33.5l4.9%204.1%203.8-5.3-17.3-13.4zM24.8%2047.8v-14l-9.6%2014.1%209.6-.1zM0%2047.2l23.5-34.6h18.1v35.2h6.1l-1.4%2013.6h-4.7v10.5H24.8V61.5H0V47.2zM150.5%2047.8v-14l-9.6%2014.1%209.6-.1zm-24.8-.6l23.5-34.6h18.1v35.2h6.1L172%2061.5h-4.7V72h-16.8V61.5h-24.8V47.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-facebook-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M0%200v300h160V184h-39v-45h39v-33.8c0-38.8%2023.6-59.9%2058.2-59.9%2016.6%200%2030.8%201.2%2034.8%201.8v40.5h-23.8c-18.8%200-22.2%208.9-22.2%2022.1V139h44.8l-5.8%2045h-39v116h93V0H0z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M0%200v300h160V184h-39v-45h39v-33.8c0-38.8%2023.6-59.9%2058.2-59.9%2016.6%200%2030.8%201.2%2034.8%201.8v40.5h-23.8c-18.8%200-22.2%208.9-22.2%2022.1V139h44.8l-5.8%2045h-39v116h93V0H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-icon-404 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20173.4%2072%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M104.2%2043c-.3.4-.6.8-.9.8-7%202.4-14.4%202.1-21.7%202.5%205.9.3%2011.8.2%2017.4%201.9l-1.4%201.3c-.4.5-.7.9-1%20.9-4%201-8.1%201.5-12.1%202.2%203%20.5%206%20.8%208.6%202.3l-1.5%201.5-.8.8c-2.9%201.5-6.8%201.4-10%202%20.9-.2%201.4-2.1%202.3-2.3%201.7-.3%203.6-.4%205.4-.7C85.1%2055%2081.2%2055%2077.7%2054c.5-.4.9-.9%201.4-1.3.4-.5.7-.9%201-.9%204.1-1.1%208.3-1.5%2012.4-2.2-7.1-1.2-14.5-.4-21.6-1.9.5-.4.9-.9%201.4-1.3.4-.5.7-.9%201-.9%208.4-2%2017.1-1%2025.6-2.2-9.9-1.1-20%201-29.6-2.5l1.3-1.3c.4-.5.8-.9%201-1%208-1.9%2016.4-1%2024.3-2.4-7-.9-14-.5-20.8-2.9l1.4-1.4c.4-.4.7-.8.9-.9%206-1.9%2012.4-1.4%2018.5-2-.8.1-1.5%202.2-2.3%202.3-4.1.4-8.3.3-12.4.8%206.8%201.5%2013.8%201%2020.7%202.4l-1.5%201.5c-.3.4-.6.7-.8.8-7.5%202.9-15.7%202.3-23.6%203%209.7%202%2019.8-.2%2029.5%202l-1.3%201.3m3.7-24.1V0h-8.5v12.5L84.1.7%2049.5%2032.2l3.8%205.3%204.9-4.1V72h22.9H80c5.2%200%203.1-11.3%203.1-11.3H87.4S85.2%2072%2090.4%2072h-1.1%2027.2V33.5l4.9%204.1%203.8-5.3-17.3-13.4zM24.8%2047.8v-14l-9.6%2014.1%209.6-.1zM0%2047.2l23.5-34.6h18.1v35.2h6.1l-1.4%2013.6h-4.7v10.5H24.8V61.5H0V47.2zM150.5%2047.8v-14l-9.6%2014.1%209.6-.1zm-24.8-.6l23.5-34.6h18.1v35.2h6.1L172%2061.5h-4.7V72h-16.8V61.5h-24.8V47.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-icon-logo-dark {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20174.3%2045.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23CA992C%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M3.7%2028.7h66.2v2H3.7zM97.5%2028.7h72.8v2H97.5zM17.1%2010.7C14.5%2013.5%205.9%2020.9%205.9%2023.4c0%20.6.4.9%201.4.9%201.2%200%204.5-.9%207.1-.9%201.2%200%202.3.2%202.9.8.3.3.5.5.5.6%200%20.1-.1.1-.6.1-1.8%200-4.9%202.1-8.1%202.1-1.6%200-3.2-.5-4.5-2.2-.6-.7-.8-1.6-.8-2.5C3.8%2016.2%2014%206.5%2014.3%206c.1-.2.2-.4.2-.5%200-.2-.1-.2-.3-.2-.3%200-1%20.3-1.4.4v-.1c0-.1%201.3-1%201.8-1.4.1-.1.2-.1.2-.1.7%200%203.3%202.1%203.3%204.4%200%20.7-.3%201.5-1%202.2M34.9%2020.4c-.7%201-3.7%204-5.1%205.1-.4.3-.7.4-1.1.4-.8%200-1.7-.8-1.7-2.2%200-.9.4-2.2%201.3-3.8.1-.2.2-.3.2-.4%200-.1%200-.1-.1-.1s-.1%200-.2.1c-2.2%201.2-4.3%204.8-6.5%206.6-.3.3-.7.4-1%20.4-1.2%200-2.3-1.4-2.3-2.7%200-.3.1-.6.2-.8%201.9-4.6%207.4-8.3%209.4-9.2.7-.3%201-.4%201.4-.4.9%200%201.5.7%202.3%202.4.1.1.1.2.1.3%200%20.2-.1.2-.2.2s-.3-.1-.4-.2c-.2-.2-.4-.3-.7-.3-2%200-7%203.7-8.3%206.3-.2.1-.2.2-.2.4s.1.4.3.4c.1%200%20.4-.1.7-.4%201.9-1.6%205.2-4.6%206.3-5%20.2-.1.5-.1.7-.1.9%200%201.5.9%201.5%201.7%200%20.2%200%20.3-.1.5-.4%201.1-2.1%203.5-2.5%204.7%200%20.1-.1.3-.1.4%200%20.2.1.4.3.4.1%200%20.2-.1.3-.2%201.2-.9%203.7-3.4%204.9-4.7.2-.3.4-.4.5-.4.1%200%20.1.1.1.2v.4%22%2F%3E%3Cpath%20d%3D%22M37.9%2014.2c0-.1%200-.2-.2-.2-.1%200-.2-.1-.2-.2s.1-.3.3-.2c1.1.3%201.8.9%201.8%202s-.6%202.4-2%204.1c-.2.3-.5.6-.5.7%200%200%200%20.1.1.1s.5-.3.8-.6c3.2-3.1%204.8-4.3%206-4.3.6%200%201.1.4%201.5%201.1.2.4.3.7.3%201.1%200%201.2-.8%202.6-1.3%203.4-.9%201.7-1.5%202.9-1.5%203.8%200%20.2.1.3.3.3.5%200%201.8-.9%204.2-3.4.6-.6.9-.8%201.1-.8.1%200%20.1%200%20.1.1s-.2.5-.7%201c-2%202.3-3.9%204.1-5.3%204.1-.4%200-.6%200-.8-.2-.9-.5-1.5-1.3-1.5-2.6%200-.9.3-2%201.1-3.3.8-1.3%201.3-2.4%201.3-2.8%200-.2-.1-.3-.2-.3-1.3%200-7.6%206.6-8.4%208.5-.1.2-.2.4-.5.4-.2%200-1.2-.5-1.2-1.8%200-3%205.4-8.8%205.4-10%22%2F%3E%3Cpath%20d%3D%22M66.6%209.6c-.2%200-.4%200-.6.2-4.7%204.3-8.5%2013.7-8.5%2015.2%200%20.3.1.3.2.3s.2%200%20.4-.1c.8-.3%203.4-2.9%204.9-4.4.3-.3.5-.5.7-.5.1%200%20.1%200%20.1.2%200%20.1-.1.3-.3.6-1.4%201.7-4.3%204.5-5.5%205.2-.1.1-.4.1-.6.1-.8%200-2-.5-2-2.1%200-1.8.9-3.5%201.7-5.3.1-.2.2-.4.1-.4s-.2.1-.4.4c-1%201.6-4.7%206.4-5.9%207.2-.1.1-.3.1-.5.1-1.1%200-2.9-1.3-2.6-2.6.7-3.7%204.9-8.8%206.6-9.6.3-.1.5-.2.8-.2%201%200%202.2.7%202.5%201.6v.2c0%20.1-.1.1-.1.1-.1%200-.2-.1-.3-.1-.1-.1-.3-.1-.4-.1-1.4%200-3.8%202.9-5.5%206.6-.2.4-.3.8-.3%201%200%20.2.1.2.1.2.2%200%20.5-.1%201.4-1.1%204-4.3%206-6.6%206.5-7.3%202.2-3.5%204.4-7.4%205.4-7.4%201.1%200%202.6%201%202.6%201.7-.2.3-.2.3-.5.3M116.9%2016.2c-2.6%200-5.7.2-7.5.5-.4.1-.4.1-.6.6-2.9%205.2-3.1%206.9-3.3%208.2-.1.5-.1.6-.7.9-.4.2-1%20.3-1.6.3-1.1%200-2.1-.5-2.1-2%200-.4.1-.8.2-1.4.4-1.5%201.9-4.4%202.7-5.4.3-.4.4-.5.4-.7%200-.1-.2-.1-.5-.2-.6-.1-1.3-.5-1.6-1.7.2.2.4.4%201.1.4.5%200%201.1-.1%202-.3.4-.1.5-.2.7-.4%202-1.8%205.1-6.2%205.1-7.1%200-.1-.2-.2-.2-.3%200-.1.2-.4.4-.4.1%200%20.1%200%20.2.1.7.5.9%201.3.9%202.2%200%201.6-1%203.6-2%204.9-.1.1.1.3.3.3%203.6-.4%205.5-.5%208.6-.8.5-.1.5-.1.6-.3%203.2-5.2%207.4-10.2%2010.7-10.2.5%200%201%20.1%201.5.4.7.4.9.9.9%201.3%200%20.3-.2.6-.4.6-.1%200-.2-.1-.4-.2-.2-.2-.3-1.1-1-1.1-.6%200-1.4.6-2.8%202.2-.7.8-2.5%202.9-3.8%206.4%200%20.1-.1.2-.1.3%200%20.2.1.3.4.2.7-.1%201.4-.1%202.1-.1%201%200%201.8.1%202.4.5l.2.2c0%20.1-.2.2-.4.2-2.2%200-3.1%201.4-4.6%201.6-1%20.1-1.1.2-1.3.4-1.2%202.1-2.8%207.2-2.8%209.4%200%20.6.1.9.4.9.1%200%20.2%200%20.4-.1s.4-.1.6-.1c.3%200%20.5%200%20.5.2s-.2.3-.9.6c-1.2.5-2.2.8-3%20.8-1.8%200-2.8-1.1-2.8-3.2%200-1.8.8-4.4%202.5-7.7%200-.1.1-.1.1-.2s-.1-.2-.3-.2h-1.2%22%2F%3E%3Cpath%20d%3D%22M134.7%2018.9c0%201.2-3.2%204.7-6.7%206.3-.3.2-.5.2-.7.2-.1%200-.1-.1-.1-.2s0-.2.1-.4c.4-2%204-5%205.3-6.1.2-.1.6-.2%201.2-.3.7%200%20.9.2.9.5m.8.4c0-.2%200-.5-.1-.7-.2-.9-1.1-.9-1.5-.9.4-.4.7-.6.7-.9%200-.4-.4-.9-1.7-1.9-.3-.2-.5-.4-.6-.4-.2%200-.4.1-.7.4-2.6%202.1-6.9%206.4-6.9%209.3%200%201.9%202.1%202.5%202.7%202.4%202.2%200%208.1-3.6%208.1-7.3M157.9%2022.7c-2.3%202.4-3.4%203.7-4.8%203.7-.2%200-.5%200-.7-.1-1.6-.5-2.1-1.3-2.1-2.4%200-1.5%201.2-3.4%202.3-5.2.6-.9.8-1.5.8-1.9%200-.3-.1-.4-.3-.4-1.4%200-7.1%205.1-8.8%209.4-.1.2-.2.2-.3.2-.4%200-.9-.4-1.2-.8-.3-.5-.4-1-.4-1.5%200-1.5%201-3.3%202.2-4.8.6-.8%201-1.6%201-2%200-.2-.1-.3-.2-.3s-.2%200-.4.1c-2%20.8-7.1%207.3-7.8%208.9-.1.1-.1.2-.2.2%200%200-.1-.1-.3-.2-.5-.4-.8-.9-.8-1.6%200-3.1%205.2-8.8%205.2-9.8%200-.2-.2-.2-.2-.4%200-.1.2-.2.4-.2.6%200%201.1.7%201.1%201.7%200%20.7-.2%201.6-.8%202.6-.1.2-.2.4-.2.5v.1c.1%200%20.6-.4%201.8-1.4%201-.9%202.2-1.5%203.1-1.5.9%200%201.5.5%201.5%201.6%200%20.4-.1%201-.3%201.7-.1.2-.1.4-.1.5v.1s.1-.1.3-.2c3.1-2.9%205.2-4%206.5-4%201.2%200%201.7.8%201.7%202.1%200%20.9-.3%201.9-.8%202.9-1.2%202.5-1.8%204.1-1.8%204.7%200%20.3.1.5.4.5.6%200%201.9-1.1%203.6-2.9.8-.8%201.1-1.1%201.4-1.1%200%200%20.1%200%20.1.1.1%200-.3.5-.9%201.1%22%2F%3E%3Cpath%20d%3D%22M170.2%2019.9c-2.1%202.9-6.7%207-9.9%207-1%200-1.8-.4-2.5-1.4-.4-.6-.5-1.2-.5-1.8%200-1.2.5-2.5%201.1-3.7%201.2-2.2%203.8-5.5%205.7-5.5.3%200%20.5.1.7.2%201.3.8%201.9%201.6%202.5%202.5.1.2.2.4.2.7%200%201.5-2.9%203-4.5%203.6-.2.1-.4.1-.5.1-.2%200-.3-.1-.3-.2%200-.2.2-.4.5-.6%201.9-1.3%203.2-2.3%203.3-3.5%200-.3-.1-.4-.3-.4-.2%200-.5.2-.8.3-1.6.8-5%203.8-5.7%207.8-.1.7.2.8.7.8%202%200%207.9-4.1%2010-6.3.1-.1.1-.1.2-.1s.1.1.1.2c.1.1.1.2%200%20.3M6%2034v3.1h1.5c.3%200%20.6-.1.8-.2.2-.1.3-.4.3-.9h.2v2.6h-.2c0-.3%200-.5-.1-.7l-.3-.3c-.1-.1-.3-.1-.6-.1H6V40c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3v.2H3.7v-.2H4c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9v-5c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.2v-.2h6.1l.1%201.7h-.2c-.1-.4-.2-.6-.4-.8s-.3-.3-.5-.3c-.2-.1-.5-.1-1-.1H6M14.7%2041.3v.2h-3.5v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.3v-.2h3.5v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3M15.2%2033.6h2.3l5%205.9V35c0-.5-.1-.8-.2-.9-.2-.2-.4-.2-.7-.2h-.3v-.2h2.9v.2h-.3c-.4%200-.6.1-.8.3%200%20.1-.1.3-.1.8v6.6h-.2l-5.5-6.3v4.8c0%20.5.1.8.2.9.2.2.4.2.7.2h.3v.2h-2.9v-.2h.3c.4%200%20.6-.1.8-.3.1-.1.1-.4.1-.8v-5.5c-.2-.3-.4-.4-.5-.5-.2-.1-.3-.1-.6-.2-.1%200-.3-.1-.5-.1v-.2M27.5%2038.4l1.5-3.2%201.4%203.2h-2.9M31%2040c.2.4.2.6.2.8%200%20.1-.1.2-.2.3-.1.1-.3.1-.7.2v.2h3.3v-.2c-.3%200-.6-.1-.8-.3-.2-.2-.4-.5-.6-1l-2.8-6.5h-.3L26.2%2040c-.3.6-.5%201-.7%201.1-.1.1-.3.2-.7.2v.2h2.6v-.2c-.4%200-.7-.1-.8-.2-.1-.1-.2-.2-.2-.3%200-.2.1-.4.2-.7l.6-1.2h3.2L31%2040zM34%2033.6h2.3l5%205.9V35c0-.5-.1-.8-.2-.9-.2-.2-.4-.2-.7-.2h-.3v-.2H43v.2h-.3c-.4%200-.6.1-.7.3-.1.1-.1.4-.1.8v6.6h-.2l-5.5-6.3v4.8c0%20.5.1.8.2.9.2.2.4.2.7.2h.3v.2h-2.9v-.2h.3c.4%200%20.6-.1.8-.3.1-.1.1-.4.1-.8v-5.5c-.2-.3-.4-.4-.5-.5-.2-.1-.4-.1-.7-.2-.1%200-.3-.1-.5-.1v-.2M51.1%2033.4l.2%202.7h-.2c-.3-.8-.6-1.4-1.1-1.7-.5-.4-1-.5-1.7-.5-.6%200-1%20.1-1.5.4-.4.3-.8.7-1%201.3-.3.6-.4%201.3-.4%202.2%200%20.7.1%201.3.4%201.8.2.5.6.9%201.1%201.2.5.3%201%20.4%201.7.4.5%200%201-.1%201.4-.3.4-.2.9-.6%201.4-1.3l.2.1c-.4.7-.9%201.2-1.5%201.5-.6.3-1.2.5-2%20.5-1.4%200-2.4-.5-3.2-1.4-.6-.7-.8-1.6-.8-2.5%200-.8.2-1.5.6-2.2.4-.7.9-1.2%201.5-1.5.6-.4%201.4-.5%202.1-.5.6%200%201.2.1%201.8.4.2.1.3.1.4.1.1%200%20.2%200%20.3-.1.1-.1.2-.2.2-.4h.1M56.1%2041.3v.2h-3.5v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.3v-.2H56v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3M59.5%2038.4l1.5-3.2%201.4%203.2h-2.9M63%2040c.2.4.2.6.2.8%200%20.1-.1.2-.2.3-.1.1-.3.1-.7.2v.2h3.3v-.2c-.3%200-.6-.1-.8-.3-.2-.2-.4-.5-.6-1l-2.8-6.5h-.3L58.2%2040c-.3.6-.5%201-.7%201.1-.1.1-.3.2-.7.2v.2h2.6v-.2c-.4%200-.7-.1-.8-.2-.1-.1-.2-.2-.2-.3%200-.2.1-.4.2-.7l.6-1.2h3.2L63%2040zM73.4%2039.3h.2l-.7%202.1h-6.4v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9v-5c0-.5-.1-.8-.2-.9-.2-.2-.4-.3-.7-.3h-.3v-.2h3.7v.2c-.4%200-.7%200-.9.1-.2.1-.3.2-.4.3-.1.1-.1.4-.1.9v5c0%20.3%200%20.5.1.7%200%20.1.1.1.2.2.1%200%20.4.1%201%20.1h.6c.6%200%201.1%200%201.3-.1.3-.1.5-.2.7-.5.4-.4.6-.7.8-1.2M83%2033.4v2.7h-.2c-.1-.5-.2-.9-.4-1.2-.2-.3-.5-.6-.8-.7-.4-.2-.7-.3-1.1-.3-.4%200-.8.1-1.1.4-.3.2-.4.5-.4.8%200%20.2.1.5.3.7.3.3.9.7%201.8%201.1.8.4%201.3.7%201.6.9.3.2.5.5.7.7s.2.6.2.9c0%20.6-.2%201.1-.7%201.5-.5.4-1.1.6-1.9.6-.2%200-.5%200-.7-.1-.1%200-.4-.1-.8-.2s-.6-.2-.8-.2c-.1%200-.2%200-.2.1-.1.1-.1.2-.1.4h-.2V39h.2c.1.6.2%201%20.4%201.3.2.3.5.5.8.7.4.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.3-.3.4-.6.4-.9%200-.2-.1-.4-.2-.6-.1-.2-.3-.4-.5-.5-.2-.1-.6-.4-1.3-.7-.7-.4-1.2-.7-1.5-.9-.3-.2-.5-.5-.7-.7-.2-.3-.2-.6-.2-.9%200-.6.2-1%20.7-1.5.5-.4%201-.6%201.7-.6.4%200%20.9.1%201.4.3.2.1.4.1.5.1.1%200%20.2%200%20.3-.1.1-.1.1-.2.2-.4h.2M87.2%2034v3.1H89c.5%200%20.8-.1.9-.2.2-.2.3-.5.4-.9h.2v2.7h-.2c-.1-.4-.1-.6-.2-.7-.1-.1-.2-.2-.4-.3-.2-.1-.4-.1-.8-.1h-1.8v3.2c0%20.1.1.1.2.2.1%200%20.2.1.5.1h1.4c.5%200%20.8%200%201-.1.2-.1.4-.2.6-.4.3-.2.5-.6.8-1.1h.4l-.7%202h-6.4v-.2h.3c.2%200%20.4%200%20.6-.1l.3-.3c0-.1.1-.4.1-.8V35c0-.5-.1-.8-.2-.9-.1-.2-.4-.2-.7-.2H85v-.2h6.4l.1%201.7h-.2c-.1-.4-.2-.7-.3-.9-.1-.2-.3-.3-.5-.3-.2-.1-.5-.1-.9-.1h-2.4M95.2%2034.2c.4-.1.7-.1%201-.1.5%200%201%20.2%201.3.5.3.3.5.7.5%201.2s-.2.9-.6%201.2c-.4.3-1%20.5-1.8.5H95.3v-3.3m5.8%207.1c-.5%200-.8-.2-1.1-.3-.3-.2-.6-.5-1-1l-1.7-2.3c.7-.1%201.2-.4%201.5-.8.3-.4.5-.8.5-1.3s-.1-.8-.4-1.2c-.3-.3-.6-.6-1.1-.7-.4-.1-1.1-.2-1.9-.2h-3v.2h.3c.3%200%20.5.1.7.3.1.2.1.5.1%201v5.1c0%20.5%200%20.7-.1.9-.1.2-.4.3-.7.3h-.3v.2h3.5v-.2H96c-.3%200-.5-.1-.7-.3-.1-.1-.2-.4-.2-.9v-2.3h.9l2.8%203.7h2.2v-.2zM109.2%2033.6v.2c-.3.1-.5.1-.7.3-.2.2-.4.5-.6.9l-2.9%206.7h-.2l-3.1-6.8-.3-.6c-.1-.1-.2-.2-.4-.3-.1-.1-.4-.1-.6-.1v-.2h3.4v.2c-.4%200-.6.1-.7.2-.1.1-.2.2-.2.3%200%20.2.1.5.3.9l2.1%204.6%202-4.5c.2-.4.3-.8.3-.9%200-.1-.1-.2-.2-.3-.1-.1-.3-.2-.6-.2h-.1v-.2h2.5M113.6%2041.3v.2H110v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.2v-.2h3.5v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.5.1h.4M121.8%2033.4l.2%202.7h-.2c-.3-.8-.6-1.4-1.1-1.7-.5-.4-1-.5-1.7-.5-.6%200-1%20.1-1.5.4-.4.3-.8.7-1%201.3-.3.6-.4%201.3-.4%202.2%200%20.7.1%201.3.4%201.8.2.5.6.9%201.1%201.2.5.3%201%20.4%201.7.4.5%200%201-.1%201.4-.3.4-.2.9-.6%201.4-1.3l.2.1c-.4.7-.9%201.2-1.5%201.5-.6.3-1.2.5-2%20.5-1.4%200-2.4-.5-3.2-1.4-.6-.7-.8-1.6-.8-2.5%200-.8.2-1.5.6-2.2.4-.7.9-1.2%201.5-1.5.6-.4%201.4-.5%202.1-.5.6%200%201.2.1%201.8.4.2.1.3.1.4.1.1%200%20.2%200%20.3-.1.1-.1.2-.2.2-.4h.1M125.6%2034v3.1h1.8c.5%200%20.8-.1.9-.2.2-.2.3-.5.4-.9h.2v2.7h-.2c-.1-.4-.1-.6-.2-.7-.1-.1-.2-.2-.4-.3-.2-.1-.4-.1-.8-.1h-1.8v3.2c0%20.1.1.1.2.2.1%200%20.2.1.5.1h1.4c.5%200%20.8%200%201-.1.2-.1.4-.2.6-.4.3-.2.5-.6.8-1.1h.3l-.7%202h-6.4v-.2h.3c.2%200%20.4%200%20.6-.1l.3-.3c0-.1.1-.4.1-.8V35c0-.5-.1-.8-.2-.9-.1-.2-.4-.2-.7-.2h-.3v-.2h6.4l.1%201.7h-.2c-.1-.4-.2-.7-.3-.9-.1-.2-.3-.3-.5-.3-.2-.1-.5-.1-.9-.1h-2.3M136.7%2033.4v2.7h-.2c-.1-.5-.2-.9-.4-1.2-.2-.3-.5-.6-.8-.7-.4-.2-.7-.3-1.1-.3-.4%200-.8.1-1.1.4-.3.2-.4.5-.4.8%200%20.2.1.5.3.7.3.3.9.7%201.8%201.1.8.4%201.3.7%201.6.9.3.2.5.5.7.7.2.3.2.6.2.9%200%20.6-.2%201.1-.7%201.5-.5.4-1.1.6-1.9.6-.2%200-.5%200-.7-.1-.1%200-.4-.1-.8-.2s-.6-.2-.8-.2c-.1%200-.2%200-.2.1-.1.1-.1.2-.1.4h-.2V39h.2c.1.6.2%201%20.4%201.3.2.3.5.5.8.7.4.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.3-.3.4-.6.4-.9%200-.2-.1-.4-.2-.6-.1-.2-.3-.4-.5-.5-.2-.1-.6-.4-1.3-.7-.7-.4-1.2-.7-1.5-.9-.3-.2-.5-.5-.7-.7-.2-.3-.2-.6-.2-.9%200-.6.2-1%20.7-1.5.5-.4%201-.6%201.7-.6.4%200%20.9.1%201.4.3.2.1.4.1.5.1.1%200%20.2%200%20.3-.1.1-.1.1-.2.2-.4h.2M140.4%2042.6c.3-.3.4-.7.4-1.1%200-.4-.1-.7-.3-.9-.2-.2-.4-.3-.7-.3-.2%200-.4.1-.6.2-.2.1-.2.3-.2.5s.1.4.2.5c.1.1.3.2.5.2h.2c.1-.1.2-.1.3-.1h.1s.1.1.1.2c0%20.3-.1.6-.3.9s-.6.5-1%20.6v.3c.5-.4%201-.6%201.3-1M149.2%2041.3v.2h-3.5v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.3v-.2h3.5v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3M149.7%2033.6h2.3l5%205.9V35c0-.5-.1-.8-.2-.9-.2-.2-.4-.2-.7-.2h-.3v-.2h2.9v.2h-.3c-.4%200-.6.1-.7.3-.1.1-.1.4-.1.8v6.6h-.2l-5.5-6.3v4.8c0%20.5.1.8.2.9.2.2.4.2.7.2h.3v.2h-2.9v-.2h.3c.4%200%20.6-.1.8-.3.1-.1.1-.4.1-.8v-5.5c-.2-.3-.4-.4-.5-.5-.1-.1-.3-.2-.5-.2-.1%200-.3-.1-.5-.1v-.2M166.8%2033.4l.2%202.7h-.2c-.3-.8-.6-1.4-1.1-1.7-.5-.4-1-.5-1.7-.5-.6%200-1%20.1-1.5.4-.4.3-.8.7-1%201.3-.3.6-.4%201.3-.4%202.2%200%20.7.1%201.3.4%201.8.2.5.6.9%201.1%201.2.5.3%201%20.4%201.6.4.5%200%201-.1%201.4-.3.4-.2.9-.6%201.4-1.3l.2.1c-.4.7-.9%201.2-1.5%201.5-.6.3-1.2.5-2%20.5-1.4%200-2.4-.5-3.2-1.4-.6-.7-.8-1.6-.8-2.5%200-.8.2-1.5.6-2.2.4-.7.9-1.2%201.5-1.5.7-.4%201.4-.5%202.1-.5.6%200%201.2.1%201.8.4.2.1.3.1.4.1.1%200%20.2%200%20.3-.1.1-.1.2-.2.2-.4h.2M169.5%2040.3c.2%200%20.3.1.5.2.1.1.2.3.2.5s-.1.3-.2.5c-.1.1-.3.2-.5.2s-.3-.1-.5-.2c-.1-.1-.2-.3-.2-.5s.1-.3.2-.5c.2-.1.4-.2.5-.2%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M91.5%2010.2V2.8h-3.3v4.8L82.3%203%2068.9%2015.3l1.5%202.1%201.9-1.6v14.9h8.8-.4c2%200%201.2-4.4%201.2-4.4h1.6s-.8%204.4%201.2%204.4h-.4%2010.5V15.8l1.9%201.6%201.5-2.1-6.7-5.1m-1.4%209.3c-.1.2-.3.3-.3.3-2.7.9-5.5.8-8.4%201%202.3.1%204.6.1%206.7.7l-.5.5c-.1.2-.3.3-.4.4-1.5.4-3.1.6-4.7.8%201.1.2%202.3.3%203.3.9l-.6.6-.3.3c-1.1.6-2.6.6-3.9.8.3-.1.6-.8.9-.9l2.1-.3c-1.3-.4-2.8-.5-4.2-.9.2-.2.4-.3.5-.5.1-.2.3-.3.4-.4%201.6-.4%203.2-.6%204.8-.8-2.7-.5-5.6-.2-8.4-.7l.5-.5c.1-.2.3-.3.4-.4%203.2-.8%206.6-.4%209.9-.9-3.8-.4-7.7.4-11.4-1l.5-.5.4-.4c3.1-.7%206.3-.4%209.4-.9-2.7-.4-5.4-.2-8-1.1l.5-.5c.1-.2.3-.3.4-.3%202.3-.7%204.8-.6%207.2-.8-.3%200-.6.8-.9.9-1.6.2-3.2.1-4.8.3%202.6.6%205.4.4%208%20.9l-.6.6c-.1.1-.2.3-.3.3-2.9%201.1-6%20.9-9.1%201.2%203.7.8%207.6-.1%2011.4.8l-.5.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-linkedin-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M0%200v300h300V0H0zm97%20242H57V114h40v128zM77.3%2097.1c-12.7%200-23-10.3-23-23s10.3-23%2023-23%2023%2010.3%2023%2023-10.3%2023-23%2023zM246%20242h-40v-61.9c0-14.8-.1-33.8-20.4-33.8-20.6%200-23.6%2016.1-23.6%2032.8v63h-40V114h38v18h.6c5.3-10%2018.4-20.6%2037.7-20.6%2040.2%200%2047.7%2026.4%2047.7%2060.8V242z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-linkedin {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M0%200v300h300V0H0zm97%20242H57V114h40v128zM77.3%2097.1c-12.7%200-23-10.3-23-23s10.3-23%2023-23%2023%2010.3%2023%2023-10.3%2023-23%2023zM246%20242h-40v-61.9c0-14.8-.1-33.8-20.4-33.8-20.6%200-23.6%2016.1-23.6%2032.8v63h-40V114h38v18h.6c5.3-10%2018.4-20.6%2037.7-20.6%2040.2%200%2047.7%2026.4%2047.7%2060.8V242z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-location-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%238c9196%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Location_Pin_1_1_%22%20d%3D%22M16%205.2c-4.5%200-8.2%203.7-8.2%208.2%200%205.8%205.9%2011.6%207.7%2013.2.3.3.7.3%201%200%201.8-1.6%207.7-7.4%207.7-13.2%200-4.5-3.7-8.2-8.2-8.2zm0%2012.1c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204z%22%20fill%3D%22%238c9196%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-location-8c9196 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Location_Pin_1_1_%22%20d%3D%22M16%205.2c-4.5%200-8.2%203.7-8.2%208.2%200%205.8%205.9%2011.6%207.7%2013.2.3.3.7.3%201%200%201.8-1.6%207.7-7.4%207.7-13.2%200-4.5-3.7-8.2-8.2-8.2zm0%2012.1c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-location {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Location_Pin_1_1_%22%20d%3D%22M16%205.2c-4.5%200-8.2%203.7-8.2%208.2%200%205.8%205.9%2011.6%207.7%2013.2.3.3.7.3%201%200%201.8-1.6%207.7-7.4%207.7-13.2%200-4.5-3.7-8.2-8.2-8.2zm0%2012.1c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-locked {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Lock_1_1_%22%20d%3D%22M22.7%2014.7V12c0-3.7-3-6.7-6.7-6.7s-6.7%203-6.7%206.7v2.7c-.7%200-1.3.6-1.3%201.3v9.4c0%20.7.6%201.3%201.3%201.3h13.5c.7%200%201.3-.6%201.3-1.3V16c0-.7-.6-1.3-1.4-1.3zM16%207.9c2.2%200%204%201.8%204%204v2.7h-8V12c0-2.3%201.8-4.1%204-4.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-logo-dark {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20174.3%2045.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23CA992C%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M3.7%2028.7h66.2v2H3.7zM97.5%2028.7h72.8v2H97.5zM17.1%2010.7C14.5%2013.5%205.9%2020.9%205.9%2023.4c0%20.6.4.9%201.4.9%201.2%200%204.5-.9%207.1-.9%201.2%200%202.3.2%202.9.8.3.3.5.5.5.6%200%20.1-.1.1-.6.1-1.8%200-4.9%202.1-8.1%202.1-1.6%200-3.2-.5-4.5-2.2-.6-.7-.8-1.6-.8-2.5C3.8%2016.2%2014%206.5%2014.3%206c.1-.2.2-.4.2-.5%200-.2-.1-.2-.3-.2-.3%200-1%20.3-1.4.4v-.1c0-.1%201.3-1%201.8-1.4.1-.1.2-.1.2-.1.7%200%203.3%202.1%203.3%204.4%200%20.7-.3%201.5-1%202.2M34.9%2020.4c-.7%201-3.7%204-5.1%205.1-.4.3-.7.4-1.1.4-.8%200-1.7-.8-1.7-2.2%200-.9.4-2.2%201.3-3.8.1-.2.2-.3.2-.4%200-.1%200-.1-.1-.1s-.1%200-.2.1c-2.2%201.2-4.3%204.8-6.5%206.6-.3.3-.7.4-1%20.4-1.2%200-2.3-1.4-2.3-2.7%200-.3.1-.6.2-.8%201.9-4.6%207.4-8.3%209.4-9.2.7-.3%201-.4%201.4-.4.9%200%201.5.7%202.3%202.4.1.1.1.2.1.3%200%20.2-.1.2-.2.2s-.3-.1-.4-.2c-.2-.2-.4-.3-.7-.3-2%200-7%203.7-8.3%206.3-.2.1-.2.2-.2.4s.1.4.3.4c.1%200%20.4-.1.7-.4%201.9-1.6%205.2-4.6%206.3-5%20.2-.1.5-.1.7-.1.9%200%201.5.9%201.5%201.7%200%20.2%200%20.3-.1.5-.4%201.1-2.1%203.5-2.5%204.7%200%20.1-.1.3-.1.4%200%20.2.1.4.3.4.1%200%20.2-.1.3-.2%201.2-.9%203.7-3.4%204.9-4.7.2-.3.4-.4.5-.4.1%200%20.1.1.1.2v.4%22%2F%3E%3Cpath%20d%3D%22M37.9%2014.2c0-.1%200-.2-.2-.2-.1%200-.2-.1-.2-.2s.1-.3.3-.2c1.1.3%201.8.9%201.8%202s-.6%202.4-2%204.1c-.2.3-.5.6-.5.7%200%200%200%20.1.1.1s.5-.3.8-.6c3.2-3.1%204.8-4.3%206-4.3.6%200%201.1.4%201.5%201.1.2.4.3.7.3%201.1%200%201.2-.8%202.6-1.3%203.4-.9%201.7-1.5%202.9-1.5%203.8%200%20.2.1.3.3.3.5%200%201.8-.9%204.2-3.4.6-.6.9-.8%201.1-.8.1%200%20.1%200%20.1.1s-.2.5-.7%201c-2%202.3-3.9%204.1-5.3%204.1-.4%200-.6%200-.8-.2-.9-.5-1.5-1.3-1.5-2.6%200-.9.3-2%201.1-3.3.8-1.3%201.3-2.4%201.3-2.8%200-.2-.1-.3-.2-.3-1.3%200-7.6%206.6-8.4%208.5-.1.2-.2.4-.5.4-.2%200-1.2-.5-1.2-1.8%200-3%205.4-8.8%205.4-10%22%2F%3E%3Cpath%20d%3D%22M66.6%209.6c-.2%200-.4%200-.6.2-4.7%204.3-8.5%2013.7-8.5%2015.2%200%20.3.1.3.2.3s.2%200%20.4-.1c.8-.3%203.4-2.9%204.9-4.4.3-.3.5-.5.7-.5.1%200%20.1%200%20.1.2%200%20.1-.1.3-.3.6-1.4%201.7-4.3%204.5-5.5%205.2-.1.1-.4.1-.6.1-.8%200-2-.5-2-2.1%200-1.8.9-3.5%201.7-5.3.1-.2.2-.4.1-.4s-.2.1-.4.4c-1%201.6-4.7%206.4-5.9%207.2-.1.1-.3.1-.5.1-1.1%200-2.9-1.3-2.6-2.6.7-3.7%204.9-8.8%206.6-9.6.3-.1.5-.2.8-.2%201%200%202.2.7%202.5%201.6v.2c0%20.1-.1.1-.1.1-.1%200-.2-.1-.3-.1-.1-.1-.3-.1-.4-.1-1.4%200-3.8%202.9-5.5%206.6-.2.4-.3.8-.3%201%200%20.2.1.2.1.2.2%200%20.5-.1%201.4-1.1%204-4.3%206-6.6%206.5-7.3%202.2-3.5%204.4-7.4%205.4-7.4%201.1%200%202.6%201%202.6%201.7-.2.3-.2.3-.5.3M116.9%2016.2c-2.6%200-5.7.2-7.5.5-.4.1-.4.1-.6.6-2.9%205.2-3.1%206.9-3.3%208.2-.1.5-.1.6-.7.9-.4.2-1%20.3-1.6.3-1.1%200-2.1-.5-2.1-2%200-.4.1-.8.2-1.4.4-1.5%201.9-4.4%202.7-5.4.3-.4.4-.5.4-.7%200-.1-.2-.1-.5-.2-.6-.1-1.3-.5-1.6-1.7.2.2.4.4%201.1.4.5%200%201.1-.1%202-.3.4-.1.5-.2.7-.4%202-1.8%205.1-6.2%205.1-7.1%200-.1-.2-.2-.2-.3%200-.1.2-.4.4-.4.1%200%20.1%200%20.2.1.7.5.9%201.3.9%202.2%200%201.6-1%203.6-2%204.9-.1.1.1.3.3.3%203.6-.4%205.5-.5%208.6-.8.5-.1.5-.1.6-.3%203.2-5.2%207.4-10.2%2010.7-10.2.5%200%201%20.1%201.5.4.7.4.9.9.9%201.3%200%20.3-.2.6-.4.6-.1%200-.2-.1-.4-.2-.2-.2-.3-1.1-1-1.1-.6%200-1.4.6-2.8%202.2-.7.8-2.5%202.9-3.8%206.4%200%20.1-.1.2-.1.3%200%20.2.1.3.4.2.7-.1%201.4-.1%202.1-.1%201%200%201.8.1%202.4.5l.2.2c0%20.1-.2.2-.4.2-2.2%200-3.1%201.4-4.6%201.6-1%20.1-1.1.2-1.3.4-1.2%202.1-2.8%207.2-2.8%209.4%200%20.6.1.9.4.9.1%200%20.2%200%20.4-.1s.4-.1.6-.1c.3%200%20.5%200%20.5.2s-.2.3-.9.6c-1.2.5-2.2.8-3%20.8-1.8%200-2.8-1.1-2.8-3.2%200-1.8.8-4.4%202.5-7.7%200-.1.1-.1.1-.2s-.1-.2-.3-.2h-1.2%22%2F%3E%3Cpath%20d%3D%22M134.7%2018.9c0%201.2-3.2%204.7-6.7%206.3-.3.2-.5.2-.7.2-.1%200-.1-.1-.1-.2s0-.2.1-.4c.4-2%204-5%205.3-6.1.2-.1.6-.2%201.2-.3.7%200%20.9.2.9.5m.8.4c0-.2%200-.5-.1-.7-.2-.9-1.1-.9-1.5-.9.4-.4.7-.6.7-.9%200-.4-.4-.9-1.7-1.9-.3-.2-.5-.4-.6-.4-.2%200-.4.1-.7.4-2.6%202.1-6.9%206.4-6.9%209.3%200%201.9%202.1%202.5%202.7%202.4%202.2%200%208.1-3.6%208.1-7.3M157.9%2022.7c-2.3%202.4-3.4%203.7-4.8%203.7-.2%200-.5%200-.7-.1-1.6-.5-2.1-1.3-2.1-2.4%200-1.5%201.2-3.4%202.3-5.2.6-.9.8-1.5.8-1.9%200-.3-.1-.4-.3-.4-1.4%200-7.1%205.1-8.8%209.4-.1.2-.2.2-.3.2-.4%200-.9-.4-1.2-.8-.3-.5-.4-1-.4-1.5%200-1.5%201-3.3%202.2-4.8.6-.8%201-1.6%201-2%200-.2-.1-.3-.2-.3s-.2%200-.4.1c-2%20.8-7.1%207.3-7.8%208.9-.1.1-.1.2-.2.2%200%200-.1-.1-.3-.2-.5-.4-.8-.9-.8-1.6%200-3.1%205.2-8.8%205.2-9.8%200-.2-.2-.2-.2-.4%200-.1.2-.2.4-.2.6%200%201.1.7%201.1%201.7%200%20.7-.2%201.6-.8%202.6-.1.2-.2.4-.2.5v.1c.1%200%20.6-.4%201.8-1.4%201-.9%202.2-1.5%203.1-1.5.9%200%201.5.5%201.5%201.6%200%20.4-.1%201-.3%201.7-.1.2-.1.4-.1.5v.1s.1-.1.3-.2c3.1-2.9%205.2-4%206.5-4%201.2%200%201.7.8%201.7%202.1%200%20.9-.3%201.9-.8%202.9-1.2%202.5-1.8%204.1-1.8%204.7%200%20.3.1.5.4.5.6%200%201.9-1.1%203.6-2.9.8-.8%201.1-1.1%201.4-1.1%200%200%20.1%200%20.1.1.1%200-.3.5-.9%201.1%22%2F%3E%3Cpath%20d%3D%22M170.2%2019.9c-2.1%202.9-6.7%207-9.9%207-1%200-1.8-.4-2.5-1.4-.4-.6-.5-1.2-.5-1.8%200-1.2.5-2.5%201.1-3.7%201.2-2.2%203.8-5.5%205.7-5.5.3%200%20.5.1.7.2%201.3.8%201.9%201.6%202.5%202.5.1.2.2.4.2.7%200%201.5-2.9%203-4.5%203.6-.2.1-.4.1-.5.1-.2%200-.3-.1-.3-.2%200-.2.2-.4.5-.6%201.9-1.3%203.2-2.3%203.3-3.5%200-.3-.1-.4-.3-.4-.2%200-.5.2-.8.3-1.6.8-5%203.8-5.7%207.8-.1.7.2.8.7.8%202%200%207.9-4.1%2010-6.3.1-.1.1-.1.2-.1s.1.1.1.2c.1.1.1.2%200%20.3M6%2034v3.1h1.5c.3%200%20.6-.1.8-.2.2-.1.3-.4.3-.9h.2v2.6h-.2c0-.3%200-.5-.1-.7l-.3-.3c-.1-.1-.3-.1-.6-.1H6V40c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3v.2H3.7v-.2H4c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9v-5c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.2v-.2h6.1l.1%201.7h-.2c-.1-.4-.2-.6-.4-.8s-.3-.3-.5-.3c-.2-.1-.5-.1-1-.1H6M14.7%2041.3v.2h-3.5v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.3v-.2h3.5v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3M15.2%2033.6h2.3l5%205.9V35c0-.5-.1-.8-.2-.9-.2-.2-.4-.2-.7-.2h-.3v-.2h2.9v.2h-.3c-.4%200-.6.1-.8.3%200%20.1-.1.3-.1.8v6.6h-.2l-5.5-6.3v4.8c0%20.5.1.8.2.9.2.2.4.2.7.2h.3v.2h-2.9v-.2h.3c.4%200%20.6-.1.8-.3.1-.1.1-.4.1-.8v-5.5c-.2-.3-.4-.4-.5-.5-.2-.1-.3-.1-.6-.2-.1%200-.3-.1-.5-.1v-.2M27.5%2038.4l1.5-3.2%201.4%203.2h-2.9M31%2040c.2.4.2.6.2.8%200%20.1-.1.2-.2.3-.1.1-.3.1-.7.2v.2h3.3v-.2c-.3%200-.6-.1-.8-.3-.2-.2-.4-.5-.6-1l-2.8-6.5h-.3L26.2%2040c-.3.6-.5%201-.7%201.1-.1.1-.3.2-.7.2v.2h2.6v-.2c-.4%200-.7-.1-.8-.2-.1-.1-.2-.2-.2-.3%200-.2.1-.4.2-.7l.6-1.2h3.2L31%2040zM34%2033.6h2.3l5%205.9V35c0-.5-.1-.8-.2-.9-.2-.2-.4-.2-.7-.2h-.3v-.2H43v.2h-.3c-.4%200-.6.1-.7.3-.1.1-.1.4-.1.8v6.6h-.2l-5.5-6.3v4.8c0%20.5.1.8.2.9.2.2.4.2.7.2h.3v.2h-2.9v-.2h.3c.4%200%20.6-.1.8-.3.1-.1.1-.4.1-.8v-5.5c-.2-.3-.4-.4-.5-.5-.2-.1-.4-.1-.7-.2-.1%200-.3-.1-.5-.1v-.2M51.1%2033.4l.2%202.7h-.2c-.3-.8-.6-1.4-1.1-1.7-.5-.4-1-.5-1.7-.5-.6%200-1%20.1-1.5.4-.4.3-.8.7-1%201.3-.3.6-.4%201.3-.4%202.2%200%20.7.1%201.3.4%201.8.2.5.6.9%201.1%201.2.5.3%201%20.4%201.7.4.5%200%201-.1%201.4-.3.4-.2.9-.6%201.4-1.3l.2.1c-.4.7-.9%201.2-1.5%201.5-.6.3-1.2.5-2%20.5-1.4%200-2.4-.5-3.2-1.4-.6-.7-.8-1.6-.8-2.5%200-.8.2-1.5.6-2.2.4-.7.9-1.2%201.5-1.5.6-.4%201.4-.5%202.1-.5.6%200%201.2.1%201.8.4.2.1.3.1.4.1.1%200%20.2%200%20.3-.1.1-.1.2-.2.2-.4h.1M56.1%2041.3v.2h-3.5v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.3v-.2H56v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3M59.5%2038.4l1.5-3.2%201.4%203.2h-2.9M63%2040c.2.4.2.6.2.8%200%20.1-.1.2-.2.3-.1.1-.3.1-.7.2v.2h3.3v-.2c-.3%200-.6-.1-.8-.3-.2-.2-.4-.5-.6-1l-2.8-6.5h-.3L58.2%2040c-.3.6-.5%201-.7%201.1-.1.1-.3.2-.7.2v.2h2.6v-.2c-.4%200-.7-.1-.8-.2-.1-.1-.2-.2-.2-.3%200-.2.1-.4.2-.7l.6-1.2h3.2L63%2040zM73.4%2039.3h.2l-.7%202.1h-6.4v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9v-5c0-.5-.1-.8-.2-.9-.2-.2-.4-.3-.7-.3h-.3v-.2h3.7v.2c-.4%200-.7%200-.9.1-.2.1-.3.2-.4.3-.1.1-.1.4-.1.9v5c0%20.3%200%20.5.1.7%200%20.1.1.1.2.2.1%200%20.4.1%201%20.1h.6c.6%200%201.1%200%201.3-.1.3-.1.5-.2.7-.5.4-.4.6-.7.8-1.2M83%2033.4v2.7h-.2c-.1-.5-.2-.9-.4-1.2-.2-.3-.5-.6-.8-.7-.4-.2-.7-.3-1.1-.3-.4%200-.8.1-1.1.4-.3.2-.4.5-.4.8%200%20.2.1.5.3.7.3.3.9.7%201.8%201.1.8.4%201.3.7%201.6.9.3.2.5.5.7.7s.2.6.2.9c0%20.6-.2%201.1-.7%201.5-.5.4-1.1.6-1.9.6-.2%200-.5%200-.7-.1-.1%200-.4-.1-.8-.2s-.6-.2-.8-.2c-.1%200-.2%200-.2.1-.1.1-.1.2-.1.4h-.2V39h.2c.1.6.2%201%20.4%201.3.2.3.5.5.8.7.4.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.3-.3.4-.6.4-.9%200-.2-.1-.4-.2-.6-.1-.2-.3-.4-.5-.5-.2-.1-.6-.4-1.3-.7-.7-.4-1.2-.7-1.5-.9-.3-.2-.5-.5-.7-.7-.2-.3-.2-.6-.2-.9%200-.6.2-1%20.7-1.5.5-.4%201-.6%201.7-.6.4%200%20.9.1%201.4.3.2.1.4.1.5.1.1%200%20.2%200%20.3-.1.1-.1.1-.2.2-.4h.2M87.2%2034v3.1H89c.5%200%20.8-.1.9-.2.2-.2.3-.5.4-.9h.2v2.7h-.2c-.1-.4-.1-.6-.2-.7-.1-.1-.2-.2-.4-.3-.2-.1-.4-.1-.8-.1h-1.8v3.2c0%20.1.1.1.2.2.1%200%20.2.1.5.1h1.4c.5%200%20.8%200%201-.1.2-.1.4-.2.6-.4.3-.2.5-.6.8-1.1h.4l-.7%202h-6.4v-.2h.3c.2%200%20.4%200%20.6-.1l.3-.3c0-.1.1-.4.1-.8V35c0-.5-.1-.8-.2-.9-.1-.2-.4-.2-.7-.2H85v-.2h6.4l.1%201.7h-.2c-.1-.4-.2-.7-.3-.9-.1-.2-.3-.3-.5-.3-.2-.1-.5-.1-.9-.1h-2.4M95.2%2034.2c.4-.1.7-.1%201-.1.5%200%201%20.2%201.3.5.3.3.5.7.5%201.2s-.2.9-.6%201.2c-.4.3-1%20.5-1.8.5H95.3v-3.3m5.8%207.1c-.5%200-.8-.2-1.1-.3-.3-.2-.6-.5-1-1l-1.7-2.3c.7-.1%201.2-.4%201.5-.8.3-.4.5-.8.5-1.3s-.1-.8-.4-1.2c-.3-.3-.6-.6-1.1-.7-.4-.1-1.1-.2-1.9-.2h-3v.2h.3c.3%200%20.5.1.7.3.1.2.1.5.1%201v5.1c0%20.5%200%20.7-.1.9-.1.2-.4.3-.7.3h-.3v.2h3.5v-.2H96c-.3%200-.5-.1-.7-.3-.1-.1-.2-.4-.2-.9v-2.3h.9l2.8%203.7h2.2v-.2zM109.2%2033.6v.2c-.3.1-.5.1-.7.3-.2.2-.4.5-.6.9l-2.9%206.7h-.2l-3.1-6.8-.3-.6c-.1-.1-.2-.2-.4-.3-.1-.1-.4-.1-.6-.1v-.2h3.4v.2c-.4%200-.6.1-.7.2-.1.1-.2.2-.2.3%200%20.2.1.5.3.9l2.1%204.6%202-4.5c.2-.4.3-.8.3-.9%200-.1-.1-.2-.2-.3-.1-.1-.3-.2-.6-.2h-.1v-.2h2.5M113.6%2041.3v.2H110v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.2v-.2h3.5v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.5.1h.4M121.8%2033.4l.2%202.7h-.2c-.3-.8-.6-1.4-1.1-1.7-.5-.4-1-.5-1.7-.5-.6%200-1%20.1-1.5.4-.4.3-.8.7-1%201.3-.3.6-.4%201.3-.4%202.2%200%20.7.1%201.3.4%201.8.2.5.6.9%201.1%201.2.5.3%201%20.4%201.7.4.5%200%201-.1%201.4-.3.4-.2.9-.6%201.4-1.3l.2.1c-.4.7-.9%201.2-1.5%201.5-.6.3-1.2.5-2%20.5-1.4%200-2.4-.5-3.2-1.4-.6-.7-.8-1.6-.8-2.5%200-.8.2-1.5.6-2.2.4-.7.9-1.2%201.5-1.5.6-.4%201.4-.5%202.1-.5.6%200%201.2.1%201.8.4.2.1.3.1.4.1.1%200%20.2%200%20.3-.1.1-.1.2-.2.2-.4h.1M125.6%2034v3.1h1.8c.5%200%20.8-.1.9-.2.2-.2.3-.5.4-.9h.2v2.7h-.2c-.1-.4-.1-.6-.2-.7-.1-.1-.2-.2-.4-.3-.2-.1-.4-.1-.8-.1h-1.8v3.2c0%20.1.1.1.2.2.1%200%20.2.1.5.1h1.4c.5%200%20.8%200%201-.1.2-.1.4-.2.6-.4.3-.2.5-.6.8-1.1h.3l-.7%202h-6.4v-.2h.3c.2%200%20.4%200%20.6-.1l.3-.3c0-.1.1-.4.1-.8V35c0-.5-.1-.8-.2-.9-.1-.2-.4-.2-.7-.2h-.3v-.2h6.4l.1%201.7h-.2c-.1-.4-.2-.7-.3-.9-.1-.2-.3-.3-.5-.3-.2-.1-.5-.1-.9-.1h-2.3M136.7%2033.4v2.7h-.2c-.1-.5-.2-.9-.4-1.2-.2-.3-.5-.6-.8-.7-.4-.2-.7-.3-1.1-.3-.4%200-.8.1-1.1.4-.3.2-.4.5-.4.8%200%20.2.1.5.3.7.3.3.9.7%201.8%201.1.8.4%201.3.7%201.6.9.3.2.5.5.7.7.2.3.2.6.2.9%200%20.6-.2%201.1-.7%201.5-.5.4-1.1.6-1.9.6-.2%200-.5%200-.7-.1-.1%200-.4-.1-.8-.2s-.6-.2-.8-.2c-.1%200-.2%200-.2.1-.1.1-.1.2-.1.4h-.2V39h.2c.1.6.2%201%20.4%201.3.2.3.5.5.8.7.4.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.3-.3.4-.6.4-.9%200-.2-.1-.4-.2-.6-.1-.2-.3-.4-.5-.5-.2-.1-.6-.4-1.3-.7-.7-.4-1.2-.7-1.5-.9-.3-.2-.5-.5-.7-.7-.2-.3-.2-.6-.2-.9%200-.6.2-1%20.7-1.5.5-.4%201-.6%201.7-.6.4%200%20.9.1%201.4.3.2.1.4.1.5.1.1%200%20.2%200%20.3-.1.1-.1.1-.2.2-.4h.2M140.4%2042.6c.3-.3.4-.7.4-1.1%200-.4-.1-.7-.3-.9-.2-.2-.4-.3-.7-.3-.2%200-.4.1-.6.2-.2.1-.2.3-.2.5s.1.4.2.5c.1.1.3.2.5.2h.2c.1-.1.2-.1.3-.1h.1s.1.1.1.2c0%20.3-.1.6-.3.9s-.6.5-1%20.6v.3c.5-.4%201-.6%201.3-1M149.2%2041.3v.2h-3.5v-.2h.3c.3%200%20.6-.1.7-.3.1-.1.1-.4.1-.9V35c0-.4%200-.7-.1-.8%200-.1-.1-.2-.2-.3-.2-.1-.4-.1-.6-.1h-.3v-.2h3.5v.2h-.3c-.3%200-.6.1-.7.3-.1.1-.2.4-.2.9v5.1c0%20.4%200%20.7.1.8%200%20.1.1.2.3.3.2.1.4.1.6.1h.3M149.7%2033.6h2.3l5%205.9V35c0-.5-.1-.8-.2-.9-.2-.2-.4-.2-.7-.2h-.3v-.2h2.9v.2h-.3c-.4%200-.6.1-.7.3-.1.1-.1.4-.1.8v6.6h-.2l-5.5-6.3v4.8c0%20.5.1.8.2.9.2.2.4.2.7.2h.3v.2h-2.9v-.2h.3c.4%200%20.6-.1.8-.3.1-.1.1-.4.1-.8v-5.5c-.2-.3-.4-.4-.5-.5-.1-.1-.3-.2-.5-.2-.1%200-.3-.1-.5-.1v-.2M166.8%2033.4l.2%202.7h-.2c-.3-.8-.6-1.4-1.1-1.7-.5-.4-1-.5-1.7-.5-.6%200-1%20.1-1.5.4-.4.3-.8.7-1%201.3-.3.6-.4%201.3-.4%202.2%200%20.7.1%201.3.4%201.8.2.5.6.9%201.1%201.2.5.3%201%20.4%201.6.4.5%200%201-.1%201.4-.3.4-.2.9-.6%201.4-1.3l.2.1c-.4.7-.9%201.2-1.5%201.5-.6.3-1.2.5-2%20.5-1.4%200-2.4-.5-3.2-1.4-.6-.7-.8-1.6-.8-2.5%200-.8.2-1.5.6-2.2.4-.7.9-1.2%201.5-1.5.7-.4%201.4-.5%202.1-.5.6%200%201.2.1%201.8.4.2.1.3.1.4.1.1%200%20.2%200%20.3-.1.1-.1.2-.2.2-.4h.2M169.5%2040.3c.2%200%20.3.1.5.2.1.1.2.3.2.5s-.1.3-.2.5c-.1.1-.3.2-.5.2s-.3-.1-.5-.2c-.1-.1-.2-.3-.2-.5s.1-.3.2-.5c.2-.1.4-.2.5-.2%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M91.5%2010.2V2.8h-3.3v4.8L82.3%203%2068.9%2015.3l1.5%202.1%201.9-1.6v14.9h8.8-.4c2%200%201.2-4.4%201.2-4.4h1.6s-.8%204.4%201.2%204.4h-.4%2010.5V15.8l1.9%201.6%201.5-2.1-6.7-5.1m-1.4%209.3c-.1.2-.3.3-.3.3-2.7.9-5.5.8-8.4%201%202.3.1%204.6.1%206.7.7l-.5.5c-.1.2-.3.3-.4.4-1.5.4-3.1.6-4.7.8%201.1.2%202.3.3%203.3.9l-.6.6-.3.3c-1.1.6-2.6.6-3.9.8.3-.1.6-.8.9-.9l2.1-.3c-1.3-.4-2.8-.5-4.2-.9.2-.2.4-.3.5-.5.1-.2.3-.3.4-.4%201.6-.4%203.2-.6%204.8-.8-2.7-.5-5.6-.2-8.4-.7l.5-.5c.1-.2.3-.3.4-.4%203.2-.8%206.6-.4%209.9-.9-3.8-.4-7.7.4-11.4-1l.5-.5.4-.4c3.1-.7%206.3-.4%209.4-.9-2.7-.4-5.4-.2-8-1.1l.5-.5c.1-.2.3-.3.4-.3%202.3-.7%204.8-.6%207.2-.8-.3%200-.6.8-.9.9-1.6.2-3.2.1-4.8.3%202.6.6%205.4.4%208%20.9l-.6.6c-.1.1-.2.3-.3.3-2.9%201.1-6%20.9-9.1%201.2%203.7.8%207.6-.1%2011.4.8l-.5.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-logo {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20166.64%2040.8%22%3E%3Ctitle%3Elogo%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.1%2025.8h66.2v2H.1zM93.8%2025.8h72.8v2H93.8zM13.5%207.8C10.9%2010.6%202.3%2018%202.3%2020.5c0%20.6.4.9%201.4.9%201.2%200%204.5-.9%207.1-.9a4.18%204.18%200%200%201%202.9.8%201.79%201.79%200%200%201%20.5.6c0%20.1-.1.1-.6.1-1.8%200-4.9%202.1-8.1%202.1A5.33%205.33%200%200%201%201%2021.9a3.75%203.75%200%200%201-.8-2.5C0%2013.3%2010.3%203.6%2010.6%203.1a1.69%201.69%200%200%200%20.2-.5c0-.2-.1-.2-.3-.2a10.26%2010.26%200%200%200-1.4.4v-.1c0-.1%201.3-1%201.8-1.4a.31.31%200%200%201%20.2-.1c.7%200%203.3%202.1%203.3%204.4a2.87%202.87%200%200%201-.9%202.2M31.2%2017.5a40.81%2040.81%200%200%201-5.1%205.1%201.67%201.67%200%200%201-1.1.4%202%202%200%200%201-1.7-2.2%208.46%208.46%200%200%201%201.3-3.8%201.42%201.42%200%200%200%20.2-.4c0-.1%200-.1-.1-.1a.2.2%200%200%200-.2.1c-2.2%201.2-4.3%204.8-6.5%206.6a1.43%201.43%200%200%201-1%20.4%202.71%202.71%200%200%201-2.3-2.7%201.88%201.88%200%200%201%20.2-.8c1.9-4.6%207.4-8.3%209.4-9.2a3.35%203.35%200%200%201%201.4-.4c.9%200%201.5.7%202.3%202.4a.37.37%200%200%201%20.1.3.16.16%200%200%201-.2.2.76.76%200%200%201-.4-.2.91.91%200%200%200-.7-.3c-2%200-7%203.7-8.3%206.3a.9.9%200%200%200-.1.5.35.35%200%200%200%20.3.4%201.26%201.26%200%200%200%20.7-.4c1.9-1.6%205.2-4.6%206.3-5a1.7%201.7%200%200%201%20.7-.1%201.65%201.65%200%200%201%201.5%201.7.9.9%200%200%201-.1.5c-.4%201.1-2.1%203.5-2.5%204.7%200%20.1-.1.3-.1.4a.35.35%200%200%200%20.3.4.53.53%200%200%200%20.3-.2%2053.24%2053.24%200%200%200%204.9-4.7.76.76%200%200%201%20.5-.4c.1%200%20.1.1.1.2a.37.37%200%200%201-.1.3%22%2F%3E%3Cpath%20d%3D%22M34.3%2011.4a.16.16%200%200%200-.2-.2.22.22%200%200%201-.2-.2.21.21%200%200%201%20.3-.2%202%202%200%200%201%201.8%202c0%201.1-.6%202.4-2%204.1a5%205%200%200%200-.5.7.1.1%200%200%200%20.1.1%202.62%202.62%200%200%200%20.8-.6c3.2-3.1%204.8-4.3%206-4.3a1.8%201.8%200%200%201%201.5%201.1%202.28%202.28%200%200%201%20.3%201.1%207.34%207.34%200%200%201-1.3%203.4c-.9%201.6-1.6%202.8-1.6%203.7a.27.27%200%200%200%20.3.3c.5%200%201.8-.9%204.2-3.4a2.19%202.19%200%200%201%201.1-.8c.1%200%20.1%200%20.1.1a2.41%202.41%200%200%201-.7%201c-2%202.3-3.9%204.1-5.3%204.1a1%201%200%200%201-.8-.2%202.76%202.76%200%200%201-1.5-2.6%206.38%206.38%200%200%201%201.1-3.3%208.52%208.52%200%200%200%201.3-2.8.25.25%200%200%200-.2-.3c-1.3%200-7.6%206.6-8.4%208.5a.72.72%200%200%201-.4.6%201.76%201.76%200%200%201-1.2-1.8c-.1-3.2%205.4-8.9%205.4-10.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M62.9%206.8a.73.73%200%200%200-.6.2c-4.7%204.3-8.5%2013.7-8.5%2015.2%200%20.3.1.3.2.3a.76.76%200%200%200%20.4-.1c.8-.3%203.4-2.9%204.9-4.4a1.3%201.3%200%200%201%20.7-.5c.1%200%20.1%200%20.1.2a1.55%201.55%200%200%201-.3.6%2032.3%2032.3%200%200%201-5.5%205.2%201.08%201.08%200%200%201-.6.1%202%202%200%200%201-2-2.1c0-1.8.9-3.5%201.7-5.3.1-.2.2-.4.1-.4a.68.68%200%200%200-.4.4c-1%201.6-4.7%206.4-5.9%207.2a.75.75%200%200%201-.5.1c-1.1%200-2.9-1.3-2.6-2.6.7-3.7%204.9-8.8%206.6-9.6a2.35%202.35%200%200%201%20.8-.2%202.8%202.8%200%200%201%202.5%201.6v.2a.1.1%200%200%201-.1.1c-.1%200-.2-.1-.3-.1a.6.6%200%200%200-.4-.1c-1.4%200-3.8%202.9-5.5%206.6a2.65%202.65%200%200%200-.3%201c0%20.2.1.2.1.2.2%200%20.5-.1%201.4-1.1%204-4.3%206-6.6%206.5-7.3%202.2-3.5%204.4-7.4%205.4-7.4s2.6%201%202.6%201.7a.46.46%200%200%201-.5.3M113.2%2013.3a53.16%2053.16%200%200%200-7.5.5c-.4.1-.4.1-.6.6-2.9%205.2-3.1%206.9-3.3%208.2a.93.93%200%200%201-.7.9%203.81%203.81%200%200%201-1.6.3%201.86%201.86%200%200%201-2.1-2%209.32%209.32%200%200%201%20.2-1.4%2021%2021%200%200%201%202.7-5.4%201.26%201.26%200%200%200%20.4-.7.77.77%200%200%200-.5-.2%202%202%200%200%201-1.6-1.7%201.26%201.26%200%200%200%201.1.4%209.63%209.63%200%200%200%202-.3%201.18%201.18%200%200%200%20.7-.4c2-1.8%205.1-6.2%205.1-7.1%200-.1-.2-.2-.2-.3a.54.54%200%200%201%20.4-.4.2.2%200%200%201%20.2.1%202.5%202.5%200%200%201%20.9%202.2%209.18%209.18%200%200%201-2%204.9c-.1.1.1.3.3.3%203.6-.4%205.5-.5%208.6-.8.5-.1.5-.1.6-.3C119.5%205.5%20123.7.5%20127%20.5a2.82%202.82%200%200%201%201.5.4%201.51%201.51%200%200%201%20.9%201.3.57.57%200%200%201-.4.6%201.42%201.42%200%200%201-.4-.2c-.2-.2-.3-1.1-1-1.1s-1.4.6-2.8%202.2a20.09%2020.09%200%200%200-3.8%206.4c0%20.1-.1.2-.1.3s.1.3.4.2a14.77%2014.77%200%200%201%202.1-.1%204.29%204.29%200%200%201%202.4.5l.2.2a.39.39%200%200%201-.4.2c-2.2%200-3.1%201.4-4.6%201.6a1.64%201.64%200%200%200-1.3.4c-1.2%202.1-2.8%207.2-2.8%209.4%200%20.6.1.9.4.9a.76.76%200%200%200%20.4-.1%201.27%201.27%200%200%201%20.6-.1c.3%200%20.5%200%20.5.2s-.2.3-.9.6a8.4%208.4%200%200%201-3%20.8c-1.8%200-2.8-1.1-2.8-3.2%200-1.8.8-4.4%202.5-7.7%200-.1.1-.1.1-.2a.25.25%200%200%200-.3-.2h-1.2%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M131%2016c0%201.2-3.2%204.7-6.7%206.3a1.08%201.08%200%200%201-.7.2c-.1%200-.1-.1-.1-.2a.76.76%200%200%201%20.1-.4c.4-2%204-5%205.3-6.1a5%205%200%200%201%201.2-.3c.7%200%20.9.2.9.5m.8.4a1.7%201.7%200%200%200-.1-.7%201.32%201.32%200%200%200-1.5-.9%201.68%201.68%200%200%200%20.7-.9c0-.4-.4-.9-1.7-1.9a2.88%202.88%200%200%200-.6-.4%201%201%200%200%200-.7.4c-2.6%202.1-6.9%206.4-6.9%209.3a2.6%202.6%200%200%200%202.7%202.4c2.3%200%208.1-3.6%208.1-7.3M154.3%2019.8c-2.3%202.4-3.4%203.7-4.8%203.7a1.7%201.7%200%200%201-.7-.1c-1.6-.5-2.1-1.3-2.1-2.4%200-1.5%201.2-3.4%202.3-5.2a3.77%203.77%200%200%200%20.8-1.9c0-.3-.1-.4-.3-.4-1.4%200-7.1%205.1-8.8%209.4a.28.28%200%200%201-.3.2%201.85%201.85%200%200%201-1.2-.8%202.82%202.82%200%200%201-.4-1.5A8.68%208.68%200%200%201%20141%2016a4.53%204.53%200%200%200%201-2%20.25.25%200%200%200-.2-.3.76.76%200%200%200-.4.1c-2%20.8-7.1%207.3-7.8%208.9a.38.38%200%200%201-.2.2%201.24%201.24%200%200%200-.3-.2%201.94%201.94%200%200%201-.8-1.6c0-3.1%205.2-8.8%205.2-9.8%200-.2-.2-.2-.2-.4a.39.39%200%200%201%20.4-.2c.6%200%201.1.7%201.1%201.7a5.09%205.09%200%200%201-.8%202.6%201.69%201.69%200%200%200-.2.5v.1a11.62%2011.62%200%200%200%201.8-1.4%205.25%205.25%200%200%201%203.1-1.5%201.4%201.4%200%200%201%201.5%201.6%206.75%206.75%200%200%201-.3%201.7%201.09%201.09%200%200%200-.1.5v.1a1.24%201.24%200%200%201%20.3-.2c3.1-2.9%205.2-4%206.5-4s1.7.8%201.7%202.1a6.69%206.69%200%200%201-.8%202.9%2017.18%2017.18%200%200%200-1.8%204.7.4.4%200%200%200%20.4.5c.6%200%201.9-1.1%203.6-2.9.8-.8%201.1-1.1%201.4-1.1a.1.1%200%200%201%20.1.1%206.41%206.41%200%200%201-.9%201.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M166.6%2017c-2.1%202.9-6.7%207-9.9%207a2.87%202.87%200%200%201-2.5-1.4%203.09%203.09%200%200%201-.5-1.8%208.73%208.73%200%200%201%201.1-3.7c1.2-2.2%203.8-5.5%205.7-5.5a1.45%201.45%200%200%201%20.7.2%207.41%207.41%200%200%201%202.5%202.5%201.45%201.45%200%200%201%20.2.7c0%201.5-2.9%203-4.5%203.6a1.09%201.09%200%200%201-.5.1.25.25%200%200%201-.3-.2.9.9%200%200%201%20.5-.6c1.9-1.3%203.2-2.3%203.3-3.5%200-.3-.1-.4-.3-.4a4.12%204.12%200%200%200-.8.3%2012.11%2012.11%200%200%200-5.7%207.8c-.1.7.2.8.7.8%202%200%207.9-4.1%2010-6.3a.2.2%200%200%201%20.2-.1c.1%200%20.1.1.1.2a.32.32%200%200%201%200%20.3M2.4%2031.2v3.1h1.5a1.88%201.88%200%200%200%20.8-.2%201%201%200%200%200%20.3-.9h.2v2.6H5a1.48%201.48%200%200%200-.1-.7l-.3-.3a.92.92%200%200%200-.6-.1H2.4v2.5a1.51%201.51%200%200%200%20.1.8.43.43%200%200%200%20.3.3%204.33%204.33%200%200%200%20.5.1h.3v.2H0v-.2h.3a.78.78%200%200%200%20.7-.3%201.74%201.74%200%200%200%20.1-.9v-5.1a1.51%201.51%200%200%200-.1-.8.53.53%200%200%200-.2-.3%201.27%201.27%200%200%200-.6-.1H0v-.2h6.1l.1%201.7h-.1a1.51%201.51%200%200%200-.4-.8%201.33%201.33%200%200%200-.5-.3%202.51%202.51%200%200%200-1-.1H2.4M11%2038.4v.2H7.5v-.2h.3a.78.78%200%200%200%20.7-.3%201.74%201.74%200%200%200%20.1-.9v-5.1a1.51%201.51%200%200%200-.1-.8.53.53%200%200%200-.2-.3%201.27%201.27%200%200%200-.6-.1h-.2v-.2H11v.2h-.3a.78.78%200%200%200-.7.3%201.44%201.44%200%200%200-.2.9v5.1a1.51%201.51%200%200%200%20.1.8.43.43%200%200%200%20.3.3%201.27%201.27%200%200%200%20.6.1h.2M11.5%2030.7h2.3l5%205.9v-4.5a1.44%201.44%200%200%200-.2-.9.84.84%200%200%200-.7-.2h-.3v-.2h2.9v.2h-.3a1%201%200%200%200-.8.3%201.51%201.51%200%200%200-.1.8v6.6h-.2l-5.5-6.3v4.9a1.44%201.44%200%200%200%20.2.9.84.84%200%200%200%20.7.2h.3v.2h-2.9v-.2h.3a1%201%200%200%200%20.8-.3%201.51%201.51%200%200%200%20.1-.8v-5.5a2.25%202.25%200%200%200-.5-.5.76.76%200%200%200-.5-.2%204.33%204.33%200%200%200-.5-.1v-.3M23.8%2035.6l1.5-3.2%201.4%203.2h-2.9m3.5%201.5a1.51%201.51%200%200%201%20.2.8.53.53%200%200%201-.2.3%202%202%200%200%201-.7.2v.2h3.3v-.2a1.14%201.14%200%200%201-.8-.3%202.89%202.89%200%200%201-.6-1l-2.8-6.5h-.3l-2.9%206.5a2.89%202.89%200%200%201-.7%201.1%201%201%200%200%201-.7.2v.2h2.6v-.2a1.29%201.29%200%200%201-.8-.2.53.53%200%200%201-.2-.3%202.54%202.54%200%200%201%20.2-.7l.6-1.2h3.2zM30.3%2030.7h2.3l5%205.9v-4.5a1.44%201.44%200%200%200-.2-.9.84.84%200%200%200-.7-.2h-.3v-.2h2.9v.2h-.2a.68.68%200%200%200-.7.3%201.51%201.51%200%200%200-.1.8v6.6h-.2l-5.5-6.3v4.9a1.44%201.44%200%200%200%20.2.9.84.84%200%200%200%20.7.2h.3v.2h-2.9v-.2h.2a1%201%200%200%200%20.8-.3%201.51%201.51%200%200%200%20.1-.8v-5.5a2.25%202.25%200%200%200-.5-.5.76.76%200%200%200-.5-.2%204.33%204.33%200%200%200-.5-.1v-.3M47.5%2030.6l.2%202.7h-.2a3.15%203.15%200%200%200-1.1-1.7%202.46%202.46%200%200%200-1.7-.5%202.6%202.6%200%200%200-1.5.4%202.68%202.68%200%200%200-1%201.3%204.81%204.81%200%200%200-.4%202.2%203.42%203.42%200%200%200%20.4%201.8%202.54%202.54%200%200%200%201.1%201.2%203.06%203.06%200%200%200%201.7.4%203.19%203.19%200%200%200%201.4-.3%204%204%200%200%200%201.4-1.3l.2.1a3.61%203.61%200%200%201-1.5%201.5%204.23%204.23%200%200%201-2%20.5%204%204%200%200%201-3.2-1.4%203.75%203.75%200%200%201-.8-2.5%204.28%204.28%200%200%201%20.6-2.2%203.61%203.61%200%200%201%201.5-1.5%203.84%203.84%200%200%201%202.1-.5%203.92%203.92%200%200%201%201.8.4.76.76%200%200%200%20.4.1.37.37%200%200%200%20.3-.1.52.52%200%200%200%20.2-.4h.1M52.5%2038.4v.2H49v-.2h.3a.78.78%200%200%200%20.7-.3%201.74%201.74%200%200%200%20.1-.9v-5.1a1.51%201.51%200%200%200-.1-.8.53.53%200%200%200-.2-.3%201.27%201.27%200%200%200-.6-.1h-.3v-.2h3.5v.2h-.3a.78.78%200%200%200-.7.3%201.44%201.44%200%200%200-.2.9v5.1a1.51%201.51%200%200%200%20.1.8.43.43%200%200%200%20.3.3%201.27%201.27%200%200%200%20.6.1h.3M55.9%2035.6l1.5-3.2%201.4%203.2h-2.9m3.5%201.5a1.51%201.51%200%200%201%20.2.8.53.53%200%200%201-.2.3%202%202%200%200%201-.7.2v.2h3.4v-.2a1.14%201.14%200%200%201-.8-.3%202.89%202.89%200%200%201-.6-1l-2.8-6.5h-.3l-2.9%206.5a2.89%202.89%200%200%201-.7%201.1%201%201%200%200%201-.7.2v.2h2.6v-.2a1.29%201.29%200%200%201-.8-.2.53.53%200%200%201-.2-.3%202.54%202.54%200%200%201%20.2-.7l.6-1.2h3.2zM69.7%2036.4h.2l-.7%202.1h-6.4v-.2h.3a.78.78%200%200%200%20.7-.3%201.74%201.74%200%200%200%20.1-.9V32a1.44%201.44%200%200%200-.2-.9.91.91%200%200%200-.7-.3h-.3v-.2h3.7v.2a2.22%202.22%200%200%200-.9.1%201.38%201.38%200%200%200-.4.3%201.74%201.74%200%200%200-.1.9v5a1.48%201.48%200%200%200%20.1.7.38.38%200%200%200%20.2.2%205.85%205.85%200%200%200%201%20.1h.8a4.15%204.15%200%200%200%201.3-.1%201.16%201.16%200%200%200%20.7-.5%203.58%203.58%200%200%200%20.6-1.1M79.4%2030.6v2.7h-.3a3.37%203.37%200%200%200-.4-1.2%201.78%201.78%200%200%200-.8-.7%202.28%202.28%200%200%200-1.1-.3%201.5%201.5%200%200%200-1.1.4.91.91%200%200%200-.4.8%201.08%201.08%200%200%200%20.3.7%206.3%206.3%200%200%200%201.8%201.1%2015.12%2015.12%200%200%201%201.6.9%204.62%204.62%200%200%201%20.7.7%201.34%201.34%200%200%201%20.2.9%201.8%201.8%200%200%201-.7%201.5%202.88%202.88%200%200%201-1.9.6%201.7%201.7%200%200%201-.7-.1c-.1%200-.4-.1-.8-.2a3.55%203.55%200%200%201-.7-.1c-.1%200-.2%200-.2.1a.48.48%200%200%200-.1.4h-.2v-2.7h.2a3.32%203.32%200%200%200%20.4%201.3%202.7%202.7%200%200%200%20.8.7%202.66%202.66%200%200%200%201.2.3%201.59%201.59%200%200%200%201.2-.4%201.22%201.22%200%200%200%20.4-.9%201.42%201.42%200%200%200-.2-.6%201.21%201.21%200%200%200-.5-.5%2011.05%2011.05%200%200%200-1.3-.7l-1.5-.9a4.62%204.62%200%200%201-.7-.7%201.49%201.49%200%200%201-.2-.9%201.93%201.93%200%200%201%20.7-1.5%202.52%202.52%200%200%201%201.7-.6%203.93%203.93%200%200%201%201.4.3%201.09%201.09%200%200%200%20.5.1.37.37%200%200%200%20.3-.1%201.47%201.47%200%200%200%20.2-.4h.2M83.6%2031.2v3.1h1.8a1.44%201.44%200%200%200%20.9-.2%201.88%201.88%200%200%200%20.4-.9h.2v2.7h-.2a2%202%200%200%200-.2-.7%201.38%201.38%200%200%200-.4-.3%201.72%201.72%200%200%200-.8-.1h-1.8v3.1a.38.38%200%200%200%20.2.2%202%202%200%200%200%20.5.1h1.4a2.51%202.51%200%200%200%201-.1%202.09%202.09%200%200%200%20.6-.4%203.47%203.47%200%200%200%20.8-1.1h.3l-.7%202h-6.4v-.2h.3a1.27%201.27%200%200%200%20.6-.1l.3-.3a5.38%205.38%200%200%200%20.1-.8v-5.1a1.44%201.44%200%200%200-.2-.9.75.75%200%200%200-.7-.2h-.3v-.2h6.4l.1%201.7h-.2a4.65%204.65%200%200%200-.3-.9.55.55%200%200%200-.5-.3%202.22%202.22%200%200%200-.9-.1h-2.3M91.5%2031.3a3.75%203.75%200%200%201%201-.1%201.9%201.9%200%200%201%201.3.5%201.66%201.66%200%200%201%20.5%201.2%201.43%201.43%200%200%201-.6%201.2%203%203%200%200%201-1.8.5h-.3v-3.3m5.8%207.1a2.9%202.9%200%200%201-1.1-.3%204.64%204.64%200%200%201-1-1l-1.7-2.3a2.19%202.19%200%200%200%201.5-.8%202.11%202.11%200%200%200%20.5-1.3%201.75%201.75%200%200%200-.4-1.2%202.1%202.1%200%200%200-1.1-.7%208.44%208.44%200%200%200-1.9-.2h-3v.2h.3a.91.91%200%200%201%20.7.3%201.44%201.44%200%200%201%20.2.9v5.1a2%202%200%200%201-.1.9.78.78%200%200%201-.7.3h-.3v.2h3.5v-.2h-.3a.91.91%200%200%201-.7-.3%201.44%201.44%200%200%201-.2-.9v-2.3h.9l2.8%203.7h2.2v-.1h-.1zM105.6%2030.7v.2a1.49%201.49%200%200%200-.7.3%203.49%203.49%200%200%200-.6.9l-2.9%206.7h-.2L98.1%2032l-.3-.6a1.38%201.38%200%200%200-.4-.3%201.08%201.08%200%200%200-.6-.1v-.2h3.4v.2a1%201%200%200%200-.7.2.53.53%200%200%200-.2.3%202.3%202.3%200%200%200%20.3.9l2.1%204.6%202-4.5a2.94%202.94%200%200%200%20.3-.9.53.53%200%200%200-.2-.3.85.85%200%200%200-.6-.2h-.1v-.2h2.5M109.9%2038.4v.2h-3.5v-.2h.3a.78.78%200%200%200%20.7-.3%201.74%201.74%200%200%200%20.1-.9v-5.1a1.51%201.51%200%200%200-.1-.8.53.53%200%200%200-.2-.3%201.27%201.27%200%200%200-.6-.1h-.3v-.2h3.5v.2h-.3a.78.78%200%200%200-.7.3%201.44%201.44%200%200%200-.2.9v5.1a1.51%201.51%200%200%200%20.1.8.43.43%200%200%200%20.3.3%201.09%201.09%200%200%200%20.5.1h.4M118.2%2030.6l.2%202.7h-.2a3.15%203.15%200%200%200-1.1-1.7%202.46%202.46%200%200%200-1.7-.5%202.6%202.6%200%200%200-1.5.4%202.68%202.68%200%200%200-1%201.3%204.81%204.81%200%200%200-.4%202.2%203.42%203.42%200%200%200%20.4%201.8A2.54%202.54%200%200%200%20114%2038a3.06%203.06%200%200%200%201.7.4%203.19%203.19%200%200%200%201.4-.3%204%204%200%200%200%201.4-1.3l.2.1a3.61%203.61%200%200%201-1.5%201.5%204.23%204.23%200%200%201-2%20.5%204%204%200%200%201-3.2-1.4%203.75%203.75%200%200%201-.8-2.5%204.28%204.28%200%200%201%20.6-2.2%203.61%203.61%200%200%201%201.5-1.5%203.84%203.84%200%200%201%202.1-.5%203.92%203.92%200%200%201%201.8.4.76.76%200%200%200%20.4.1.37.37%200%200%200%20.3-.1.52.52%200%200%200%20.2-.4h.1M121.9%2031.2v3.1h1.8a1.44%201.44%200%200%200%20.9-.2%201.88%201.88%200%200%200%20.4-.9h.2v2.7h-.1a2%202%200%200%200-.2-.7%201.38%201.38%200%200%200-.4-.3%201.72%201.72%200%200%200-.8-.1h-1.8v3.1a.38.38%200%200%200%20.2.2%202%202%200%200%200%20.5.1h1.4a2.51%202.51%200%200%200%201-.1%202.09%202.09%200%200%200%20.6-.4%203.47%203.47%200%200%200%20.8-1.1h.3l-.7%202h-6.4v-.2h.3a1.27%201.27%200%200%200%20.6-.1l.3-.3a5.38%205.38%200%200%200%20.1-.8v-5.1a1.44%201.44%200%200%200-.2-.9.75.75%200%200%200-.7-.2h-.3v-.2h6.4l.1%201.7h-.2a4.65%204.65%200%200%200-.3-.9.55.55%200%200%200-.5-.3%202.22%202.22%200%200%200-.9-.1h-2.4M133.1%2030.6v2.7h-.2a3.37%203.37%200%200%200-.4-1.2%201.78%201.78%200%200%200-.8-.7%202.28%202.28%200%200%200-1.1-.3%201.5%201.5%200%200%200-1.1.4.91.91%200%200%200-.4.8%201.08%201.08%200%200%200%20.3.7%206.3%206.3%200%200%200%201.8%201.1%2015.12%2015.12%200%200%201%201.6.9%204.62%204.62%200%200%201%20.7.7%201.49%201.49%200%200%201%20.2.9%201.8%201.8%200%200%201-.7%201.5%202.88%202.88%200%200%201-1.9.6%201.7%201.7%200%200%201-.7-.1c-.1%200-.4-.1-.8-.2a4.5%204.5%200%200%200-.8-.2c-.1%200-.2%200-.2.1a.48.48%200%200%200-.1.4h-.2V36h.2a3.32%203.32%200%200%200%20.4%201.3%202.7%202.7%200%200%200%20.8.7%202.66%202.66%200%200%200%201.2.3%201.59%201.59%200%200%200%201.2-.4%201.22%201.22%200%200%200%20.4-.9%201.42%201.42%200%200%200-.2-.6%201.21%201.21%200%200%200-.5-.5%2011.05%2011.05%200%200%200-1.3-.7l-1.5-.9a4.62%204.62%200%200%201-.7-.7%201.49%201.49%200%200%201-.2-.9%201.93%201.93%200%200%201%20.7-1.5%202.52%202.52%200%200%201%201.7-.6%203.93%203.93%200%200%201%201.4.3%201.09%201.09%200%200%200%20.5.1.37.37%200%200%200%20.3-.1%201.47%201.47%200%200%200%20.2-.4h.2M136.7%2039.8a1.5%201.5%200%200%200%20.4-1.1%201.22%201.22%200%200%200-.3-.9.91.91%200%200%200-.7-.3%201.42%201.42%200%200%200-.6.2.48.48%200%200%200-.2.5.68.68%200%200%200%20.7.7h.2a.37.37%200%200%201%20.3-.1h.1a.35.35%200%200%201%20.1.2%201.61%201.61%200%200%201-.3.9%201.7%201.7%200%200%201-1%20.6v.3a8.51%208.51%200%200%200%201.3-1M145.5%2038.4v.2H142v-.2h.3a.78.78%200%200%200%20.7-.3%201.74%201.74%200%200%200%20.1-.9v-5.1a1.51%201.51%200%200%200-.1-.8.53.53%200%200%200-.2-.3%201.27%201.27%200%200%200-.6-.1h-.3v-.2h3.5v.2h-.3a.78.78%200%200%200-.7.3%201.44%201.44%200%200%200-.2.9v5.1a1.51%201.51%200%200%200%20.1.8.43.43%200%200%200%20.3.3%201.27%201.27%200%200%200%20.6.1h.3M146%2030.7h2.3l5%205.9v-4.5a1.44%201.44%200%200%200-.2-.9.84.84%200%200%200-.7-.2h-.3v-.2h2.9v.2h-.3a.68.68%200%200%200-.7.3%201.51%201.51%200%200%200-.1.8v6.6h-.2l-5.5-6.3v4.9a1.44%201.44%200%200%200%20.2.9.84.84%200%200%200%20.7.2h.3v.2h-2.9v-.2h.3a1%201%200%200%200%20.8-.3%201.51%201.51%200%200%200%20.1-.8v-5.5a2.25%202.25%200%200%200-.5-.5.76.76%200%200%200-.5-.2%204.33%204.33%200%200%200-.5-.1v-.3M163.2%2030.6l.2%202.7h-.2a3.15%203.15%200%200%200-1.1-1.7%202.46%202.46%200%200%200-1.7-.5%202.6%202.6%200%200%200-1.5.4%202.68%202.68%200%200%200-1%201.3%204.81%204.81%200%200%200-.4%202.2%203.42%203.42%200%200%200%20.4%201.8A2.54%202.54%200%200%200%20159%2038a2.93%202.93%200%200%200%201.6.4%203.19%203.19%200%200%200%201.4-.3%204%204%200%200%200%201.4-1.3l.2.1a3.61%203.61%200%200%201-1.5%201.5%204.23%204.23%200%200%201-2%20.5%204%204%200%200%201-3.2-1.4%203.75%203.75%200%200%201-.8-2.5%204.28%204.28%200%200%201%20.6-2.2%203.61%203.61%200%200%201%201.5-1.5%204.06%204.06%200%200%201%202.1-.5%203.92%203.92%200%200%201%201.8.4.76.76%200%200%200%20.4.1.37.37%200%200%200%20.3-.1.52.52%200%200%200%20.2-.4h.2M165.9%2037.5a1.06%201.06%200%200%201%20.5.2.76.76%200%200%201%20.2.5%201.06%201.06%200%200%201-.2.5.76.76%200%200%201-.5.2%201.06%201.06%200%200%201-.5-.2.76.76%200%200%201-.2-.5%201.06%201.06%200%200%201%20.2-.5.48.48%200%200%201%20.5-.2%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M87.9%207.3V0h-3.3v4.8L78.7.3%2065.3%2012.4l1.5%202.1%201.9-1.6v14.9h8.4c2%200%201.2-4.4%201.2-4.4h1.6s-.8%204.4%201.2%204.4h10.1V12.9l1.9%201.6%201.5-2.1-6.7-5.1m-1.5%209.3a.75.75%200%200%201-.3.3c-2.7.9-5.5.8-8.4%201a29.29%2029.29%200%200%201%206.7.7l-.5.5a1.51%201.51%200%200%201-.4.4%2035.45%2035.45%200%200%201-4.7.8%209.54%209.54%200%200%201%203.3.9l-.6.6-.3.3a12.3%2012.3%200%200%201-3.9.8c.3-.1.6-.8.9-.9l2.1-.3c-1.3-.4-2.8-.5-4.2-.9a2.36%202.36%200%200%200%20.5-.5%201.51%201.51%200%200%201%20.4-.4%2040%2040%200%200%201%204.8-.8c-2.7-.5-5.6-.2-8.4-.7l.5-.5a1.51%201.51%200%200%201%20.4-.4c3.2-.8%206.6-.4%209.9-.9-3.8-.4-7.7.4-11.4-1l.5-.5.4-.4c3.1-.7%206.3-.4%209.4-.9-2.7-.4-5.4-.2-8-1.1l.5-.5a.54.54%200%200%201%20.4-.3c2.3-.7%204.8-.6%207.2-.8-.3%200-.6.8-.9.9-1.6.2-3.2.1-4.8.3%202.6.6%205.4.4%208%20.9l-.6.6a.85.85%200%200%201-.3.3c-2.9%201.1-6%20.9-9.1%201.2%203.7.8%207.6-.1%2011.4.8l-.5.5%22%20fill%3D%22%23ca992c%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-path {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20390.9%20188.9%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23EBB500%3Bstroke-width%3A2%3Bstroke-miterlimit%3A6%3Bstroke-dasharray%3A8.236%2C8.236%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23EBB500%3Bstroke-width%3A2%3Bstroke-miterlimit%3A6%3Bstroke-dasharray%3A7.819%2C7.819%3B%7D%20.st2%7Bfill%3A%23EBB500%3B%7D%20.st3%7Bfill%3Anone%3Bstroke%3A%23EBB500%3Bstroke-width%3A2%3Bstroke-miterlimit%3A6%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M389.9.2c-5.6%2033.3-33.7%20121-176.1%2092.4%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M194.3%2088.5C48.3%2060.4%2012.5%20147.6%205%20174.4%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M2.3%20188.9l5.4-10-7.7-1.2z%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M4.4%20178c-.6%202.4-.8%203.8-.8%203.8m206.5-90.3c-1.3-.3-2.7-.6-4-.9-1.3-.3-2.6-.6-3.8-.8M391.5-12.3s0%201.5-.3%204.1%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-person-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%232074b9%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22User_1_x2C__Profile_2_1_%22%20d%3D%22M18.7%2016.6c1.6-.9%202.7-2.7%202.7-4.7v-1.3c0-3-2.4-5.4-5.4-5.4s-5.4%202.4-5.4%205.4V12c0%202%201.1%203.7%202.7%204.7v1c-4.7.8-8.1%203.4-8.1%206.5v1.3c0%20.7.6%201.3%201.3%201.3h18.9c.7%200%201.3-.6%201.3-1.3v-1.3c0-3.1-3.4-5.8-8.1-6.5v-1.1z%22%20fill%3D%22%232074b9%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-person {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22User_1_x2C__Profile_2_1_%22%20d%3D%22M18.7%2016.6c1.6-.9%202.7-2.7%202.7-4.7v-1.3c0-3-2.4-5.4-5.4-5.4s-5.4%202.4-5.4%205.4V12c0%202%201.1%203.7%202.7%204.7v1c-4.7.8-8.1%203.4-8.1%206.5v1.3c0%20.7.6%201.3%201.3%201.3h18.9c.7%200%201.3-.6%201.3-1.3v-1.3c0-3.1-3.4-5.8-8.1-6.5v-1.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-phone-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%20fill%3D%22%23c9982b%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Call_3_x2C__Phone_3_1_%22%20fill%3D%22%23c9982b%22%3E%3Cpath%20d%3D%22M12.6%205.2H9.2c-.4%200-.8.3-1%20.6C6.7%208.7%205.9%2012.6%205.9%2016c0%203.4.9%207.3%202.4%2010.2.2.3.6.6%201%20.6h3.4c.7%200%201.3-.6%201.3-1.3v-2.7c0-.7-.6-1.3-1.4-1.3h-1.3c-.7%200-1.3-.6-1.3-1.3V12c0-.7.6-1.3%201.3-1.3h1.3c.7%200%201.4-.6%201.4-1.3V6.6c0-.8-.6-1.4-1.4-1.4zM18.9%2012c-.3-.2-.7-.2-1%20.1l-1%201c-.3.3-.2.6.1.8.6.5%201%201.3%201%202.1s-.4%201.6-1%202.1c-.3.2-.4.6-.1.8l1%201c.3.3.7.3%201%20.1%201.1-1%201.8-2.4%201.8-4s-.7-3-1.8-4z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M25%2011.1c-.6-1.1-1.4-2.1-2.2-2.9-.3-.3-.7-.2-1%200l-1%201c-.3.3-.2.7%200%20.9%201.6%201.5%202.6%203.6%202.6%205.9s-1%204.4-2.6%205.9c-.3.3-.3.7%200%20.9l1%201c.3.3.7.3%201%200%201-1%201.9-2.2%202.5-3.5.6-1.3.9-2.8.9-4.3-.1-1.8-.5-3.4-1.2-4.9z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-phone {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Call_3_x2C__Phone_3_1_%22%3E%3Cpath%20d%3D%22M12.6%205.2H9.2c-.4%200-.8.3-1%20.6C6.7%208.7%205.9%2012.6%205.9%2016c0%203.4.9%207.3%202.4%2010.2.2.3.6.6%201%20.6h3.4c.7%200%201.3-.6%201.3-1.3v-2.7c0-.7-.6-1.3-1.4-1.3h-1.3c-.7%200-1.3-.6-1.3-1.3V12c0-.7.6-1.3%201.3-1.3h1.3c.7%200%201.4-.6%201.4-1.3V6.6c0-.8-.6-1.4-1.4-1.4zM18.9%2012c-.3-.2-.7-.2-1%20.1l-1%201c-.3.3-.2.6.1.8.6.5%201%201.3%201%202.1s-.4%201.6-1%202.1c-.3.2-.4.6-.1.8l1%201c.3.3.7.3%201%20.1%201.1-1%201.8-2.4%201.8-4s-.7-3-1.8-4z%22%2F%3E%3Cpath%20d%3D%22M25%2011.1c-.6-1.1-1.4-2.1-2.2-2.9-.3-.3-.7-.2-1%200l-1%201c-.3.3-.2.7%200%20.9%201.6%201.5%202.6%203.6%202.6%205.9s-1%204.4-2.6%205.9c-.3.3-.3.7%200%20.9l1%201c.3.3.7.3%201%200%201-1%201.9-2.2%202.5-3.5.6-1.3.9-2.8.9-4.3-.1-1.8-.5-3.4-1.2-4.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-rss {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Rss_1_1_%22%3E%3Cpath%20d%3D%22M5.9%2012.6c-.4%200-.7.3-.7.7V16c0%20.4.3.7.7.7%202.4.2%204.7%201.2%206.5%202.9%201.7%201.7%202.8%204%202.9%206.5%200%20.4.3.7.7.7h2.8c.4%200%20.7-.3.7-.7-.2-3.7-1.7-7-4.2-9.4-2.5-2.4-5.8-4-9.4-4.1zM7.9%2021.4c-.7%200-1.4.3-1.9.8s-.8%201.1-.8%201.9c0%20.7.3%201.3.8%201.8s1.2.7%201.9.7%201.4.3%201.9-1c.5%200%20.8-.9.8-1.6%200-.7-.3-1.3-.8-1.8-.5-.7-1.1-.8-1.9-.8z%22%2F%3E%3Cpath%20d%3D%22M20.5%2011.5c-3.8-3.8-8.9-6.1-14.6-6.3-.4%200-.7.3-.7.7v2.8c0%20.4.3.7.7.7%209.1.3%2016.4%207.6%2016.8%2016.7%200%20.4.3.7.7.7h2.8c.4%200%20.7-.3.7-.7-.3-5.7-2.7-10.8-6.4-14.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-twitter-0 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M0%200v300h300V0H0zm238.2%20108.3c.1%201.9.1%203.8.1%205.7%200%2058.1-44.2%20125-125%20125-24.8%200-47.9-7.3-67.4-19.7%203.4.4%206.9.6%2010.5.6%2020.6%200%2039.5-7%2054.6-18.8-19.2-.4-35.5-13.1-41.1-30.5%202.7.5%205.4.8%208.3.8%204%200%207.9-.5%2011.6-1.5-20.1-4-35.3-21.8-35.3-43.1v-.6c5.9%203.3%2012.7%205.3%2019.9%205.5-11.8-7.9-19.5-21.3-19.5-36.6%200-8.1%202.2-15.6%205.9-22.1%2021.7%2026.6%2054.1%2044.1%2090.6%2045.9-.7-3.2-1.1-6.6-1.1-10%200-24.3%2019.7-43.9%2043.9-43.9%2012.6%200%2024.1%205.3%2032.1%2013.9%2010-2%2019.4-5.6%2027.9-10.7-3.3%2010.3-10.2%2018.9-19.3%2024.3%208.9-1.1%2017.4-3.4%2025.2-6.9-5.9%208.8-13.3%2016.5-21.9%2022.7z%22%20fill%3D%22%23c9982b%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-twitter {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M0%200v300h300V0H0zm238.2%20108.3c.1%201.9.1%203.8.1%205.7%200%2058.1-44.2%20125-125%20125-24.8%200-47.9-7.3-67.4-19.7%203.4.4%206.9.6%2010.5.6%2020.6%200%2039.5-7%2054.6-18.8-19.2-.4-35.5-13.1-41.1-30.5%202.7.5%205.4.8%208.3.8%204%200%207.9-.5%2011.6-1.5-20.1-4-35.3-21.8-35.3-43.1v-.6c5.9%203.3%2012.7%205.3%2019.9%205.5-11.8-7.9-19.5-21.3-19.5-36.6%200-8.1%202.2-15.6%205.9-22.1%2021.7%2026.6%2054.1%2044.1%2090.6%2045.9-.7-3.2-1.1-6.6-1.1-10%200-24.3%2019.7-43.9%2043.9-43.9%2012.6%200%2024.1%205.3%2032.1%2013.9%2010-2%2019.4-5.6%2027.9-10.7-3.3%2010.3-10.2%2018.9-19.3%2024.3%208.9-1.1%2017.4-3.4%2025.2-6.9-5.9%208.8-13.3%2016.5-21.9%2022.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-unlocked {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22Unlock_1_1_%22%20d%3D%22M18.7%2014.7H12V12c0-2.2%201.8-4%204-4%201.8%200%203.3%201.1%203.8%202.7.2.7.8%201.3%201.6%201.3.7%200%201.4-.6%201.2-1.3-.6-3.2-3.3-5.5-6.6-5.5-3.7%200-6.7%203-6.7%206.7v2.7c-.7%200-1.3.6-1.3%201.3v9.4c0%20.7.6%201.3%201.3%201.3h13.5c.7%200%201.3-.6%201.3-1.3V16c0-.7-.6-1.3-1.3-1.3h-4.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.responsive-table {
  overflow: auto;
  position: relative;
}
@media (min-width: 768px) {
  .responsive-table {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .responsive-table table {
    table-layout: fixed;
  }
}
.responsive-table table th {
  background: #C9982B;
  color: #000000;
}
.responsive-table table th, .responsive-table table td {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
.responsive-table table th.gray, .responsive-table table td.gray {
  background: #DCE0E2;
}
.responsive-table table th.primary, .responsive-table table td.primary {
  background: #C9982B;
  color: #FFFFFF;
}
.responsive-table table th.black, .responsive-table table td.black {
  background: #000000;
  color: #FFFFFF;
}
.responsive-table table td:first-child {
  font-weight: bold;
}

.license-table {
  overflow: auto;
  position: relative;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .license-table {
    overflow: visible;
  }
}
.license-table table {
  line-height: 2;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .license-table table {
    table-layout: fixed;
  }
}
.license-table table th {
  background: #C9982B;
  color: #000000;
}
.license-table table th, .license-table table td {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

input[type=number] {
  width: 100px !important;
  text-align: center;
}

.auto-width table {
  width: auto !important;
  min-width: 70%;
}

th {
  font-weight: 600;
  text-align: left;
}

tr, td, th {
  vertical-align: middle;
}

caption {
  background-color: #464B50;
  color: white;
  padding: 0.53333em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464B50;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 900;
  margin: 0 0 15px;
  line-height: 1.1;
}
h1.heading-primary,
h2.heading-primary,
h3.heading-primary,
h4.heading-primary,
h5.heading-primary,
h6.heading-primary {
  color: #C9982B;
}

h1 {
  font-size: 38px;
  font-size: 2.375rem;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

.sub-heading {
  margin: 50px 0 25px;
}

h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title {
  line-height: 2.5;
}

@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
a {
  color: #C9982B;
  text-decoration: none;
}
a:active {
  outline: none;
  ie-dummy: expression(this.hideFocus=true);
}
a:hover, a:active, a:focus {
  color: #C9982B;
  text-decoration: underline;
}

.link-primary {
  color: #C9982B !important;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 20px 0;
}
.link-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media (min-width: 992px) {
  .link-list {
    margin: 25px 0 0;
  }
}
.link-list li {
  margin-bottom: 20px;
}
.link-list li span {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 5px;
}
.link-list li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .link-list li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.link-list li a:hover {
  color: #C9982B;
}
.link-list--center {
  text-align: center;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul, ol ul {
  list-style-type: circle;
  list-style-position: inside;
}

ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}

ul ul ul, ul ol ul, ol ul ul, ol ol ul {
  list-style-type: square;
  list-style-position: inside;
}

ul ul ol, ul ol ol, ol ul ol, ol ol ol {
  list-style-type: lower-roman;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5px;
}

.docs ul, .docs ol {
  padding-left: 0;
}

.no-list-style {
  padding: 0;
  margin: 0;
}
.no-list-style li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.list-sub-heading {
  font-weight: bold;
  /*color: $primary;*/
  font-size: 26px;
  font-size: 1.625rem;
}

.list-border {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin-bottom: 25px;
}
.list-border li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.list-border li > a:hover, .list-border li > a:focus, .list-border li > a:active {
  color: #C9982B;
}
.list-border li > a, .list-border li > span, .list-border li > div {
  border-bottom: 1px solid #DCE0E2;
  color: #1E2328;
  display: block;
  padding: 8px 0;
}
.list-border li ul {
  padding-left: 15px;
}
.list-border li > div {
  padding: 15px 0;
}
.list-border li > div a {
  text-decoration: underline;
}

.quick-links {
  list-style-type: square;
  margin-bottom: 25px;
}
.quick-links li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-left: 15px;
}
.quick-links li a {
  text-decoration: underline;
  color: #1E2328;
}
.quick-links li a:hover, .quick-links li a:focus, .quick-links li a:active {
  color: #C9982B;
}

.checkbox-container {
  position: relative;
  background: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}
.checkbox-container .fa, .checkbox-container [class^=icon-], .checkbox-container [class*=" icon-"] {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  margin-right: 6px;
}

input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 26px;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
  background: #FFFFFF;
}
input[type=checkbox] ~ label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  margin-bottom: 0;
}
input[type=checkbox] ~ label .fa {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 2px 10px 0 0;
  vertical-align: top;
}
input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  color: #FFFFFF;
  border: 1px solid #DCE0E2;
  transition: background 0.25s ease;
}
input[type=checkbox] ~ label:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  transition: background 0.25s ease-in;
}
input[type=checkbox]:focus ~ label:before {
  border-color: #DCE0E2;
}
input[type=checkbox]:focus ~ label:after {
  background: #DCE0E2;
}
input[type=checkbox]:disabled ~ label {
  color: #F6F7FB;
}
input[type=checkbox]:disabled ~ label:before {
  box-shadow: none;
  border-color: #F6F7FB;
}
input[type=checkbox]:disabled ~ label:after {
  background-color: #F6F7FB;
}
input[type=checkbox]:checked ~ label:before {
  outline: none;
}
input[type=checkbox]:checked ~ label:after {
  background: #333;
}
input[type=checkbox]:checked:disabled ~ label:before {
  border-color: #333;
}
input[type=checkbox]:checked:disabled ~ label:after {
  background-color: #F6F7FB;
}

.error,
.field-validation-error {
  color: #E14938;
  margin: 5px 0 0;
  display: block;
  font-size: 14px;
}
.error.hidden,
.field-validation-error.hidden {
  display: none;
}

div.error {
  color: red;
  background-color: #ffe6e6;
  border: 1px solid #ff9999;
  padding: 10px;
  border-radius: 4px;
}

div.success {
  color: green;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
  border-radius: 4px;
}

.form-container input, .form-container select, .form-section input, .form-section select, .ktc-default-section input, .ktc-default-section select {
  width: 100%;
}
.form-container h2, .form-section h2, .ktc-default-section h2 {
  border-bottom: 1px solid #AAB4B9;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.form-container hr, .form-section hr, .ktc-default-section hr {
  border-top: 1px solid #AAB4B9;
  margin: 20px 0 30px;
}
.form-container label, .form-section label, .ktc-default-section label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.form-container .btn, .form-section .btn, .ktc-default-section .btn {
  width: auto;
  padding: 10px 25px;
  margin-top: 10px;
}
.form-container .form-group, .form-container .form-field, .form-section .form-group, .form-section .form-field, .ktc-default-section .form-group, .ktc-default-section .form-field {
  margin-bottom: 20px;
}

.form-note {
  font-size: 14px;
  font-size: 0.875rem;
}

.hide-form {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}
.input-group > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}
.input-group .form-control:focus, .input-group .form-control:active {
  border-right: none;
}
.input-group .form-control[disabled] ~ .input-group-btn .btn {
  background-color: #F6F7FB;
}
.input-group .form-control[disabled] ~ .input-group-btn .btn:hover {
  cursor: not-allowed;
}
.input-group .input-group-select {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}
.input-group .input-group-select select {
  width: auto;
  padding-right: 38px;
  padding-left: 10px;
  border-left: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #464B50;
  text-align: center;
}
.input-group-addon:last-child {
  border-left: 0;
}

.input-inline-btn {
  position: absolute;
  top: 9px;
  right: 12px;
  color: #C9982B;
}
.input-inline-btn .fa {
  font-size: 20px;
  font-size: 1.25rem;
}
.input-inline-btn:hover {
  cursor: pointer;
  color: #C9982B;
}

label ~ input ~ .input-inline-btn {
  top: 39px;
}

textarea:focus, input:focus {
  outline: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=password],
input[type=search],
select,
.form-control,
textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #464B50;
  border: 1px solid #464B50;
  background: #FFFFFF;
  font-family: "Source Sans Pro", Arial, sans-serif;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  border-radius: 2px;
  box-shadow: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8C9196;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8C9196;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8C9196;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
select:-moz-placeholder,
.form-control:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #8C9196;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
.form-control:focus,
textarea:focus {
  color: #464B50;
  outline: none;
  box-shadow: none;
}
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=url]:disabled,
input[type=date]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
select:disabled,
.form-control:disabled,
textarea:disabled {
  background: #F6F7FB;
  border-color: #F6F7FB;
  cursor: not-allowed;
}

input[type=file] {
  font-size: 14px;
  font-size: 0.875rem;
  color: #464B50;
  background: #FFFFFF;
  height: 32px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: none;
}

textarea {
  width: 100%;
  min-height: 100px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=password],
input[type=search],
textarea {
  -webkit-appearance: none;
}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=email]::-ms-clear,
input[type=number]::-ms-clear,
input[type=url]::-ms-clear,
input[type=date]::-ms-clear,
input[type=password]::-ms-clear,
input[type=search]::-ms-clear,
textarea::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

select option:not([disabled]) {
  color: #464B50;
}

select[multiple] {
  height: auto;
  min-height: 100px;
  padding: 0;
}

select[multiple] option {
  padding: 2px;
}

.radio-container {
  position: relative;
  margin-bottom: 5px;
}

input[type=radio] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
  background: #FFFFFF;
}
input[type=radio] ~ label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  line-height: 23px;
}
input[type=radio] ~ label:before, input[type=radio] ~ label:after {
  content: "";
  position: absolute;
  border-radius: 10px;
}
input[type=radio] ~ label:before {
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  color: #FFFFFF;
  border: 1px solid #464B50;
}
input[type=radio] ~ label:after {
  transition: background-color 0.25s ease-in;
  text-align: center;
  background: #FFFFFF;
  top: 50%;
  margin-top: -6px;
  left: 4px;
  width: 10px;
  height: 10px;
}
@media (prefers-reduced-motion: reduce) {
  input[type=radio] ~ label:after {
    transition: none;
  }
}
input[type=radio]:focus ~ label {
  text-decoration: underline;
}
input[type=radio]:focus ~ label:before {
  outline: none;
  border-color: #C9982B;
}
input[type=radio]:checked ~ label:after {
  background: #C9982B;
}
input[type=radio]:disabled ~ label {
  color: #F6F7FB;
}
input[type=radio]:disabled ~ label:before {
  box-shadow: none;
  background-color: #F6F7FB;
}
input[type=radio]:disabled ~ label:after {
  border: 1px solid #F6F7FB;
  border-top-width: 2px;
}

.alert {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert-danger {
  color: #75261d;
  background-color: #f9dbd7;
  border-color: #f7ccc7;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin-bottom: 20px;
}
.accordion li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.accordion-container {
  border-bottom: 1px solid #000000;
}
.accordion-container:last-child {
  border: none;
}
.accordion-content.row .col-md-12,
.accordion-content.row .section-nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-content.row .col-md-12 .col-md-12,
.accordion-content.row .section-nav-header .col-md-12 {
  padding-left: 40px;
  padding-right: 40px;
}
.accordion-content.row .col-md-12 a,
.accordion-content.row .section-nav-header a {
  text-decoration: underline;
}
.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.accordion ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.accordion a:hover, .accordion a:focus, .accordion a:active {
  color: #C9982B;
  text-decoration: underline;
}
.accordion .red {
  color: #E14938;
  font-weight: bold;
}
.accordion li {
  border-bottom: 1px solid #AAB4B9;
}
.accordion li:last-child {
  border-bottom: 0;
}
.accordion li a, .accordion li > button {
  display: block;
  position: relative;
  padding: 8px 10px;
  color: #464B50;
}
.accordion li > button {
  border: 0;
  font-weight: 600;
  padding-right: 35px !important;
  cursor: pointer;
  background: transparent;
  width: 100%;
  text-align: left;
}
.accordion li > button:after {
  background-image: none !important;
  font-size: 16px;
  font-size: 1rem;
  content: "\f077";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: 900;
  position: absolute;
  top: 7px;
  right: 10px;
}
.accordion li > button.collapsed:after {
  content: "\f078";
}
.accordion > li {
  border-bottom: 1px solid #AAB4B9;
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion > li > a, .accordion > li > button {
  display: block;
  padding: 8px 10px;
}
.accordion > li ul {
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.02);
}

.section-nav-header.accordion {
  cursor: pointer;
  margin: 0;
  padding: 30px 25px 30px 0;
  position: relative;
}
.section-nav-header.accordion:after {
  content: "\f078";
  font-size: 2rem;
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-nav-header.accordion.active:after, .section-nav-header.accordion[aria-expanded=true]:after {
  content: "\f077";
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
}
.card .btn {
  margin-top: auto;
}
.card h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.card-body {
  padding: 30px 40px;
  position: relative;
}

.card-icon {
  display: block;
  margin-bottom: 35px;
  text-align: center;
  color: #464B50;
}
.card-icon img {
  width: 120px;
  margin: 0 auto 20px;
}
.card-icon .description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -5px;
}

#ExternalLinkEditor .row {
  margin-top: 16px;
  margin-bottom: 16px;
}
#ExternalLinkEditor ul {
  padding: 0;
}
#ExternalLinkEditor li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#ExternalLinkEditor .form-group label {
  align-items: center;
  background: #ddd;
  display: flex;
  font-weight: 600;
  line-height: 16px;
  height: 36px;
  padding: 0 15px;
  word-break: break-all;
}
#ExternalLinkEditor .form-group input {
  height: 36px;
  line-height: 36px;
  padding-right: 15px;
  width: 100%;
}
#ExternalLinkEditor .status {
  color: red;
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
}
#ExternalLinkEditor .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
#ExternalLinkEditor .btn-container .btn {
  margin: 0 10px;
}

section.hero {
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 992px) {
  section.hero {
    padding: 110px 0;
  }
}
section.hero a {
  color: #FFFFFF;
  text-decoration: none;
}
section.hero h1 {
  color: #FFFFFF;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
section.hero p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFFFFF;
}
section.hero .container {
  position: relative;
  z-index: 1;
}
section.hero:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section.hero-withOverlay {
  text-align: left;
}
@media (min-width: 992px) {
  section.hero-withOverlay {
    min-height: 750px;
  }
}
section.hero-withOverlay .container {
  max-width: 100%;
  width: 1620px;
}
section.hero-withOverlay .hero-overlay {
  background: #FFFFFF;
  max-width: 710px;
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  section.hero-withOverlay .hero-overlay {
    width: 60vw;
  }
}
@media (min-width: 992px) {
  section.hero-withOverlay .hero-overlay {
    padding: 62px 66px;
    width: 75vw;
  }
}
section.hero-withOverlay h1 {
  color: #000000;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 4.7px;
  text-shadow: none;
}
@media (min-width: 992px) {
  section.hero-withOverlay h1 {
    font-size: 68px;
    font-size: 4.25rem;
    padding-right: 10px;
  }
}
section.hero-withOverlay h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 1.01px;
  font-weight: 300;
  margin: 15px 0 25px;
}
@media (min-width: 992px) {
  section.hero-withOverlay h4 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 25px 0 35px;
  }
}

.new-user-registration .correspondent-selected .wholesale-title {
  display: none;
}
.new-user-registration .wholesale-selected .correspondent-title {
  display: none;
}

.slick-slider .slick-track {
  height: auto !important;
  display: flex;
}
.slick-slider .slick-track .slick-slide {
  float: none;
  height: auto !important;
}
.slick-slider .slick-track .slick-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slick-slider .slick-track .slick-slider-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
@media (min-width: 992px) {
  .slick-slider .slick-track .slick-slider-item-wrap {
    height: 420px;
  }
}
.slick-slider .slick-track .slick-slider-item-wrap h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .slick-slider .slick-track .slick-slider-item-wrap h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
  color: grey;
}

.slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 7px;
}
.slick-dots li button {
  padding: 0;
  margin: 0;
  height: 10px;
  width: 10px;
}
.slick-dots li button:before {
  border: 1px solid #d2d4d7;
  background-color: transparent;
  content: "";
  border-radius: 50%;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.slick-dots li.slick-active button:before {
  border-color: #333;
  content: "";
  background-color: #333;
  opacity: 1;
}

.slick-arrow.slick-prev, .slick-arrow.slick-next {
  z-index: 10;
  height: 37px;
  width: 37px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-top: -8px;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus, .slick-arrow.slick-prev:active, .slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus, .slick-arrow.slick-next:active {
  border-color: #C9982B;
  background: #C9982B;
}
.slick-arrow.slick-prev:hover:after, .slick-arrow.slick-prev:focus:after, .slick-arrow.slick-prev:active:after, .slick-arrow.slick-next:hover:after, .slick-arrow.slick-next:focus:after, .slick-arrow.slick-next:active:after {
  color: #333;
}
.slick-arrow.slick-prev.slick-disabled:before, .slick-arrow.slick-prev.slick-disabled:after, .slick-arrow.slick-next.slick-disabled:before, .slick-arrow.slick-next.slick-disabled:after {
  opacity: 0.75;
}
.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
  font-size: 22px;
  font-size: 1.375rem;
  opacity: 1;
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: 900;
  color: #333;
  position: relative;
  left: 0;
  top: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\f053";
  left: 0;
}
@media (min-width: 992px) {
  .slick-arrow.slick-prev {
    left: 20px;
  }
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f054";
}
@media (min-width: 992px) {
  .slick-arrow.slick-next {
    right: 20px;
  }
}

.pagination-list {
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: flex;
  margin: 30px 0;
  justify-content: center;
}
.pagination-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media (min-width: 992px) {
  .pagination-list {
    margin: 30px auto;
  }
}
.pagination-list li {
  position: relative;
  margin-right: 2px;
}
.pagination-list li.active button {
  color: #FFFFFF;
  background: #C9982B;
}
.pagination-list li button {
  color: #FFFFFF;
  background: #333;
  border-color: #333;
  display: block;
  cursor: pointer;
  height: 35px;
  padding: 0;
  border-radius: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0;
  font-weight: normal;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
}
@media (min-width: 768px) {
  .pagination-list li button:hover {
    border-color: #333;
    color: #333;
    background: #FFFFFF;
    outline: none;
  }
  .pagination-list li button:active, .pagination-list li button:focus {
    color: #FFFFFF;
    background: #333;
    border-color: #333;
  }
}
.pagination-list li button:hover, .pagination-list li button:focus, .pagination-list li button:active {
  background: #C9982B;
  color: #FFFFFF;
}
.pagination-list li button:disabled {
  background: #DCE0E2;
  color: #FFFFFF;
  cursor: not-allowed;
}
.pagination-list li button i.fa-chevron-left {
  margin-right: 2px;
}
.pagination-list li button i.fa-chevron-right {
  margin-left: 2px;
}

.mar-top--2 {
  margin-top: 2em;
}

#ReverseMortgageCalculator .disclaimer--red, #ReverseMortgageCalculator .disclaimer--red > * {
  color: red;
  font-weight: 700;
}

.calculator-reverse-mortgage-cta {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  text-decoration: none;
  background: #f2f3f4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  border: 3px solid #C9982B;
  padding: 20px;
  border-radius: 15px;
  line-height: 2.1;
  min-height: 20px;
}
.calculator-reverse-mortgage-cta .disclaimer {
  font-size: 10px;
}
.calculator-reverse-mortgage-cta .btn {
  margin: auto;
  display: block;
  width: 50%;
}
.calculator-reverse-mortgage-cta input {
  padding: 15px 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid grey;
  width: 100%;
}
.calculator-reverse-mortgage-cta .section-title {
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.calculator-reverse-mortgage-cta .section-title h4 {
  font-weight: normal;
}
.calculator-reverse-mortgage-cta .section-title h2 {
  font-weight: normal;
}
.calculator-reverse-mortgage-cta .cta-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculator-reverse-mortgage-cta h2 {
  color: #C9982B;
  text-decoration: underline;
}
.calculator-reverse-mortgage-cta .calculator-row {
  display: flex;
  padding-bottom: 30px;
}
.calculator-reverse-mortgage-cta .calculator-row .col-lg-4 {
  text-align: left;
}
.calculator-reverse-mortgage-cta .calculator-row:after {
  clear: both;
  content: "";
  display: table;
}
.calculator-reverse-mortgage-cta .calculator-row:last-child {
  padding-bottom: 0;
}
.calculator-reverse-mortgage-cta .col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  flex: none;
}
.calculator-reverse-mortgage-cta .col-4:last-child {
  margin-right: 0;
}
.calculator-reverse-mortgage-cta .col-2 {
  flex: none;
  padding: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 0;
}
.calculator-reverse-mortgage-cta .col-2:last-child {
  margin-right: 0;
}
.calculator-reverse-mortgage-cta .info {
  padding: 20px;
}

.calculator-reverse-mortgage .section-title {
  padding-bottom: 20px;
  border-bottom: 3px solid black;
}
.calculator-reverse-mortgage .section-title h4 {
  font-weight: normal;
}
.calculator-reverse-mortgage .negative-estimate {
  color: red;
}
.calculator-reverse-mortgage .results-text {
  font-size: 20px;
  line-height: 28px;
}
.calculator-reverse-mortgage .error-message {
  color: red;
  clear: both;
}
.calculator-reverse-mortgage + .font--large .icon-arrow-right-2 {
  margin-top: 5px;
}
.calculator-reverse-mortgage .calculator-row {
  display: flex;
  padding-bottom: 30px;
}
.calculator-reverse-mortgage .calculator-row .col-lg-4 {
  text-align: left;
}
.calculator-reverse-mortgage .calculator-row:after {
  clear: both;
  content: "";
  display: table;
}
.calculator-reverse-mortgage label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  min-height: 40px;
}
.calculator-reverse-mortgage .radio-buttons label {
  min-height: unset;
}
.calculator-reverse-mortgage .radio-container.vertical:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 3px;
}
.calculator-reverse-mortgage .radio-container.horizontal {
  float: left;
  width: 30%;
  margin-top: 10px;
}
.calculator-reverse-mortgage select.calculator-select {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  box-shadow: none;
  height: auto;
  line-height: normal;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #464b50;
  padding: 5px 15px 15px 0;
  width: 100%;
}
.calculator-reverse-mortgage select.calculator-select:focus {
  box-shadow: none;
  outline: none;
}
.calculator-reverse-mortgage input.calculator-input {
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  box-shadow: none;
  border: none;
  height: auto;
  line-height: normal;
  border-radius: 0;
  border-bottom: 1px solid #464b50;
  padding: 5px 15px 15px 0;
  width: 100%;
}
.calculator-reverse-mortgage input.calculator-input.required-value {
  animation: shake;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  border-bottom: 2px solid red;
}
.calculator-reverse-mortgage .pre-dollars {
  position: relative;
}
.calculator-reverse-mortgage .pre-dollars:before {
  position: absolute;
  content: "$";
  left: 0;
  top: 3px;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
}
.calculator-reverse-mortgage .pre-dollars .calculator-input {
  padding-left: 15px;
}
.calculator-reverse-mortgage .post-percent {
  position: relative;
}
.calculator-reverse-mortgage .post-percent:after {
  position: absolute;
  content: "%";
  right: 0;
  top: 3px;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  color: #aab4b9;
}
.calculator-reverse-mortgage .post-percent .calculator-input {
  padding-right: 15px;
}
.calculator-reverse-mortgage .results {
  position: relative;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
  background: #f2f3f4;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px !important;
  border: 3px solid #C9982B;
  padding: 20px;
  border-radius: 15px;
  line-height: 2.1;
  min-height: 20px;
}
.calculator-reverse-mortgage .results sup {
  font-size: 10px;
}
.calculator-reverse-mortgage .results .descriptor {
  line-height: 1px;
  font-size: 13px;
  display: block;
  min-height: 15px;
}
.calculator-reverse-mortgage .col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  flex: none;
}
.calculator-reverse-mortgage .col-4:last-child {
  margin-right: 0;
}
.calculator-reverse-mortgage .col-2 {
  flex: none;
  padding: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 0;
}
.calculator-reverse-mortgage .col-2:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .calculator + .font--large .icon-arrow-right-2 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 480px) {
  .results-container {
    margin: 10px;
  }
  .calculator .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .calculator .col-4:last-child {
    margin-right: 0;
  }
  .calculator .col-4:nth-child(3n) {
    margin-right: 0;
  }
  .calculator .col-4:nth-child(3n+1) {
    clear: left;
  }
  .calculator .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .calculator .col-2:last-child {
    margin-right: 0;
  }
  .calculator .col-2:nth-child(2n) {
    margin-right: 0;
  }
  .calculator .col-2:nth-child(2n+1) {
    clear: left;
  }
}
section.section-connectHeading:not(.hero) {
  padding-top: 100px !important;
  padding-bottom: 25px;
}
section.section-connectHeading:not(.hero) .container {
  max-width: 1250px;
}
section.section-connectHeading:not(.hero) h1 {
  color: #6610f2;
  margin-bottom: 0px;
}
section.section-connectHeading:not(.hero) h3 {
  color: #000000;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 300;
  line-height: 150%; /* 43.5px */
}
@media (max-width: 991.98px) {
  section.section-connectHeading:not(.hero) {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  section.section-connectHeading:not(.hero) h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.section-connectHeading:not(.hero) h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

section.section-connect:not(.hero) {
  padding-bottom: 120px;
}
section.section-connect:not(.hero) .container {
  max-width: 1250px;
}
section.section-connect:not(.hero) .ktc-default-section + .ktc-default-section .control-label {
  display: none;
}
section.section-connect:not(.hero) .hours {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  section.section-connect:not(.hero) .hours {
    padding-left: 50px;
  }
}
section.section-connect:not(.hero) .hours .indigo {
  color: #6610f2;
  font-weight: 700;
  margin-bottom: 8px;
}
section.section-connect:not(.hero) .hours p {
  margin-bottom: 5px;
}
section.section-connect:not(.hero) .hours .phone {
  color: #AF8E4C;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 150%; /* 43.5px */
  margin-top: 10px;
}
section.section-connect:not(.hero) input[type=text], section.section-connect:not(.hero) input[type=tel], section.section-connect:not(.hero) input[type=email], section.section-connect:not(.hero) input[type=number], section.section-connect:not(.hero) input[type=url], section.section-connect:not(.hero) input[type=date], section.section-connect:not(.hero) input[type=password], section.section-connect:not(.hero) input[type=search], section.section-connect:not(.hero) select, section.section-connect:not(.hero) .form-control, section.section-connect:not(.hero) textarea {
  border: none;
  border-bottom: 1px solid black;
  color: #717270;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  line-height: 150%; /* 24px */
  height: 52px;
  padding-left: 0;
}
section.section-connect:not(.hero) input[type=text],
section.section-connect:not(.hero) input[type=email] {
  padding-top: 22px;
}
section.section-connect:not(.hero) .form-section:first-child .form-field:after,
section.section-connect:not(.hero) .form-section:nth-child(2) .form-field:after,
section.section-connect:not(.hero) .form-section:nth-child(3) .row > div:first-child .form-field:after {
  color: #E14938;
  content: "*";
  position: absolute;
  right: 10px;
  top: 26px;
}
section.section-connect:not(.hero) .form-field {
  margin-bottom: 22px;
  position: relative;
}
section.section-connect:not(.hero) select {
  border: 1px solid #C9982B !important;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 14px 10px !important;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711%27 height=%278%27 viewBox=%270 0 11 8%27 fill=%27none%27%3E%3Cpath d=%27M5.66243 7.95718L0.557902 0.0982408L10.767 0.0982417L5.66243 7.95718Z%27 fill=%27%23717270%27/%3E%3C/svg%3E");
  background-position: right 0.7em top 50%;
  background-repeat: no-repeat;
  background-size: 1em auto;
}
section.section-connect:not(.hero) > div:last-of-type .control-label {
  float: left;
  font-weight: 300;
  padding-left: 30px;
}
section.section-connect:not(.hero) input[type=submit] {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  section.section-connect:not(.hero) {
    padding-bottom: 10px !important;
  }
  section.section-connect:not(.hero) .form-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.section-connect:not(.hero) .form-field {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  section.section-connect:not(.hero) .form-field select {
    margin: 20px 0;
    height: auto;
    padding: 10px 15px !important;
  }
  section.section-connect:not(.hero) .form-field select, section.section-connect:not(.hero) .form-field input {
    font-size: 12px;
    font-size: 0.75rem;
  }
  section.section-connect:not(.hero) .hours {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    padding-top: 25px;
  }
  section.section-connect:not(.hero) .hours .phone {
    line-height: 0;
    margin: 0;
  }
  section.section-connect:not(.hero) .hours .phone a {
    color: #C9982B;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 150%; /* 18px */
  }
}

#LoanServicing-Container .title-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}
#LoanServicing-Container .title, #LoanServicing-Container .title h2 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  border: none;
}
#LoanServicing-Container .title .highlight, #LoanServicing-Container .title h2 .highlight {
  color: #AF8E4C;
}
#LoanServicing-Container .subtitle {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%; /* 49.143px */
  margin-bottom: 40px;
}
#LoanServicing-Container .form-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}
#LoanServicing-Container .form-container .form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#LoanServicing-Container .form-container .form-fields .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
#LoanServicing-Container .form-container .form-fields .input-group::after {
  content: "*";
  color: red;
  position: absolute;
  right: 10px;
  top: 5px;
}
#LoanServicing-Container .form-container .form-fields .input-group .form-input {
  color: #464746;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  border: none;
  border-bottom: 1px solid #464746;
  /*&:focus {
      border-color: #b89b5a;
      outline: none;
  }*/
}
#LoanServicing-Container .form-container .form-fields .input-group .error-message {
  color: red;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
#LoanServicing-Container .form-container .form-fields .lookup-button {
  max-width: 250px;
  margin-top: 30px;
}
#LoanServicing-Container .form-container .form-fields .lookup-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#LoanServicing-Container .loading-state {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}
#LoanServicing-Container .loading-state .spinner {
  margin: 0 auto 0.5rem;
  width: 32px;
  height: 32px;
  border: 4px solid #ccc;
  border-top-color: #AF8E4C;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#LoanServicing-Container .results-container {
  text-align: center;
  margin-top: 120px;
}
#LoanServicing-Container .card {
  background: #e9e8e8;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 42px 60px 60px;
  text-align: center;
  max-width: 1120px;
  margin-bottom: 25px;
}
#LoanServicing-Container .card h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#LoanServicing-Container .card h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: unset;
  margin-bottom: 0;
}
#LoanServicing-Container .card p {
  font-size: 25px;
  font-size: 1.5625rem;
}
#LoanServicing-Container .card .btn {
  border: none;
  max-width: 275px;
  margin: auto;
}
#LoanServicing-Container .card h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1.7px;
  margin: 22px 0 27px;
}
#LoanServicing-Container .card .highlight {
  color: #AF8E4C;
}
#LoanServicing-Container .card--secondary {
  background: #717270;
  color: #FFFFFF;
}
#LoanServicing-Container .card--secondary h1, #LoanServicing-Container .card--secondary h2, #LoanServicing-Container .card--secondary h3, #LoanServicing-Container .card--secondary h4, #LoanServicing-Container .card--secondary a {
  color: #FFFFFF;
}
#LoanServicing-Container .card--notFound h2 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: unset;
}
#LoanServicing-Container .card--notFound h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #LoanServicing-Container .title, #LoanServicing-Container .title h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
  }
  #LoanServicing-Container .subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 32px;
  }
  #LoanServicing-Container .form-container .form-fields .input-group {
    margin-bottom: 0;
  }
  #LoanServicing-Container .form-container .form-fields .input-group .form-input {
    font-size: 11px;
    font-size: 0.6875rem;
    height: 30px;
  }
  #LoanServicing-Container .form-container .form-fields .lookup-button {
    padding: 5px 16px;
    width: 110px;
    max-width: 110px;
    margin-top: 20px;
  }
  #LoanServicing-Container .results-container {
    margin-top: 55px;
  }
  #LoanServicing-Container .card {
    padding: 42px 44px;
  }
  #LoanServicing-Container .card h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #LoanServicing-Container .card h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  #LoanServicing-Container .card p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  #LoanServicing-Container .card h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
  }
}

#cookie-banner {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #D0CFC9;
  box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 0;
  position: fixed;
  bottom: 17px;
  right: 12px;
  z-index: 1000;
  width: 100%;
  max-width: 530px;
}
@media (min-width: 1400px) {
  #cookie-banner {
    right: calc((100vw - 1300px) / 2); /* 1340 / 2 */
  }
}
#cookie-banner .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  gap: 30px;
}
#cookie-banner h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#cookie-banner p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
}
#cookie-banner p a {
  color: #464746;
  font-weight: 700;
}
#cookie-banner .close {
  background: none;
  border: none;
  color: #b1b1af;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
  padding: 4px 8px;
  position: absolute;
  top: 20px;
  right: 34px;
}
#cookie-banner .btn-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
#cookie-banner .btn-container .btn {
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  #cookie-banner {
    padding: 25px 0;
  }
  #cookie-banner .container {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
  #cookie-banner h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #cookie-banner p {
    font-size: 16px;
    font-size: 1rem;
  }
  #cookie-banner .btn-container {
    flex-direction: column;
    gap: 20px;
  }
  #cookie-banner .btn-container .btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 32px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #cookie-banner {
    max-width: calc(100vw - 24px);
  }
}

.header {
  background: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #DCE0E2;
  z-index: 999;
}
@media (min-width: 992px) {
  .header {
    background-image: url("https://cdn.lhfs.com/lhfscdn/wholesale/uploads/2018/09/san-francisco-918903_192012.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 0;
    position: static;
  }
}
.header .header-inner {
  background: rgba(255, 255, 255, 0.4);
}
.header-logo, .header .express-logo, .header .dash-logo {
  display: block;
  padding: 10px 0 0 30px;
}
@media (min-width: 992px) {
  .header-logo, .header .express-logo, .header .dash-logo {
    padding: 20px 0;
  }
}
.header-logo img, .header .express-logo img, .header .dash-logo img {
  height: 50px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .header-logo img, .header .express-logo img, .header .dash-logo img {
    height: 90px;
  }
}
.header .express-logo, .header .dash-logo {
  display: none;
}
@media (min-width: 992px) {
  .header .express-logo, .header .dash-logo {
    display: flex;
  }
}
.header .express-logo {
  margin-left: auto;
  margin-right: 40px;
}
.header-inner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav {
  background: #333;
  display: none;
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: scroll;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .nav {
    display: block !important;
    position: static;
    overflow-y: visible;
    background: #333;
  }
}
.nav .container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .nav .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.nav a {
  color: #FFFFFF;
}
.nav a:hover, .nav a:focus, .nav a:active {
  text-decoration: none;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.nav ul li {
  position: relative;
}
@media (min-width: 992px) {
  .nav .primary-nav {
    display: flex;
  }
}
@media (min-width: 992px) {
  .nav .primary-nav li:hover > .sub-nav {
    display: block !important;
  }
  .nav .primary-nav li:hover > .sub-nav > li:hover > .sub-nav {
    display: block !important;
  }
  .nav .primary-nav li:hover > .sub-nav li {
    border-color: #333;
  }
}
.nav .primary-nav li > a {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .nav .primary-nav li > a {
    text-align: left;
    color: #FFFFFF;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 10px;
    padding: 20px 15px;
  }
  .nav .primary-nav li > a:after {
    content: none !important;
  }
  .nav .primary-nav li > a:hover, .nav .primary-nav li > a:focus, .nav .primary-nav li > a:active {
    background: #C9982B;
  }
}
.nav .primary-nav li > a.nav-has-children:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 25px;
  line-height: 1;
  margin-top: -14px;
}
.nav .primary-nav li.open > a.nav-has-children:after {
  content: "\f106";
}
.nav .primary-nav li .sub-nav {
  background: #C9982B;
  z-index: 99;
  background: #333;
  display: none;
}
@media (min-width: 992px) {
  .nav .primary-nav li .sub-nav {
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 170px;
  }
}
.nav .primary-nav li .sub-nav .sub-nav {
  padding-left: 20px;
  left: 100%;
  top: 0;
}
@media (min-width: 992px) {
  .nav .primary-nav li .sub-nav .sub-nav {
    padding-left: 0;
  }
}
.nav .primary-nav li .sub-nav li a {
  display: block;
  color: #FFFFFF;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  padding: 12px 20px;
  white-space: break-spaces;
  text-align: left;
}
@media (min-width: 992px) {
  .nav .primary-nav li .sub-nav li a {
    white-space: nowrap;
  }
}
.nav .primary-nav li .sub-nav li a:hover, .nav .primary-nav li .sub-nav li a:active, .nav .primary-nav li .sub-nav li a:focus {
  text-decoration: none;
  background: #C9982B;
}
.nav .primary-nav li .sub-nav li:last-child {
  border-bottom: 0;
}
.nav .primary-nav > li > a {
  font-weight: bold;
  border-top: 1px solid #464B50;
}
@media (min-width: 992px) {
  .nav .primary-nav > li > a {
    border-top: 0;
  }
}
.nav .primary-nav > li > .sub-nav > li > a {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .nav .primary-nav > li > .sub-nav > li > a {
    padding-right: 20px;
  }
}

.nav-toggle {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  color: #C9982B;
  background: transparent;
  border: none;
  height: 24px;
  display: block;
  padding: 0;
  transition: none;
  z-index: 105;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:focus, .nav-toggle:hover, .nav-toggle:active {
  background: transparent;
  color: #C9982B;
  outline: none;
}
.nav-toggle:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: bold;
}
.nav-toggle.open:before {
  content: "\f00d";
  font-size: 28px;
  font-size: 1.75rem;
}

.footer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  background: #333;
  color: #AAB4B9;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .footer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer a {
  color: #AAB4B9;
  text-decoration: underline;
}
.footer-house-img {
  margin-right: 0;
  width: 40px;
}
@media (min-width: 992px) {
  .footer-house-img {
    margin-right: 10px;
    width: 80px;
  }
}
.footer .copyright-text {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer .footer-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer-logos li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media (min-width: 992px) {
  .footer .footer-logos {
    justify-content: flex-start;
  }
}
.footer .footer-logos .full-width img {
  max-width: none;
}
.footer .footer-logos img {
  max-width: 110px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer .footer-logos img {
    margin-bottom: 25px;
  }
}
.footer .social-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.footer .social-icon-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media (min-width: 992px) {
  .footer .social-icon-list {
    justify-content: flex-start;
    margin: 0;
  }
}
.footer .social-icon-list li {
  margin-left: 10px;
}
.footer .social-icon-list li a {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  color: #FFFFFF;
  background: #C9982B;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
}
.footer .social-icon-list li a:hover, .footer .social-icon-list li a:focus, .footer .social-icon-list li a:active {
  background: #FFFFFF;
  color: #C9982B;
}

.section:not(.hero) {
  padding: 40px 0;
}
.section:not(.hero):not(.bg-gray):not(.bg-dark-gray) + .section:not(.bg-gray):not(.bg-dark-gray) {
  padding-top: 0;
}
.section:not(.hero) p:last-child {
  margin-bottom: 0;
}
.section:not(.hero).bg-gray {
  background: #F6F7FB;
}
.section:not(.hero).bg-dark-gray {
  background: #333;
}
.section:not(.hero).bg-dark-gray * {
  color: #FFFFFF;
}
.section:not(.hero).bg-dark-gray .decoration .decoration-inside {
  border-top: 2px solid #000000;
}
.section:not(.hero).bg-dark-gray .list-border li a, .section:not(.hero).bg-dark-gray .list-border li span {
  display: inline-block;
  padding: 2px 0;
}
.section:not(.hero).bg-dark-gray .list-border li a:hover, .section:not(.hero).bg-dark-gray .list-border li span:hover {
  text-decoration: none;
}
.section:not(.hero).bg-black {
  background: #000000;
}
.section:not(.hero).bg-black * {
  color: #FFFFFF;
}
.section:not(.hero).bg-black a {
  text-decoration: underline;
}
.section:not(.hero).bg-black .list-border li a, .section:not(.hero).bg-black .list-border li span {
  border-bottom: none;
}
.section:not(.hero).bg-black .decoration .decoration-inside {
  border-top: 2px solid #FFFFFF;
}
.section:not(.hero) .decoration .decoration-inside {
  height: 1px;
  display: inline-block;
  border-top: 2px solid #d3d3d3;
  width: 100%;
  max-width: 80%;
}
.section:not(.hero) form section {
  padding: 0 !important;
}
.section:not(.hero) .section--sticky-footer:not(.hero) {
  padding-bottom: 100px;
}
.section:not(.hero) .section-nav-header {
  color: #C9982B;
  text-decoration: underline;
  font-weight: 700;
}
.section:not(.hero) .section-nav-header--padded {
  padding: 30px 0;
  margin-bottom: 0;
}
.section:not(.hero) .section-heading {
  font-weight: normal;
  color: #C9982B;
}
.section:not(.hero) .section-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 30px;
}
.section:not(.hero) .section-header a {
  text-decoration: underline;
}
.section:not(.hero) .section-header p {
  font-size: 18px;
  font-size: 1.125rem;
}
.section:not(.hero) .section-header img {
  margin: 20px 40px;
}
.section:not(.hero) .main {
  padding-top: 71px;
}
@media (min-width: 992px) {
  .section:not(.hero) .main {
    min-height: calc(100vh - 447px);
    padding-top: 0;
  }
}
.section:not(.hero) body [class*=container] .row:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  section.align-columns-center div[class^=col-] {
    align-content: center;
  }
}

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