/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 5. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.15; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
  word-break: break-word; /* 5 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Inherit styling in all browsers (opinionated).
 */

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

/**
 * Remove the margin in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
:root {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style-type: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

em,
i {
  font-style: italic;
}

[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  width: 100%;
}

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

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

.figure {
  display: inline-block;
}

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

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

/*!
 * Bootstrap Grid v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 376px) {
  .container-sm,
  .container {
    max-width: 748px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 903px;
  }
}

@media (min-width: 1025px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1160px;
  }
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)*-1);
  margin-right: calc(var(--bs-gutter-x)/-2);
  margin-left: calc(var(--bs-gutter-x)/-2);
}

.row>* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/2);
  padding-left: calc(var(--bs-gutter-x)/2);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

.row-cols-3>* {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6>* {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1.875rem;
}

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

.g-6,
.gx-6 {
  --bs-gutter-x: 2.25rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.25rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 2.625rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 2.625rem;
}

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

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

@media (min-width: 376px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.375rem;
  }

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

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

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

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

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

  .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: 1.875rem;
  }

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

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.25rem;
  }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.25rem;
  }

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 2.625rem;
  }

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 2.625rem;
  }

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

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

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.375rem;
  }

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

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

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

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

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

  .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: 1.875rem;
  }

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

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 2.625rem;
  }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 2.625rem;
  }

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

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

@media (min-width: 1025px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.375rem;
  }

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

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

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

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

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

  .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: 1.875rem;
  }

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

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 2.625rem;
  }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 2.625rem;
  }

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

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

@media (min-width: 1441px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.375rem;
  }

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

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

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

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

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

  .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: 1.875rem;
  }

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

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 2.625rem;
  }

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 2.625rem;
  }

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

  .g-xl-8,
  .gy-xl-8 {
    --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-table {
  display: table !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

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

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-6 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-7 {
  margin-right: 2.625rem !important;
  margin-left: 2.625rem !important;
}

.mx-8 {
  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: .375rem !important;
  margin-bottom: .375rem !important;
}

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

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

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

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

.my-6 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-7 {
  margin-top: 2.625rem !important;
  margin-bottom: 2.625rem !important;
}

.my-8 {
  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: .375rem !important;
}

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

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

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

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

.mt-6 {
  margin-top: 2.25rem !important;
}

.mt-7 {
  margin-top: 2.625rem !important;
}

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

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

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

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

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

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

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

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

.me-6 {
  margin-right: 2.25rem !important;
}

.me-7 {
  margin-right: 2.625rem !important;
}

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 2.25rem !important;
}

.mb-7 {
  margin-bottom: 2.625rem !important;
}

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

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 2.25rem !important;
}

.ms-7 {
  margin-left: 2.625rem !important;
}

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

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

.m-n1 {
  margin: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.m-n3 {
  margin: -1.125rem !important;
}

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

.m-n5 {
  margin: -1.875rem !important;
}

.m-n6 {
  margin: -2.25rem !important;
}

.m-n7 {
  margin: -2.625rem !important;
}

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

.mx-n1 {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important;
}

.mx-n2 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n3 {
  margin-right: -1.125rem !important;
  margin-left: -1.125rem !important;
}

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

.mx-n5 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}

.mx-n6 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n7 {
  margin-right: -2.625rem !important;
  margin-left: -2.625rem !important;
}

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

.my-n1 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.my-n2 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n3 {
  margin-top: -1.125rem !important;
  margin-bottom: -1.125rem !important;
}

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

.my-n5 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.my-n6 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n7 {
  margin-top: -2.625rem !important;
  margin-bottom: -2.625rem !important;
}

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

.mt-n1 {
  margin-top: -0.375rem !important;
}

.mt-n2 {
  margin-top: -0.75rem !important;
}

.mt-n3 {
  margin-top: -1.125rem !important;
}

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

.mt-n5 {
  margin-top: -1.875rem !important;
}

.mt-n6 {
  margin-top: -2.25rem !important;
}

.mt-n7 {
  margin-top: -2.625rem !important;
}

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

.me-n1 {
  margin-right: -0.375rem !important;
}

.me-n2 {
  margin-right: -0.75rem !important;
}

.me-n3 {
  margin-right: -1.125rem !important;
}

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

.me-n5 {
  margin-right: -1.875rem !important;
}

.me-n6 {
  margin-right: -2.25rem !important;
}

.me-n7 {
  margin-right: -2.625rem !important;
}

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

.mb-n1 {
  margin-bottom: -0.375rem !important;
}

.mb-n2 {
  margin-bottom: -0.75rem !important;
}

.mb-n3 {
  margin-bottom: -1.125rem !important;
}

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

.mb-n5 {
  margin-bottom: -1.875rem !important;
}

.mb-n6 {
  margin-bottom: -2.25rem !important;
}

.mb-n7 {
  margin-bottom: -2.625rem !important;
}

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

.ms-n1 {
  margin-left: -0.375rem !important;
}

.ms-n2 {
  margin-left: -0.75rem !important;
}

.ms-n3 {
  margin-left: -1.125rem !important;
}

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

.ms-n5 {
  margin-left: -1.875rem !important;
}

.ms-n6 {
  margin-left: -2.25rem !important;
}

.ms-n7 {
  margin-left: -2.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-6 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-7 {
  padding-right: 2.625rem !important;
  padding-left: 2.625rem !important;
}

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

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

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

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

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

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

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

.py-6 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-7 {
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
}

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 2.25rem !important;
}

.pt-7 {
  padding-top: 2.625rem !important;
}

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

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

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

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

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

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

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

.pe-6 {
  padding-right: 2.25rem !important;
}

.pe-7 {
  padding-right: 2.625rem !important;
}

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 2.25rem !important;
}

.pb-7 {
  padding-bottom: 2.625rem !important;
}

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

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

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

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

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

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

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

.ps-6 {
  padding-left: 2.25rem !important;
}

.ps-7 {
  padding-left: 2.625rem !important;
}

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

@media (min-width: 376px) {
  .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-table {
    display: table !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

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

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

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

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

  .mx-sm-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-sm-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

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

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

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

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

  .my-sm-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-sm-8 {
    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: .375rem !important;
  }

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

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

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

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

  .mt-sm-6 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-7 {
    margin-top: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .me-sm-6 {
    margin-right: 2.25rem !important;
  }

  .me-sm-7 {
    margin-right: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .mb-sm-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .ms-sm-6 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-7 {
    margin-left: 2.625rem !important;
  }

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

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

  .m-sm-n1 {
    margin: -0.375rem !important;
  }

  .m-sm-n2 {
    margin: -0.75rem !important;
  }

  .m-sm-n3 {
    margin: -1.125rem !important;
  }

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

  .m-sm-n5 {
    margin: -1.875rem !important;
  }

  .m-sm-n6 {
    margin: -2.25rem !important;
  }

  .m-sm-n7 {
    margin: -2.625rem !important;
  }

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

  .mx-sm-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

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

  .mx-sm-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-sm-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-sm-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

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

  .my-sm-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-sm-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

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

  .my-sm-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-sm-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-sm-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

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

  .mt-sm-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1.125rem !important;
  }

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

  .mt-sm-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-sm-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-sm-n7 {
    margin-top: -2.625rem !important;
  }

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

  .me-sm-n1 {
    margin-right: -0.375rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.75rem !important;
  }

  .me-sm-n3 {
    margin-right: -1.125rem !important;
  }

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

  .me-sm-n5 {
    margin-right: -1.875rem !important;
  }

  .me-sm-n6 {
    margin-right: -2.25rem !important;
  }

  .me-sm-n7 {
    margin-right: -2.625rem !important;
  }

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

  .mb-sm-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1.125rem !important;
  }

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

  .mb-sm-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-sm-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -2.625rem !important;
  }

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

  .ms-sm-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1.125rem !important;
  }

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

  .ms-sm-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-sm-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-sm-n7 {
    margin-left: -2.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-sm-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .py-sm-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pt-sm-6 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-7 {
    padding-top: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pe-sm-6 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-7 {
    padding-right: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pb-sm-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .ps-sm-6 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-7 {
    padding-left: 2.625rem !important;
  }

  .ps-sm-8 {
    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-table {
    display: table !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

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

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

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

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

  .mx-md-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-md-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

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

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

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

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

  .my-md-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-md-8 {
    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: .375rem !important;
  }

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

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

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

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

  .mt-md-6 {
    margin-top: 2.25rem !important;
  }

  .mt-md-7 {
    margin-top: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .me-md-6 {
    margin-right: 2.25rem !important;
  }

  .me-md-7 {
    margin-right: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .mb-md-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-7 {
    margin-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .ms-md-6 {
    margin-left: 2.25rem !important;
  }

  .ms-md-7 {
    margin-left: 2.625rem !important;
  }

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

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

  .m-md-n1 {
    margin: -0.375rem !important;
  }

  .m-md-n2 {
    margin: -0.75rem !important;
  }

  .m-md-n3 {
    margin: -1.125rem !important;
  }

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

  .m-md-n5 {
    margin: -1.875rem !important;
  }

  .m-md-n6 {
    margin: -2.25rem !important;
  }

  .m-md-n7 {
    margin: -2.625rem !important;
  }

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

  .mx-md-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-md-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

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

  .mx-md-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-md-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-md-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

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

  .my-md-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-md-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-md-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

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

  .my-md-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-md-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-md-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

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

  .mt-md-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-md-n3 {
    margin-top: -1.125rem !important;
  }

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

  .mt-md-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-md-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-md-n7 {
    margin-top: -2.625rem !important;
  }

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

  .me-md-n1 {
    margin-right: -0.375rem !important;
  }

  .me-md-n2 {
    margin-right: -0.75rem !important;
  }

  .me-md-n3 {
    margin-right: -1.125rem !important;
  }

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

  .me-md-n5 {
    margin-right: -1.875rem !important;
  }

  .me-md-n6 {
    margin-right: -2.25rem !important;
  }

  .me-md-n7 {
    margin-right: -2.625rem !important;
  }

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

  .mb-md-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1.125rem !important;
  }

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

  .mb-md-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -2.625rem !important;
  }

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

  .ms-md-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-md-n3 {
    margin-left: -1.125rem !important;
  }

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

  .ms-md-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-md-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-md-n7 {
    margin-left: -2.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-md-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .py-md-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pt-md-6 {
    padding-top: 2.25rem !important;
  }

  .pt-md-7 {
    padding-top: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pe-md-6 {
    padding-right: 2.25rem !important;
  }

  .pe-md-7 {
    padding-right: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pb-md-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-7 {
    padding-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .ps-md-6 {
    padding-left: 2.25rem !important;
  }

  .ps-md-7 {
    padding-left: 2.625rem !important;
  }

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

@media (min-width: 1025px) {
  .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-table {
    display: table !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

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

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

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

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

  .mx-lg-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-lg-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

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

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

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

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

  .my-lg-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-lg-8 {
    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: .375rem !important;
  }

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

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

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

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

  .mt-lg-6 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-7 {
    margin-top: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .me-lg-6 {
    margin-right: 2.25rem !important;
  }

  .me-lg-7 {
    margin-right: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .mb-lg-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

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

  .ms-lg-6 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-7 {
    margin-left: 2.625rem !important;
  }

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

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

  .m-lg-n1 {
    margin: -0.375rem !important;
  }

  .m-lg-n2 {
    margin: -0.75rem !important;
  }

  .m-lg-n3 {
    margin: -1.125rem !important;
  }

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

  .m-lg-n5 {
    margin: -1.875rem !important;
  }

  .m-lg-n6 {
    margin: -2.25rem !important;
  }

  .m-lg-n7 {
    margin: -2.625rem !important;
  }

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

  .mx-lg-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

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

  .mx-lg-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-lg-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-lg-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

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

  .my-lg-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-lg-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

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

  .my-lg-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-lg-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-lg-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

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

  .mt-lg-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1.125rem !important;
  }

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

  .mt-lg-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-lg-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-lg-n7 {
    margin-top: -2.625rem !important;
  }

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

  .me-lg-n1 {
    margin-right: -0.375rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.75rem !important;
  }

  .me-lg-n3 {
    margin-right: -1.125rem !important;
  }

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

  .me-lg-n5 {
    margin-right: -1.875rem !important;
  }

  .me-lg-n6 {
    margin-right: -2.25rem !important;
  }

  .me-lg-n7 {
    margin-right: -2.625rem !important;
  }

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

  .mb-lg-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1.125rem !important;
  }

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

  .mb-lg-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -2.625rem !important;
  }

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

  .ms-lg-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1.125rem !important;
  }

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

  .ms-lg-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-lg-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-lg-n7 {
    margin-left: -2.625rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-lg-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .py-lg-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pt-lg-6 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-7 {
    padding-top: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pe-lg-6 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-7 {
    padding-right: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .pb-lg-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 2.625rem !important;
  }

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

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

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

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

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

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

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

  .ps-lg-6 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-7 {
    padding-left: 2.625rem !important;
  }

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

@media (min-width: 1441px) {
  .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-table {
    display: table !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .375rem !important;
  }

  .m-xl-2 {
    margin: .75rem !important;
  }

  .m-xl-3 {
    margin: 1.125rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 1.875rem !important;
  }

  .m-xl-6 {
    margin: 2.25rem !important;
  }

  .m-xl-7 {
    margin: 2.625rem !important;
  }

  .m-xl-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

  .mx-xl-2 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-xl-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-xl-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .my-xl-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .my-xl-3 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-xl-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-xl-8 {
    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: .375rem !important;
  }

  .mt-xl-2 {
    margin-top: .75rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.125rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 1.875rem !important;
  }

  .mt-xl-6 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-7 {
    margin-top: 2.625rem !important;
  }

  .mt-xl-8 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .375rem !important;
  }

  .me-xl-2 {
    margin-right: .75rem !important;
  }

  .me-xl-3 {
    margin-right: 1.125rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 1.875rem !important;
  }

  .me-xl-6 {
    margin-right: 2.25rem !important;
  }

  .me-xl-7 {
    margin-right: 2.625rem !important;
  }

  .me-xl-8 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .375rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .75rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.125rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 1.875rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 2.625rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .375rem !important;
  }

  .ms-xl-2 {
    margin-left: .75rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.125rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 1.875rem !important;
  }

  .ms-xl-6 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-7 {
    margin-left: 2.625rem !important;
  }

  .ms-xl-8 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.375rem !important;
  }

  .m-xl-n2 {
    margin: -0.75rem !important;
  }

  .m-xl-n3 {
    margin: -1.125rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -1.875rem !important;
  }

  .m-xl-n6 {
    margin: -2.25rem !important;
  }

  .m-xl-n7 {
    margin: -2.625rem !important;
  }

  .m-xl-n8 {
    margin: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-xl-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xl-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

  .mx-xl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xl-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-xl-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xl-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .my-xl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1.125rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-xl-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-xl-n7 {
    margin-top: -2.625rem !important;
  }

  .mt-xl-n8 {
    margin-top: -3rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.375rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.75rem !important;
  }

  .me-xl-n3 {
    margin-right: -1.125rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -1.875rem !important;
  }

  .me-xl-n6 {
    margin-right: -2.25rem !important;
  }

  .me-xl-n7 {
    margin-right: -2.625rem !important;
  }

  .me-xl-n8 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1.125rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -2.625rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1.125rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-xl-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-xl-n7 {
    margin-left: -2.625rem !important;
  }

  .ms-xl-n8 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .375rem !important;
  }

  .p-xl-2 {
    padding: .75rem !important;
  }

  .p-xl-3 {
    padding: 1.125rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 1.875rem !important;
  }

  .p-xl-6 {
    padding: 2.25rem !important;
  }

  .p-xl-7 {
    padding: 2.625rem !important;
  }

  .p-xl-8 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }

  .px-xl-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .px-xl-3 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-xl-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .py-xl-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .py-xl-3 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-xl-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .375rem !important;
  }

  .pt-xl-2 {
    padding-top: .75rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.125rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.875rem !important;
  }

  .pt-xl-6 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-7 {
    padding-top: 2.625rem !important;
  }

  .pt-xl-8 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .375rem !important;
  }

  .pe-xl-2 {
    padding-right: .75rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.125rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.875rem !important;
  }

  .pe-xl-6 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-7 {
    padding-right: 2.625rem !important;
  }

  .pe-xl-8 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .375rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.125rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.875rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 2.625rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .375rem !important;
  }

  .ps-xl-2 {
    padding-left: .75rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.125rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.875rem !important;
  }

  .ps-xl-6 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-7 {
    padding-left: 2.625rem !important;
  }

  .ps-xl-8 {
    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-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #1f1696;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: rgb(24.8,17.6,120);
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid rgba(0,0,0,0);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1f1696;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

/*!
 * Bootstrap Utilities v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #1f1696;
}

.link-primary:hover,
.link-primary:focus {
  color: rgb(24.8,17.6,120);
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
  color: rgb(86.4,93.6,100);
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: rgb(20,108,67.2);
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: rgb(61.4,212.6,243);
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: rgb(255,205.4,56.6);
}

.link-danger {
  color: #dc3444;
}

.link-danger:hover,
.link-danger:focus {
  color: rgb(176,41.6,54.4);
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: rgb(249.4,250.2,251);
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: rgb(26.4,29.6,32.8);
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 376px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1025px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1441px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden,
.screen-reader-text,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 6px 0 !important;
          box-shadow: rgba(119,119,199,.15) 0 2px 6px 0 !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(24,24,24,.075) !important;
          box-shadow: 0 .125rem .25rem rgba(24,24,24,.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(24,24,24,.175) !important;
          box-shadow: 0 1rem 3rem rgba(24,24,24,.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
       -o-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
       -o-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1f1696 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3444 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: .375rem !important;
}

.gap-2 {
  gap: .75rem !important;
}

.gap-3 {
  gap: 1.125rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 1.875rem !important;
}

.gap-6 {
  gap: 2.25rem !important;
}

.gap-7 {
  gap: 2.625rem !important;
}

.gap-8 {
  gap: 3rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .375rem !important;
}

.m-2 {
  margin: .75rem !important;
}

.m-3 {
  margin: 1.125rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 1.875rem !important;
}

.m-6 {
  margin: 2.25rem !important;
}

.m-7 {
  margin: 2.625rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: .375rem !important;
  margin-left: .375rem !important;
}

.mx-2 {
  margin-right: .75rem !important;
  margin-left: .75rem !important;
}

.mx-3 {
  margin-right: 1.125rem !important;
  margin-left: 1.125rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-6 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-7 {
  margin-right: 2.625rem !important;
  margin-left: 2.625rem !important;
}

.mx-8 {
  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: .375rem !important;
  margin-bottom: .375rem !important;
}

.my-2 {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}

.my-3 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-6 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-7 {
  margin-top: 2.625rem !important;
  margin-bottom: 2.625rem !important;
}

.my-8 {
  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: .375rem !important;
}

.mt-2 {
  margin-top: .75rem !important;
}

.mt-3 {
  margin-top: 1.125rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.875rem !important;
}

.mt-6 {
  margin-top: 2.25rem !important;
}

.mt-7 {
  margin-top: 2.625rem !important;
}

.mt-8 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: .375rem !important;
}

.me-2 {
  margin-right: .75rem !important;
}

.me-3 {
  margin-right: 1.125rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 1.875rem !important;
}

.me-6 {
  margin-right: 2.25rem !important;
}

.me-7 {
  margin-right: 2.625rem !important;
}

.me-8 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .375rem !important;
}

.mb-2 {
  margin-bottom: .75rem !important;
}

.mb-3 {
  margin-bottom: 1.125rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.875rem !important;
}

.mb-6 {
  margin-bottom: 2.25rem !important;
}

.mb-7 {
  margin-bottom: 2.625rem !important;
}

.mb-8 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: .375rem !important;
}

.ms-2 {
  margin-left: .75rem !important;
}

.ms-3 {
  margin-left: 1.125rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 1.875rem !important;
}

.ms-6 {
  margin-left: 2.25rem !important;
}

.ms-7 {
  margin-left: 2.625rem !important;
}

.ms-8 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.m-n3 {
  margin: -1.125rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -1.875rem !important;
}

.m-n6 {
  margin: -2.25rem !important;
}

.m-n7 {
  margin: -2.625rem !important;
}

.m-n8 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important;
}

.mx-n2 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n3 {
  margin-right: -1.125rem !important;
  margin-left: -1.125rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}

.mx-n6 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n7 {
  margin-right: -2.625rem !important;
  margin-left: -2.625rem !important;
}

.mx-n8 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.my-n2 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n3 {
  margin-top: -1.125rem !important;
  margin-bottom: -1.125rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.my-n6 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n7 {
  margin-top: -2.625rem !important;
  margin-bottom: -2.625rem !important;
}

.my-n8 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.375rem !important;
}

.mt-n2 {
  margin-top: -0.75rem !important;
}

.mt-n3 {
  margin-top: -1.125rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -1.875rem !important;
}

.mt-n6 {
  margin-top: -2.25rem !important;
}

.mt-n7 {
  margin-top: -2.625rem !important;
}

.mt-n8 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.375rem !important;
}

.me-n2 {
  margin-right: -0.75rem !important;
}

.me-n3 {
  margin-right: -1.125rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -1.875rem !important;
}

.me-n6 {
  margin-right: -2.25rem !important;
}

.me-n7 {
  margin-right: -2.625rem !important;
}

.me-n8 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.375rem !important;
}

.mb-n2 {
  margin-bottom: -0.75rem !important;
}

.mb-n3 {
  margin-bottom: -1.125rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -1.875rem !important;
}

.mb-n6 {
  margin-bottom: -2.25rem !important;
}

.mb-n7 {
  margin-bottom: -2.625rem !important;
}

.mb-n8 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.375rem !important;
}

.ms-n2 {
  margin-left: -0.75rem !important;
}

.ms-n3 {
  margin-left: -1.125rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -1.875rem !important;
}

.ms-n6 {
  margin-left: -2.25rem !important;
}

.ms-n7 {
  margin-left: -2.625rem !important;
}

.ms-n8 {
  margin-left: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .375rem !important;
}

.p-2 {
  padding: .75rem !important;
}

.p-3 {
  padding: 1.125rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 1.875rem !important;
}

.p-6 {
  padding: 2.25rem !important;
}

.p-7 {
  padding: 2.625rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: .375rem !important;
  padding-left: .375rem !important;
}

.px-2 {
  padding-right: .75rem !important;
  padding-left: .75rem !important;
}

.px-3 {
  padding-right: 1.125rem !important;
  padding-left: 1.125rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-6 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-7 {
  padding-right: 2.625rem !important;
  padding-left: 2.625rem !important;
}

.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: .375rem !important;
  padding-bottom: .375rem !important;
}

.py-2 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.py-3 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-6 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-7 {
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: .375rem !important;
}

.pt-2 {
  padding-top: .75rem !important;
}

.pt-3 {
  padding-top: 1.125rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.875rem !important;
}

.pt-6 {
  padding-top: 2.25rem !important;
}

.pt-7 {
  padding-top: 2.625rem !important;
}

.pt-8 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .375rem !important;
}

.pe-2 {
  padding-right: .75rem !important;
}

.pe-3 {
  padding-right: 1.125rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 1.875rem !important;
}

.pe-6 {
  padding-right: 2.25rem !important;
}

.pe-7 {
  padding-right: 2.625rem !important;
}

.pe-8 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .375rem !important;
}

.pb-2 {
  padding-bottom: .75rem !important;
}

.pb-3 {
  padding-bottom: 1.125rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.875rem !important;
}

.pb-6 {
  padding-bottom: 2.25rem !important;
}

.pb-7 {
  padding-bottom: 2.625rem !important;
}

.pb-8 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .375rem !important;
}

.ps-2 {
  padding-left: .75rem !important;
}

.ps-3 {
  padding-left: 1.125rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 1.875rem !important;
}

.ps-6 {
  padding-left: 2.25rem !important;
}

.ps-7 {
  padding-left: 2.625rem !important;
}

.ps-8 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #1f1696 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3444 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(24,24,24,.5) !important;
}

.text-white-50 {
  color: hsla(0,0%,100%,.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #1f1696 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3444 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: rgba(0,0,0,0) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: .2rem !important;
}

.rounded-2 {
  border-radius: .25rem !important;
}

.rounded-3 {
  border-radius: .3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 376px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .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-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: .375rem !important;
  }

  .gap-sm-2 {
    gap: .75rem !important;
  }

  .gap-sm-3 {
    gap: 1.125rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 1.875rem !important;
  }

  .gap-sm-6 {
    gap: 2.25rem !important;
  }

  .gap-sm-7 {
    gap: 2.625rem !important;
  }

  .gap-sm-8 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: .375rem !important;
  }

  .m-sm-2 {
    margin: .75rem !important;
  }

  .m-sm-3 {
    margin: 1.125rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 1.875rem !important;
  }

  .m-sm-6 {
    margin: 2.25rem !important;
  }

  .m-sm-7 {
    margin: 2.625rem !important;
  }

  .m-sm-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

  .mx-sm-2 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }

  .mx-sm-3 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-sm-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-sm-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .my-sm-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .my-sm-3 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-sm-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-sm-8 {
    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: .375rem !important;
  }

  .mt-sm-2 {
    margin-top: .75rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.125rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 1.875rem !important;
  }

  .mt-sm-6 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-7 {
    margin-top: 2.625rem !important;
  }

  .mt-sm-8 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: .375rem !important;
  }

  .me-sm-2 {
    margin-right: .75rem !important;
  }

  .me-sm-3 {
    margin-right: 1.125rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 1.875rem !important;
  }

  .me-sm-6 {
    margin-right: 2.25rem !important;
  }

  .me-sm-7 {
    margin-right: 2.625rem !important;
  }

  .me-sm-8 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: .375rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .75rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.125rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 1.875rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 2.625rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: .375rem !important;
  }

  .ms-sm-2 {
    margin-left: .75rem !important;
  }

  .ms-sm-3 {
    margin-left: 1.125rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 1.875rem !important;
  }

  .ms-sm-6 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-7 {
    margin-left: 2.625rem !important;
  }

  .ms-sm-8 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.375rem !important;
  }

  .m-sm-n2 {
    margin: -0.75rem !important;
  }

  .m-sm-n3 {
    margin: -1.125rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -1.875rem !important;
  }

  .m-sm-n6 {
    margin: -2.25rem !important;
  }

  .m-sm-n7 {
    margin: -2.625rem !important;
  }

  .m-sm-n8 {
    margin: -3rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-sm-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-sm-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

  .mx-sm-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-sm-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-sm-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-sm-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .my-sm-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1.125rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-sm-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-sm-n7 {
    margin-top: -2.625rem !important;
  }

  .mt-sm-n8 {
    margin-top: -3rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.375rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.75rem !important;
  }

  .me-sm-n3 {
    margin-right: -1.125rem !important;
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n5 {
    margin-right: -1.875rem !important;
  }

  .me-sm-n6 {
    margin-right: -2.25rem !important;
  }

  .me-sm-n7 {
    margin-right: -2.625rem !important;
  }

  .me-sm-n8 {
    margin-right: -3rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1.125rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-sm-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -2.625rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -3rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1.125rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-sm-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-sm-n7 {
    margin-left: -2.625rem !important;
  }

  .ms-sm-n8 {
    margin-left: -3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: .375rem !important;
  }

  .p-sm-2 {
    padding: .75rem !important;
  }

  .p-sm-3 {
    padding: 1.125rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 1.875rem !important;
  }

  .p-sm-6 {
    padding: 2.25rem !important;
  }

  .p-sm-7 {
    padding: 2.625rem !important;
  }

  .p-sm-8 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }

  .px-sm-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .px-sm-3 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-sm-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .py-sm-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .py-sm-3 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-sm-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: .375rem !important;
  }

  .pt-sm-2 {
    padding-top: .75rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.125rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 1.875rem !important;
  }

  .pt-sm-6 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-7 {
    padding-top: 2.625rem !important;
  }

  .pt-sm-8 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: .375rem !important;
  }

  .pe-sm-2 {
    padding-right: .75rem !important;
  }

  .pe-sm-3 {
    padding-right: 1.125rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 1.875rem !important;
  }

  .pe-sm-6 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-7 {
    padding-right: 2.625rem !important;
  }

  .pe-sm-8 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: .375rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .75rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.125rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 1.875rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 2.625rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: .375rem !important;
  }

  .ps-sm-2 {
    padding-left: .75rem !important;
  }

  .ps-sm-3 {
    padding-left: 1.125rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 1.875rem !important;
  }

  .ps-sm-6 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-7 {
    padding-left: 2.625rem !important;
  }

  .ps-sm-8 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .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-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .375rem !important;
  }

  .gap-md-2 {
    gap: .75rem !important;
  }

  .gap-md-3 {
    gap: 1.125rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 1.875rem !important;
  }

  .gap-md-6 {
    gap: 2.25rem !important;
  }

  .gap-md-7 {
    gap: 2.625rem !important;
  }

  .gap-md-8 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: .375rem !important;
  }

  .m-md-2 {
    margin: .75rem !important;
  }

  .m-md-3 {
    margin: 1.125rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 1.875rem !important;
  }

  .m-md-6 {
    margin: 2.25rem !important;
  }

  .m-md-7 {
    margin: 2.625rem !important;
  }

  .m-md-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

  .mx-md-2 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }

  .mx-md-3 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-md-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-md-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .my-md-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .my-md-3 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-md-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-md-8 {
    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: .375rem !important;
  }

  .mt-md-2 {
    margin-top: .75rem !important;
  }

  .mt-md-3 {
    margin-top: 1.125rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 1.875rem !important;
  }

  .mt-md-6 {
    margin-top: 2.25rem !important;
  }

  .mt-md-7 {
    margin-top: 2.625rem !important;
  }

  .mt-md-8 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .375rem !important;
  }

  .me-md-2 {
    margin-right: .75rem !important;
  }

  .me-md-3 {
    margin-right: 1.125rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 1.875rem !important;
  }

  .me-md-6 {
    margin-right: 2.25rem !important;
  }

  .me-md-7 {
    margin-right: 2.625rem !important;
  }

  .me-md-8 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: .375rem !important;
  }

  .mb-md-2 {
    margin-bottom: .75rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.125rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 1.875rem !important;
  }

  .mb-md-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-7 {
    margin-bottom: 2.625rem !important;
  }

  .mb-md-8 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .375rem !important;
  }

  .ms-md-2 {
    margin-left: .75rem !important;
  }

  .ms-md-3 {
    margin-left: 1.125rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 1.875rem !important;
  }

  .ms-md-6 {
    margin-left: 2.25rem !important;
  }

  .ms-md-7 {
    margin-left: 2.625rem !important;
  }

  .ms-md-8 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.375rem !important;
  }

  .m-md-n2 {
    margin: -0.75rem !important;
  }

  .m-md-n3 {
    margin: -1.125rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -1.875rem !important;
  }

  .m-md-n6 {
    margin: -2.25rem !important;
  }

  .m-md-n7 {
    margin: -2.625rem !important;
  }

  .m-md-n8 {
    margin: -3rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-md-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-md-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-md-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

  .mx-md-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-md-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-md-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-md-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-md-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-md-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .my-md-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-md-n3 {
    margin-top: -1.125rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-md-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-md-n7 {
    margin-top: -2.625rem !important;
  }

  .mt-md-n8 {
    margin-top: -3rem !important;
  }

  .me-md-n1 {
    margin-right: -0.375rem !important;
  }

  .me-md-n2 {
    margin-right: -0.75rem !important;
  }

  .me-md-n3 {
    margin-right: -1.125rem !important;
  }

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  .me-md-n5 {
    margin-right: -1.875rem !important;
  }

  .me-md-n6 {
    margin-right: -2.25rem !important;
  }

  .me-md-n7 {
    margin-right: -2.625rem !important;
  }

  .me-md-n8 {
    margin-right: -3rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1.125rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -2.625rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -3rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-md-n3 {
    margin-left: -1.125rem !important;
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-md-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-md-n7 {
    margin-left: -2.625rem !important;
  }

  .ms-md-n8 {
    margin-left: -3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .375rem !important;
  }

  .p-md-2 {
    padding: .75rem !important;
  }

  .p-md-3 {
    padding: 1.125rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 1.875rem !important;
  }

  .p-md-6 {
    padding: 2.25rem !important;
  }

  .p-md-7 {
    padding: 2.625rem !important;
  }

  .p-md-8 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }

  .px-md-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .px-md-3 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-md-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .py-md-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .py-md-3 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-md-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .375rem !important;
  }

  .pt-md-2 {
    padding-top: .75rem !important;
  }

  .pt-md-3 {
    padding-top: 1.125rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 1.875rem !important;
  }

  .pt-md-6 {
    padding-top: 2.25rem !important;
  }

  .pt-md-7 {
    padding-top: 2.625rem !important;
  }

  .pt-md-8 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .375rem !important;
  }

  .pe-md-2 {
    padding-right: .75rem !important;
  }

  .pe-md-3 {
    padding-right: 1.125rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 1.875rem !important;
  }

  .pe-md-6 {
    padding-right: 2.25rem !important;
  }

  .pe-md-7 {
    padding-right: 2.625rem !important;
  }

  .pe-md-8 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .375rem !important;
  }

  .pb-md-2 {
    padding-bottom: .75rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.125rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 1.875rem !important;
  }

  .pb-md-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-7 {
    padding-bottom: 2.625rem !important;
  }

  .pb-md-8 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .375rem !important;
  }

  .ps-md-2 {
    padding-left: .75rem !important;
  }

  .ps-md-3 {
    padding-left: 1.125rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 1.875rem !important;
  }

  .ps-md-6 {
    padding-left: 2.25rem !important;
  }

  .ps-md-7 {
    padding-left: 2.625rem !important;
  }

  .ps-md-8 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .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-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .375rem !important;
  }

  .gap-lg-2 {
    gap: .75rem !important;
  }

  .gap-lg-3 {
    gap: 1.125rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 1.875rem !important;
  }

  .gap-lg-6 {
    gap: 2.25rem !important;
  }

  .gap-lg-7 {
    gap: 2.625rem !important;
  }

  .gap-lg-8 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: .375rem !important;
  }

  .m-lg-2 {
    margin: .75rem !important;
  }

  .m-lg-3 {
    margin: 1.125rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 1.875rem !important;
  }

  .m-lg-6 {
    margin: 2.25rem !important;
  }

  .m-lg-7 {
    margin: 2.625rem !important;
  }

  .m-lg-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

  .mx-lg-2 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }

  .mx-lg-3 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-lg-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-lg-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .my-lg-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .my-lg-3 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-lg-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-lg-8 {
    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: .375rem !important;
  }

  .mt-lg-2 {
    margin-top: .75rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.125rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 1.875rem !important;
  }

  .mt-lg-6 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-7 {
    margin-top: 2.625rem !important;
  }

  .mt-lg-8 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .375rem !important;
  }

  .me-lg-2 {
    margin-right: .75rem !important;
  }

  .me-lg-3 {
    margin-right: 1.125rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 1.875rem !important;
  }

  .me-lg-6 {
    margin-right: 2.25rem !important;
  }

  .me-lg-7 {
    margin-right: 2.625rem !important;
  }

  .me-lg-8 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .375rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .75rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.125rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 1.875rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 2.625rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .375rem !important;
  }

  .ms-lg-2 {
    margin-left: .75rem !important;
  }

  .ms-lg-3 {
    margin-left: 1.125rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 1.875rem !important;
  }

  .ms-lg-6 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-7 {
    margin-left: 2.625rem !important;
  }

  .ms-lg-8 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.375rem !important;
  }

  .m-lg-n2 {
    margin: -0.75rem !important;
  }

  .m-lg-n3 {
    margin: -1.125rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -1.875rem !important;
  }

  .m-lg-n6 {
    margin: -2.25rem !important;
  }

  .m-lg-n7 {
    margin: -2.625rem !important;
  }

  .m-lg-n8 {
    margin: -3rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-lg-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-lg-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

  .mx-lg-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-lg-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-lg-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-lg-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .my-lg-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1.125rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-lg-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-lg-n7 {
    margin-top: -2.625rem !important;
  }

  .mt-lg-n8 {
    margin-top: -3rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.375rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.75rem !important;
  }

  .me-lg-n3 {
    margin-right: -1.125rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -1.875rem !important;
  }

  .me-lg-n6 {
    margin-right: -2.25rem !important;
  }

  .me-lg-n7 {
    margin-right: -2.625rem !important;
  }

  .me-lg-n8 {
    margin-right: -3rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1.125rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -2.625rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -3rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1.125rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-lg-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-lg-n7 {
    margin-left: -2.625rem !important;
  }

  .ms-lg-n8 {
    margin-left: -3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .375rem !important;
  }

  .p-lg-2 {
    padding: .75rem !important;
  }

  .p-lg-3 {
    padding: 1.125rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 1.875rem !important;
  }

  .p-lg-6 {
    padding: 2.25rem !important;
  }

  .p-lg-7 {
    padding: 2.625rem !important;
  }

  .p-lg-8 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }

  .px-lg-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .px-lg-3 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-lg-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .py-lg-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .py-lg-3 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-lg-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .375rem !important;
  }

  .pt-lg-2 {
    padding-top: .75rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.125rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 1.875rem !important;
  }

  .pt-lg-6 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-7 {
    padding-top: 2.625rem !important;
  }

  .pt-lg-8 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .375rem !important;
  }

  .pe-lg-2 {
    padding-right: .75rem !important;
  }

  .pe-lg-3 {
    padding-right: 1.125rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 1.875rem !important;
  }

  .pe-lg-6 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-7 {
    padding-right: 2.625rem !important;
  }

  .pe-lg-8 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .375rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .75rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.125rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 1.875rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 2.625rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .375rem !important;
  }

  .ps-lg-2 {
    padding-left: .75rem !important;
  }

  .ps-lg-3 {
    padding-left: 1.125rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 1.875rem !important;
  }

  .ps-lg-6 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-7 {
    padding-left: 2.625rem !important;
  }

  .ps-lg-8 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1441px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .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-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .375rem !important;
  }

  .gap-xl-2 {
    gap: .75rem !important;
  }

  .gap-xl-3 {
    gap: 1.125rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 1.875rem !important;
  }

  .gap-xl-6 {
    gap: 2.25rem !important;
  }

  .gap-xl-7 {
    gap: 2.625rem !important;
  }

  .gap-xl-8 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .375rem !important;
  }

  .m-xl-2 {
    margin: .75rem !important;
  }

  .m-xl-3 {
    margin: 1.125rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 1.875rem !important;
  }

  .m-xl-6 {
    margin: 2.25rem !important;
  }

  .m-xl-7 {
    margin: 2.625rem !important;
  }

  .m-xl-8 {
    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: .375rem !important;
    margin-left: .375rem !important;
  }

  .mx-xl-2 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .mx-xl-6 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-7 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }

  .mx-xl-8 {
    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: .375rem !important;
    margin-bottom: .375rem !important;
  }

  .my-xl-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .my-xl-3 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .my-xl-6 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-7 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .my-xl-8 {
    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: .375rem !important;
  }

  .mt-xl-2 {
    margin-top: .75rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.125rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 1.875rem !important;
  }

  .mt-xl-6 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-7 {
    margin-top: 2.625rem !important;
  }

  .mt-xl-8 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .375rem !important;
  }

  .me-xl-2 {
    margin-right: .75rem !important;
  }

  .me-xl-3 {
    margin-right: 1.125rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 1.875rem !important;
  }

  .me-xl-6 {
    margin-right: 2.25rem !important;
  }

  .me-xl-7 {
    margin-right: 2.625rem !important;
  }

  .me-xl-8 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .375rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .75rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.125rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 1.875rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 2.625rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .375rem !important;
  }

  .ms-xl-2 {
    margin-left: .75rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.125rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 1.875rem !important;
  }

  .ms-xl-6 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-7 {
    margin-left: 2.625rem !important;
  }

  .ms-xl-8 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.375rem !important;
  }

  .m-xl-n2 {
    margin: -0.75rem !important;
  }

  .m-xl-n3 {
    margin: -1.125rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -1.875rem !important;
  }

  .m-xl-n6 {
    margin: -2.25rem !important;
  }

  .m-xl-n7 {
    margin: -2.625rem !important;
  }

  .m-xl-n8 {
    margin: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1.125rem !important;
    margin-left: -1.125rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }

  .mx-xl-n6 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xl-n7 {
    margin-right: -2.625rem !important;
    margin-left: -2.625rem !important;
  }

  .mx-xl-n8 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xl-n3 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .my-xl-n6 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xl-n7 {
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .my-xl-n8 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.375rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.75rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1.125rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -1.875rem !important;
  }

  .mt-xl-n6 {
    margin-top: -2.25rem !important;
  }

  .mt-xl-n7 {
    margin-top: -2.625rem !important;
  }

  .mt-xl-n8 {
    margin-top: -3rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.375rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.75rem !important;
  }

  .me-xl-n3 {
    margin-right: -1.125rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -1.875rem !important;
  }

  .me-xl-n6 {
    margin-right: -2.25rem !important;
  }

  .me-xl-n7 {
    margin-right: -2.625rem !important;
  }

  .me-xl-n8 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.375rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1.125rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -1.875rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -2.625rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.375rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.75rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1.125rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -1.875rem !important;
  }

  .ms-xl-n6 {
    margin-left: -2.25rem !important;
  }

  .ms-xl-n7 {
    margin-left: -2.625rem !important;
  }

  .ms-xl-n8 {
    margin-left: -3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .375rem !important;
  }

  .p-xl-2 {
    padding: .75rem !important;
  }

  .p-xl-3 {
    padding: 1.125rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 1.875rem !important;
  }

  .p-xl-6 {
    padding: 2.25rem !important;
  }

  .p-xl-7 {
    padding: 2.625rem !important;
  }

  .p-xl-8 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important;
  }

  .px-xl-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }

  .px-xl-3 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .px-xl-6 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-7 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }

  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
  }

  .py-xl-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .py-xl-3 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .py-xl-6 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-7 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .375rem !important;
  }

  .pt-xl-2 {
    padding-top: .75rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.125rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.875rem !important;
  }

  .pt-xl-6 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-7 {
    padding-top: 2.625rem !important;
  }

  .pt-xl-8 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .375rem !important;
  }

  .pe-xl-2 {
    padding-right: .75rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.125rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.875rem !important;
  }

  .pe-xl-6 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-7 {
    padding-right: 2.625rem !important;
  }

  .pe-xl-8 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .375rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.125rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.875rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 2.625rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .375rem !important;
  }

  .ps-xl-2 {
    padding-left: .75rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.125rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.875rem !important;
  }

  .ps-xl-6 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-7 {
    padding-left: 2.625rem !important;
  }

  .ps-xl-8 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !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-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: "fontello";
  src: url("/app/themes/gullbanken/dist/fonts/fontello.eot");
  src: url("/app/themes/gullbanken/dist/fonts/fontello.eot#iefix") format("embedded-opentype"),url("/app/themes/gullbanken/dist/fonts/fontello.woff2") format("woff2"),url("/app/themes/gullbanken/dist/fonts/fontello.woff") format("woff"),url("/app/themes/gullbanken/dist/fonts/fontello.ttf") format("truetype"),url("/app/themes/gullbanken/dist/fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-icon:before {
  content: "\E800";
}

.icon-youtube-icon:before {
  content: "\E801";
}

.icon-instagram-icon:before {
  content: "\E802";
}

.icon-pinterest-icon:before {
  content: "\E803";
}

.icon-facebook-icon:before {
  content: "\E804";
}

.icon-approved-small-icon:before {
  content: "\E806";
}

.icon-arrow-down-small-icon:before {
  content: "\E807";
}

.icon-arrow-left-small-icon:before {
  content: "\E808";
}

.icon-arrow-right-small-icon:before {
  content: "\E809";
}

.icon-arrow-up-small-icon:before {
  content: "\E80A";
}

.icon-cart-small-icon:before {
  content: "\E80B";
}

.icon-check-small-icon:before {
  content: "\E80C";
}

.icon-cross-small-icon:before {
  content: "\E80D";
}

.icon-download-small-icon:before {
  content: "\E80E";
}

.icon-error-small-icon:before {
  content: "\E80F";
}

.icon-filter-small-icon:before {
  content: "\E810";
}

.icon-info-small-icon:before {
  content: "\E811";
}

.icon-menu-small-icon:before {
  content: "\E812";
}

.icon-minus-small-icon:before {
  content: "\E813";
}

.icon-3-money-large-icon:before {
  content: "\E814";
}

.icon-business-large-icon:before {
  content: "\E815";
}

.icon-call-large-icon:before {
  content: "\E816";
}

.icon-cart-large-icon:before {
  content: "\E817";
}

.icon-customer-service-large-icon:before {
  content: "\E818";
}

.icon-password-small-icon:before {
  content: "\E819";
}

.icon-gold-calculator-large-icon:before {
  content: "\E81A";
}

.icon-gold-large-icon:before {
  content: "\E81B";
}

.icon-gold-price-large-icon:before {
  content: "\E81C";
}

.icon-letter-large-icon:before {
  content: "\E81D";
}

.icon-money-bag-large-icon:before {
  content: "\E81E";
}

.icon-money-large-icon:before {
  content: "\E81F";
}

.icon-package-large-icon:before {
  content: "\E820";
}

.icon-play-large-icon:before {
  content: "\E821";
}

.icon-questions-large-icon:before {
  content: "\E822";
}

.icon-refund-large-icon:before {
  content: "\E823";
}

.icon-plus-small-icon:before {
  content: "\E824";
}

.icon-questions-small-icon:before {
  content: "\E825";
}

.icon-shipping-large-icon:before {
  content: "\E826";
}

.icon-search-small-icon:before {
  content: "\E827";
}

.icon-reviews-large-icon:before {
  content: "\E828";
}

.icon-scale-large-icon:before {
  content: "\E829";
}

.icon-secured-large-icon:before {
  content: "\E82A";
}

.icon-2-shipping-large-icon:before {
  content: "\E82B";
}

.icon-1-package-large-icon:before {
  content: "\E82C";
}

.icon-rounded-arrow-down:before {
  content: "\E84F";
  width: auto;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid rgba(0,0,0,0);
  border-right: 3px solid rgba(0,0,0,0);
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
          box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0,0,0,.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown,
.iti--separate-dial-code {
  width: 100%;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0,0,0,.05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0,0,0,0);
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0,0,0,.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url(.//dist/images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(.//dist/images/flags@2x.png);
  }
}

.iti__flag.iti__np {
  background-color: rgba(0,0,0,0);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 376px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1025px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container .row,
.container-fluid .row,
.container-sm .row,
.container-md .row,
.container-lg .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 376px) {
  .container .row,
  .container-fluid .row,
  .container-sm .row,
  .container-md .row,
  .container-lg .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1025px) {
  .container .row,
  .container-fluid .row,
  .container-sm .row,
  .container-md .row,
  .container-lg .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.container [class*=col-],
.container-fluid [class*=col-],
.container-sm [class*=col-],
.container-md [class*=col-],
.container-lg [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 376px) {
  .container [class*=col-],
  .container-fluid [class*=col-],
  .container-sm [class*=col-],
  .container-md [class*=col-],
  .container-lg [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1025px) {
  .container [class*=col-],
  .container-fluid [class*=col-],
  .container-sm [class*=col-],
  .container-md [class*=col-],
  .container-lg [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#wpadminbar {
  position: fixed;
  height: 46px;
}

@media (min-width: 376px) {
  #wpadminbar {
    height: 32px;
  }
}

.h1,
h1 {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: .5rem;
}

@media (min-width: 376px) {
  .h1,
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 1025px) {
  .h1,
  h1 {
    font-size: 46px;
  }
}

.svea-checkout-confirmation-page .woocommerce-order .custom-box .woocommerce-order-details .woocommerce-order-details__title,
.h2,
h2 {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.37;
  font-size: 28px;
  margin-bottom: .5rem;
}

@media (min-width: 376px) {
  .svea-checkout-confirmation-page .woocommerce-order .custom-box .woocommerce-order-details .woocommerce-order-details__title,
  .h2,
  h2 {
    font-size: 33px;
  }
}

@media (min-width: 1025px) {
  .svea-checkout-confirmation-page .woocommerce-order .custom-box .woocommerce-order-details .woocommerce-order-details__title,
  .h2,
  h2 {
    font-size: 38px;
  }
}

.h3,
h3 {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 24px;
}

@media (min-width: 376px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 1025px) {
  .h3,
  h3 {
    font-size: 32px;
  }
}

.nav-primary .menu-item-level-1>a,
.off-canvas .menu-item-level-0>a,
.h4,
h4 {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.55;
  font-size: 18px;
}

@media (min-width: 376px) {
  .nav-primary .menu-item-level-1>a,
  .off-canvas .menu-item-level-0>a,
  .h4,
  h4 {
    font-size: 22px;
    line-height: 1.37;
  }
}

@media (min-width: 1025px) {
  .nav-primary .menu-item-level-1>a,
  .off-canvas .menu-item-level-0>a,
  .h4,
  h4 {
    font-size: 22px;
  }
}

.h5,
h5 {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 16px;
}

.aspect-ratio-4-3 {
  position: relative;
}

.aspect-ratio-4-3::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.aspect-ratio-3-4 {
  position: relative;
}

.aspect-ratio-3-4::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}

.aspect-ratio-16-9 {
  position: relative;
}

.aspect-ratio-16-9::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.aspect-ratio-1-1 {
  position: relative;
}

.aspect-ratio-1-1::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 375.98px) {
  .aspect-ratio-sm-down-4-3 {
    position: relative;
  }

  .aspect-ratio-sm-down-4-3::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
}

@media (min-width: 768px) {
  .aspect-ratio-md-1-1 {
    position: relative;
  }

  .aspect-ratio-md-1-1::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
}

[class*=aspect-ratio-]>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  [class*=aspect-ratio-]>img.w-50-vw {
    width: 50vw;
  }
}

[class*=aspect-ratio-].contain>img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ken-burn .inner-container {
  -webkit-transition: -webkit-transform ease-out 1s;
  transition: -webkit-transform ease-out 1s;
  -o-transition: -o-transform ease-out 1s;
  transition: transform ease-out 1s;
  transition: transform ease-out 1s, -webkit-transform ease-out 1s, -o-transform ease-out 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.ken-burn .inner-container:hover {
  -webkit-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}

.pointer-events-none {
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .p-mobile-0 {
    padding: 0 !important;
  }
}

.box-shadow-large {
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
}

.white-space-nowrap {
  white-space: nowrap;
}

body .bg-white {
  background-color: #fff;
}

body .bg-black {
  background-color: #181818;
}

body .bg-gold {
  background-color: #a58e3c;
}

body .bg-soft-gold {
  background-color: #f6f3eb;
}

body .bg-light-gray {
  background-color: #f4f4f4;
}

body .bg-gray {
  background-color: #cdcdcd;
}

body .bg-blue {
  background-color: #1f1696;
}

body .bg-light-blue {
  background-color: #369;
}

body .bg-red {
  background-color: #dc3444;
}

body .text-gold {
  color: #a58e3c;
}

body .bg-dark-green {
  background-color: #1b4e49;
}

body .bg-brown {
  background-color: #ccb087;
}

body .bg-white-10 {
  background-color: hsla(0,0%,100%,.1);
}

body .bg-gold-10 {
  background-color: rgba(165,142,60,.1);
}

body .text-soft-gold {
  color: #f6f3eb;
}

body .text-black {
  color: #181818;
}

body .text-white-20 {
  color: hsla(0,0%,100%,.2);
}

body .text-white-40 {
  color: hsla(0,0%,100%,.4);
}

body .text-white-60 {
  color: hsla(0,0%,100%,.6);
}

body .text-white-80 {
  color: hsla(0,0%,100%,.8);
}

@media (min-width: 768px) {
  body .text-md-white {
    color: #fff !important;
  }

  body .text-md-white span {
    color: #fff !important;
  }

  body .text-md-white a {
    color: #fff;
  }

  body .text-md-white a::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+CiAgPHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIG9wYWNpdHk9IjAuMyIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik03LjQgMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMMTEuNiA2IDYuOCAxLjNDNi41IDEgNi41LjUgNi44LjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiIG9wYWNpdHk9IjAuNiIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYzAgLjEuMS4zLjEuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==);
  }

  body .text-md-white a:hover::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYWdlcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNLjggMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMNSA2IC4yIDEuM0MtLjEgMS0uMS41LjIuMlMxLS4xIDEuMy4ybDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4zLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNC4zeiIvPgoJPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTcuNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxMS42IDYgNi44IDEuM0M2LjUgMSA2LjUuNSA2LjguMnMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiLz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIvPgo8L3N2Zz4K);
  }
}

.text-white .link-label {
  color: #fff;
}

.text-white .link-label::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+CiAgPHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIG9wYWNpdHk9IjAuMyIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik03LjQgMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMMTEuNiA2IDYuOCAxLjNDNi41IDEgNi41LjUgNi44LjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiIG9wYWNpdHk9IjAuNiIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYzAgLjEuMS4zLjEuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==);
}

.text-white .link-label:hover::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYWdlcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNLjggMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMNSA2IC4yIDEuM0MtLjEgMS0uMS41LjIuMlMxLS4xIDEuMy4ybDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4zLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNC4zeiIvPgoJPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTcuNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxMS42IDYgNi44IDEuM0M2LjUgMSA2LjUuNSA2LjguMnMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiLz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIvPgo8L3N2Zz4K);
}

@media (min-width: 376px) {
  .no-margin-bottom-up-sm-last-child-1:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px) {
  .no-margin-bottom-up-sm-last-child-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px) {
  .no-margin-bottom-up-sm-last-child-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px) {
  .no-margin-bottom-up-sm-last-child-4:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 375.98px) {
  .no-margin-bottom-down-md-last-child-1:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 375.98px) {
  .no-margin-bottom-down-md-last-child-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 375.98px) {
  .no-margin-bottom-down-md-last-child-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 375.98px) {
  .no-margin-bottom-down-md-last-child-4:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-bottom-up-md-last-child-1:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-bottom-up-md-last-child-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-bottom-up-md-last-child-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-margin-bottom-up-md-last-child-4:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .no-margin-bottom-up-lg-last-child-1:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .no-margin-bottom-up-lg-last-child-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .no-margin-bottom-up-lg-last-child-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .no-margin-bottom-up-lg-last-child-4:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px)and (max-width: 767.98px) {
  .no-margin-bottom-only-sm-last-child-1:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px)and (max-width: 767.98px) {
  .no-margin-bottom-only-sm-last-child-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px)and (max-width: 767.98px) {
  .no-margin-bottom-only-sm-last-child-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 376px)and (max-width: 767.98px) {
  .no-margin-bottom-only-sm-last-child-4:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px)and (max-width: 1024.98px) {
  .no-margin-bottom-only-md-last-child-1:nth-last-child(-n+1) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px)and (max-width: 1024.98px) {
  .no-margin-bottom-only-md-last-child-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px)and (max-width: 1024.98px) {
  .no-margin-bottom-only-md-last-child-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px)and (max-width: 1024.98px) {
  .no-margin-bottom-only-md-last-child-4:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  [class*=no-margin-bottom-]:last-child {
    margin-bottom: 0 !important;
  }
}

.preamble {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-size: 20px;
}

@media (min-width: 376px) {
  .preamble {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .preamble {
    font-size: 22px;
  }
}

.woocommerce-tabs .shop_attributes tr td,
.woocommerce-tabs .shop_attributes tr th,
.product-notice,
.header-search-form .header-search-input,
.component-content-gold-package-form .gold-package-form .ginput_container input,
ul.check-list li,
p {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 1.55;
  font-size: 16px;
}

@media (min-width: 376px) {
  .woocommerce-tabs .shop_attributes tr td,
  .woocommerce-tabs .shop_attributes tr th,
  .product-notice,
  .header-search-form .header-search-input,
  .component-content-gold-package-form .gold-package-form .ginput_container input,
  ul.check-list li,
  p {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .woocommerce-tabs .shop_attributes tr td,
  .woocommerce-tabs .shop_attributes tr th,
  .product-notice,
  .header-search-form .header-search-input,
  .component-content-gold-package-form .gold-package-form .ginput_container input,
  ul.check-list li,
  p {
    font-size: 18px;
  }
}

footer.bg-black .text-container a,
#add_payment_method #payment p,
#add_payment_method #payment a,
#add_payment_method #payment span,
.woocommerce-cart #payment p,
.woocommerce-cart #payment a,
.woocommerce-cart #payment span,
.woocommerce-checkout #payment p,
.woocommerce-checkout #payment a,
.woocommerce-checkout #payment span,
.component-content-gold-package-form .gold-package-form .gfield-has-placeholder.has-input .gfield_label,
.small-p {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 1.65;
  font-size: 14px;
}

@media (min-width: 376px) {
  footer.bg-black .text-container a,
  #add_payment_method #payment p,
  #add_payment_method #payment a,
  #add_payment_method #payment span,
  .woocommerce-cart #payment p,
  .woocommerce-cart #payment a,
  .woocommerce-cart #payment span,
  .woocommerce-checkout #payment p,
  .woocommerce-checkout #payment a,
  .woocommerce-checkout #payment span,
  .component-content-gold-package-form .gold-package-form .gfield-has-placeholder.has-input .gfield_label,
  .small-p {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  footer.bg-black .text-container a,
  #add_payment_method #payment p,
  #add_payment_method #payment a,
  #add_payment_method #payment span,
  .woocommerce-cart #payment p,
  .woocommerce-cart #payment a,
  .woocommerce-cart #payment span,
  .woocommerce-checkout #payment p,
  .woocommerce-checkout #payment a,
  .woocommerce-checkout #payment span,
  .component-content-gold-package-form .gold-package-form .gfield-has-placeholder.has-input .gfield_label,
  .small-p {
    font-size: 16px;
  }
}

.fs-medium {
  font-size: 1.125rem;
}

.field-label {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.65;
  font-size: 14px;
}

@media (min-width: 376px) {
  .field-label {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .field-label {
    font-size: 16px;
  }
}

.tag {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.65;
  font-size: 12px;
}

@media (min-width: 376px) {
  .tag {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .tag {
    font-size: 12px;
  }
}

.nav-item .nav-link,
a {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.55;
  font-size: 16px;
  text-decoration: none;
}

@media (min-width: 376px) {
  .nav-item .nav-link,
  a {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .nav-item .nav-link,
  a {
    font-size: 18px;
  }
}

a:hover {
  text-decoration: underline;
}

.component-content-mailmojo .container .form-container .gform_button,
.component-content-gold-package-form .gold-package-form .gform_footer .gform_button,
.btn-label-large,
.btn-label {
  font-family: "Heebo",sans-serif;
  font-weight: 700;
  line-height: 1.55;
  font-size: 16px;
  text-decoration: none;
}

.btn-label:hover {
  text-decoration: none;
}

.component-content-mailmojo .container .form-container .gform_button,
.component-content-gold-package-form .gold-package-form .gform_footer .gform_button,
.btn-label-large {
  font-size: 18px;
}

.btn-label-large:hover {
  text-decoration: none;
}

.woocommerce-tabs .smaller-headings h4,
.nav-primary .menu-item-level-1,
.nav-primary>ul>li>a,
.nav-primary .menu-item-level-1>a,
.off-canvas .menu-item-level-1>a,
.off-canvas .menu-item-level-2>a,
.nav-primary .menu-item-level-2,
.nav-primary .menu-item-level-2>a,
.breadcrumbs .breadcrumbs-container span,
.breadcrumbs .breadcrumbs-container a,
.main-nav-label-small,
.main-nav-label {
  font-family: "Heebo",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

.nav-primary .menu-item-level-2,
.nav-primary .menu-item-level-2>a,
.off-canvas .menu-item-level-2>a,
.breadcrumbs .breadcrumbs-container span,
.breadcrumbs .breadcrumbs-container a,
.main-nav-label-small {
  font-size: 14px;
}

.ff-roboto {
  font-family: "Roboto",sans-serif;
}

.design-may-vary-badge {
  position: absolute;
  z-index: 3000;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  white-space: nowrap;
  line-height: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: "Roboto",sans-serif;
}

.design-may-vary-badge.bottom {
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.design-may-vary-badge.top {
  top: 12px;
  left: 8px;
}

.component {
  margin-top: 40px;
}

@media (min-width: 376px) {
  .component {
    margin-top: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (min-width: 768px) {
  .component {
    margin-top: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (min-width: 1025px) {
  .component {
    margin-top: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (min-width: 1441px) {
  .component {
    margin-top: 80px;
  }
}

.component:first-of-type {
  margin-top: 0;
}

.component.background-padding {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 376px) {
  .component.background-padding {
    padding-bottom: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (min-width: 768px) {
  .component.background-padding {
    padding-bottom: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (min-width: 1025px) {
  .component.background-padding {
    padding-bottom: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (min-width: 1441px) {
  .component.background-padding {
    padding-bottom: 80px;
  }
}

@media (min-width: 376px) {
  .component.background-padding {
    padding-top: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (min-width: 768px) {
  .component.background-padding {
    padding-top: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (min-width: 1025px) {
  .component.background-padding {
    padding-top: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (min-width: 1441px) {
  .component.background-padding {
    padding-top: 80px;
  }
}

.component.background-padding+.background-padding {
  margin-top: 0;
}

.component.background-padding+footer {
  margin-top: 0;
}

.component.background-padding.bg-dark-green+.background-padding.bg-dark-green {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .component.background-padding.bg-soft-gold.hero-bg-image+.background-padding.bg-soft-gold {
    padding-top: 0;
  }
}

.component.background-padding.bg-soft-gold:not(.hero-bg-image)+.background-padding.bg-soft-gold {
  padding-top: 0;
}

.component.background-padding.bg-white+.background-padding.bg-white {
  padding-top: 0;
}

.component+footer {
  margin-top: 40px;
}

@media (min-width: 376px) {
  .component+footer {
    margin-top: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (min-width: 768px) {
  .component+footer {
    margin-top: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (min-width: 1025px) {
  .component+footer {
    margin-top: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (min-width: 1441px) {
  .component+footer {
    margin-top: 80px;
  }
}

.breadcrumbs+.component,
.component-submenu+.component {
  margin-top: 0;
}

:root {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  font-family: "Roboto",sans-serif;
}

body.overlay-is-active {
  overflow: hidden;
  max-height: 100vh;
}

a {
  color: #1f1696;
}

.z-1 {
  z-index: 1;
}

a.link-label,
span.link-label {
  position: relative;
  padding-right: 8px;
}

a.link-label::after,
span.link-label::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjNzk3NGI1Ii8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzI5MzM3YiIvPjwvc3ZnPg==);
  width: 20px;
  height: 12px;
  line-height: 12px;
  left: 100%;
  top: 50%;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.link-label:hover::after,
span.link-label:hover::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYWdlcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cGF0aCBmaWxsPSIjMjkzMzdCIiBkPSJNLjggMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMNSA2IC4yIDEuM0MtLjEgMS0uMS41LjIuMlMxLS4xIDEuMy4ybDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4zLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNC4zeiIvPgoJPHBhdGggZmlsbD0iIzI5MzM3QiIgZD0iTTcuNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxMS42IDYgNi44IDEuM0M2LjUgMSA2LjUuNSA2LjguMnMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiLz4KCTxwYXRoIGZpbGw9IiMyOTMzN0IiIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIvPgo8L3N2Zz4=);
}

@-webkit-keyframes arrows {
  0% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjNzk3NGI1Ii8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzI5MzM3YiIvPjwvc3ZnPg==);
  }

  33% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJTMS0uMSAxLjMuMmw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiMyOTMzN2IiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4ycy44LS4zIDEuMSAwbDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzc5NzRiNSIvPjxwYXRoIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iI2JkYjlkZSIvPjwvc3ZnPgo=);
  }

  66% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjMjkzMzdiIi8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzc5NzRiNSIvPjwvc3ZnPg==);
  }
}

@-o-keyframes arrows {
  0% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjNzk3NGI1Ii8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzI5MzM3YiIvPjwvc3ZnPg==);
  }

  33% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJTMS0uMSAxLjMuMmw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiMyOTMzN2IiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4ycy44LS4zIDEuMSAwbDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzc5NzRiNSIvPjxwYXRoIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iI2JkYjlkZSIvPjwvc3ZnPgo=);
  }

  66% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjMjkzMzdiIi8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzc5NzRiNSIvPjwvc3ZnPg==);
  }
}

@keyframes arrows {
  0% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjNzk3NGI1Ii8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzI5MzM3YiIvPjwvc3ZnPg==);
  }

  33% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJTMS0uMSAxLjMuMmw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiMyOTMzN2IiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4ycy44LS4zIDEuMSAwbDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzc5NzRiNSIvPjxwYXRoIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iI2JkYjlkZSIvPjwvc3ZnPgo=);
  }

  66% {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+PHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIGZpbGw9IiNiZGI5ZGUiLz48cGF0aCBkPSJNNy40IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDExLjYgNiA2LjggMS4zQzYuNSAxIDYuNS41IDYuOC4yYy4zLS4zLjgtLjMgMS4xIDBsNS4zIDUuM2MuMS4xLjIuMy4yLjVzLS4xLjQtLjIuNWwtNS4zIDUuMmMtLjEuMi0uMy4zLS41LjN6IiBmaWxsPSIjMjkzMzdiIi8+PHBhdGggZD0iTTE0IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDE4LjIgNmwtNC43LTQuN2MtLjMtLjMtLjMtLjggMC0xLjEuMy0uMy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIgZmlsbD0iIzc5NzRiNSIvPjwvc3ZnPg==);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.breadcrumbs {
  z-index: 2;
  position: relative;
  top: -100%;
}

@media (min-width: 768px) {
  .breadcrumbs {
    height: 0;
  }
}

.breadcrumbs.text-white * {
  color: #fff !important;
}

.breadcrumbs .breadcrumbs-container .inner-container {
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  padding-right: 20px;
}

@media (min-width: 376px) {
  .breadcrumbs .breadcrumbs-container .inner-container {
    padding-left: calc(3.8265306122vw + 0.612244898px);
  }
}

@media (min-width: 768px) {
  .breadcrumbs .breadcrumbs-container .inner-container {
    padding-left: calc(4.4576523031vw - 4.234769688px);
  }
}

@media (min-width: 1441px) {
  .breadcrumbs .breadcrumbs-container .inner-container {
    padding-left: 60px;
  }
}

.breadcrumbs .breadcrumbs-container a {
  color: #181818;
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs-container span {
  font-weight: 400;
}

.breadcrumbs.special-breadcrumb .inner-container {
  background-color: rgba(18,18,18,.4);
}

.breadcrumbs.special-breadcrumb .inner-container a,
.breadcrumbs.special-breadcrumb .inner-container span {
  color: #fff;
}

@media (max-width: 767.98px) {
  .breadcrumbs.special-breadcrumb-mobile .inner-container {
    background-color: rgba(18,18,18,.4);
  }

  .breadcrumbs.special-breadcrumb-mobile .inner-container a,
  .breadcrumbs.special-breadcrumb-mobile .inner-container span {
    color: #fff;
  }
}

form.cart button.single_add_to_cart_button.alt,
.outer-quantity-container button.single_add_to_cart_button.alt,
#dibs-order-review .checkout-button,
#dibs-order-review .button,
#dibs-order-review .order-again .button,
#order_review .checkout-button,
#order_review .button,
#order_review .order-again .button,
.woocommerce-billing-fields .checkout-button,
.woocommerce-billing-fields .button,
.woocommerce-billing-fields .order-again .button,
.woocommerce-cart-form .checkout-button,
.woocommerce-cart-form .button,
.woocommerce-cart-form .order-again .button,
.order-overview-container .checkout-button,
.order-overview-container .button,
.order-overview-container .order-again .button,
.custom-box .checkout-button,
.custom-box .button,
.custom-box .order-again .button,
.cart-collaterals .cart_totals .checkout-button,
.cart-collaterals .cart_totals .button,
.cart-collaterals .cart_totals .order-again .button,
.checkout-button,
.btn {
  height: 48px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.component-content-mailmojo .container .form-container .gform_button,
form.cart button.single_add_to_cart_button.alt,
.outer-quantity-container button.single_add_to_cart_button.alt,
.component-content-gold-package-form .gold-package-form .gform_footer .gform_button,
.btn.btn-large {
  height: 60px;
  padding: 15px 30px;
  line-height: 30px;
}

.btn.btn-tight {
  padding: 10px 10px;
}

.btn-round {
  border-radius: 50%;
  background-color: #fff;
  color: #181818;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
}

.btn-text-style {
  background: rgba(0,0,0,0);
  padding: 0;
  border: none;
  color: inherit;
  font-size: inherit;
}

.btn-black {
  background-color: #181818;
}

.btn-black:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-white {
  background-color: #fff;
  color: #181818;
}

.btn-ghost {
  background-color: rgba(0,0,0,0);
  color: #181818;
  border: 1px solid #181818;
  cursor: pointer;
}

.btn-primary {
  background-color: #1b4e49;
}

.btn-primary:hover {
  background-color: #4a736f;
}

.btn-primary:active {
  background-color: #1b4e49;
}

.btn>[class*=icon] {
  margin-right: 5px;
  font-size: 20px;
}

.btn.btn-large>svg,
.btn.btn-large>.icon {
  margin-right: 10px;
}

.btn.btn-icon-only>svg,
.btn.btn-icon-only>[class*=icon],
.btn.btn-icon-only>.icon {
  margin-right: 0;
}

.btn:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgb(120.6,115.2,192);
          box-shadow: 0 0 0 2px rgb(120.6,115.2,192);
  outline: 0 none;
}

.btn:disabled {
  background-color: #cdcdcd !important;
  color: #575757 !important;
  cursor: not-allowed;
}

.btn.btn-white:disabled {
  background-color: #fff !important;
}

.btn-round>[class*=icon] {
  margin-right: 0;
}

.btn-round:hover,
.btn-round.active {
  background-color: #f6f3eb;
}

.card {
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 6px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 6px 0;
  color: #181818;
}

.card a {
  color: inherit;
}

.card .new-badge {
  position: absolute;
  background: #1b4e49;
  font-size: 12px;
  color: #fff;
  top: 20px;
  right: 0;
  display: inline-block;
  padding: 4px 8px;
  letter-spacing: .25px;
}

.card .circulated-badge {
  margin-bottom: 6px;
  margin-right: auto;
}

#cookie-bar {
  padding: .375rem;
  background: #212529;
  color: #f8f9fa;
  text-align: center;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.bottom {
  bottom: 0;
  top: auto;
}

#ui-datepicker-div {
  display: none;
  padding: 30px;
  background: #f8f9fa;
  min-width: 300px;
  font-size: .9rem;
  -webkit-box-shadow: 0 14px 28px rgba(33,37,41,.15),0 10px 10px rgba(33,37,41,.12);
          box-shadow: 0 14px 28px rgba(33,37,41,.15),0 10px 10px rgba(33,37,41,.12);
  min-width: 0;
}

#ui-datepicker-div a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ui-datepicker-title {
  margin-bottom: 20px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-datepicker-title select {
  width: 45%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(33,37,41,.1);
}

.ui-datepicker-next,
.ui-datepicker-prev {
  float: left;
  margin-bottom: .1875rem;
  text-transform: uppercase;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 5px;
  text-align: center;
}

.ui-datepicker-calendar tr:nth-child(odd) td {
  background-color: rgba(33,37,41,.03);
}

.entry-content:not(.special-content) img,
.entry-content:not(.special-content) iframe,
.entry-content:not(.special-content) object,
.entry-content:not(.special-content) embed,
.entry-content:not(.special-content) video,
.entry-content:not(.special-content) param {
  max-width: 100%;
  height: auto;
}

.entry-content:not(.special-content) ol {
  list-style: decimal;
  list-style-position: inside;
  padding: 0;
}

.entry-content:not(.special-content) ol:last-child {
  margin-bottom: 0;
}

.entry-content:not(.special-content) ol li {
  padding: 0;
  margin: 0 0 .1875rem;
}

.entry-content:not(.special-content) ol li:last-child {
  margin-bottom: 0;
}

.entry-content:not(.special-content) ul {
  list-style: disc;
}

.entry-content:not(.special-content) ul li {
  padding: 0;
  margin: 0 0 .1875rem 20px;
}

.entry-content p {
  margin-bottom: 1.125rem;
}

.entry-content p.field-label {
  margin-bottom: .375rem;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content h2:last-child {
  margin-bottom: 0;
}

.entry-content h3 {
  margin-bottom: 1rem;
}

.entry-content h3:last-child {
  margin-bottom: 0;
}

.entry-content h4 {
  margin-bottom: .5rem;
}

.entry-content h4:last-child {
  margin-bottom: 0;
}

blockquote,
cite {
  margin: 0 0 .375rem;
  padding: 0 .75rem;
  font-size: 1.6rem;
}

blockquote p::before,
cite p::before {
  content: '" ';
}

blockquote p::after,
cite p::after {
  content: ' "';
}

ul.column-count-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

ul.check-list {
  margin-left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

ul.check-list:last-child {
  margin-bottom: 0;
}

ul.check-list li {
  margin-bottom: 1rem !important;
  margin-left: 40px !important;
  position: relative;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

ul.check-list li:last-child {
  margin-bottom: 0;
}

ul.check-list li::before {
  font-family: "fontello";
  content: "\E80C";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: -40px;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  margin-right: .5rem;
  width: 32px;
  height: 32px;
  background: rgba(165,142,60,.6);
  background: -webkit-linear-gradient(-45deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  background: -webkit-linear-gradient(315deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  background: -o-linear-gradient(315deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  background: linear-gradient(135deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  border-radius: 100%;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input:not([type]),
textarea {
  width: 100%;
  padding: 0 20px;
  font-size: .9rem;
  color: inherit;
  background-color: #f8f9fa;
  border-radius: 0;
  height: 60px;
  border: 1px solid rgba(33,37,41,.1);
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus {
  border-color: rgba(33,37,41,.2);
}

select {
  width: 100%;
  background-color: #f8f9fa;
  padding: 0 .375rem;
  height: .9375rem;
  border-radius: 0;
  border: 1px solid rgba(33,37,41,.1);
}

select:not([multiple]) {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAABGdBTUEAALGPC/xhBQAAAG9JREFUKBWt0rsNgDAMBFCstGnjediMsBnzpHdtOCQkPvkYwkmWXPheZWLmqKrT8EOIaHYisnjvafPGHhNYSik6IL3ogcHawR70jF3AL+gde4Bv0ByWBS1oCSuCNbSGodcM/jSEoBjszYLlAJAVWwH660DHksNTUgAAAABJRU5ErkJggg==");
  background-position: right .375rem center;
  background-size: .1875rem .09375rem;
}

select[multiple] {
  padding-top: .375rem;
  padding-bottom: .375rem;
  height: 100px;
}

select.sortorder {
  height: 40px;
  background-color: #fff;
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 1.5rem 0 1rem;
  border-radius: 3px;
}

.customSelectWrapper {
  position: relative;
}

.customSelectWrapper::after {
  font-family: "fontello";
  content: "\E807";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  pointer-events: none;
  right: 12px;
  top: 14px;
  color: #000;
  font-size: 12px;
}

[type=radio],
[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

[type=radio]:checked+label::before,
[type=checkbox]:checked+label::before {
  -webkit-box-shadow: inset 0 0 0 18px #1f1696;
          box-shadow: inset 0 0 0 18px #1f1696;
}

[type=radio]:checked+label::after,
[type=checkbox]:checked+label::after {
  opacity: 1;
}

[type=radio]+label,
[type=checkbox]+label {
  padding-left: 1.6875rem;
  position: relative;
  display: block;
}

[type=radio]+label::before,
[type=checkbox]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 1px #cdcdcd;
          box-shadow: inset 0 0 0 1px #cdcdcd;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  -webkit-transform: translateY(-54%);
       -o-transform: translateY(-54%);
          transform: translateY(-54%);
  border-radius: 3px;
}

[type=radio]+label::after,
[type=checkbox]+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 14px;
  -webkit-transform: translateY(-54%);
       -o-transform: translateY(-54%);
          transform: translateY(-54%);
  opacity: 0;
  font-family: "fontello";
  content: "\E80C";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[type=radio]:checked+label::before {
  -webkit-box-shadow: inset 0 0 0 6px #212529;
          box-shadow: inset 0 0 0 6px #212529;
}

[type=radio]+label::before {
  border-radius: 100%;
}

textarea {
  height: 200px;
  padding: 10px 20px;
  resize: vertical;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)and (max-width: 767px) {
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  input:not([type]),
  textarea,
  select {
    font-size: 16px;
  }
}

@-webkit-keyframes autofillStart {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes autofillStart {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes autofillStart {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

.component-content-gold-package-form .gold-package-form .gfield-has-placeholder.has-input .gfield_label {
  display: block;
  opacity: .6;
  left: 20px;
  top: 10px;
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full {
  width: 100%;
  position: relative;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-valid::before {
  border: 1px solid #a58e3c;
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
  overflow: hidden;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-valid:last-child()::before {
  bottom: 0;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-valid::after {
  font-family: "fontello";
  content: "\E80C";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a58e3c;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.has-input input {
  padding-top: 25px;
  padding-right: 45px;
  white-space: nowrap;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-dirty.has-input::before {
  border: 1px solid #dc3444;
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
  overflow: hidden;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-dirty.has-input:last-child()::before {
  bottom: 0;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-dirty.has-input::after {
  font-family: "fontello";
  content: "\E80D";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dc3444;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-dirty.has-input label {
  color: #dc3444;
  opacity: 1;
}

.component-content-gold-package-form .gold-package-form .gfield--width-full.is-dirty.has-input label::before {
  font-family: "fontello";
  content: "\E80F";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dc3444;
  margin-right: 5px;
}

.component-content-gold-package-form .gold-package-form .has-description::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.component-content-gold-package-form .gold-package-form .gfield-type-captcha {
  padding: 2rem 0 0 0;
  position: relative;
}

.component-content-gold-package-form .gold-package-form .gfield-type-captcha .gfield_label {
  display: none;
}

.component-content-gold-package-form .gold-package-form .gfield-type-captcha.gfield_error .validation_message {
  width: 100%;
  visibility: visible;
  top: 30px;
  left: 0;
  opacity: 1;
}

.component-content-gold-package-form .gold-package-form .gfield-type-captcha .ginput_container.ginput_recaptcha {
  border: none;
}

.component-content-gold-package-form .gold-package-form .ginput_container {
  width: 100%;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  -webkit-transition: border-color ease-in-out .2s;
  -o-transition: border-color ease-in-out .2s;
  transition: border-color ease-in-out .2s;
  border-bottom: 0;
}

.component-content-gold-package-form .gold-package-form .ginput_container_email {
  border-bottom: 1px solid #cdcdcd;
}

.component-content-gold-package-form .gold-package-form .ginput_container input {
  border: 0;
  background-color: #fff;
}

.component-content-gold-package-form .gold-package-form .ginput_container input:-webkit-autofill {
  -webkit-animation-name: autofillStart;
          animation-name: autofillStart;
  -webkit-animation-duration: .001s;
          animation-duration: .001s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.component-content-gold-package-form .gold-package-form .ginput_container input[type=text] {
  text-transform: capitalize;
}

.component-content-gold-package-form .gold-package-form .ginput_container input[aria-invalid=true] {
  border: 1px solid #dc3444;
  background-color: rgb(251.5,234.7,236.3);
}

.component-content-gold-package-form .gold-package-form .checkbiz-filled input[type=text] {
  text-transform: none;
}

.component-content-gold-package-form .gold-package-form .gfield_required,
.component-content-gold-package-form .gold-package-form .validation_message {
  visibility: hidden;
}

.component-content-gold-package-form .gold-package-form .gfield_label,
.component-content-gold-package-form .gold-package-form .gfield_description {
  position: absolute;
}

.component-content-gold-package-form .gold-package-form .gfield_description {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.component-content-gold-package-form .gold-package-form .make-readonly input,
.component-content-gold-package-form .gold-package-form .make-readonly textarea {
  cursor: not-allowed;
}

.component-content-gold-package-form .gold-package-form .input-50 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-content-gold-package-form .gold-package-form .input-50+.input-50::before {
  left: -1px;
}

.component-content-gold-package-form .gold-package-form .input-50+.input-50 .ginput_container {
  border-left: 0;
}

.component-content-gold-package-form .gold-package-form .rounded-tl::before {
  border-top-left-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-tl .ginput_container {
  border-top-left-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-tr::before {
  border-top-right-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-tr .ginput_container {
  border-top-right-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-bl::before {
  border-bottom-left-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-bl .ginput_container {
  border-bottom-left-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-br::before {
  border-bottom-right-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .rounded-br .ginput_container {
  border-bottom-right-radius: 5px;
}

.component-content-gold-package-form .gold-package-form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.component-content-gold-package-form .gold-package-form .gform_footer {
  margin-top: 2rem;
}

.component-content-gold-package-form .gold-package-form .gform_footer .gform_button {
  width: 100%;
  background-color: #1b4e49;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.component-content-gold-package-form .gold-package-form .gform_footer .gform_button:hover {
  background-color: #4a736f;
  text-decoration: none;
}

.component-content-gold-package-form .gold-package-form .gform_footer .gform_button:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgb(120.6,115.2,192);
          box-shadow: 0 0 0 2px rgb(120.6,115.2,192);
  outline: 0 none;
}

.component-content-gold-package-form .gold-package-form .gform_footer .gform_button:disabled {
  background-color: #cdcdcd !important;
  color: #575757;
  cursor: not-allowed;
}

.component-content-gold-package-form .gold-package-form .gform_footer .gform_button:active {
  background-color: #1b4e49;
}

.component-content-gold-package-form .gold-package-form input:not(:placeholder-shown)+.gfield_label {
  opacity: 1;
  -webkit-transform: scale(0.75) translateY(-100%) translateX(-30px);
       -o-transform: scale(0.75) translateY(-100%) translateX(-30px);
          transform: scale(0.75) translateY(-100%) translateX(-30px);
}

@media (max-width: 767.98px) {
  .component-content-gold-package-form .fullwidth-mobile-card {
    margin: 0 -5px;
  }
}

.component-content-gold-package-form .card {
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
  border-radius: 8px;
  padding: 20px 15px;
}

@media (min-width: 376px) {
  .component-content-gold-package-form .card {
    padding: 30px;
  }
}

@media (min-width: 1025px) {
  .component-content-gold-package-form .card {
    padding: 40px;
  }
}

.component-content-gold-package-form .card .policy-text {
  max-width: 425px;
  margin: auto;
}

.component-content-gold-package-form .card .policy-text p {
  font-size: 14px;
}

.component-content-gold-package-form .card .policy-text a {
  font-size: 14px;
  color: #181818;
  text-decoration: underline;
}

.component-content-gold-package-form .card h4 {
  font-weight: 500;
}

.component-content-gold-package-form .card h4 span {
  font-weight: 500;
}

.component-content-gold-package-form .checkbiz-loading {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.component-content-gold-package-form .checkbiz-loading .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #a58e3c;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.component-content-gold-package-form .checkbiz-message {
  padding: 8px 12px;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 14px;
}

.component-content-gold-package-form .checkbiz-message--success {
  background-color: rgb(232,243,237.9);
  color: #1b4e49;
  border: 1px solid #198754;
}

.component-content-gold-package-form .checkbiz-message--error {
  background-color: rgb(251.5,234.7,236.3);
  color: #dc3444;
  border: 1px solid #dc3444;
}

.component-content-gold-package-form .checkbiz-consent {
  margin: 15px 0;
  padding: 15px;
  background-color: rgb(243.8,243.35,249.75);
  border: 1px solid rgb(210.2,208.4,234);
  border-radius: 4px;
}

.component-content-gold-package-form .checkbiz-consent .gfield_label {
  position: static;
  font-size: 14px;
  color: #181818;
  margin-left: 8px;
}

.component-content-gold-package-form .checkbiz-consent input[type=checkbox] {
  margin-right: 8px;
}

.component-content-gold-package-form .checkbiz-hidden {
  display: none !important;
}

.component-content-gold-package-form .checkbiz-info-box {
  margin: 0;
  padding: 20px;
  background-color: #f6f3eb;
  border: 1px solid #a58e3c;
  border-radius: 0;
  width: 100%;
  border-bottom: none;
  border-top: none;
}

.component-content-gold-package-form .checkbiz-info-box .checkbiz-info-content .checkbiz-info-field {
  margin-bottom: 15px;
}

.component-content-gold-package-form .checkbiz-info-box .checkbiz-info-content .checkbiz-info-field label {
  display: block;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}

.component-content-gold-package-form .checkbiz-info-box .checkbiz-info-content .checkbiz-info-field .checkbiz-info-value {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
}

.component-content-gold-package-form .checkbiz-info-box .checkbiz-info-content .checkbiz-edit-button {
  background: none;
  border: none;
  color: #1b4e49;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
}

.component-content-gold-package-form .checkbiz-info-box .checkbiz-info-content .checkbiz-edit-button:hover {
  color: rgb(13.8857142857,40.1142857143,37.5428571429);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.gform_heading {
  margin-bottom: .375rem;
}

.gform_fields ul,
.entry-content .gform_fields {
  list-style: none;
  margin-left: 0;
}

.gform_fields .gfield-type-radio li,
.gform_fields .gfield-type-checkbox li {
  margin-bottom: .09375rem;
}

.gfield_label {
  margin-bottom: .09375rem;
}

.gfield-has-placeholder .gfield_label {
  display: none;
}

.gfield_description {
  font-size: .8rem;
  margin-top: .09375rem;
}

.validation_error {
  margin-bottom: .375rem;
}

.gform_ajax_spinner {
  display: none;
}

.gform_drop_area {
  text-align: center;
  padding: .5625rem;
  border: 2px dashed #ccc;
}

.gfield-type-list tr:not(:last-child) td {
  padding-bottom: .375rem;
}

.gfield-type-time .clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
}

.gfield-type-time .clear-multi .ginput_container_time {
  width: 100%;
  margin: 0 .1875rem;
}

.gfield-type-time .clear-multi .ginput_container_time:first-child {
  margin-left: 0;
}

.gfield-type-time .clear-multi .ginput_container_time:last-child {
  margin-right: 0;
}

.gfield-type-time .clear-multi .ginput_container_time label {
  font-size: .8rem;
}

.gfield-type-time .clear-multi .ginput_container_time {
  margin: 0 0 -9.625rem 0;
}

.filter-container {
  display: none;
}

.filter-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-container .filter {
  border: 1px solid #cdcdcd;
  position: relative;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .filter-container .filter {
    position: absolute;
    width: calc(100% - 30px);
  }
}

@media (min-width: 1025px) {
  .filter-container .filter {
    width: calc(100% - 40px);
  }
}

.filter-container .filter ul {
  display: none;
}

.filter-container .filter .filter-reset {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  right: 52px;
  top: 50%;
}

.filter-container .filter .filter-reset.active {
  display: inline-block;
}

.filter-container .filter .icon-arrow-down-small-icon {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
  cursor: pointer;
}

.filter-container .filter.active {
  z-index: 10;
  border: 1px solid #a58e3c;
}

.filter-container .filter.active ul {
  display: block;
}

.filter-container .filter.active .icon-arrow-down-small-icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-container .filter-filler {
  height: auto;
}

@media (min-width: 768px) {
  .filter-container .filter-filler {
    height: 60px;
  }
}

.filter_button .icon-arrow-down-small-icon {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
}

.filter_button.active .icon-arrow-down-small-icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

input[type=range] {
  -webkit-appearance: none;
  background: rgba(0,0,0,0);
  margin: 1.5rem 0;
  padding: 0;
  display: block;
  width: 100%;
}

input[type=range]::-moz-focus-outer {
  border: 0;
}

input[type=range]:focus {
  outline: 0;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: hsl(0,0%,85.3921568627%);
}

input[type=range]:focus::-ms-fill-lower {
  background: #cdcdcd;
}

input[type=range]:focus::-ms-fill-upper {
  background: hsl(0,0%,85.3921568627%);
}

input[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 6px;
  width: 100%;
  background: #cdcdcd;
  border: 0 solid #cfd8dc;
  border-radius: 0;
}

input[type=range]::-webkit-slider-thumb {
  background: #a58e3c;
  border: 0 solid rgba(0,0,0,0);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: move;
  height: 32px;
  width: 32px;
  -webkit-appearance: none;
  margin-top: -13px;
}

input[type=range]::-moz-range-track {
  cursor: default;
  height: 6px;
  width: 100%;
  background: #cdcdcd;
  border: 0 solid #cfd8dc;
  border-radius: 0;
  height: 6px;
}

input[type=range]::-moz-range-thumb {
  background: #a58e3c;
  border: 0 solid rgba(0,0,0,0);
  border-radius: 100%;
  box-sizing: border-box;
  cursor: move;
  height: 32px;
  width: 32px;
}

input[type=range]::-ms-track {
  cursor: default;
  height: 6px;
  width: 100%;
  background: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  border-width: 16px 0;
  color: rgba(0,0,0,0);
}

input[type=range]::-ms-fill-lower {
  background: hsl(0,0%,75.3921568627%);
  border: 0 solid #cfd8dc;
  border-radius: 0;
}

input[type=range]::-ms-fill-upper {
  background: #cdcdcd;
  border: 0 solid #cfd8dc;
  border-radius: 0;
}

input[type=range]::-ms-thumb {
  background: #a58e3c;
  border: 0 solid rgba(0,0,0,0);
  border-radius: 100%;
  box-sizing: border-box;
  cursor: move;
  height: 32px;
  width: 32px;
  margin-top: 1.5px;
}

input[type=range]:disabled::-webkit-slider-thumb,
input[type=range]:disabled::-moz-range-thumb,
input[type=range]:disabled::-ms-thumb,
input[type=range]:disabled::-webkit-slider-runnable-track,
input[type=range]:disabled::-ms-fill-lower,
input[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.search-list-object-wrapper {
  color: #181818;
}

.search-list-object-wrapper a {
  color: inherit;
}

.search-list-object-wrapper .container {
  max-width: 773px;
}

@media (max-width: 1024.98px) {
  .search-list-object-wrapper .container {
    max-width: 603px;
  }
}

@media (max-width: 767.98px) {
  .search-list-object-wrapper .container {
    max-width: 562px;
  }
}

.search-list-object-wrapper .icon-search-small-icon {
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
}

.search-list-object-wrapper .btn-large {
  white-space: nowrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-list-object-wrapper .archive-form-text {
  padding: 0 50px;
  font-size: 18px;
}

.search-list-object-wrapper .search-item {
  border-bottom: 2px solid #cdcdcd;
}

.search-list-object-wrapper .search-item figure {
  margin-right: 1em;
  padding-top: 6px;
}

@media (max-width: 1024.98px) {
  .search-list-object-wrapper .search-item figure img {
    max-width: 80px;
    max-height: 80px;
  }
}

.search-list-object-wrapper .search-item .link-label {
  font-size: 16px;
  color: #0d1295;
}

.search-list-object-wrapper .archive-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-family: "Heebo",sans-serif;
  font-weight: normal;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 3px;
}

.search-list-object-wrapper .archive-pagination .page-numbers:hover {
  background-color: #cdcdcd;
}

.search-list-object-wrapper .archive-pagination .page-numbers.current {
  background-color: #1f1696;
  color: #fff;
}

.component-content-gold-calculator .tooltip_desc,
.component-content-gold-package-form .gold-package-form .gfield_description {
  width: 18px;
  height: 18px;
  opacity: 0;
  margin: 0;
  z-index: 2;
}

.component-content-gold-calculator .tooltip_desc:hover,
.component-content-gold-package-form .gold-package-form .gfield_description:hover {
  width: auto;
  height: auto;
  opacity: 1;
  background: #181818;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  z-index: 2;
  top: -5px;
  right: -18px;
}

.component-content-gold-calculator .tooltip_desc:hover::after,
.component-content-gold-package-form .gold-package-form .gfield_description:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 39px;
  width: 9px;
  height: 9px;
  display: block;
  z-index: 2;
  border-width: 9px;
  border-style: solid;
  border-color: #181818 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  margin-top: -1px;
  padding-bottom: 20px;
}

.component-content-gold-calculator .has-tooltip::after,
.component-content-gold-package-form .gold-package-form .has-description::after {
  font-family: "fontello";
  content: "\E811";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 18px;
  color: rgb(139.5,139.5,139.5);
}

@media (max-width: 549px) {
  .component-trustpilot-slider iframe {
    height: 300px !important;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: .1875rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: .1875rem;
  height: auto;
}

@media (min-width: 376px) {
  .alignleft {
    float: left;
    margin-right: .1875rem;
  }

  .alignright {
    float: right;
    margin-left: .1875rem;
  }
}

.wp-caption {
  width: auto;
  margin-bottom: .375rem;
  font-size: .9rem;
  color: rgba(33,37,41,.7);
}

.wp-caption img {
  margin-bottom: .1875rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: .375rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container:last-child {
  margin-bottom: 0;
}

.background-circle {
  top: calc(100% + 40px);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media (min-width: 376px) {
  .background-circle {
    top: calc(100% + 50px);
  }
}

@media (min-width: 768px) {
  .background-circle {
    top: calc(100% + 80px);
  }
}

.background-circle-bottom-left,
.background-circle-bottom-right-2,
.background-circle-top-left-2,
.background-circle-top-right {
  z-index: 0;
  height: 150%;
  max-height: 250px;
  max-height: 250px;
}

@media (min-width: 376px) {
  .background-circle-bottom-left,
  .background-circle-bottom-right-2,
  .background-circle-top-left-2,
  .background-circle-top-right {
    max-height: calc(63.7755102041vw + 10.2040816327px);
  }
}

@media (min-width: 768px) {
  .background-circle-bottom-left,
  .background-circle-bottom-right-2,
  .background-circle-top-left-2,
  .background-circle-top-right {
    max-height: calc(11.8870728083vw + 408.7072808321px);
  }
}

@media (min-width: 1441px) {
  .background-circle-bottom-left,
  .background-circle-bottom-right-2,
  .background-circle-top-left-2,
  .background-circle-top-right {
    max-height: 580px;
  }
}

.background-circle-bottom-left {
  -webkit-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.background-circle-top-right {
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.background-circle-bottom-right-2 {
  -webkit-transform: translate(50%, 50%);
       -o-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.background-circle-top-left-2 {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.background-circle-top-left,
.background-circle-bottom-right {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  z-index: 2;
  background: #c4b57f;
  background: -webkit-linear-gradient(-45deg, #d7cda8 0%, #c4b57f 100%);
  background: -webkit-linear-gradient(315deg, #d7cda8 0%, #c4b57f 100%);
  background: -o-linear-gradient(315deg, #d7cda8 0%, #c4b57f 100%);
  background: linear-gradient(135deg, #d7cda8 0%, #c4b57f 100%);
  border-radius: 100%;
}

.background-circle-top-left::after,
.background-circle-bottom-right::after {
  position: absolute;
  width: 87%;
  height: 87%;
  content: "";
  border-radius: 100%;
  background-color: rgba(0,0,0,0);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-dark-green .background-circle-top-left::after,
.bg-dark-green .background-circle-bottom-right::after {
  background-color: #1b4e49;
}

.bg-blue .background-circle-top-left::after,
.bg-blue .background-circle-bottom-right::after {
  background-color: #1f1696;
}

.bg-red .background-circle-top-left::after,
.bg-red .background-circle-bottom-right::after {
  background-color: #dc3444;
}

.bg-soft-gold .background-circle-top-left::after,
.bg-soft-gold .background-circle-bottom-right::after {
  background-color: #f6f3eb;
}

.bg-light-gray .background-circle-top-left::after,
.bg-light-gray .background-circle-bottom-right::after {
  background-color: #f4f4f4;
}

@media (min-width: 376px) {
  .background-circle-top-left,
  .background-circle-bottom-right {
    width: 500px;
    height: 500px;
  }
}

@media (min-width: 1025px) {
  .background-circle-top-left,
  .background-circle-bottom-right {
    width: 580px;
    height: 580px;
  }
}

.background-circle-bottom-right {
  -webkit-transform: translate(50%, 50%);
       -o-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.text-and-image-circle-left {
  width: 580px;
  z-index: 0;
  height: 150%;
  left: 0;
  max-height: 250px;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 250px;
}

@media (min-width: 768px) {
  .text-and-image-circle-left {
    top: 100%;
    -webkit-transform: translate(-25%, -75%);
         -o-transform: translate(-25%, -75%);
            transform: translate(-25%, -75%);
  }
}

@media (min-width: 376px) {
  .text-and-image-circle-left {
    max-height: calc(51.0204081633vw + 58.1632653061px);
  }
}

@media (min-width: 768px) {
  .text-and-image-circle-left {
    max-height: calc(19.3164933135vw + 301.6493313522px);
  }
}

@media (min-width: 1441px) {
  .text-and-image-circle-left {
    max-height: 580px;
  }
}

.text-and-image-circle-right {
  width: 580px;
  z-index: 0;
  height: 150%;
  right: 0;
  top: 100%;
  max-height: 250px;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  max-height: 250px;
}

@media (min-width: 768px) {
  .text-and-image-circle-right {
    -webkit-transform: translate(25%, -75%);
         -o-transform: translate(25%, -75%);
            transform: translate(25%, -75%);
  }
}

@media (min-width: 376px) {
  .text-and-image-circle-right {
    max-height: calc(51.0204081633vw + 58.1632653061px);
  }
}

@media (min-width: 768px) {
  .text-and-image-circle-right {
    max-height: calc(19.3164933135vw + 301.6493313522px);
  }
}

@media (min-width: 1441px) {
  .text-and-image-circle-right {
    max-height: 580px;
  }
}

.woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-NoticeGroup-checkout .woocommerce-info,
.woocommerce-NoticeGroup-checkout .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 6px;
  margin-left: 0;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 30px 10px 40px;
  background: #f4f4f4;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error::before,
.woocommerce-NoticeGroup-checkout .woocommerce-info::before,
.woocommerce-NoticeGroup-checkout .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-message::before {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: #dc3444;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  color: #dc3444;
}

.woocommerce-NoticeGroup-checkout .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-info {
  border-top-color: #1f1696;
}

.woocommerce-NoticeGroup-checkout .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-info::before {
  color: #1f1696;
}

.woocommerce-NoticeGroup-checkout .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #1b4e49;
}

.woocommerce-NoticeGroup-checkout .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #1b4e49;
}

.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}

.woocommerce table.shop_table tr td.product-name {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .woocommerce table.shop_table tr td.product-name {
    font-size: 14px;
  }
}

.woocommerce table.shop_table tr *:last-child {
  text-align: right;
  white-space: nowrap;
}

.woocommerce table.shop_table tr *:last-child[data-title=Frakt],
.woocommerce table.shop_table tr *:last-child[data-title=Shipping] {
  white-space: normal;
}

#dibs-order-review {
  margin-bottom: 2rem;
}

@media (min-width: 1025px) {
  #dibs-order-review {
    margin-bottom: 0;
  }
}

#dibs-order-review>p {
  text-align: right;
}

.woocommerce-cart-form {
  margin-bottom: 2rem;
}

.woocommerce-cart-form .quantity {
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .quantity {
    max-width: 200px;
  }
}

.woocommerce-cart-form .quantity input.qty {
  text-align: center !important;
  width: 100%;
  height: 40px;
  max-width: 120px !important;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .quantity input.qty {
    max-width: 200px !important;
  }
}

.woocommerce-cart-form a.remove {
  text-align: center !important;
}

.checkout-button {
  background-color: #1b4e49;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 1025px) {
  .checkout-button {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.checkout-button:hover {
  background-color: #4a736f;
}

.checkout-button:active {
  background-color: #1b4e49;
}

#dibs-order-review,
#order_review,
.woocommerce-billing-fields,
.woocommerce-cart-form,
.order-overview-container,
.custom-box,
.cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
}

@media (min-width: 768px) {
  #dibs-order-review,
  #order_review,
  .woocommerce-billing-fields,
  .woocommerce-cart-form,
  .order-overview-container,
  .custom-box,
  .cart-collaterals .cart_totals {
    padding: 30px;
  }
}

#dibs-order-review .checkout-button,
#dibs-order-review .button,
#dibs-order-review .order-again .button,
#order_review .checkout-button,
#order_review .button,
#order_review .order-again .button,
.woocommerce-billing-fields .checkout-button,
.woocommerce-billing-fields .button,
.woocommerce-billing-fields .order-again .button,
.woocommerce-cart-form .checkout-button,
.woocommerce-cart-form .button,
.woocommerce-cart-form .order-again .button,
.order-overview-container .checkout-button,
.order-overview-container .button,
.order-overview-container .order-again .button,
.custom-box .checkout-button,
.custom-box .button,
.custom-box .order-again .button,
.cart-collaterals .cart_totals .checkout-button,
.cart-collaterals .cart_totals .button,
.cart-collaterals .cart_totals .order-again .button {
  background-color: #1b4e49;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 1025px) {
  #dibs-order-review .checkout-button,
  #dibs-order-review .button,
  #dibs-order-review .order-again .button,
  #order_review .checkout-button,
  #order_review .button,
  #order_review .order-again .button,
  .woocommerce-billing-fields .checkout-button,
  .woocommerce-billing-fields .button,
  .woocommerce-billing-fields .order-again .button,
  .woocommerce-cart-form .checkout-button,
  .woocommerce-cart-form .button,
  .woocommerce-cart-form .order-again .button,
  .order-overview-container .checkout-button,
  .order-overview-container .button,
  .order-overview-container .order-again .button,
  .custom-box .checkout-button,
  .custom-box .button,
  .custom-box .order-again .button,
  .cart-collaterals .cart_totals .checkout-button,
  .cart-collaterals .cart_totals .button,
  .cart-collaterals .cart_totals .order-again .button {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#dibs-order-review .checkout-button:hover,
#dibs-order-review .button:hover,
#dibs-order-review .order-again .button:hover,
#order_review .checkout-button:hover,
#order_review .button:hover,
#order_review .order-again .button:hover,
.woocommerce-billing-fields .checkout-button:hover,
.woocommerce-billing-fields .button:hover,
.woocommerce-billing-fields .order-again .button:hover,
.woocommerce-cart-form .checkout-button:hover,
.woocommerce-cart-form .button:hover,
.woocommerce-cart-form .order-again .button:hover,
.order-overview-container .checkout-button:hover,
.order-overview-container .button:hover,
.order-overview-container .order-again .button:hover,
.custom-box .checkout-button:hover,
.custom-box .button:hover,
.custom-box .order-again .button:hover,
.cart-collaterals .cart_totals .checkout-button:hover,
.cart-collaterals .cart_totals .button:hover,
.cart-collaterals .cart_totals .order-again .button:hover {
  background-color: #4a736f;
}

#dibs-order-review .checkout-button:active,
#dibs-order-review .button:active,
#dibs-order-review .order-again .button:active,
#order_review .checkout-button:active,
#order_review .button:active,
#order_review .order-again .button:active,
.woocommerce-billing-fields .checkout-button:active,
.woocommerce-billing-fields .button:active,
.woocommerce-billing-fields .order-again .button:active,
.woocommerce-cart-form .checkout-button:active,
.woocommerce-cart-form .button:active,
.woocommerce-cart-form .order-again .button:active,
.order-overview-container .checkout-button:active,
.order-overview-container .button:active,
.order-overview-container .order-again .button:active,
.custom-box .checkout-button:active,
.custom-box .button:active,
.custom-box .order-again .button:active,
.cart-collaterals .cart_totals .checkout-button:active,
.cart-collaterals .cart_totals .button:active,
.cart-collaterals .cart_totals .order-again .button:active {
  background-color: #1b4e49;
}

#order_review_heading {
  display: none;
}

form.checkout.woocommerce-checkout #customer_details {
  width: 100%;
}

@media (min-width: 1025px) {
  form.checkout.woocommerce-checkout #customer_details {
    float: left;
    width: calc(50% - 20px);
  }
}

form.checkout.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
  float: none;
  padding: 0;
}

form.checkout.woocommerce-checkout #customer_details .col-2 {
  display: none;
}

form.checkout.woocommerce-checkout #order_review {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  form.checkout.woocommerce-checkout #order_review {
    margin-top: 0;
    float: right;
    width: calc(50% - 20px);
  }
}

.woocommerce-terms-and-conditions-wrapper .validate-required {
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 8px;
  line-height: 16px;
}

.woocommerce-terms-and-conditions-wrapper .validate-required label {
  line-height: 1 !important;
  padding-left: 25px;
  display: block !important;
  cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper .validate-required label input {
  position: absolute;
  left: 0;
  height: 100%;
  margin: 0;
  width: 25px;
  z-index: 1;
}

.woocommerce-terms-and-conditions-wrapper .validate-required::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #212529;
}

.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-validated::after {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
  display: block;
  position: absolute;
  width: 22px;
  top: 4px;
  height: 22px;
  left: -2px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 6px;
  height: 60px;
  font-size: 18px;
  color: #181818;
  background: #fff;
  border-color: #cdcdcd;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f4f4f4;
  border-radius: 6px;
}

#add_payment_method #payment [type=radio]:checked+label::after,
#add_payment_method #payment [type=checkbox]:checked+label::after,
.woocommerce-cart #payment [type=radio]:checked+label::after,
.woocommerce-cart #payment [type=checkbox]:checked+label::after,
.woocommerce-checkout #payment [type=radio]:checked+label::after,
.woocommerce-checkout #payment [type=checkbox]:checked+label::after {
  display: none;
}

#add_payment_method #payment .wc_payment_methods .wc_payment_method label,
.woocommerce-cart #payment .wc_payment_methods .wc_payment_method label,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

#add_payment_method #payment .wc_payment_methods .wc_payment_method label img,
.woocommerce-cart #payment .wc_payment_methods .wc_payment_method label img,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method label img {
  height: 40px;
  width: auto;
  max-width: 230px !important;
  justify-self: flex-end;
}

#add_payment_method #payment .wc_payment_methods .wc_payment_method div.payment_box,
.woocommerce-cart #payment .wc_payment_methods .wc_payment_method div.payment_box,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method div.payment_box {
  background-color: #e5e5e5;
  color: #181818;
  margin-bottom: 0;
}

#add_payment_method #payment .wc_payment_methods .wc_payment_method div.payment_box::before,
.woocommerce-cart #payment .wc_payment_methods .wc_payment_method div.payment_box::before,
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method div.payment_box::before {
  border-bottom-color: #e5e5e5;
}

.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row .required {
  color: #dc3444;
}

.woocommerce .order-overview-container ul.woocommerce-order-overview {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce .order-overview-container ul.woocommerce-order-overview li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: .5rem 0;
  border: none;
  float: none;
  padding-right: 2rem !important;
}

#billing_country_field {
  display: none;
}

.svea-checkout .woocommerce-checkout {
  display: none;
}

.wc-svea-checkout-page {
  background-color: inherit;
  max-width: none;
}

.wc-svea-checkout-order-details {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
}

.wc-svea-checkout-page .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-table {
  border: none;
  background-color: inherit;
}

.shop_table td,
.shop_table th {
  text-align: left;
}

.shop_table th {
  font-weight: 700 !important;
}

.woocommerce-shipping-methods li {
  list-style: none;
  margin-left: 0 !important;
}

.wc-svea-checkout-notes-field {
  display: none;
}

.woocommerce-checkout .component.background-padding {
  padding-bottom: 20px;
}

@media (min-width: 376px) {
  .woocommerce-checkout .component.background-padding {
    padding-bottom: calc(2.5510204082vw + 10.4081632653px);
  }
}

@media (min-width: 768px) {
  .woocommerce-checkout .component.background-padding {
    padding-bottom: calc(0vw + 30px);
  }
}

@media (min-width: 1025px) {
  .woocommerce-checkout .component.background-padding {
    padding-bottom: calc(2.4038461538vw + 5.3605769231px);
  }
}

@media (min-width: 1441px) {
  .woocommerce-checkout .component.background-padding {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 980px) {
  .svea-checkout-page .wc-svea-checkout-page .wc-svea-checkout-checkout-module {
    margin-top: 2rem;
  }
}

.logistra_robots_select_servicepartner select:not([multiple]) {
  height: 40px;
  font-size: 16px;
  background-image: none;
}

.woocommerce-shipping-methods input[type=radio]+label::after {
  display: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .dintero-checkout-select-other-wrapper a.button {
  background: rgba(0,0,0,0);
  font-size: 90%;
  font-weight: 400;
  border-radius: 6px;
  padding-top: 1.2em;
  color: #000;
  display: block;
  border: 1px solid #000;
  padding-bottom: 2em;
}

.woocommerce-notices-wrapper {
  z-index: 1;
  border-radius: 8px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
  margin: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.single form.cart {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.single form.cart .single_add_to_cart_button {
  margin-top: 30px;
}

form.cart,
.outer-quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  form.cart,
  .outer-quantity-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

form.cart .white-square,
form.cart .gray-square,
.outer-quantity-container .white-square,
.outer-quantity-container .gray-square {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: none;
  border-radius: none;
  font-size: 18px;
  cursor: pointer;
}

form.cart .white-square>*,
form.cart .gray-square>*,
.outer-quantity-container .white-square>*,
.outer-quantity-container .gray-square>* {
  pointer-events: none;
}

form.cart .gray-square,
.outer-quantity-container .gray-square {
  background-color: #f4f4f4;
}

form.cart button.single_add_to_cart_button.alt,
.outer-quantity-container button.single_add_to_cart_button.alt {
  background-color: #1b4e49;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  form.cart button.single_add_to_cart_button.alt,
  .outer-quantity-container button.single_add_to_cart_button.alt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

form.cart button.single_add_to_cart_button.alt:hover,
.outer-quantity-container button.single_add_to_cart_button.alt:hover {
  background-color: #4a736f;
}

form.cart button.single_add_to_cart_button.alt:active,
.outer-quantity-container button.single_add_to_cart_button.alt:active {
  background-color: #1b4e49;
}

form.cart button.single_add_to_cart_button.alt::before,
.outer-quantity-container button.single_add_to_cart_button.alt::before {
  font-family: "fontello";
  content: "\E817";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 18px;
  font-size: 28px;
}

form.cart .quantity input[type=number],
.outer-quantity-container .quantity input[type=number] {
  width: 60px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  font-size: 18px;
}

form.cart .quantity input[type=number]::-webkit-outer-spin-button,
form.cart .quantity input[type=number]::-webkit-inner-spin-button,
.outer-quantity-container .quantity input[type=number]::-webkit-outer-spin-button,
.outer-quantity-container .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-product-attributes-item__label {
  white-space: nowrap;
}

.stock.out-of-stock {
  margin-top: 1em;
  font-weight: bold;
}

.badge {
  background: #1b4e49;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: .5rem;
  letter-spacing: .25px;
}

.circulated-badge {
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  background: -webkit-linear-gradient(357.55deg, #f6f3e2 0%, #c9bb8a 100%);
  background: -o-linear-gradient(357.55deg, #f6f3e2 0%, #c9bb8a 100%);
  background: linear-gradient(92.45deg, #f6f3e2 0%, #c9bb8a 100%);
  padding: 2px 8px;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Roboto",sans-serif;
  text-transform: uppercase;
}

.mini-cart-container ul {
  padding: 2rem 0;
}

.mini-cart-container ul li {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.mini-cart-container ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.mini-cart-container ul li figure {
  width: 58px;
  height: 58px;
}

.mini-cart-container .outer-quantity-container {
  margin: 0;
}

.mini-cart-container .text-cotainer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 .75rem;
}

.mini-cart-container .qty-container .gray-square {
  width: 40px;
  height: 40px;
}

.mini-cart-container .qty-container input {
  height: 40px;
  width: 40px;
}

.mini-cart-container ins {
  text-decoration: none;
}

.mini-cart-upper-container {
  border-bottom: 1px solid #cdcdcd;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  font-size: 1rem;
  font-family: "Heebo",sans-serif;
  padding: 12px 16px 12px;
  background-color: #fff;
  border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #cdcdcd;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.current {
  background-color: #1f1696;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  padding: 12px;
  font-family: "fontello",sans-serif;
}

.single-product-swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.single-product-swiper-container .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}

.single-product-swiper-container .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.single-product-swiper-container .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}

.single-product-swiper-container .gallery-top {
  height: 400px;
  width: 100%;
}

.single-product-swiper-container .gallery-thumbs .swiper-wrapper {
  height: 100%;
  width: 100%;
  display: block;
}

.single-product-swiper-container .gallery-thumbs {
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.single-product-swiper-container .gallery-thumbs .swiper-slide {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  opacity: .8;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  max-width: 180px;
}

.single-product-swiper-container .gallery-thumbs .swiper-slide:hover {
  opacity: 1;
}

.single-product-swiper-container .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.single-product-swiper-container .swiper-button-next,
.single-product-swiper-container .swiper-button-prev {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: ease-in opacity .3s;
  -o-transition: ease-in opacity .3s;
  transition: ease-in opacity .3s;
}

.single-product-swiper-container .swiper-button-next::after,
.single-product-swiper-container .swiper-button-prev::after {
  color: #181818;
  -webkit-transition: ease-in color .3s;
  -o-transition: ease-in color .3s;
  transition: ease-in color .3s;
}

.single-product-swiper-container .swiper-button-next.swiper-button-disabled,
.single-product-swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.single-product-swiper-container .swiper-button-next:hover::after,
.single-product-swiper-container .swiper-button-prev:hover::after {
  color: #a58e3c;
}

.single-product-swiper-container .swiper-button-next {
  left: 5px;
}

.single-product-swiper-container .swiper-button-next::after {
  font-family: "fontello";
  content: "\E808";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-product-swiper-container .swiper-button-prev {
  right: 5px;
}

.single-product-swiper-container .swiper-button-prev::after {
  font-family: "fontello";
  content: "\E809";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svea-checkout-confirmation-page .woocommerce-order .order-overview-container {
  padding: .5rem;
}

.svea-checkout-confirmation-page .woocommerce-order .order-overview-container ul.woocommerce-order-overview {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.svea-checkout-confirmation-page .woocommerce-order .order-overview-container ul.woocommerce-order-overview li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: .5rem 0;
  border: none;
  float: none;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.svea-checkout-confirmation-page .woocommerce-order .order-overview-container ul.woocommerce-order-overview li strong {
  white-space: nowrap;
  padding: 0;
}

.svea-checkout-confirmation-page .woocommerce-order .custom-box {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.svea-checkout-confirmation-page .woocommerce-order .custom-box .woocommerce-order-details {
  padding: 1rem;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 15px 0;
}

.svea-checkout-confirmation-page .woocommerce-order .custom-box .woocommerce-order-details .woocommerce-order-details__title {
  background-color: rgba(0,0,0,0) !important;
  padding: 9px 12px !important;
  border: none;
}

.svea-checkout-confirmation-page .woocommerce-order .woocommerce-order-details {
  background-color: none !important;
}

.svea-checkout-confirmation-page .woocommerce-order .woocommerce-order-details table {
  background-color: rgba(0,0,0,0) !important;
}

.svea-checkout-confirmation-page .woocommerce-order .woocommerce-order-details .product-name a {
  font-size: 14px;
  color: #a58e3c;
  font-family: "Roboto",sans-serif;
}

.header-search {
  right: 30px;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 6;
  width: 100%;
  max-width: 460px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0) translateY(20px);
       -o-transform: translateX(0) translateY(20px);
          transform: translateX(0) translateY(20px);
  -webkit-transition: visibility .25s,opacity .25s,-webkit-transform .35s ease;
  transition: visibility .25s,opacity .25s,-webkit-transform .35s ease;
  -o-transition: visibility .25s,opacity .25s,-o-transform .35s ease;
  transition: transform .35s ease,visibility .25s,opacity .25s;
  transition: transform .35s ease,visibility .25s,opacity .25s,-webkit-transform .35s ease,-o-transform .35s ease;
}

@media (min-width: 768px) {
  .header-search {
    right: calc(4.4576523031vw - 4.234769688px);
  }
}

@media (min-width: 1441px) {
  .header-search {
    right: 60px;
  }
}

@media (min-width: 768px) {
  .header-search {
    -webkit-transform: translateX(-80px) translateY(20px);
         -o-transform: translateX(-80px) translateY(20px);
            transform: translateX(-80px) translateY(20px);
  }
}

@media (min-width: 1441px) {
  .header-search {
    -webkit-transform: translateX(-40px) translateY(20px);
         -o-transform: translateX(-40px) translateY(20px);
            transform: translateX(-40px) translateY(20px);
  }
}

.search-is-active .header-search {
  -webkit-transform: translateX(0) translateY(0);
       -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .search-is-active .header-search {
    -webkit-transform: translateX(-80px) translateY(0);
         -o-transform: translateX(-80px) translateY(0);
            transform: translateX(-80px) translateY(0);
  }
}

@media (min-width: 1441px) {
  .search-is-active .header-search {
    -webkit-transform: translateX(-40px) translateY(0);
         -o-transform: translateX(-40px) translateY(0);
            transform: translateX(-40px) translateY(0);
  }
}

.header-search-form {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.header-search-form .header-search-input {
  padding-left: 45px;
  color: #181818;
}

.header-search-form .header-search-input::-webkit-input-placeholder {
  color: #181818;
}

.header-search-form .header-search-input::-moz-placeholder {
  color: #181818;
}

.header-search-form .header-search-input::-ms-input-placeholder {
  color: #181818;
}

.header-search-form .header-search-input::placeholder {
  color: #181818;
}

.search-icon {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: .5rem;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: rgba(0,0,0,0);
  -webkit-transition: .2s color ease-out;
  -o-transition: .2s color ease-out;
  transition: .2s color ease-out;
}

.search-icon:hover {
  background-color: rgba(0,0,0,0);
}

.search-icon:hover>i {
  color: #a58e3c;
}

.search-icon>i {
  font-size: 18px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: .75rem;
  width: .75rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZD0iTTEwLjQgOWw3LjMtNy4zYy40LS40LjQtMSAwLTEuNHMtMS0uNC0xLjQgMEw5IDcuNiAxLjcuM0MxLjMtLjEuNy0uMS4zLjNzLS40IDEgMCAxLjRMNy42IDkgLjMgMTYuM2MtLjQuNC0uNCAxIDAgMS40LjIuMi40LjMuNy4zcy41LS4xLjctLjNMOSAxMC40bDcuMyA3LjNjLjIuMi41LjMuNy4zcy41LS4xLjctLjNjLjQtLjQuNC0xIDAtMS40TDEwLjQgOXoiIGZpbGw9IiMwMjAyMDMiLz48L3N2Zz4=) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
  cursor: pointer;
}

input[type=search]:focus::-webkit-search-cancel-button:hover {
  opacity: .6;
}

.overlay {
  background: #181818;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  pointer-events: none;
}

.overlay-is-active .overlay {
  opacity: .5;
  -webkit-transition: ease-in-out .3s opacity;
  -o-transition: ease-in-out .3s opacity;
  transition: ease-in-out .3s opacity;
}

.off-canvas {
  overflow: hidden;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 10;
  width: 100vw;
  max-width: 0;
  height: calc(100vh - 120px);
  background: #fff;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: -webkit-transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1), -o-transform .25s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.admin-bar .off-canvas {
  height: calc(100vh - 120px - 46px);
}

@media (min-width: 376px) {
  .admin-bar .off-canvas {
    height: calc(100vh - 120px - 32px);
  }
}

.off-canvas .mini-cart-container {
  overflow-y: auto;
  scrollbar-color: #a58e3c rgba(0,0,0,0);
  scrollbar-width: thin;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative;
}

.off-canvas .mini-cart-container::-webkit-scrollbar {
  width: 5px;
}

.off-canvas .mini-cart-container::-webkit-scrollbar-track {
  border-left: 5px solid #cdcdcd;
}

.off-canvas .mini-cart-container::-webkit-scrollbar-thumb {
  border-left: 5px solid #a58e3c;
}

.off-canvas .mini-cart-container::-webkit-scrollbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-is-active .off-canvas .mini-cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.off-canvas .mini-cart-container .mini-cart-lower-container {
  overflow: visible !important;
}

.off-canvas-is-active:not(.cart-is-active) .off-canvas {
  max-width: 410px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.off-canvas-is-active.cart-is-active .off-canvas {
  max-width: 536px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.off-canvas .sub-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.off-canvas .menu-item-level-0 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: .5rem;
}

.off-canvas-inner {
  overflow-y: auto;
  scrollbar-color: #a58e3c rgba(0,0,0,0);
  scrollbar-width: thin;
  max-height: 100%;
  position: relative;
}

.off-canvas-inner::-webkit-scrollbar {
  width: 5px;
}

.off-canvas-inner::-webkit-scrollbar-track {
  border-left: 5px solid #cdcdcd;
}

.off-canvas-inner::-webkit-scrollbar-thumb {
  border-left: 5px solid #a58e3c;
}

.off-canvas-inner::-webkit-scrollbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-is-active .off-canvas-inner .nav-off-canvas-primary {
  display: none !important;
}

.banner {
  padding: 1rem;
  color: #fff;
}

.banner.bg-soft-gold {
  color: #181818;
}

.banner .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner .site-banner-close {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  background-color: rgba(0,0,0,0);
  font-size: 13px;
  position: absolute;
  right: 1rem;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 901.98px) {
  .banner .site-banner-close {
    gap: 1rem;
  }
}

.banner.bg-red .site-banner-close {
  border: 1px solid #fff;
  color: #fff;
}

.banner.bg-red .site-banner-close:hover {
  color: #dc3444;
  background-color: #fff;
}

.banner.bg-dark-green .site-banner-close {
  border: 1px solid #fff;
  color: #fff;
}

.banner.bg-dark-green .site-banner-close:hover {
  color: #1b4e49;
  background-color: #fff;
}

.banner.bg-light-blue .site-banner-close {
  border: 1px solid #fff;
  color: #fff;
}

.banner.bg-light-blue .site-banner-close:hover {
  color: #369;
  background-color: #fff;
}

.banner.bg-soft-gold .site-banner-close {
  border: 1px solid #181818;
  color: #181818;
}

.banner.bg-soft-gold .site-banner-close:hover {
  color: #f6f3eb;
  background-color: #181818;
}

header {
  background-color: #fff;
  max-width: 100vw;
  position: relative;
  z-index: 4;
}

header a {
  text-decoration: none;
}

@media (min-width: 1250px) {
  header .d-lgxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  header .d-lgxl-none {
    display: none !important;
  }
}

header .header-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 376px) {
  header .header-container {
    padding-left: calc(3.8265306122vw + 0.612244898px);
  }
}

@media (min-width: 768px) {
  header .header-container {
    padding-left: calc(4.4576523031vw - 4.234769688px);
  }
}

@media (min-width: 1441px) {
  header .header-container {
    padding-left: 60px;
  }
}

@media (min-width: 376px) {
  header .header-container {
    padding-right: calc(3.8265306122vw + 0.612244898px);
  }
}

@media (min-width: 768px) {
  header .header-container {
    padding-right: calc(4.4576523031vw - 4.234769688px);
  }
}

@media (min-width: 1441px) {
  header .header-container {
    padding-right: 60px;
  }
}

header .pre-header {
  height: 40px;
  z-index: 2;
}

header .pre-header * {
  font-size: 12px;
}

@media (min-width: 376px) {
  header .pre-header * {
    font-size: calc(0.5102040816vw + 10.0816326531px);
  }
}

@media (min-width: 768px) {
  header .pre-header * {
    font-size: 14px;
  }
}

header .site-header-inner {
  height: 80px;
  border-bottom: 1px solid #cdcdcd;
  z-index: 2;
  background: #fff;
}

header .site-header-inner .me-2 {
  margin-right: 16px !important;
}

header .site-header-inner .me-1 {
  margin-right: 8px !important;
}

header .site-header-inner .ms-1 {
  margin-left: 8px !important;
}

header .site-logo img {
  width: 100%;
  height: 40px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-width: 250px;
}

header .js-header-button .default {
  display: block;
}

header .js-header-button .alternative {
  display: none;
}

header .js-header-button.js-toggle-cart {
  position: relative;
}

header .js-header-button.js-toggle-cart .products-in-cart {
  white-space: nowrap;
  background-color: #a58e3c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  line-height: 20px;
  font-size: 14px;
}

header .js-header-button.js-toggle-cart .products-in-cart.empty-cart {
  display: none;
}

header .js-header-button.active .default {
  display: none;
}

header .js-header-button.active .alternative {
  display: block;
}

.product-notice {
  width: auto;
  line-height: 28px;
  height: 48px;
  white-space: nowrap;
  right: -30px;
  padding: 10px 15px;
  border-radius: 6px;
  bottom: -68px;
  z-index: 1;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateX(0) translateY(20px);
       -o-transform: translateX(0) translateY(20px);
          transform: translateX(0) translateY(20px);
  -webkit-transition: visibility .25s,opacity .25s,-webkit-transform .35s ease;
  transition: visibility .25s,opacity .25s,-webkit-transform .35s ease;
  -o-transition: visibility .25s,opacity .25s,-o-transform .35s ease;
  transition: transform .35s ease,visibility .25s,opacity .25s;
  transition: transform .35s ease,visibility .25s,opacity .25s,-webkit-transform .35s ease,-o-transform .35s ease;
}

.product-notice::after {
  content: "";
  position: absolute;
  right: 39px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid rgba(0,0,0,0);
  border-right: 12px solid rgba(0,0,0,0);
  border-bottom: 12px solid #a58e3c;
}

.product-added-notice-is-active .product-notice {
  -webkit-transform: translateX(0) translateY(0);
       -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav-primary .menu-item-level-1,
.off-canvas .menu-item-level-0 {
  margin: 0 0 20px 0;
  position: relative;
}

@media (min-width: 376px) {
  .nav-primary .menu-item-level-1,
  .off-canvas .menu-item-level-0 {
    margin: 0 0 10px 0;
  }

  .nav-primary .menu-item-level-1:last-child,
  .off-canvas .menu-item-level-0:last-child {
    margin-bottom: 0;
  }
}

.nav-primary .menu-item-level-1>a,
.off-canvas .menu-item-level-0>a {
  color: #181818;
}

.nav-primary .menu-item-level-1>a::before,
.off-canvas .menu-item-level-0>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
}

@media (min-width: 376px) {
  .nav-primary .menu-item-level-1>a::before,
  .off-canvas .menu-item-level-0>a::before {
    left: -20px;
    width: 350px;
  }
}

.nav-primary .menu-item-level-1>.sub-menu,
.off-canvas .menu-item-level-0>.sub-menu {
  width: 100%;
  padding: 30px 0 10px 0;
}

.nav-primary .menu-item-level-1 .sub-menu,
.off-canvas .menu-item-level-0 .sub-menu {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item,
.off-canvas .menu-item-level-0 .sub-menu>.menu-item {
  opacity: 0;
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity .25s,-webkit-transform .25s;
  transition: opacity .25s,-webkit-transform .25s;
  -o-transition: opacity .25s,-o-transform .25s;
  transition: transform .25s,opacity .25s;
  transition: transform .25s,opacity .25s,-webkit-transform .25s,-o-transform .25s;
  margin-top: .5rem;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(1),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.025s;
       -o-transition-delay: 0.025s;
          transition-delay: 0.025s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(2),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.05s;
       -o-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(3),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(4),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(5),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.125s;
       -o-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(6),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(7),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.175s;
       -o-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(8),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(8) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(9),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(9) {
  -webkit-transition-delay: 0.225s;
       -o-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(10),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(10) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(11),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(11) {
  -webkit-transition-delay: 0.275s;
       -o-transition-delay: 0.275s;
          transition-delay: 0.275s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(12),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(12) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(13),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(13) {
  -webkit-transition-delay: 0.325s;
       -o-transition-delay: 0.325s;
          transition-delay: 0.325s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(14),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(14) {
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(15),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(15) {
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(16),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(16) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(17),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(17) {
  -webkit-transition-delay: 0.425s;
       -o-transition-delay: 0.425s;
          transition-delay: 0.425s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(18),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(18) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(19),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(19) {
  -webkit-transition-delay: 0.475s;
       -o-transition-delay: 0.475s;
          transition-delay: 0.475s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:nth-child(20),
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:nth-child(20) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-primary .menu-item-level-1 .sub-menu>.menu-item:last-child,
.off-canvas .menu-item-level-0 .sub-menu>.menu-item:last-child {
  margin-bottom: 10px;
}

.nav-primary .menu-item-level-1 .menu-item-expanded>.sub-menu,
.off-canvas .menu-item-level-0 .menu-item-expanded>.sub-menu,
.nav-primary .menu-item-expanded.menu-item-level-1>.sub-menu,
.off-canvas .menu-item-expanded.menu-item-level-0>.sub-menu {
  max-height: 1000px;
}

.nav-primary .menu-item-level-1 .menu-item-expanded>.sub-menu>.menu-item,
.off-canvas .menu-item-level-0 .menu-item-expanded>.sub-menu>.menu-item,
.nav-primary .menu-item-expanded.menu-item-level-1>.sub-menu>.menu-item,
.off-canvas .menu-item-expanded.menu-item-level-0>.sub-menu>.menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.nav-primary [class*=current].menu-item-level-1>a,
.off-canvas [class*=current].menu-item-level-0>a {
  color: #a58e3c;
}

.nav-primary .menu-item-level-1>a,
.off-canvas .menu-item-level-1>a,
.off-canvas .menu-item-level-2>a {
  position: relative;
  color: #181818;
  max-width: calc(100% - 30px);
}

.nav-primary .menu-item-level-1>.sub-menu,
.off-canvas .menu-item-level-1>.sub-menu,
.off-canvas .menu-item-level-2>.sub-menu {
  width: 100%;
}

.nav-primary .menu-item-level-1>.sub-menu>.menu-item,
.off-canvas .menu-item-level-1>.sub-menu>.menu-item,
.off-canvas .menu-item-level-2>.sub-menu>.menu-item {
  margin-top: 0;
}

.nav-primary .menu-item-level-1>.sub-menu>.menu-item>a::before,
.off-canvas .menu-item-level-1>.sub-menu>.menu-item>a::before,
.off-canvas .menu-item-level-2>.sub-menu>.menu-item>a::before,
.nav-primary .menu-item-level-1>.sub-menu>.menu-item>a::after,
.off-canvas .menu-item-level-1>.sub-menu>.menu-item>a::after,
.off-canvas .menu-item-level-2>.sub-menu>.menu-item>a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 2px;
  height: 125%;
  background: #a58e3c;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 30px;
}

.nav-primary .menu-item-level-1>.sub-menu>.menu-item:first-child,
.off-canvas .menu-item-level-1>.sub-menu>.menu-item:first-child,
.off-canvas .menu-item-level-2>.sub-menu>.menu-item:first-child {
  margin-top: .5rem;
}

.nav-primary .menu-item-level-1>.sub-menu>.menu-item:last-child,
.off-canvas .menu-item-level-1>.sub-menu>.menu-item:last-child,
.off-canvas .menu-item-level-2>.sub-menu>.menu-item:last-child {
  margin-bottom: 0;
}

.nav-primary .menu-item-level-1>.sub-menu>.menu-item:last-child>a,
.off-canvas .menu-item-level-1>.sub-menu>.menu-item:last-child>a,
.off-canvas .menu-item-level-2>.sub-menu>.menu-item:last-child>a {
  padding-bottom: 0;
}

.nav-primary [class*=current].menu-item-level-1>a,
.off-canvas [class*=current].menu-item-level-1>a,
.off-canvas [class*=current].menu-item-level-2>a {
  color: #a58e3c;
}

.nav-primary .menu-item-level-2>a,
.off-canvas .menu-item-level-2>a {
  padding-left: .5rem;
  color: #181818;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  text-decoration: underline;
}

.nav-dropdown a:focus-visible {
  -webkit-box-shadow: 0 0 0 2px hsl(244.21875,74.4186046512%,73.7254901961%);
          box-shadow: 0 0 0 2px hsl(244.21875,74.4186046512%,73.7254901961%);
  outline: 0 none;
}

.nav-dropdown .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

.nav-dropdown .toggle-expand {
  cursor: pointer;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 6px;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0);
  border: 0;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.nav-dropdown .toggle-expand:hover {
  color: rgb(138.82,119.4693333333,50.48);
}

.nav-dropdown .toggle-expand:focus-visible {
  -webkit-box-shadow: 0 0 0 2px hsl(244.21875,74.4186046512%,73.7254901961%);
          box-shadow: 0 0 0 2px hsl(244.21875,74.4186046512%,73.7254901961%);
  outline: 0 none;
}

.nav-dropdown .toggle-expand::before {
  margin: 0;
  width: auto;
}

.nav-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}

.nav-primary>ul {
  height: 100%;
}

.nav-primary>ul>li {
  padding: .5rem;
}

@media (min-width: 1250px) {
  .nav-primary>ul>li.menu-item-has-children {
    padding-right: 0;
  }
}

.nav-primary>ul>li>a {
  color: #181818;
  white-space: nowrap;
}

.nav-primary>ul>li>.toggle-expand {
  pointer-events: none;
  font-size: 6px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
}

.nav-primary>ul>li[class*=current-]>a {
  color: #a58e3c;
}

.nav-primary>ul>li:hover>a {
  text-decoration: none;
}

.nav-primary>ul>li:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #a58e3c;
  bottom: -1px;
  left: 0;
}

.nav-primary>ul>li:hover>.toggle-expand {
  color: #a58e3c;
}

.nav-primary>ul>li:hover>.toggle-expand>span {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-primary .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-primary .menu-item-level-0 {
  position: relative;
}

.nav-primary .menu-item-level-0:hover>.sub-menu,
.nav-primary .menu-item-level-0:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.nav-primary .menu-item-level-0>.sub-menu {
  overflow-y: auto;
  scrollbar-color: rgb(219.8,206.3066666667,158.2) rgba(0,0,0,0);
  scrollbar-width: thin;
  z-index: 3;
  position: absolute;
  top: calc(100% + 1px);
  left: -30px;
  padding: 16px 30px;
  width: 300px;
  max-height: 70vh;
  background: #fff;
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 6px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 6px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: visibility .25s,opacity .25s,-webkit-transform .25s;
  transition: visibility .25s,opacity .25s,-webkit-transform .25s;
  -o-transition: visibility .25s,opacity .25s,-o-transform .25s;
  transition: transform .25s,visibility .25s,opacity .25s;
  transition: transform .25s,visibility .25s,opacity .25s,-webkit-transform .25s,-o-transform .25s;
}

.nav-primary .menu-item-level-0>.sub-menu::-webkit-scrollbar {
  width: 5px;
}

.nav-primary .menu-item-level-0>.sub-menu::-webkit-scrollbar-track {
  border-left: 5px solid rgb(247,243.9333333333,233);
}

.nav-primary .menu-item-level-0>.sub-menu::-webkit-scrollbar-thumb {
  border-left: 5px solid rgb(219.8,206.3066666667,158.2);
}

.nav-primary .menu-item-level-0>.sub-menu::-webkit-scrollbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-primary .menu-item-level-1>a::before {
  display: none;
}

.nav-primary .menu-item-level-1 .menu-item-expanded>.sub-menu {
  max-height: 1000px;
}

.nav-primary .menu-item-level-1 .menu-item-expanded>.sub-menu>.menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.toggle-expand span {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
}

.toggle-expand span.rotated {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.bg-black {
  background: #080808;
}

footer.bg-black .text-container a {
  text-decoration: underline;
  color: #fff;
}

footer .footer-nav .menu {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}

@media (min-width: 768px) {
  footer .footer-nav .menu {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

@media (min-width: 1025px) {
  footer .footer-nav .menu.cols-4 {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

@media (min-width: 1025px) {
  footer .footer-nav .menu.cols-5 {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}

@media (min-width: 1025px) {
  footer .footer-nav .menu.cols-6 {
    grid-template-columns: repeat(6, minmax(100px, 1fr));
  }
}

footer .footer-nav .menu-item-level-0>a {
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

footer .footer-nav .menu-item-level-0 ul {
  margin-top: .25rem;
}

footer .footer-nav .menu-item-level-1>a {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

footer .site-logo img {
  width: 100%;
  height: 40px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

footer .social-buttons .btn {
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out;
}

footer .social-buttons .btn:hover {
  color: #181818;
}

footer hr {
  border-color: hsla(0,0%,100%,.2);
}

footer .footer-bottom-text a {
  color: hsla(0,0%,100%,.6);
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

body#tinymce {
  margin: 12px !important;
}

@media (min-width: 376px) {
  .mb-sm-child-lc-2-0:nth-last-child(2),
  .mb-sm-lc-0:last-child {
    margin-bottom: 0 !important;
  }
}

.small-icon {
  width: 60px;
  height: 60px;
  font-size: 35px;
  border-radius: 15px;
}

@media (min-width: 376px) {
  .small-icon {
    width: calc(1.8779342723vw + 52.9389671362px);
  }
}

@media (min-width: 1441px) {
  .small-icon {
    width: 80px;
  }
}

@media (min-width: 376px) {
  .small-icon {
    height: calc(1.8779342723vw + 52.9389671362px);
  }
}

@media (min-width: 1441px) {
  .small-icon {
    height: 80px;
  }
}

@media (min-width: 376px) {
  .small-icon {
    font-size: calc(1.4084507042vw + 29.7042253521px);
  }
}

@media (min-width: 1441px) {
  .small-icon {
    font-size: 50px;
  }
}

.large-icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
  border-radius: 15px;
}

@media (min-width: 376px) {
  .large-icon {
    width: calc(6.103286385vw + 57.0516431925px);
  }
}

@media (min-width: 1441px) {
  .large-icon {
    width: 145px;
  }
}

@media (min-width: 376px) {
  .large-icon {
    height: calc(6.103286385vw + 57.0516431925px);
  }
}

@media (min-width: 1441px) {
  .large-icon {
    height: 145px;
  }
}

@media (min-width: 376px) {
  .large-icon {
    font-size: calc(3.7558685446vw + 25.8779342723px);
  }
}

@media (min-width: 1441px) {
  .large-icon {
    font-size: 80px;
  }
}

.bg-gold-gradient {
  background: rgba(165,142,60,.6);
  background: -webkit-linear-gradient(-45deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  background: -webkit-linear-gradient(315deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  background: -o-linear-gradient(315deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
  background: linear-gradient(135deg, rgba(209, 193, 111, 0.2) 0%, rgba(165, 142, 60, 0.6) 100%);
}

.bg-gold-gradient-non-transparent {
  background: #cec092;
  background: -webkit-linear-gradient(-45deg, rgb(243, 239, 221) 0%, rgb(206, 192, 146) 100%);
  background: -webkit-linear-gradient(315deg, rgb(243, 239, 221) 0%, rgb(206, 192, 146) 100%);
  background: -o-linear-gradient(315deg, rgb(243, 239, 221) 0%, rgb(206, 192, 146) 100%);
  background: linear-gradient(135deg, rgb(243, 239, 221) 0%, rgb(206, 192, 146) 100%);
}

@media (max-width: 375.98px) {
  .fullwidth-image-mobile {
    margin: 0 -15px;
  }
}

.content-columns-link a[href^="mailto:"] {
  word-break: normal;
}

.component-content-cta_block .container {
  z-index: 10;
}

.component-content-cta_block figure {
  height: 100%;
}

.component-content-cta_block figure .img-fluid,
.component-content-cta_block figure .wp-caption img,
.wp-caption .component-content-cta_block figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-white .accordion {
  border: 1px solid #cdcdcd;
}

.accordion {
  border-radius: 8px;
  overflow: hidden;
}

.accordion-header {
  padding: 16px 15px;
  cursor: pointer;
}

@media (min-width: 376px) {
  .accordion-header {
    padding: 19px 20px;
  }
}

.accordion-header .icon-container span {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
}

.accordion-header .icon-container span.rotated {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-content {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
  z-index: 1;
  position: relative;
}

.accordion-content.open .accordion-content-inner {
  opacity: 1;
}

.accordion-content .accordion-content-inner {
  padding: 0 20px 19px 20px;
  opacity: 0;
  -webkit-transition: opacity .2s .2s ease-in;
  -o-transition: opacity .2s .2s ease-in;
  transition: opacity .2s .2s ease-in;
  background-color: #fff;
}

.component-content-gold-calculator .disclaimer {
  background: rgba(165,142,60,.2);
}

.component-content-gold-calculator .price-description {
  font-size: 14px;
  width: 300px;
  height: 18px;
  padding: 0;
  position: absolute;
  right: -23px;
  bottom: 0;
}

.component-content-gold-calculator .price-description.has-tooltip::after {
  right: 0;
  top: 5px;
}

.component-content-gold-calculator .price-description .tooltip_desc {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 0;
}

.component-content-gold-calculator .price-description .tooltip_desc:hover {
  right: -39px;
  top: -15px;
}

@media (min-width: 768px) {
  .component-content-gold-calculator .price-description {
    font-size: 16px;
  }
}

.component-content-gold-calculator .input-styled-box:hover {
  border-color: #000 !important;
}

.component-content-gold-calculator .js-invest {
  max-width: 112px;
}

@media screen and (min-width: 480px) {
  .component-content-gold-calculator .js-invest {
    max-width: 100%;
  }
}

.component-content-gold-calculator .column-wrapper .column {
  width: 100%;
}

@media (min-width: 768px) {
  .component-content-gold-calculator .column-wrapper .column {
    width: calc(50% - 1.25rem);
  }
}

.component-content-gold-calculator .column-wrapper .column-full {
  width: 100%;
}

.component-content-gold-calculator .column-wrapper h4 .description {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 1.55;
  font-size: 14px;
  display: block;
}

@media (min-width: 768px) {
  .component-content-gold-calculator .column-wrapper h4 .description {
    display: inline;
  }
}

.component-content-gold-calculator .has-tooltip {
  padding-right: 2.7rem !important;
}

.component-content-gold-calculator .has-tooltip::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.component-content-gold-calculator .tooltip_desc {
  font-size: .8rem;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-75%);
       -o-transform: translateY(-75%);
          transform: translateY(-75%);
}

.component-content-gold-calculator .tooltip_desc p,
.component-content-gold-calculator .tooltip_desc a {
  font-size: inherit;
  color: inherit;
  height: 100%;
  overflow: hidden;
}

.component-content-gold-calculator .usp-icon-image {
  width: 38px;
  height: 38px;
}

@media (min-width: 768px) {
  .component-content-gold-calculator .usp-icon-image {
    width: 48px;
    height: 48px;
  }
}

.component-content-gold-calculator .opacity-0 {
  opacity: 0;
}

.component-content-gold-most-value-block .container {
  z-index: 10;
}

.component-content-gold-most-value-block .puff {
  -webkit-box-shadow: rgba(119,119,199,.15) 0 2px 6px 0;
          box-shadow: rgba(119,119,199,.15) 0 2px 6px 0;
}

.component-content-gold-most-value-block .puff a.puff-product,
.component-content-gold-most-value-block .puff a.puff-all {
  color: #181818;
}

.component-content-gold-most-value-block figure {
  height: 100%;
}

.component-content-gold-most-value-block figure .img-fluid,
.component-content-gold-most-value-block figure .wp-caption img,
.wp-caption .component-content-gold-most-value-block figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.component-content-gold-most-value-block figure.all-products-image,
.component-content-gold-most-value-block figure.product-image {
  height: 180px;
}

.component-content-gold-most-value-block figure.all-products-image img,
.component-content-gold-most-value-block figure.product-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.component-content-gold-most-value-block button.buy-btn,
.component-content-gold-most-value-block button.all-btn {
  font-weight: 700;
}

.component-content-hero.bg-black .entry-content>* {
  color: #fff;
}

.component-content-hero.bg-black .entry-content>* a {
  color: #fff;
}

.component-content-hero.bg-black .entry-content>* a::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxMiI+CiAgPHBhdGggZD0iTS44IDEyYy0uMiAwLS40LS4xLS41LS4yLS4zLS4zLS4zLS44IDAtMS4xTDUgNiAuMiAxLjNDLS4xIDEtLjEuNS4yLjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMy41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjQuM3oiIG9wYWNpdHk9IjAuMyIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik03LjQgMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMMTEuNiA2IDYuOCAxLjNDNi41IDEgNi41LjUgNi44LjJjLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiIG9wYWNpdHk9IjAuNiIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xLjMtLjMuOC0uMyAxLjEgMGw1LjMgNS4zYzAgLjEuMS4zLjEuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==);
}

.component-content-hero.bg-black .entry-content>* a:hover::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYWdlcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNLjggMTJjLS4yIDAtLjQtLjEtLjUtLjItLjMtLjMtLjMtLjggMC0xLjFMNSA2IC4yIDEuM0MtLjEgMS0uMS41LjIuMlMxLS4xIDEuMy4ybDUuMyA1LjNjLjEuMS4yLjMuMi41cy0uMS40LS4zLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNC4zeiIvPgoJPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTcuNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxMS42IDYgNi44IDEuM0M2LjUgMSA2LjUuNSA2LjguMnMuOC0uMyAxLjEgMGw1LjMgNS4zYy4xLjEuMi4zLjIuNXMtLjEuNC0uMi41bC01LjMgNS4yYy0uMS4yLS4zLjMtLjUuM3oiLz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNCAxMmMtLjIgMC0uNC0uMS0uNS0uMi0uMy0uMy0uMy0uOCAwLTEuMUwxOC4yIDZsLTQuNy00LjdjLS4zLS4zLS4zLS44IDAtMS4xcy44LS4zIDEuMSAwbDUuMyA1LjNjMCAuMS4xLjMuMS41cy0uMS40LS4yLjVsLTUuMyA1LjJjLS4xLjItLjMuMy0uNS4zeiIvPgo8L3N2Zz4K);
}

.component-content-hero .entry-content {
  z-index: 1;
  position: relative;
}

.component-content-hero.small-circles-image-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .breadcrumbs+.component.fifty-fifty-image-hero {
    padding-top: 50px;
  }
}

.fullwidth-image {
  position: relative;
}

@media (min-width: 768px) {
  .fullwidth-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .fullwidth-image figure {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .fullwidth-image figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    opacity: 1;
  }
}

.fullwidth-image figure .overlay {
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .fullwidth-image figure .overlay {
    opacity: .3;
  }
}

@media (min-width: 768px) {
  .fullwidth-hero-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .aspect-ratio-md-down-special-hero {
    position: relative;
  }

  .aspect-ratio-md-down-special-hero::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 52.0833333333%;
  }
}

@media (max-width: 767.98px) {
  .special-align-hero-img-mobile {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .fifty-fifty-image {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px)and (min-width: 376px) {
  .fifty-fifty-image {
    padding-bottom: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (max-width: 767.98px)and (min-width: 768px) {
  .fifty-fifty-image {
    padding-bottom: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (max-width: 767.98px)and (min-width: 1025px) {
  .fifty-fifty-image {
    padding-bottom: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (max-width: 767.98px)and (min-width: 1441px) {
  .fifty-fifty-image {
    padding-bottom: 80px;
  }
}

.component-content-mailmojo .container {
  z-index: 3;
}

.component-content-mailmojo .container .form-container form,
.component-content-mailmojo .container .form-container .gform_fields {
  display: grid;
  gap: 1rem;
}

.component-content-mailmojo .container .form-container .gfield_label {
  margin-bottom: .5rem;
  display: block;
  font-weight: bold;
}

.component-content-mailmojo .container .form-container .gform_button {
  width: 100%;
  background-color: #1b4e49;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.component-content-mailmojo .container .form-container .gform_button:hover {
  background-color: #4a736f;
  text-decoration: none;
}

.component-content-mailmojo .container .form-container .gform_button:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgb(120.6,115.2,192);
          box-shadow: 0 0 0 2px rgb(120.6,115.2,192);
  outline: 0 none;
}

.component-content-mailmojo .container .form-container .gform_button:disabled {
  background-color: #cdcdcd !important;
  color: #575757;
  cursor: not-allowed;
}

.component-content-mailmojo .container .form-container .gform_button:active {
  background-color: #1b4e49;
}

.nav-tabs {
  border-color: #cdcdcd;
}

.nav-item .nav-link {
  position: relative;
  border: none;
  padding: 20px 15px 20px 0;
  margin-right: 25px;
  color: #181818;
  opacity: .5;
}

.nav-item .nav-link:hover {
  color: #a58e3c;
  opacity: 1;
}

.nav-item .nav-link.active {
  opacity: 1;
}

.nav-item .nav-link.active::after {
  content: "";
  height: 4px;
  background-color: #a58e3c;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.woocommerce-tabs .tabs .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.woocommerce-tabs .tabs .nav-tabs .nav-item .nav-link {
  white-space: nowrap;
}

.woocommerce-tabs .tab-content {
  padding-bottom: 2rem;
  border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .woocommerce-tabs .tab-content {
    padding-right: 25px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.woocommerce-tabs .inner-container {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .woocommerce-tabs .inner-container {
    padding-left: 25px;
    padding-top: 0;
  }
}

.woocommerce-tabs .shop_attributes {
  border: none;
}

.woocommerce-tabs .shop_attributes tr:nth-child(even) {
  background-color: #f4f4f4;
}

.woocommerce-tabs .shop_attributes tr th {
  text-align: left;
  font-weight: 700;
  background-color: rgba(0,0,0,0);
  border: none;
  padding: .75rem;
}

.woocommerce-tabs .shop_attributes tr td {
  border: none;
  background-color: rgba(0,0,0,0);
  text-align: right;
  padding: .75rem;
  font-style: normal;
}

.woocommerce-tabs .shop_attributes tr td p {
  padding: 0;
}

@media (min-width: 768px) {
  .border-between-cols {
    border-bottom: 0;
    border-right: 1px solid #cdcdcd;
  }
}

.icon-margin-0 {
  font-size: 30px;
}

.icon-margin-0::before {
  margin: 0;
}

.component-content-slider-puffs {
  overflow-x: hidden;
}

.component-content-slider-puffs .container {
  z-index: 3;
}

.component-content-slider-puffs .swiper-outer,
.component-content-slider-puffs .swiper-container {
  overflow: hidden;
}

.component-content-slider-puffs .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  width: 100%;
}

.component-content-slider-puffs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  width: 100%;
}

.component-content-slider-puffs .swiper-slide {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  max-width: 240px;
}

.component-content-slider-puffs.bg-dark-green .headline,
.component-content-slider-puffs.bg-blue .headline {
  color: #fff;
}

.component-content-storefront-carousel .carousel-wrapper {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .component-content-storefront-carousel .carousel-wrapper {
    padding-right: .5rem;
  }
}

.component-content-storefront-carousel .storefront-swiper {
  height: 429px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  overflow: hidden;
  border-radius: 1.5rem;
}

.component-content-storefront-carousel .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.component-content-storefront-carousel .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.component-content-storefront-carousel .swiper-slide figure {
  min-height: 100%;
}

.component-content-storefront-carousel .spots-wrapper {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .component-content-storefront-carousel .spots-wrapper {
    padding-left: .5rem;
  }
}

.component-content-storefront-carousel .swiper-button-prev,
.component-content-storefront-carousel .swiper-button-next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 88px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.component-content-storefront-carousel .swiper-button-prev.swiper-button-disabled,
.component-content-storefront-carousel .swiper-button-next.swiper-button-disabled {
  cursor: default;
}

.component-content-storefront-carousel .swiper-button-prev.swiper-button-disabled::after,
.component-content-storefront-carousel .swiper-button-next.swiper-button-disabled::after {
  color: rgba(0,0,0,.4);
}

.component-content-storefront-carousel .swiper-button-next {
  right: 72px;
}

.component-content-storefront-carousel .swiper-button-next::after {
  font-family: "fontello";
  content: "\E808";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
}

.component-content-storefront-carousel .swiper-button-prev {
  right: 16px;
}

.component-content-storefront-carousel .swiper-button-prev::after {
  font-family: "fontello";
  content: "\E809";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .component-content-storefront-carousel .spot {
    padding: 0 !important;
  }
}

.component-content-storefront-carousel .spot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 278px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.component-content-storefront-carousel .spot-inner img {
  margin: auto;
  max-height: 278px;
}

.component-content-storefront-carousel .third-spot {
  height: 135px;
  color: #fff;
  padding: 0 40px;
}

.component-content-storefront-carousel .third-spot h3 {
  font-weight: 400;
}

.component-content-storefront-carousel .pr-2 {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .component-content-storefront-carousel .pr-2 {
    padding-right: .5rem;
  }
}

.component-content-storefront-carousel .pl-2 {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .component-content-storefront-carousel .pl-2 {
    padding-left: .5rem;
  }
}

.component-content-storefront-carousel .mt-4 {
  margin-top: 1rem !important;
}

.component-content-storefront-carousel .rounded-3xl {
  border-radius: 1.5rem;
}

.component-content-storefront-carousel .text-panel {
  bottom: 0;
  background: rgba(0,0,0,.3);
  padding: 1.5rem;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin: 0 0;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.component-content-storefront-carousel .text-panel p {
  font-size: 16px;
}

.component-content-storefront-carousel .text-panel a {
  color: inherit;
  position: relative;
  display: block;
  width: 100%;
}

.component-content-storefront-carousel .text-panel a::after {
  font-family: "fontello";
  content: "\E809";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
}

@media (min-width: 768px) {
  .component-submenu {
    background-color: rgba(165,142,60,.1019607843);
    padding-top: 40px;
  }
}

.component-submenu .inner-container {
  padding-left: 15px;
  padding-top: 1rem;
  padding-right: 15px;
  padding-bottom: .5rem;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 376px) {
  .component-submenu .inner-container {
    padding-left: calc(3.8265306122vw + 0.612244898px);
  }
}

@media (min-width: 768px) {
  .component-submenu .inner-container {
    padding-left: calc(2.2288261516vw + 12.882615156px);
  }
}

@media (min-width: 1441px) {
  .component-submenu .inner-container {
    padding-left: 45px;
  }
}

@media (min-width: 768px) {
  .component-submenu .inner-container {
    padding-bottom: 0;
    padding-top: 0;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
  }
}

.menuToogle {
  width: 100%;
  background-color: #ede8d8;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.5px;
  color: #000;
  padding: 19px 16px;
  border: none;
  border-radius: 4px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.menuToogle::after {
  font-family: "fontello";
  content: "\E807";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menuToogle.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.menuToogle.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.submenu-mobile {
  background-color: #ede8d8;
  padding: 0 22px 16px 16px;
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 12px 12px -3px rgba(0,0,0,.2);
          box-shadow: 0 12px 12px -3px rgba(0,0,0,.2);
}

.submenu-mobile a {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.submenu-mobile>li {
  display: block;
}

.submenu-mobile.active {
  display: block;
}

.submenu-mobile-current {
  margin-top: 24px;
}

.submenu-mobile-current button {
  display: none !important;
}

.submenu-mobile-current>li>a {
  height: 0;
  display: block;
  overflow: hidden;
}

.submenu-mobile-current>li>ul.sub-menu {
  display: none;
}

.submenu-mobile-current>li>ul.sub-menu>li {
  background-color: #fff;
}

.submenu-mobile-current>li>ul.sub-menu>li>a {
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.5px;
  color: #000;
}

.submenu-mobile-current>li>ul.sub-menu>li>ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
}

.submenu-mobile-current>li>ul.sub-menu>li>ul.sub-menu>li>a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #a58e3c;
  padding: 11px 12px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  color: #000;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 8px;
}

.submenu-mobile-current>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
  background: rgba(165,142,60,.1);
  text-decoration: none;
}

.submenu-mobile-current>li>ul.sub-menu>li>ul.sub-menu>li.current-menu-item>a {
  background-color: #ede8d8;
}

.submenu-mobile-current>li.current-menu-item>ul.sub-menu,
.submenu-mobile-current>li.current_page_ancestor>ul.sub-menu {
  display: block;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu a {
  color: #000;
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  line-height: 17.5px;
}

.submenu button {
  display: none !important;
  background-color: none;
  padding: 0;
}

.submenu>li {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  position: relative;
}

.submenu>li>a {
  padding: 12px 15px;
  display: block;
  background-color: #fff;
  font-weight: 700;
  border-radius: 8px;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
  font-size: 17px;
}

.submenu>li>a:focus {
  background-color: #fff;
  outline-offset: 1px;
  outline-width: 2px;
  outline-color: #1b4e49;
  outline-style: solid;
}

.submenu>li.menu-item-has-children>a {
  position: relative;
  padding-right: 36px;
}

.submenu>li.menu-item-has-children>a::after {
  font-family: "fontello";
  content: "\E807";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  -o-transition: -o-transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms, -o-transform 350ms;
}

.submenu>li.menu-item-has-children:focus-within>ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu>li.current-menu-item>a,
.submenu>li.current-page-ancestor>a {
  background-color: rgba(165,142,60,.1);
}

.submenu>li>ul.sub-menu {
  display: none;
  position: absolute;
  width: 800px;
  top: 70px;
  background-color: #ede8d8;
  padding: 24px;
  border-radius: 8px;
  z-index: 90;
}

.submenu>li>ul.sub-menu>li {
  border-right: 1px solid #a58e3c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.3%;
  padding: 0 2rem;
}

.submenu>li>ul.sub-menu>li:first-of-type {
  padding-right: 2rem;
  padding-left: 0;
}

.submenu>li>ul.sub-menu>li:last-of-type {
  padding-left: 2rem;
  padding-right: 0;
  border-right: none;
}

.submenu>li>ul.sub-menu>li>a {
  font-weight: 700;
  display: block;
  padding-bottom: 12px;
}

.submenu>li>ul.sub-menu>li>a:focus {
  text-decoration: underline;
}

.submenu>li>ul.sub-menu>li>ul.submenu {
  display: block;
}

.submenu>li>ul.sub-menu>li>ul.submenu>li {
  border-right: none;
}

.submenu>li>ul.sub-menu>li>ul.sub-menu>li>a {
  font-weight: 400;
  display: block;
  border-top: 1px solid rgba(165,142,60,.25);
  padding: 12px 0 11px 0;
  position: relative;
}

.submenu>li>ul.sub-menu>li>ul.sub-menu>li>a:focus {
  text-decoration: underline;
}

.submenu>li>ul.sub-menu>li>ul.sub-menu>li>a::after {
  font-family: "fontello";
  content: "\E809";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  position: absolute;
  right: 0;
  text-decoration: none;
}

.submenu>li:hover>a {
  background-color: rgba(165,142,60,.1);
  text-decoration: none;
}

.submenu>li:hover>a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.submenu>li:hover>ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-content-video .container {
  padding-bottom: 40px;
}

@media (min-width: 376px) {
  .component-content-video .container {
    padding-bottom: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (min-width: 768px) {
  .component-content-video .container {
    padding-bottom: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (min-width: 1025px) {
  .component-content-video .container {
    padding-bottom: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (min-width: 1441px) {
  .component-content-video .container {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .component-content-video .container {
    padding-top: 40px;
    position: relative;
  }
}

@media (min-width: 768px)and (min-width: 376px) {
  .component-content-video .container {
    padding-top: calc(2.5510204082vw + 30.4081632653px);
  }
}

@media (min-width: 768px)and (min-width: 768px) {
  .component-content-video .container {
    padding-top: calc(3.8910505837vw + 20.1167315175px);
  }
}

@media (min-width: 768px)and (min-width: 1025px) {
  .component-content-video .container {
    padding-top: calc(4.8076923077vw + 10.7211538462px);
  }
}

@media (min-width: 768px)and (min-width: 1441px) {
  .component-content-video .container {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .component-content-video .container .order-1.order-md-0 .entry-content {
    padding-left: 20px;
  }

  .component-content-video .container .order-1.order-md-1 .entry-content {
    padding-right: 20px;
  }
}

.component-content-video .container .offset-bg {
  z-index: -1;
  right: 0;
  top: 50px;
  bottom: 0;
}

@media (min-width: 768px) {
  .component-content-video .container .offset-bg {
    top: 0;
    height: 100%;
  }

  .component-content-video .container .offset-bg.image-position-right {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .component-content-video .container .offset-bg {
    right: 0;
  }

  .component-content-video .container .offset-bg.image-position-right {
    right: auto;
    left: 0;
  }
}

.component-content-video .btn>.icon-play-large-icon {
  margin-right: 0;
}

.iframe-container .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

.iframe-container .embed-container.started {
  opacity: 1;
}


/*# sourceMappingURL=main.css.map*/