/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1410px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

p {
  line-height: clamp(1.5rem, 1.0037rem + 2.2059vw, 2.0625rem);
  color: var(--wp--preset--color--paragraph);
  margin-bottom: 50px;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

.iframe-container {
  aspect-ratio: 16/21.3;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body:not(.wp-admin) {
  /* Typography
  --------------------------------------------- */
  /* Elements
  --------------------------------------------- */
  /* Make sure embeds and iframes fit their containers. */
  /* Links
  --------------------------------------------- */
  /* Forms
  --------------------------------------------- */
}
body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6 {
  clear: both;
}
body:not(.wp-admin) dfn,
body:not(.wp-admin) cite,
body:not(.wp-admin) em,
body:not(.wp-admin) i {
  font-style: italic;
}
body:not(.wp-admin) blockquote {
  margin: 0 1.5em;
}
body:not(.wp-admin) address {
  margin: 0 0 1.5em;
}
body:not(.wp-admin) pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
body:not(.wp-admin) code,
body:not(.wp-admin) kbd,
body:not(.wp-admin) tt,
body:not(.wp-admin) var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body:not(.wp-admin) abbr,
body:not(.wp-admin) acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
body:not(.wp-admin) mark,
body:not(.wp-admin) ins {
  background: #fff9c0;
  text-decoration: none;
}
body:not(.wp-admin) big {
  font-size: 125%;
}
body:not(.wp-admin) body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body:not(.wp-admin) hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
body:not(.wp-admin) ul,
body:not(.wp-admin) ol {
  margin: 0 0 1.5em 3em;
}
body:not(.wp-admin) ul {
  list-style: disc;
}
body:not(.wp-admin) ol {
  list-style: decimal;
}
body:not(.wp-admin) li > ul,
body:not(.wp-admin) li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
body:not(.wp-admin) dt {
  font-weight: 700;
}
body:not(.wp-admin) dd {
  margin: 0 1.5em 1.5em;
}
body:not(.wp-admin) embed,
body:not(.wp-admin) iframe,
body:not(.wp-admin) object {
  max-width: 100%;
}
body:not(.wp-admin) img {
  height: auto;
  max-width: 100%;
}
body:not(.wp-admin) figure {
  margin: 1em 0;
}
body:not(.wp-admin) table {
  margin: 0 0 1.5em;
  width: 100%;
}
body:not(.wp-admin) a {
  font-weight: 700;
}
body:not(.wp-admin) a:focus {
  outline: thin dotted;
}
body:not(.wp-admin) a:hover, body:not(.wp-admin) a:active {
  outline: 0;
}
body:not(.wp-admin) button,
body:not(.wp-admin) input[type=button],
body:not(.wp-admin) input[type=reset],
body:not(.wp-admin) input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
body:not(.wp-admin) button:hover,
body:not(.wp-admin) input[type=button]:hover,
body:not(.wp-admin) input[type=reset]:hover,
body:not(.wp-admin) input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
body:not(.wp-admin) button:active, body:not(.wp-admin) button:focus,
body:not(.wp-admin) input[type=button]:active,
body:not(.wp-admin) input[type=button]:focus,
body:not(.wp-admin) input[type=reset]:active,
body:not(.wp-admin) input[type=reset]:focus,
body:not(.wp-admin) input[type=submit]:active,
body:not(.wp-admin) input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
body:not(.wp-admin) input[type=text],
body:not(.wp-admin) input[type=email],
body:not(.wp-admin) input[type=url],
body:not(.wp-admin) input[type=password],
body:not(.wp-admin) input[type=search],
body:not(.wp-admin) input[type=number],
body:not(.wp-admin) input[type=tel],
body:not(.wp-admin) input[type=range],
body:not(.wp-admin) input[type=date],
body:not(.wp-admin) input[type=month],
body:not(.wp-admin) input[type=week],
body:not(.wp-admin) input[type=time],
body:not(.wp-admin) input[type=datetime],
body:not(.wp-admin) input[type=datetime-local],
body:not(.wp-admin) input[type=color],
body:not(.wp-admin) textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
body:not(.wp-admin) input[type=text]:focus,
body:not(.wp-admin) input[type=email]:focus,
body:not(.wp-admin) input[type=url]:focus,
body:not(.wp-admin) input[type=password]:focus,
body:not(.wp-admin) input[type=search]:focus,
body:not(.wp-admin) input[type=number]:focus,
body:not(.wp-admin) input[type=tel]:focus,
body:not(.wp-admin) input[type=range]:focus,
body:not(.wp-admin) input[type=date]:focus,
body:not(.wp-admin) input[type=month]:focus,
body:not(.wp-admin) input[type=week]:focus,
body:not(.wp-admin) input[type=time]:focus,
body:not(.wp-admin) input[type=datetime]:focus,
body:not(.wp-admin) input[type=datetime-local]:focus,
body:not(.wp-admin) input[type=color]:focus,
body:not(.wp-admin) textarea:focus {
  color: #111;
}
body:not(.wp-admin) select {
  border: 1px solid #ccc;
}
body:not(.wp-admin) textarea {
  width: 100%;
}

/*
** Bootstrap
*/
/*!
 * Bootstrap v5.1.3 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1410px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.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: 576px) {
  .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: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.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;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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: flex !important;
}

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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 {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  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: #0d6efd !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: #dc3545 !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 {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * The tablist
 */
[role=tablist] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0;
}

[role=tablist] * {
  box-sizing: border-box;
}

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role=tablist] li {
    display: inline-block;
  }
}
/**
 * The tabs
 */
[role=tab] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
   * Active tab styling
   */
  /**
   * Tabs on hover
   */
}

@media (min-width: 30em) {
  [role=tab] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px;
  }
}
[role=tab][aria-selected=true] {
  background-color: lightgray;
}

@media (min-width: 30em) {
  [role=tab][aria-selected=true] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff;
  }
}
[role=tab]:hover:not([aria-selected=true]) {
  background-color: #f7f7f7;
}

@media (min-width: 30em) {
  [role=tab]:hover:not([aria-selected=true]) {
    border: 1px solid lightgray;
  }
}
/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header {
  position: relative;
}
.header .top-header {
  padding-top: 14px;
  padding-bottom: 20px;
  background: #141617;
  display: none;
}
@media screen and (min-width: 992px) {
  .header .top-header {
    display: block;
  }
  .header .top-header .logo {
    margin-top: 12px;
  }
  .header .top-header .content {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-wrap: wrap;
  }
  .header .top-header .content__right {
    margin-right: 35px;
  }
  .header .top-header .content__right span {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #DCA600;
    line-height: 33px; /* 137.5% */
    display: block;
  }
  .header .top-header .content__right a {
    color: #fff;
    font-family: var(--wp--preset--font-family--inter);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    line-height: 33px; /* 103.125% */
  }
  .header .top-header .content__left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding-left: 0px;
    margin-left: 0px;
  }
  .header .top-header .content__left ul li {
    color: #FFF;
    text-align: center;
    font-family: var(--wp--preset--font-family--inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    list-style: none;
    padding-right: 15px;
  }
  .header .top-header .content__left ul li a {
    color: #FFF;
    text-decoration: none;
  }
  .header .top-header .content__left ul li a:hover {
    color: #DCA600;
  }
  .header .top-header .content__left ul li:before {
    margin-right: 6px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><g clip-path="url(%23clip0_1137_208)"><path d="M7.00009 0.0478516C5.25753 0.0478516 3.83984 1.46553 3.83984 3.20809C3.83984 4.95065 5.25753 6.36831 7.00009 6.36831C8.74265 6.36831 10.1603 4.95063 10.1603 3.20807C10.1603 1.46551 8.74265 0.0478516 7.00009 0.0478516ZM7.00009 5.57828C5.69317 5.57828 4.6299 4.51501 4.6299 3.20809C4.6299 1.90118 5.69317 0.837912 7.00009 0.837912C8.307 0.837912 9.37027 1.90118 9.37027 3.20809C9.37027 4.51501 8.307 5.57828 7.00009 5.57828Z" fill="white"/><path d="M6.99981 7.1582C4.02295 7.1582 1.60107 9.58008 1.60107 12.5569V12.952H12.3985V12.557C12.3985 9.58008 9.97667 7.1582 6.99981 7.1582ZM2.4079 12.1619C2.60895 9.80495 4.59165 7.94826 6.99981 7.94826C9.40797 7.94826 11.3907 9.80492 11.5917 12.1619H2.4079Z" fill="white"/></g><defs><clipPath id="clip0_1137_208"><rect width="12.9043" height="12.9043" fill="white" transform="translate(0.547852 0.0478516)"/></clipPath></defs></svg>');
  }
  .header .top-header .content__left ul li:last-child {
    margin-right: 3px;
    padding-right: 0px;
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
  .header .top-header .content__left .btn {
    color: #141411;
    text-align: center;
    font-family: var(--wp--preset--font-family--inter);
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 6px;
    text-decoration: none;
    padding: 15px 25px 11px 25px;
    display: flex;
    background: linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%);
  }
  .header .top-header .content__left .btn:hover {
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
    color: #fff;
    background: linear-gradient(95deg, #3ACCAA -1.22%, #1C7AAF 105.64%);
  }
  .header .top-header .content__left .btn:hover:after {
    filter: brightness(0) invert(1);
  }
  .header .top-header .content__left .btn:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 11.0001V13.0001H16L10.5 18.5001L11.92 19.9201L19.84 12.0001L11.92 4.08008L10.5 5.50008L16 11.0001H4Z" fill="%23141411"/></svg>');
    margin-left: 10px;
  }
}
.header .top-mobile-header {
  background: #22221C;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .top-mobile-header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.header .top-mobile-header ul li {
  color: #FFF;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  list-style: none;
  padding-right: 15px;
}
.header .top-mobile-header ul li a {
  color: #FFF;
  text-decoration: none;
}
.header .top-mobile-header ul li a:hover {
  color: #DCA600;
}
.header .top-mobile-header ul li:before {
  margin-right: 6px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><g clip-path="url(%23clip0_1137_208)"><path d="M7.00009 0.0478516C5.25753 0.0478516 3.83984 1.46553 3.83984 3.20809C3.83984 4.95065 5.25753 6.36831 7.00009 6.36831C8.74265 6.36831 10.1603 4.95063 10.1603 3.20807C10.1603 1.46551 8.74265 0.0478516 7.00009 0.0478516ZM7.00009 5.57828C5.69317 5.57828 4.6299 4.51501 4.6299 3.20809C4.6299 1.90118 5.69317 0.837912 7.00009 0.837912C8.307 0.837912 9.37027 1.90118 9.37027 3.20809C9.37027 4.51501 8.307 5.57828 7.00009 5.57828Z" fill="white"/><path d="M6.99981 7.1582C4.02295 7.1582 1.60107 9.58008 1.60107 12.5569V12.952H12.3985V12.557C12.3985 9.58008 9.97667 7.1582 6.99981 7.1582ZM2.4079 12.1619C2.60895 9.80495 4.59165 7.94826 6.99981 7.94826C9.40797 7.94826 11.3907 9.80492 11.5917 12.1619H2.4079Z" fill="white"/></g><defs><clipPath id="clip0_1137_208"><rect width="12.9043" height="12.9043" fill="white" transform="translate(0.547852 0.0478516)"/></clipPath></defs></svg>');
}
.header .top-mobile-header ul li:last-child {
  margin-right: 3px;
  padding-right: 0px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .header .top-mobile-header {
    display: none;
  }
}
.header .bg-mb-menu {
  padding-top: 12px;
  background: #141411;
  border-bottom: 2px solid #E6C254;
}
.header .bg-mb-menu .content {
  margin-top: 20px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .bg-mb-menu .content__right {
  text-align: center;
}
.header .bg-mb-menu .content__right span {
  color: #DCA600;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 22px; /* 169.231% */
}
.header .bg-mb-menu .content__right a {
  color: #FFF;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
.header .bg-mb-menu .content__left .btn {
  max-width: 200px;
  color: #141411;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 6px;
  text-decoration: none;
  padding: 14px 12px 14px 15px;
  display: flex;
  background: linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%);
}
.header .bg-mb-menu .content__left .btn:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 11.0001V13.0001H16L10.5 18.5001L11.92 19.9201L19.84 12.0001L11.92 4.08008L10.5 5.50008L16 11.0001H4Z" fill="%23141411"/></svg>');
  margin-left: 10px;
  position: relative;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .header .bg-mb-menu {
    display: none;
  }
}
.header__mobile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mobile .mobile-button {
  border-radius: 6px;
  border: 3px solid #E6C254;
  background-color: transparent;
  padding: 5px;
  width: 54px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__mobile .mobile-button .menu__bar {
  background-color: white;
  border-radius: 4px;
  display: block;
  height: 3px;
  width: 30px;
  margin-top: 7px;
  transition: width ease-in-out 0.3s;
}
.header__mobile .mobile-button .menu__bar:first-child {
  margin-top: 0;
}
.header__mobile .close-mobile-button {
  display: none;
}
.header .bg-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .bg-menu {
    display: block;
    background: #141411;
    border-bottom: 2px solid #E6C254;
  }
}
.header__desktop-wrapper {
  position: relative;
}
.header__desktop-menu {
  position: relative;
  z-index: 999;
}
.header__desktop-menu .header-menu {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.header__desktop-menu .header-menu ul {
  list-style: none;
}
.header__desktop-menu .header-menu > li {
  position: relative;
  margin-right: 16px;
}
@media screen and (min-width: 1200px) {
  .header__desktop-menu .header-menu > li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .header__desktop-menu .header-menu > li {
    margin-right: 30px;
  }
}
.header__desktop-menu .header-menu > li:first-child a {
  padding-left: 0;
}
.header__desktop-menu .header-menu > li:last-child {
  margin-right: 20px;
}
.header__desktop-menu .header-menu > li:last-child a {
  padding-right: 0;
}
.header__desktop-menu .header-menu > li:last-child:after {
  display: none;
}
.header__desktop-menu .header-menu > li.menu-item-has-children:after {
  content: url(../svg/submenu-arrow.svg);
  filter: brightness(0) invert(1);
  background: transparent;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 15px;
  height: 20px;
  transform: translateY(-50%);
}
.header__desktop-menu .header-menu > li.menu-item-has-children:is(:hover, :active) .sub-menu {
  display: block;
}
.header__desktop-menu .header-menu > li.menu-item-has-children a {
  padding-right: 18px;
}
.header__desktop-menu .header-menu > li.menu-item-has-children .sub-menu a {
  font-size: 16px;
  text-transform: initial;
  text-align: left;
}
.header__desktop-menu .header-menu > li.menu-item-has-children .sub-menu a:hover {
  color: var(--wp--preset--color--yellow);
}
.header__desktop-menu .header-menu > li:after {
  content: "";
  background: rgba(255, 255, 255, 0.2666666667);
  width: 1px;
  height: 13px;
  position: absolute;
  top: 40%;
  right: -9px;
}
@media screen and (min-width: 1200px) {
  .header__desktop-menu .header-menu > li:after {
    right: -10px;
  }
}
@media screen and (min-width: 1400px) {
  .header__desktop-menu .header-menu > li:after {
    right: -10px;
  }
}
@media screen and (min-width: 1440px) {
  .header__desktop-menu .header-menu > li:after {
    right: -22px;
  }
}
.header__desktop-menu .header-menu > li.current-menu-parent > a {
  color: var(--wp--preset--color--yellow);
}
.header__desktop-menu .header-menu > li.current-menu-parent .current-menu-item > a {
  color: var(--wp--preset--color--yellow);
}
.header__desktop-menu .header-menu > li.current-menu-item > a {
  color: var(--wp--preset--color--yellow);
}
.header__desktop-menu .header-menu a {
  color: #FFF;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .header__desktop-menu .header-menu a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .header__desktop-menu .header-menu a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .header__desktop-menu .header-menu a {
    font-size: 18px;
  }
}
.header__desktop-menu .header-menu a:is(:hover, :active) {
  color: #DCA600;
}
.header__desktop-menu .sub-menu {
  display: none;
  background-color: black;
  border-top: 2px solid var(--wp--preset--color--yellow);
  position: absolute;
  left: 0;
  top: 100%;
  width: 280px;
  z-index: 999;
  margin-left: 0;
  padding-left: 0;
}
.header__desktop-menu .sub-menu a {
  padding: 15px;
}
.header__desktop-menu .sub-menu a:is(:hover, :focus) {
  background: rgba(20, 20, 17, 0.9);
  color: white;
}

/**/
.mm-spn li:after {
  margin-left: 0px !important;
}

.mobile-menu {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

.mm-ocd {
  z-index: 999999 !important;
}
.mm-ocd .mm-spn.mm-spn--dark {
  color: #FFF;
  background: #22221C;
}
.mm-ocd .mobile-menu {
  display: block !important;
  margin-left: 0 !important;
}
.mm-ocd .mobile-menu a {
  font-size: 16px !important;
}
.mm-ocd .sub-menu {
  margin-left: 0 !important;
}

.ihf-eureka.ihf-green .ihf-border-left ul {
  padding-left: 0 !important;
}
.ihf-eureka.ihf-green .ihf-border-left li {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .ihf-mapboxgl-map {
    position: relative;
    left: 0;
    min-height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .ihf-mapboxgl-map.ihf-mode-simple_select {
    position: relative;
    left: 0;
  }
}

.ihf-eureka .ihf-modal {
  z-index: 999999 !important;
}

@media screen and (max-width: 767px) {
  .ihf-text-center {
    min-height: 370px;
  }
}

.page-thumbnail {
  margin-top: 10vh;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .page-thumbnail {
    justify-content: flex-start;
  }
}

.ihf-board-disclaimers {
  padding: 50px 16px;
}

@media screen and (max-width: 767px) {
  .ihf-search {
    height: initial !important;
  }
}

.ihf-search li:before {
  display: none;
}

.toc-block li {
  margin-top: 0 !important;
}
.toc-block li::before {
  display: none !important;
}

.site-content .inner-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .site-content .inner-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .site-content .inner-content {
    column-gap: 60px;
  }
}
.site-content .inner-content__container {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .site-content .inner-content__container {
    margin-left: 0;
  }
}
.site-content .inner-content .sidebar {
  max-width: 450px;
}
@media screen and (min-width: 992px) {
  .site-content .inner-content .sidebar {
    margin-right: 0;
  }
}
.site-content .entry-content ul,
.site-content .entry-content ol {
  padding-left: 26px;
  margin-left: 0;
  list-style: none;
}
.site-content .entry-content li {
  margin-top: 15px;
  position: relative;
  line-height: 1.7;
}
.site-content .entry-content li::before {
  content: "";
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><rect width="14" height="14" fill="%23E6C254"/><path opacity="0.3" d="M0 0H14L7.03125 7.03125L0 14V0Z" fill="white"/></svg>');
  position: absolute;
  top: 7px;
  left: -26px;
  width: 14px;
}
.site-content .entry-content li.category-name {
  font-weight: 700;
  margin-top: 30px;
}

.inner-content__container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.inner-content .hentry {
  background-color: white;
  border: 2px solid #F1F3F3;
  padding: 30px 20px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .inner-content .hentry {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.inner-content .hentry .entry-title {
  margin-top: 0;
  margin-bottom: 24px;
}
.inner-content .hentry .entry-title a {
  font-weight: 400 !important;
  text-decoration: none;
  display: block;
  color: var(--wp--preset--color--paragraph);
  font-size: var(--wp--preset--font-size--large);
}
.inner-content .hentry .entry-meta {
  font-size: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .inner-content .hentry .entry-meta {
    font-size: 14px;
  }
}
.inner-content .hentry .entry-meta a {
  text-decoration: none;
}
.inner-content .hentry .entry-meta::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -1px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_303_3794)"><mask id="mask0_303_3794" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M0 9.53674e-07H16V16H0V9.53674e-07Z" fill="white"/></mask><g mask="url(%23mask0_303_3794)"><path d="M15.5312 14.5625H0.46875V5.1875H15.5312V14.5625Z" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M0.46875 5.1875V2.375H15.5312V5.1875" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M3.3125 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M8 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M12.6875 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/></g></g><defs><clipPath id="clip0_303_3794"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}
.inner-content .hentry .entry-footer {
  font-size: 14px;
  margin-top: 24px;
}
.inner-content .hentry .entry-footer a {
  text-decoration: none;
}
.inner-content .hentry .entry-summary p {
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .inner-content .hentry .entry-summary p {
    font-size: 16px;
  }
}
.inner-content .hentry .entry-content-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.inner-content .hentry .entry-content-container .post-thumbnail {
  max-width: 240px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .inner-content .hentry .entry-content-container .post-thumbnail {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

.sidebar {
  margin-left: auto;
  margin-right: auto;
}
.sidebar .widget {
  border-radius: 12px;
  border-top: 5px solid var(--color-tertiary, #3ACCAA);
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
  padding: 40px 45px;
  margin-bottom: 64px;
}
.sidebar .wp-block-heading {
  font-family: var(--wp--preset--font-family--paragraph);
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-weight: 600;
  text-align: center;
}
.sidebar input[type=search] {
  border-radius: 6px;
  border: 2px solid #B9B9B9 !important;
  background: #FFF !important;
  padding: 20px 20px 20px 50px !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.146 15.3707 4.888 14.112C3.63 12.8533 3.00067 11.316 3 9.5C3 7.68333 3.62933 6.146 4.888 4.888C6.14667 3.63 7.684 3.00067 9.5 3C11.3167 3 12.854 3.62933 14.112 4.888C15.37 6.14667 15.9993 7.684 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8127 13.5623 12.688 12.687C13.5633 11.8117 14.0007 10.7493 14 9.5C14 8.25 13.5623 7.18733 12.687 6.312C11.8117 5.43667 10.7493 4.99933 9.5 5C8.25 5 7.18733 5.43767 6.312 6.313C5.43667 7.18833 4.99933 8.25067 5 9.5C5 10.75 5.43767 11.8127 6.313 12.688C7.18833 13.5633 8.25067 14.0007 9.5 14Z" fill="%23141411"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: left 14px center !important;
}
.sidebar ul {
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
}
.sidebar ul a {
  border-top: 1px solid #B9B9B9;
  color: var(--wp--preset--color--paragraph);
  display: block;
  padding-top: 16px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 16px;
}
.sidebar ul a:hover, .sidebar ul a:focus {
  color: var(--wp--preset--color--gold);
}
.sidebar ul li {
  margin-top: 0 !important;
}
.sidebar ul li::before {
  display: none !important;
}

.sidebar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .sidebar-wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
}
.sidebar-wrapper .entry-content {
  max-width: 820px;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .sidebar-wrapper .entry-content {
    padding-right: 30px;
    margin-left: 0;
    padding-left: 0;
  }
}
.sidebar-wrapper .sidebar {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
  padding-bottom: 4vh;
  width: calc(100% - 32px);
  max-width: 450px;
}
@media only screen and (min-width: 1132px) {
  .sidebar-wrapper .sidebar {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar-wrapper .sidebar {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar-wrapper .sidebar {
    width: 100%;
    margin-right: initial;
  }
}
.sidebar-wrapper .sidebar p {
  display: none;
}
.sidebar-wrapper .sidebar .no-parent-id {
  display: none;
}

.sticky {
  /* set the sticky position of the div */
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.sticky.to-be-sticky {
  background-color: black;
  padding-left: 10px;
  padding-right: 10px;
}
.sticky.to-be-sticky .content {
  margin-top: 0 !important;
  padding-top: 16px;
}

.ihf-map-left li:before,
div[id*=ihf-] li:before {
  display: none;
}

.footer-form {
  background-position: bottom;
  padding-top: 110px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer-form {
    background-position: bottom;
  }
}
.footer-form picture {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 1;
  left: 0;
  right: 0;
}
.footer-form .container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer-form .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer-form .gform_fields {
    display: block !important;
  }
  .footer-form .gform_fields .gfield {
    margin-bottom: 20px;
  }
}
.footer-form .gform_wrapper {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  background: #FFF;
  /* Box-shadow */
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .footer-form .gform_wrapper {
    padding: 55px 60px;
  }
}
@media screen and (min-width: 992px) {
  .footer-form .gform_wrapper {
    padding: 80px 115px;
    max-width: 1160px;
  }
}
.footer-form .gform_wrapper .gform_title {
  color: #141411;
  text-align: center;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 120% */
  max-width: 300px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .footer-form .gform_wrapper .gform_title {
    font-size: 40px;
    line-height: 48px; /* 120% */
    max-width: initial;
  }
}
.footer-form .gform_wrapper .gform_description {
  color: #414141;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 475px) {
  .footer-form .gform_wrapper .gform_description {
    max-width: 270px;
  }
}
@media screen and (min-width: 768px) {
  .footer-form .gform_wrapper .gform_description {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer-form .gform_wrapper .gform_description {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 33px; /* 183.333% */
  }
}
.footer-form .gform_wrapper label {
  display: block;
  color: #141411;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 183.333% */
}
.footer-form .gform_wrapper label:after {
  content: "*";
  color: #A98519;
}
.footer-form .gform_wrapper label .gfield_required {
  display: none;
}
.footer-form .gform_wrapper input {
  border-radius: 4px !important;
  border: 2px solid #B9B9B9 !important;
  background: #FFF !important;
  height: 60px !important;
  color: #414141 !important;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px !important;
  font-weight: 500 !important;
}
.footer-form .gform_wrapper input:active, .footer-form .gform_wrapper input:focus {
  box-shadow: initial !important;
}
.footer-form .gform_wrapper select {
  border-radius: 4px !important;
  border: 2px solid #B9B9B9 !important;
  background: #FFF !important;
  height: 60px !important;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 54px !important;
}
.footer-form .gform_wrapper select:active, .footer-form .gform_wrapper select:focus {
  box-shadow: initial !important;
}
.footer-form .gform_wrapper textarea {
  border-radius: 6px !important;
  border: 2px solid #B9B9B9 !important;
  background: #FFF !important;
  min-height: 140px !important;
  color: #414141 !important;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px !important;
  font-weight: 500 !important;
}
.footer-form .gform_wrapper textarea:active, .footer-form .gform_wrapper textarea:focus {
  box-shadow: initial !important;
}
.footer-form .gform_wrapper .gform_button {
  border-radius: 6px !important;
  background: linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%) !important;
  /*background-image: url(../../images/icons/arrow-right.svg), linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%) !important;*/
  color: #141411 !important;
  text-align: center !important;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 19px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  width: 100% !important;
  margin-top: 8px !important;
  border: 0px !important;
}
.footer-form .gform_wrapper .gform_button:hover {
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out !important;
  color: #fff !important;
  background: linear-gradient(95deg, #3ACCAA -1.22%, #1C7AAF 105.64%) !important;
  /*background-image: url(../../images/icons/arrow-right.svg), linear-gradient(95deg, #3ACCAA -1.22%, #1C7AAF 105.64%) !important;*/
}
.footer-form .gform_wrapper .gform_button:hover:after {
  filter: brightness(0) invert(1) !important;
}
.footer-form .gform_wrapper .gform_button:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 11.0001V13.0001H16L10.5 18.5001L11.92 19.9201L19.84 12.0001L11.92 4.08008L10.5 5.50008L16 11.0001H4Z" fill="%23141411"/></svg>') !important;
  margin-left: 10px !important;
}

.site-footer {
  padding-top: 40px;
  padding-bottom: 5px;
  background: #141411;
}
@media screen and (min-width: 992px) {
  .site-footer {
    padding-bottom: 45px;
  }
}
.site-footer .top-footer .right-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .site-footer .top-footer .right-content {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.site-footer .top-footer .right-content .slogan {
  color: #fff;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  margin-top: 36px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .site-footer .top-footer .right-content .slogan {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .top-footer .right-content .slogan {
    font-size: 40px;
    line-height: 48px;
  }
}
.site-footer .top-footer .right-content .address {
  color: #FFF;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 183.333% */
  margin-top: 36px;
  max-width: 390px;
  position: relative;
  padding-left: 35px;
}
.site-footer .top-footer .right-content .address:before {
  content: url(../svg/pin.svg);
  position: absolute;
  top: 8px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .site-footer .top-footer .right-content .address {
    font-size: 18px;
    line-height: 33px;
  }
}
.site-footer .top-footer .right-content .phone-number {
  color: #DCA600;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 33px; /* 137.5% */
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 35px;
}
.site-footer .top-footer .right-content .phone-number:hover {
  color: white;
}
.site-footer .top-footer .right-content .phone-number:before {
  content: url(../svg/phone.svg);
  position: absolute;
  top: 2px;
  left: 0px;
}
.site-footer .top-footer .right-content ul.social-icon-list {
  display: none;
}
@media screen and (min-width: 992px) {
  .site-footer .top-footer .right-content ul.social-icon-list {
    display: flex;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 35px;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li {
    margin-left: 10px;
    display: inline-block;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .site-footer .top-footer .right-content ul.social-icon-list li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-facebook {
    background-image: url("../svg/facebook.svg");
    display: block;
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-twitter {
    background-image: url("../svg/twitter.svg");
    display: block;
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-linkedin {
    background-image: url("../svg/linkedin.svg");
    display: block;
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-instagram {
    background-image: url("../svg/instagram.svg");
    display: block;
    filter: brightness(0) invert(1);
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-tiktok {
    background-image: url("../svg/tiktok.svg");
    display: block;
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-youtube {
    background: url("../svg/youtube.svg");
    display: block;
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li .icon-yelp {
    background-image: url("../svg/yelp.svg");
    display: block;
    height: 24px;
    width: 28px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li a {
    display: block;
    background-color: #21201F;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li a:hover {
    background-color: #DCA600;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li a svg {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    display: inline-block;
  }
  .site-footer .top-footer .right-content ul.social-icon-list li a svg * {
    fill: #fff;
  }
}
.site-footer .top-footer .left-content {
  width: 100%;
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .site-footer .top-footer .left-content {
    width: 50%;
    margin-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.site-footer .top-footer .left-content .map {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -khtml-border-radius: 14px;
}
.site-footer .top-footer .left-content ul.social-icon-list {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 35px;
  flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
  .site-footer .top-footer .left-content ul.social-icon-list {
    justify-content: space-between;
  }
}
.site-footer .top-footer .left-content ul.social-icon-list li {
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.site-footer .top-footer .left-content ul.social-icon-list li:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 500px) {
  .site-footer .top-footer .left-content ul.social-icon-list li {
    margin-bottom: 0px;
  }
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-facebook {
  background-image: url("../svg/facebook.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-twitter {
  background-image: url("../svg/twitter.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-linkedin {
  background-image: url("../svg/linkedin.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-instagram {
  background-image: url("../svg/instagram.svg");
  display: block;
  filter: brightness(0) invert(1);
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-tiktok {
  background-image: url("../svg/tiktok.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-youtube {
  background: url("../svg/youtube.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li .icon-yelp {
  background-image: url("../svg/yelp.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .top-footer .left-content ul.social-icon-list li a {
  display: block;
  background-color: #21201F;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.site-footer .top-footer .left-content ul.social-icon-list li a:hover {
  background-color: #DCA600;
}
.site-footer .top-footer .left-content ul.social-icon-list li a svg {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  display: inline-block;
}
.site-footer .top-footer .left-content ul.social-icon-list li a svg * {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .site-footer .top-footer .left-content ul.social-icon-list {
    display: none;
  }
}
.site-footer .copyright {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright {
    padding-top: 75px;
  }
}
.site-footer .copyright .right-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .right-content {
    width: 50%;
  }
}
.site-footer .copyright .right-content .footer-navigation {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .right-content .footer-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
}
.site-footer .copyright .right-content .footer-navigation li {
  list-style: none;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.site-footer .copyright .right-content .footer-navigation li:first-child {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .right-content .footer-navigation li:first-child {
    border: 0px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .right-content .footer-navigation li {
    text-align: initial;
    padding-bottom: initial;
    border-bottom: initial;
    margin-bottom: initial;
  }
}
.site-footer .copyright .right-content .footer-navigation li:last-child:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .right-content .footer-navigation li:after {
    width: 1px;
    height: 9.5px;
    content: "";
    opacity: 0.4;
    background: #FFF;
    position: absolute;
    right: 0%;
    transform: translateY(-45%);
    top: 55%;
    margin-right: -8px !important;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .copyright .right-content .footer-navigation li:after {
    margin-right: -13px !important;
  }
}
@media screen and (min-width: 1400px) {
  .site-footer .copyright .right-content .footer-navigation li:after {
    margin-right: -25px !important;
  }
}
.site-footer .copyright .right-content .footer-navigation li a {
  color: #FFF;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.site-footer .copyright .right-content .footer-navigation li a:hover {
  color: #DCA600;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .right-content .footer-navigation li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .copyright .right-content .footer-navigation li a {
    font-size: 16px;
  }
}
.site-footer .copyright .left-content {
  color: #FFF;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .left-content {
    padding-left: 12px;
    padding-right: 12px;
    text-align: right;
  }
}
.site-footer .copyright .left-content span {
  position: relative;
  display: block;
  margin-right: 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .left-content span {
    display: inline;
    margin-right: 35px;
    text-align: initial;
    border: 0px;
    padding-bottom: initial;
    margin-bottom: initial;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .left-content span:after {
    width: 1px;
    height: 9.5px;
    content: "";
    opacity: 0.4;
    background: #FFF;
    position: absolute;
    right: 0%;
    transform: translateY(-50%);
    top: 50%;
    margin-right: -20px !important;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .copyright .left-content {
    width: 50%;
  }
}
.site-footer .badges {
  padding-top: 45px;
}
@media screen and (min-width: 992px) {
  .site-footer .badges {
    padding-top: 70px;
  }
}
.site-footer .badges-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 1200px) {
  .site-footer .badges-wrap {
    justify-content: space-between;
  }
}
.site-footer .badges-wrap img:hover {
  /*filter: brightness(0) saturate(100%) invert(77%) sepia(70%) saturate(2685%) hue-rotate(4deg) brightness(90%) contrast(102%);*/
}
.site-footer .badges-wrap .d-flex {
  margin-bottom: 40px;
  width: 40%;
}
@media screen and (min-width: 500px) {
  .site-footer .badges-wrap .d-flex {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .badges-wrap .d-flex {
    margin-bottom: 0px;
  }
}

.relative {
  position: relative;
}

.featured-post {
  padding-bottom: 24px;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .featured-post {
    margin-right: initial;
    margin-left: 0;
  }
}
.featured-post__thumbnail {
  border-radius: 6px;
  margin-top: 0 !important;
  overflow: hidden;
}
.featured-post__thumbnail a {
  display: block;
  font-size: 0;
}
.featured-post__thumbnail img {
  font-size: 0;
  width: 100%;
  display: block;
}
.featured-post__title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.featured-post__title a {
  color: var(--wp--preset--color--paragraph);
  font-weight: 400 !important;
  text-decoration: none;
}
.featured-post__author {
  margin-bottom: 24px;
}
.featured-post__author a {
  text-decoration: none;
  color: #A98519;
}
.featured-post__excerpt p {
  font-size: 16px;
  margin-bottom: 30px;
}
.featured-post__excerpt p:last-child {
  margin-bottom: 0;
}
.featured-post__date {
  margin-top: 24px;
}
.featured-post__date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -1px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_303_3794)"><mask id="mask0_303_3794" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M0 9.53674e-07H16V16H0V9.53674e-07Z" fill="white"/></mask><g mask="url(%23mask0_303_3794)"><path d="M15.5312 14.5625H0.46875V5.1875H15.5312V14.5625Z" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M0.46875 5.1875V2.375H15.5312V5.1875" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M3.3125 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M8 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M12.6875 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/></g></g><defs><clipPath id="clip0_303_3794"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}
.featured-post__date span {
  color: var(--wp--preset--color--paragraph);
  font-size: 14px;
}

.blog__tabs {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .blog__tabs {
    max-width: initial;
    margin-right: initial;
    position: relative;
    padding-left: 70px;
  }
}
@media screen and (min-width: 992px) {
  .blog__tabs::before {
    background-color: #B9B9B9;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    left: 20px;
  }
}
.blog__tabs ul[role=tablist] {
  border-bottom: 0;
  margin: 0 0 32px 0 !important;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .blog__tabs ul[role=tablist] {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .blog__tabs ul[role=tablist] li {
    width: 50%;
  }
}
.blog__tabs a[role=tab] {
  background-color: #F1F3F3;
  border-bottom: 5px solid transparent;
  border-top: initial;
  border-left: initial;
  border-right: initial;
  border-radius: 0;
  color: var(--wp--preset--color--paragraph);
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 2.8px;
  padding: 18px 96px 13px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .blog__tabs a[role=tab] {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog__tabs a[role=tab]:hover:not([aria-selected=true]) {
  border-top: initial;
  border-left: initial;
  border-right: initial;
  border-bottom: 5px solid transparent;
}
.blog__tabs a[role=tab][aria-selected=true] {
  border-color: transparent;
  background-color: white;
}
.blog__tabs a[role=tab][aria-selected=true]::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(95deg, #3ACCAA, #1C7AAF);
}
.blog__tabs a[role=tab][aria-selected=true]:focus {
  outline: none;
}
.blog-navigation {
  margin-top: 80px;
}
.blog-navigation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .blog-navigation-list {
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .blog-navigation-list {
    margin-bottom: 0 !important;
  }
}
.blog-navigation li.page-li {
  display: none;
}
.blog-navigation li.active a {
  background-color: white;
  border: 1px solid #A98519;
  border-radius: 3px;
}
.blog-navigation li:hover a, .blog-navigation li:focus a {
  color: #A98519;
}
.blog-navigation li.prev-link a, .blog-navigation li.next-link a {
  background-color: #E6C254;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5.32211 12L16.3651 23.043L18.6777 20.7303L9.94741 12L18.6777 3.26969L16.3651 0.957018L5.32211 12Z" fill="%23141411"/><mask id="mask0_316_2540" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><path d="M24 1.90735e-06H1.90735e-06V24H24V1.90735e-06Z" fill="white"/></mask><g mask="url(%23mask0_316_2540)"><path d="M5.32211 12L16.3651 23.043L18.6777 20.7303L9.94741 12L18.6777 3.26969L16.3651 0.957018L5.32211 12Z" stroke="%23141411" stroke-width="1.875" stroke-miterlimit="10"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: block;
  height: 44px;
  width: 44px;
}
.blog-navigation li.next-link {
  transform: rotate(180deg);
}
.blog-navigation a {
  padding: 10px 15px;
  text-decoration: none;
  color: var(--wp--preset--color--paragraph);
  font-weight: 600 !important;
}

.latest-posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 992px) {
  .latest-posts {
    row-gap: 70px;
  }
}

.latest-post__author {
  text-decoration: none;
  font-weight: 600 !important;
}
.latest-post__title {
  font-size: var(--wp--preset--font-size--large);
  margin-top: 8px;
  margin-bottom: 0;
}
.latest-post__title a {
  color: var(--wp--preset--color--paragraph);
  text-decoration: none;
  font-weight: 400 !important;
}
.latest-post__date {
  font-size: 14px;
  margin-top: 16px;
}
.latest-post__date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -1px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_303_3794)"><mask id="mask0_303_3794" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M0 9.53674e-07H16V16H0V9.53674e-07Z" fill="white"/></mask><g mask="url(%23mask0_303_3794)"><path d="M15.5312 14.5625H0.46875V5.1875H15.5312V14.5625Z" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M0.46875 5.1875V2.375H15.5312V5.1875" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M3.3125 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M8 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M12.6875 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/></g></g><defs><clipPath id="clip0_303_3794"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

ul.most-viewed-posts {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 992px) {
  ul.most-viewed-posts {
    row-gap: 70px;
  }
}

.popular-post__item-author a {
  text-decoration: none;
  font-weight: 600 !important;
}
.popular-post__item-title {
  font-size: var(--wp--preset--font-size--large);
  margin-top: 8px;
  margin-bottom: 0;
}
.popular-post__item-title a {
  color: var(--wp--preset--color--paragraph);
  text-decoration: none;
  font-weight: 400 !important;
}
.popular-post__item-meta {
  font-size: 14px;
  margin-top: 16px;
}
.popular-post__item-meta::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -1px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_303_3794)"><mask id="mask0_303_3794" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M0 9.53674e-07H16V16H0V9.53674e-07Z" fill="white"/></mask><g mask="url(%23mask0_303_3794)"><path d="M15.5312 14.5625H0.46875V5.1875H15.5312V14.5625Z" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M0.46875 5.1875V2.375H15.5312V5.1875" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M3.3125 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M8 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M12.6875 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/></g></g><defs><clipPath id="clip0_303_3794"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

section.blog-top {
  padding-bottom: 120px;
}
section.blog-top .fr-testimonials {
  margin-bottom: -200px;
}
section.blog-bottom {
  background-color: #F1F3F3;
  padding-top: 120px;
  padding-bottom: 80px;
}
section.blog-bottom .filters {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 60px;
}
section.blog-bottom .filters__search .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
section.blog-bottom .filters__search .search-form input[type=text], section.blog-bottom .filters__search .search-form input[type=search] {
  border: 2px solid #B9B9B9;
  border-radius: 6px;
  background-color: white;
  padding: 15px 15px 15px 50px;
}
section.blog-bottom .filters__search .search-form input[type=search] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.146 15.3707 4.888 14.112C3.63 12.8533 3.00067 11.316 3 9.5C3 7.68333 3.62933 6.146 4.888 4.888C6.14667 3.63 7.684 3.00067 9.5 3C11.3167 3 12.854 3.62933 14.112 4.888C15.37 6.14667 15.9993 7.684 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8127 13.5623 12.688 12.687C13.5633 11.8117 14.0007 10.7493 14 9.5C14 8.25 13.5623 7.18733 12.687 6.312C11.8117 5.43667 10.7493 4.99933 9.5 5C8.25 5 7.18733 5.43767 6.312 6.313C5.43667 7.18833 4.99933 8.25067 5 9.5C5 10.75 5.43767 11.8127 6.313 12.688C7.18833 13.5633 8.25067 14.0007 9.5 14Z" fill="%23141411"/></svg>');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left 10px center;
}
section.blog-bottom .filters__search .search-form button[type=submit] {
  background: linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%);
  border: 2px solid #DCA600;
  border: 0;
  padding: 15px 25px;
  font-weight: 600;
  cursor: pointer;
}
section.blog-bottom .filters__search .search-form button[type=submit]:hover, section.blog-bottom .filters__search .search-form button[type=submit]:focus {
  background: linear-gradient(95deg, #DCA600 1.24%, #E6C254 108.9%);
}
section.blog-bottom .filters__search .search-form select {
  border: 2px solid #B9B9B9;
  border-radius: 6px;
  background-color: white;
  padding: 15px 15px 15px 50px;
  -webkit-appearance: none; /* Safari y Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
}
section.blog-bottom .filters__search .search-form select[name=category] {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M7.24 2H5.34C3.15 2 2 3.15 2 5.33V7.23C2 9.41 3.15 10.56 5.33 10.56H7.23C9.41 10.56 10.56 9.41 10.56 7.23V5.33C10.57 3.15 9.42 2 7.24 2Z" fill="%23292D32"></path><path opacity="0.4" d="M18.6695 2H16.7695C14.5895 2 13.4395 3.15 13.4395 5.33V7.23C13.4395 9.41 14.5895 10.56 16.7695 10.56H18.6695C20.8495 10.56 21.9995 9.41 21.9995 7.23V5.33C21.9995 3.15 20.8495 2 18.6695 2Z" fill="%23292D32"></path><path d="M18.6695 13.4302H16.7695C14.5895 13.4302 13.4395 14.5802 13.4395 16.7602V18.6602C13.4395 20.8402 14.5895 21.9902 16.7695 21.9902H18.6695C20.8495 21.9902 21.9995 20.8402 21.9995 18.6602V16.7602C21.9995 14.5802 20.8495 13.4302 18.6695 13.4302Z" fill="%23292D32"></path><path opacity="0.4" d="M7.24 13.4302H5.34C3.15 13.4302 2 14.5802 2 16.7602V18.6602C2 20.8502 3.15 22.0002 5.33 22.0002H7.23C9.41 22.0002 10.56 20.8502 10.56 18.6702V16.7702C10.57 14.5802 9.42 13.4302 7.24 13.4302Z" fill="%23292D32"></path></g></svg>'), url('data:image/svg+xml,<svg viewBox="0 -4.5 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>arrow_down [%23339]</title><desc>Created with Sketch.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Dribbble-Light-Preview" transform="translate(-180.000000, -6684.000000)" fill="%23000000"><g id="icons" transform="translate(56.000000, 160.000000)"><path d="M144,6525.39 L142.594,6524 L133.987,6532.261 L133.069,6531.38 L133.074,6531.385 L125.427,6524.045 L124,6525.414 C126.113,6527.443 132.014,6533.107 133.987,6535 C135.453,6533.594 134.024,6534.965 144,6525.39" id="arrow_down-[%23339]"></path></g></g></g></g></svg>');
  background-position: left 10px center, right 14px center;
  background-size: 24px 24px, 14px 14px;
  background-repeat: no-repeat;
}
section.blog-bottom .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.blog-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 6px 20px rgba(13, 13, 13, 0.1);
  background-color: white;
}
.blog-item__title {
  font-size: var(--wp--preset--font-size--large);
  margin-top: 0;
  margin-bottom: 24px;
}
.blog-item__title a {
  color: var(--wp--preset--color--paragraph);
  text-decoration: none;
  font-weight: 400 !important;
}
.blog-item__date {
  margin-top: 40px;
  font-size: 14px;
}
.blog-item__content {
  padding: 30px;
}
.blog-item__thumbnail {
  background-color: rgba(13, 13, 13, 0.1);
  overflow: hidden;
}
.blog-item__thumbnail a {
  display: block;
  font-size: 0;
  height: 230px;
}
@media screen and (min-width: 1440px) {
  .blog-item__thumbnail a {
    height: 250px;
  }
}
.blog-item__thumbnail img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-item__author a {
  text-decoration: none;
  font-weight: 600 !important;
}

.single #content .inner-hero__content-wrapper {
  max-width: 1248px !important;
}

#content .inner-hero {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #content .inner-hero {
    padding-top: var(--padding-top, 100px);
    padding-bottom: var(--padding-bottom, 100px);
    padding-left: var(--padding-left, 0px);
    padding-right: var(--padding-right, 0px);
  }
}
#content .inner-hero__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #content .inner-hero__content-wrapper {
    padding: 0 10px;
  }
}
#content .inner-hero__title {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
#content .inner-hero__subtitle {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 2.8px;
  margin-bottom: 16px;
}
#content .inner-hero__content {
  margin-top: 28px;
  color: white;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: 1.7;
}
#content .inner-hero__content p {
  color: white;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: 1.7;
}
#content .inner-hero__content a {
  color: #E6C254;
}
#content .inner-hero__content a:hover, #content .inner-hero__content a:focus {
  color: #DCA600;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.breadcrumbs {
  background-color: #F1F3F3;
}
.breadcrumbs .rank-math-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs .rank-math-breadcrumb {
    font-size: 14px;
  }
}
.breadcrumbs .rank-math-breadcrumb a {
  color: #A98519;
  font-weight: 700;
  text-decoration: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body.faranesh-theme .fr-two-columns,
body.wp-admin .fr-two-columns {
  max-width: initial !important;
  padding-top: var(--mobile-top-padding);
  padding-bottom: var(--mobile-bottom-padding);
  padding-left: var(--mobile-left-padding);
  padding-right: var(--mobile-right-padding);
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-two-columns,
  body.wp-admin .fr-two-columns {
    padding-top: var(--desktop-top-padding);
    padding-bottom: var(--desktop-bottom-padding);
  }
}
body.faranesh-theme .fr-two-columns .right img,
body.wp-admin .fr-two-columns .right img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-two-columns .right img,
  body.wp-admin .fr-two-columns .right img {
    margin-left: auto;
    margin-right: initial;
  }
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row,
body.wp-admin .fr-two-columns.is-style-right-content .row {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-two-columns.is-style-right-content .row,
  body.wp-admin .fr-two-columns.is-style-right-content .row {
    flex-direction: row-reverse;
  }
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row.top,
body.wp-admin .fr-two-columns.is-style-right-content .row.top {
  align-items: flex-start;
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row.center,
body.wp-admin .fr-two-columns.is-style-right-content .row.center {
  align-items: center;
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row.bottom,
body.wp-admin .fr-two-columns.is-style-right-content .row.bottom {
  align-items: flex-end;
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row .wp-block-heading,
body.wp-admin .fr-two-columns.is-style-right-content .row .wp-block-heading {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row p,
body.wp-admin .fr-two-columns.is-style-right-content .row p {
  font-style: normal;
  font-weight: 400;
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row .right,
body.wp-admin .fr-two-columns.is-style-right-content .row .right {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-two-columns.is-style-right-content .row .right,
  body.wp-admin .fr-two-columns.is-style-right-content .row .right {
    text-align: initial;
    padding-bottom: initial;
  }
  body.faranesh-theme .fr-two-columns.is-style-right-content .row .right img,
  body.wp-admin .fr-two-columns.is-style-right-content .row .right img {
    margin-left: 0;
  }
}
body.faranesh-theme .fr-two-columns.is-style-right-content .row .left,
body.wp-admin .fr-two-columns.is-style-right-content .row .left {
  text-align: left;
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row,
body.wp-admin .fr-two-columns.is-style-left-content .row {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-two-columns.is-style-left-content .row,
  body.wp-admin .fr-two-columns.is-style-left-content .row {
    flex-direction: row;
  }
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row.top,
body.wp-admin .fr-two-columns.is-style-left-content .row.top {
  align-items: flex-start;
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row.center,
body.wp-admin .fr-two-columns.is-style-left-content .row.center {
  align-items: center;
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row.bottom,
body.wp-admin .fr-two-columns.is-style-left-content .row.bottom {
  align-items: flex-end;
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row h2,
body.wp-admin .fr-two-columns.is-style-left-content .row h2 {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row p,
body.wp-admin .fr-two-columns.is-style-left-content .row p {
  font-style: normal;
  font-weight: 400;
}
body.faranesh-theme .fr-two-columns.is-style-left-content .row .right,
body.wp-admin .fr-two-columns.is-style-left-content .row .right {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-two-columns.is-style-left-content .row .right,
  body.wp-admin .fr-two-columns.is-style-left-content .row .right {
    text-align: right;
    padding-bottom: initial;
  }
}
body.faranesh-theme .fr-two-columns .timeline,
body.wp-admin .fr-two-columns .timeline {
  padding-top: 35px;
}
body.faranesh-theme .fr-two-columns .timeline .items,
body.wp-admin .fr-two-columns .timeline .items {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-two-columns .timeline .items,
  body.wp-admin .fr-two-columns .timeline .items {
    padding-left: 100px;
    padding-right: 90px;
    margin-bottom: 30px;
  }
}
body.faranesh-theme .fr-two-columns .timeline .items:before,
body.wp-admin .fr-two-columns .timeline .items:before {
  content: url(../svg/timeline-icon.svg);
  position: relative;
  background: white;
  border-radius: 100%;
  width: 66px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-two-columns .timeline .items:before,
  body.wp-admin .fr-two-columns .timeline .items:before {
    position: absolute;
    left: 0px;
    margin-left: initial;
    margin-right: initial;
    display: initial;
    margin-bottom: 0px;
  }
}
body.faranesh-theme .fr-two-columns .timeline .items:after,
body.wp-admin .fr-two-columns .timeline .items:after {
  display: none;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-two-columns .timeline .items:after,
  body.wp-admin .fr-two-columns .timeline .items:after {
    display: initial;
    content: "";
    background: #141411;
    width: 2px;
    position: absolute;
    top: 66px;
    left: 31px;
    height: 100%;
  }
}
body.faranesh-theme .fr-two-columns .timeline .items:last-child:after,
body.wp-admin .fr-two-columns .timeline .items:last-child:after {
  display: none;
}
body.faranesh-theme .fr-two-columns .timeline .items .title,
body.wp-admin .fr-two-columns .timeline .items .title {
  color: #141411;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 8px;
  line-height: 32px; /* 133.333% */
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-two-columns .timeline .items .title,
  body.wp-admin .fr-two-columns .timeline .items .title {
    text-align: left;
  }
}
body.faranesh-theme .fr-two-columns .timeline .items .description,
body.wp-admin .fr-two-columns .timeline .items .description {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-two-columns .timeline .items .description,
  body.wp-admin .fr-two-columns .timeline .items .description {
    text-align: left;
  }
}
body.faranesh-theme .fr-two-columns ul,
body.wp-admin .fr-two-columns ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
body.faranesh-theme .fr-two-columns ul.is-style-checkbox-variant li,
body.wp-admin .fr-two-columns ul.is-style-checkbox-variant li {
  padding-left: 40px;
  margin-bottom: 22px;
}
body.faranesh-theme .fr-two-columns ul.is-style-checkbox-variant li::before,
body.wp-admin .fr-two-columns ul.is-style-checkbox-variant li::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_275_2995)"><path d="M15 0C6.72891 0 0 6.72902 0 15C0 23.271 6.72891 30 15 30C23.2711 30 30 23.271 30 15C30 6.72902 23.2711 0 15 0ZM15 27.0968C8.32986 27.0968 2.9032 21.6702 2.9032 15C2.9032 8.3298 8.32986 2.9032 15 2.9032C21.6701 2.9032 27.0968 8.32986 27.0968 15C27.0968 21.6701 21.6701 27.0968 15 27.0968Z" fill="url(%23paint0_linear_275_2995)"/><path d="M20.2638 9.61865L13.0643 16.818L9.25199 13.0058L7.19922 15.0586L13.0643 20.9237L22.3165 11.6714L20.2638 9.61865Z" fill="url(%23paint1_linear_275_2995)"/></g><defs><linearGradient id="paint0_linear_275_2995" x1="-1.77626e-07" y1="-4.5" x2="34.6333" y2="-1.42464" gradientUnits="userSpaceOnUse"><stop stop-color="%233ACCAA"/><stop offset="1" stop-color="%231C7AAF"/></linearGradient><linearGradient id="paint1_linear_275_2995" x1="7.19922" y1="7.92289" x2="24.5443" y2="9.98248" gradientUnits="userSpaceOnUse"><stop stop-color="%233ACCAA"/><stop offset="1" stop-color="%231C7AAF"/></linearGradient><clipPath id="clip0_275_2995"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
  top: -3px;
  width: 30px;
  height: 30px;
}
body.faranesh-theme .fr-two-columns ul li,
body.wp-admin .fr-two-columns ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
body.faranesh-theme .fr-two-columns ul li:before,
body.wp-admin .fr-two-columns ul li:before {
  content: url(../svg/bulletpoint.svg);
  position: absolute;
  left: 0px;
}
body.faranesh-theme .fr-hero-homepage,
body.wp-admin .fr-hero-homepage {
  max-width: initial !important;
  padding-top: var(--mobile-top-padding);
  padding-bottom: var(--mobile-bottom-padding);
  padding-left: var(--mobile-left-padding);
  padding-right: var(--mobile-right-padding);
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-hero-homepage,
  body.wp-admin .fr-hero-homepage {
    padding-top: var(--desktop-top-padding);
    padding-bottom: var(--desktop-bottom-padding);
  }
}
body.faranesh-theme .fr-hero-homepage .fr-testimonials:not(.is-admin),
body.wp-admin .fr-hero-homepage .fr-testimonials:not(.is-admin) {
  margin-bottom: -280px;
}
body.faranesh-theme .fr-hero-homepage picture,
body.wp-admin .fr-hero-homepage picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
body.faranesh-theme .fr-hero-homepage picture img,
body.wp-admin .fr-hero-homepage picture img {
  object-fit: cover;
}
@media screen and (min-width: 1600px) {
  body.faranesh-theme .fr-hero-homepage picture img,
  body.wp-admin .fr-hero-homepage picture img {
    width: 100%;
  }
}
body.faranesh-theme .fr-hero-homepage .wp-block-heading br,
body.wp-admin .fr-hero-homepage .wp-block-heading br {
  display: none;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-hero-homepage .wp-block-heading br,
  body.wp-admin .fr-hero-homepage .wp-block-heading br {
    display: initial;
  }
}
body.faranesh-theme .fr-hero-homepage::before,
body.wp-admin .fr-hero-homepage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body.faranesh-theme .fr-hero-homepage > .wrapper,
body.wp-admin .fr-hero-homepage > .wrapper {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
body.faranesh-theme .fr-hero-homepage .scroll-down,
body.wp-admin .fr-hero-homepage .scroll-down {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-top: 118px;
  font-family: var(--wp--preset--font-family--inter);
  letter-spacing: 2.8px;
}
body.faranesh-theme .fr-hero-homepage .scroll-down::before,
body.wp-admin .fr-hero-homepage .scroll-down::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M6 9.66211C6 8.07081 6.63214 6.54469 7.75736 5.41947C8.88258 4.29425 10.4087 3.66211 12 3.66211C13.5913 3.66211 15.1174 4.29425 16.2426 5.41947C17.3679 6.54469 18 8.07081 18 9.66211V15.6621C18 17.2534 17.3679 18.7795 16.2426 19.9048C15.1174 21.03 13.5913 21.6621 12 21.6621C10.4087 21.6621 8.88258 21.03 7.75736 19.9048C6.63214 18.7795 6 17.2534 6 15.6621V9.66211Z" stroke="white" stroke-width="1.5" stroke-linejoin="round"/><path d="M12 7.66211V11.6621" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  animation: upAndDown 2s ease-in-out infinite;
}
body.faranesh-theme .fr-hero-homepage__slider,
body.wp-admin .fr-hero-homepage__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.faranesh-theme .fr-hero-homepage__slider::before,
body.wp-admin .fr-hero-homepage__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
body.faranesh-theme .fr-hero-homepage__slider .swiper,
body.wp-admin .fr-hero-homepage__slider .swiper {
  height: 100%;
}
body.faranesh-theme .fr-hero-homepage__slider .swiper-slide img,
body.wp-admin .fr-hero-homepage__slider .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
@keyframes upAndDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Ajusta la distancia que quieras para el movimiento hacia arriba */
  }
}
body.faranesh-theme .why-choose-main-content .col-12 p a,
body.wp-admin .why-choose-main-content .col-12 p a {
  color: #A98519;
  text-decoration-line: underline;
}
body.faranesh-theme .why-choose-main-content .sidebar,
body.wp-admin .why-choose-main-content .sidebar {
  max-width: 450px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .why-choose-main-content .sidebar,
  body.wp-admin .why-choose-main-content .sidebar {
    margin-top: 0;
    margin-right: 0;
  }
}
body.faranesh-theme .why-choose .col-xl-6 p,
body.wp-admin .why-choose .col-xl-6 p {
  color: white;
}
body.faranesh-theme .why-choose .col-xl-6 p a,
body.wp-admin .why-choose .col-xl-6 p a {
  color: #A98519;
  text-decoration-line: underline;
}
body.faranesh-theme .why-choose .col-xl-6 ul,
body.wp-admin .why-choose .col-xl-6 ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
body.faranesh-theme .why-choose .col-xl-6 ul li,
body.wp-admin .why-choose .col-xl-6 ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 45px;
  position: relative;
  margin-bottom: 25px;
}
body.faranesh-theme .why-choose .col-xl-6 ul li a,
body.wp-admin .why-choose .col-xl-6 ul li a {
  color: var(--color-links, #A98519);
  text-decoration-line: underline;
}
body.faranesh-theme .why-choose .col-xl-6 ul li:before,
body.wp-admin .why-choose .col-xl-6 ul li:before {
  background-image: initial;
  left: 0;
  content: url(../svg/checkmark.svg);
  position: absolute;
}
body.faranesh-theme .bio-content .bio-image,
body.wp-admin .bio-content .bio-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.faranesh-theme .bio-content .benefits,
body.wp-admin .bio-content .benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.faranesh-theme .bio-content .benefits .items,
body.wp-admin .bio-content .benefits .items {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .bio-content .benefits .items,
  body.wp-admin .bio-content .benefits .items {
    width: 49%;
  }
}
body.faranesh-theme .bio-content .benefits .items img,
body.wp-admin .bio-content .benefits .items img {
  margin-bottom: 20px;
}
body.faranesh-theme .bio-content .benefits .items .title,
body.wp-admin .bio-content .benefits .items .title {
  color: #141411;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .bio-content .benefits .items .title,
  body.wp-admin .bio-content .benefits .items .title {
    font-size: 40px;
  }
}
body.faranesh-theme .bio-content .benefits .items .description a,
body.wp-admin .bio-content .benefits .items .description a {
  color: #A98519;
}
body.faranesh-theme .custom-simple-container .wp-block-image,
body.wp-admin .custom-simple-container .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
body.faranesh-theme .wg-button-block-child,
body.wp-admin .wg-button-block-child {
  display: flex;
}
body.faranesh-theme .wg-button-block-child.center,
body.wp-admin .wg-button-block-child.center {
  justify-content: center;
}
body.faranesh-theme .wg-button-block-child[class*=medium] .wg-button-link,
body.wp-admin .wg-button-block-child[class*=medium] .wg-button-link {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
body.faranesh-theme .wg-button-block-child .wg-button-link,
body.wp-admin .wg-button-block-child .wg-button-link {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  background: var(--color-secondary, linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%));
  color: #141411;
  font-weight: 600;
  padding: 19px 44px;
  font-size: clamp(1rem, 0.9196rem + 0.3571vw, 1.1875rem);
  text-decoration: none;
}
body.faranesh-theme .wg-button-block-child .wg-button-link:hover, body.faranesh-theme .wg-button-block-child .wg-button-link:focus,
body.wp-admin .wg-button-block-child .wg-button-link:hover,
body.wp-admin .wg-button-block-child .wg-button-link:focus {
  background: linear-gradient(95deg, #DCA600 108.9%, #E6C254 1.24%);
}
body.faranesh-theme .wg-button-block-child .wg-button-link:hover .wg-button-link__wrapper::after, body.faranesh-theme .wg-button-block-child .wg-button-link:focus .wg-button-link__wrapper::after,
body.wp-admin .wg-button-block-child .wg-button-link:hover .wg-button-link__wrapper::after,
body.wp-admin .wg-button-block-child .wg-button-link:focus .wg-button-link__wrapper::after {
  transform: translate(-6px, -50%);
}
body.faranesh-theme .wg-button-block-child .wg-button-link__wrapper,
body.wp-admin .wg-button-block-child .wg-button-link__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 40px;
}
body.faranesh-theme .wg-button-block-child .wg-button-link__wrapper::after,
body.wp-admin .wg-button-block-child .wg-button-link__wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 11.0001V13.0001H16L10.5 18.5001L11.92 19.9201L19.84 12.0001L11.92 4.08008L10.5 5.50008L16 11.0001H4Z" fill="%23141411"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
body.faranesh-theme .wg-button-block-child.is-style-blue-variant .wg-button-link,
body.wp-admin .wg-button-block-child.is-style-blue-variant .wg-button-link {
  background: linear-gradient(95deg, #3ACCAA -1.22%, #1C7AAF 105.64%);
  color: white;
}
body.faranesh-theme .wg-button-block-child.is-style-blue-variant .wg-button-link:hover, body.faranesh-theme .wg-button-block-child.is-style-blue-variant .wg-button-link:focus,
body.wp-admin .wg-button-block-child.is-style-blue-variant .wg-button-link:hover,
body.wp-admin .wg-button-block-child.is-style-blue-variant .wg-button-link:focus {
  background: linear-gradient(95deg, #1C7AAF -1.22%, #3ACCAA 105.64%);
}
body.faranesh-theme .wg-button-block-child.is-style-blue-variant .wg-button-link__wrapper::after,
body.wp-admin .wg-button-block-child.is-style-blue-variant .wg-button-link__wrapper::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 11.0001V13.0001H16L10.5 18.5001L11.92 19.9201L19.84 12.0001L11.92 4.08008L10.5 5.50008L16 11.0001H4Z" fill="%23FFFFFF"/></svg>');
}
body.faranesh-theme .fr-testimonials,
body.wp-admin .fr-testimonials {
  max-width: 100% !important;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
  padding: var(--mobile-top-padding) 10px var(--mobile-bottom-padding) 10px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #fff;
  position: relative;
  z-index: 22;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-testimonials,
  body.wp-admin .fr-testimonials {
    padding: var(--desktop-top-padding) var(--desktop-right-padding) var(--desktop-bottom-padding) var(--desktop-left-padding);
  }
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-testimonials,
  body.wp-admin .fr-testimonials {
    background-image: var(--testimonials-background);
    max-width: 1170px !important;
  }
}
body.faranesh-theme .fr-testimonials__header,
body.wp-admin .fr-testimonials__header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-testimonials__header,
  body.wp-admin .fr-testimonials__header {
    border-bottom: 1px solid #B9B9B9;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 60px;
  }
}
body.faranesh-theme .fr-testimonials__header .wp-block-heading,
body.wp-admin .fr-testimonials__header .wp-block-heading {
  margin: 0;
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-testimonials__header .wp-block-heading,
  body.wp-admin .fr-testimonials__header .wp-block-heading {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
body.faranesh-theme .fr-testimonials__header-right,
body.wp-admin .fr-testimonials__header-right {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-testimonials__header-right,
  body.wp-admin .fr-testimonials__header-right {
    padding-top: 0;
  }
}
body.faranesh-theme .fr-testimonials .testimonials__wrapper,
body.wp-admin .fr-testimonials .testimonials__wrapper {
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.faranesh-theme .fr-testimonials .testimonials-button,
body.wp-admin .fr-testimonials .testimonials-button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  font-size: 0;
  width: 22px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="22" viewBox="0 0 14 22" fill="none"><g clip-path="url(%23clip0_320_3645)"><path d="M12.3239 0.814453L2.27768 11.1758L12.6819 21.1818" stroke="%23141411" stroke-width="0.833333"/></g><defs><clipPath id="clip0_320_3645"><rect width="22" height="13.5" fill="white" transform="translate(13.5) rotate(90)"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
body.faranesh-theme .fr-testimonials .testimonials-button-next,
body.wp-admin .fr-testimonials .testimonials-button-next {
  right: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="22" viewBox="0 0 14 22" fill="none"><g clip-path="url(%23clip0_320_3647)"><path d="M1.17619 21.1851L11.2224 10.8237L0.818238 0.817745" stroke="%23141411" stroke-width="0.833333"/></g><defs><clipPath id="clip0_320_3647"><rect width="22" height="13.5" fill="white" transform="translate(0 22) rotate(-90)"/></clipPath></defs></svg>');
}
body.faranesh-theme .fr-testimonials .testimonial,
body.wp-admin .fr-testimonials .testimonial {
  text-align: center;
  max-width: calc(100% - 70px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-testimonials .testimonial,
  body.wp-admin .fr-testimonials .testimonial {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-testimonials .testimonial,
  body.wp-admin .fr-testimonials .testimonial {
    max-width: 687px;
  }
}
body.faranesh-theme .fr-testimonials .testimonial__content,
body.wp-admin .fr-testimonials .testimonial__content {
  color: var(--wp--preset--color--paragraph);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-testimonials .testimonial__content,
  body.wp-admin .fr-testimonials .testimonial__content {
    font-size: 18px;
  }
}
body.faranesh-theme .fr-testimonials .testimonial__author,
body.wp-admin .fr-testimonials .testimonial__author {
  position: relative;
  margin-top: 16px;
}
body.faranesh-theme .fr-testimonials .testimonial__author::before,
body.wp-admin .fr-testimonials .testimonial__author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100px;
  display: block;
  background-color: var(--wp--preset--color--link-color);
}
body.faranesh-theme .fr-testimonials .testimonial__author-time-ago,
body.wp-admin .fr-testimonials .testimonial__author-time-ago {
  font-size: var(--wp--preset--font-size--extra-small);
  color: var(--wp--preset--color--paragraph);
  margin-top: 8px;
}
body.faranesh-theme .fr-testimonials .testimonial__author-stars,
body.wp-admin .fr-testimonials .testimonial__author-stars {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
body.faranesh-theme .fr-testimonials .testimonial__author-stars .star,
body.wp-admin .fr-testimonials .testimonial__author-stars .star {
  width: 24px;
  height: 24px;
}
body.faranesh-theme .fr-testimonials .testimonial__author-stars .star-shape,
body.wp-admin .fr-testimonials .testimonial__author-stars .star-shape {
  width: 24px;
  height: 24px;
}
body.faranesh-theme .fr-testimonials .testimonial__author-name,
body.wp-admin .fr-testimonials .testimonial__author-name {
  font-weight: 600;
  color: var(--wp--preset--color--paragraph);
  margin-top: 8px;
}
body.faranesh-theme .fr-testimonials .rating-top-container,
body.wp-admin .fr-testimonials .rating-top-container {
  font-size: clamp(0.75rem, 0.5357rem + 0.9524vw, 1.25rem);
  text-align: right;
  color: var(--wp--preset--color--paragraph);
}
body.faranesh-theme .fr-testimonials .stars-container,
body.wp-admin .fr-testimonials .stars-container {
  display: flex;
  justify-content: flex-end;
  column-gap: 8px;
  align-items: center;
}
body.faranesh-theme .fr-testimonials .stars-container__wrapper,
body.wp-admin .fr-testimonials .stars-container__wrapper {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
body.faranesh-theme .fr-testimonials .stars-container__rating strong,
body.wp-admin .fr-testimonials .stars-container__rating strong {
  font-weight: 600;
  color: var(--wp--preset--color--paragraph);
  font-size: clamp(1.5rem, 1.0714rem + 1.9048vw, 2.5rem);
}
body.faranesh-theme .fr-testimonials .star,
body.wp-admin .fr-testimonials .star {
  position: relative;
  width: 25px;
  height: 25px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-testimonials .star,
  body.wp-admin .fr-testimonials .star {
    width: 35px;
    height: 35px;
  }
}
body.faranesh-theme .fr-testimonials .star-shape,
body.wp-admin .fr-testimonials .star-shape {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: #F1F3F3;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-testimonials .star-shape,
  body.wp-admin .fr-testimonials .star-shape {
    width: 35px;
    height: 35px;
  }
}
body.faranesh-theme .fr-testimonials .star-shape::before,
body.wp-admin .fr-testimonials .star-shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #E6C254;
}
body.faranesh-theme .fr-testimonials .star-shape.reminder::before,
body.wp-admin .fr-testimonials .star-shape.reminder::before {
  width: var(--reminder, 100%);
}
body.faranesh-theme .blockPadding,
body.wp-admin .blockPadding {
  padding-top: 4vh;
  padding-bottom: 4vh;
}
@media only screen and (min-width: 1132px) {
  body.faranesh-theme .blockPadding,
  body.wp-admin .blockPadding {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
body.faranesh-theme .blockPadding-narrow,
body.wp-admin .blockPadding-narrow {
  padding-top: 2vh;
  padding-bottom: 2vh;
}
@media only screen and (min-width: 1132px) {
  body.faranesh-theme .blockPadding-narrow,
  body.wp-admin .blockPadding-narrow {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
}
body.faranesh-theme .blockPadding-none,
body.wp-admin .blockPadding-none {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1132px) {
  body.faranesh-theme .blockPadding-none,
  body.wp-admin .blockPadding-none {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body.faranesh-theme .fr-section .wrapper,
  body.wp-admin .fr-section .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.faranesh-theme .fr-section .wrapper h2 br, body.faranesh-theme .fr-section .wrapper p br,
  body.wp-admin .fr-section .wrapper h2 br,
  body.wp-admin .fr-section .wrapper p br {
    display: none;
  }
}
body.faranesh-theme .fr-section.full-width,
body.wp-admin .fr-section.full-width {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media all and (max-width: 991px) {
  body.faranesh-theme .fr-section.full-width,
  body.wp-admin .fr-section.full-width {
    padding-top: 200px !important;
  }
}
body.faranesh-theme .fr-section.full-width .wrapper,
body.wp-admin .fr-section.full-width .wrapper {
  padding-left: initial;
  padding-right: initial;
}
body.faranesh-theme .fr-section.full-width .fr-two-columns,
body.wp-admin .fr-section.full-width .fr-two-columns {
  padding-top: 140px !important;
  padding-bottom: 60px !important;
}
body.faranesh-theme .fr-section.add-path,
body.wp-admin .fr-section.add-path {
  position: relative;
}
body.faranesh-theme .fr-section.add-path:after,
body.wp-admin .fr-section.add-path:after {
  content: "";
  background: url(../jpg/bg-path-reduced-2.jpg);
  background-position: bottom;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
}
body.faranesh-theme .fr-section.bg-path,
body.wp-admin .fr-section.bg-path {
  background-size: cover;
}
body.faranesh-theme .fr-section.two-color,
body.wp-admin .fr-section.two-color {
  background: linear-gradient(to top, #fff 40%, #F1F3F3 20%);
}
body.faranesh-theme .fr-section .up-line,
body.wp-admin .fr-section .up-line {
  height: 100px;
  position: relative !important;
  top: -45px !important;
  margin-top: 0px !important;
}
body.faranesh-theme .wp-block-separator.is-style-vertical-variant,
body.wp-admin .wp-block-separator.is-style-vertical-variant {
  max-width: 2px;
  height: 100px;
}
body.faranesh-theme .fr-about-wasim,
body.wp-admin .fr-about-wasim {
  margin-top: var(--mobile-top-margin);
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-about-wasim,
  body.wp-admin .fr-about-wasim {
    margin-top: var(--desktop-top-margin);
  }
}
body.faranesh-theme .fr-about-wasim .wrapper,
body.wp-admin .fr-about-wasim .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-about-wasim .wrapper,
  body.wp-admin .fr-about-wasim .wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-about-wasim .wrapper,
  body.wp-admin .fr-about-wasim .wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
body.faranesh-theme .fr-about-wasim__info-photo,
body.wp-admin .fr-about-wasim__info-photo {
  margin: 0 0 0 10px;
  line-height: 0;
  text-align: right;
}
body.faranesh-theme .fr-about-wasim__info-box,
body.wp-admin .fr-about-wasim__info-box {
  display: flex;
  flex-direction: column;
  background-color: white;
  row-gap: 8px;
  border-radius: 6px;
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
  border-left: 5px solid var(--wp--preset--color--yellow);
  padding: 26px 31px;
}
body.faranesh-theme .fr-about-wasim__info-title,
body.wp-admin .fr-about-wasim__info-title {
  margin: 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
}
body.faranesh-theme .fr-about-wasim__info-description,
body.wp-admin .fr-about-wasim__info-description {
  margin: 0;
  font-size: var(--wp--preset--font-size--extra-small);
}
body.faranesh-theme .fr-about-wasim__left,
body.wp-admin .fr-about-wasim__left {
  order: 2;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-about-wasim__left,
  body.wp-admin .fr-about-wasim__left {
    order: 1;
    max-width: 550px;
    margin-top: 0;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-about-wasim__left,
  body.wp-admin .fr-about-wasim__left {
    max-width: 689px;
  }
}
@media screen and (min-width: 1406px) {
  body.faranesh-theme .fr-about-wasim__left,
  body.wp-admin .fr-about-wasim__left {
    padding-right: 0;
  }
}
body.faranesh-theme .fr-about-wasim__right,
body.wp-admin .fr-about-wasim__right {
  max-width: 570px;
  order: 1;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-about-wasim__right,
  body.wp-admin .fr-about-wasim__right {
    order: 2;
  }
}
body.faranesh-theme .fr-blurbs,
body.wp-admin .fr-blurbs {
  max-width: 100% !important;
  padding: var(--mobile-top-padding) var(--mobile-right-padding) var(--mobile-bottom-padding) var(--mobile-left-padding);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-blurbs,
  body.wp-admin .fr-blurbs {
    padding: var(--desktop-top-padding) var(--desktop-right-padding) var(--desktop-bottom-padding) var(--desktop-left-padding);
  }
}
body.faranesh-theme .fr-blurbs__container,
body.wp-admin .fr-blurbs__container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 24px;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-blurbs__container,
  body.wp-admin .fr-blurbs__container {
    justify-content: space-between;
    row-gap: initial;
  }
}
@media screen and (min-width: 1440px) {
  body.faranesh-theme .fr-blurbs__container,
  body.wp-admin .fr-blurbs__container {
    column-gap: 65px;
  }
}
@media screen and (min-width: 1600px) {
  body.faranesh-theme .fr-blurbs__container,
  body.wp-admin .fr-blurbs__container {
    column-gap: 68px;
  }
}
body.faranesh-theme .fr-blurbs__popup-content,
body.wp-admin .fr-blurbs__popup-content {
  background-color: #141411;
  color: white;
  position: absolute;
  width: 250px;
  padding: 25px 12px;
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
  border-radius: 6px;
  text-align: center;
  line-height: 33px;
  z-index: 9;
  top: calc(100% + 20px);
  display: none;
  transition: all 0.3s ease;
}
body.faranesh-theme .fr-blurbs__popup-content::before,
body.wp-admin .fr-blurbs__popup-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #141411;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
}
body.faranesh-theme .fr-blurbs__item,
body.wp-admin .fr-blurbs__item {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .fr-blurbs__item,
  body.wp-admin .fr-blurbs__item {
    width: 170px;
  }
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-blurbs__item,
  body.wp-admin .fr-blurbs__item {
    width: 210px;
  }
}
@media screen and (min-width: 1440px) {
  body.faranesh-theme .fr-blurbs__item,
  body.wp-admin .fr-blurbs__item {
    width: 227px;
  }
}
body.faranesh-theme .fr-blurbs__item:hover .fr-blurbs__popup-content,
body.wp-admin .fr-blurbs__item:hover .fr-blurbs__popup-content {
  display: block;
}
body.faranesh-theme .fr-blurbs__content,
body.wp-admin .fr-blurbs__content {
  text-align: center;
  margin-top: 20px;
}
body.faranesh-theme .fr-blurbs__content p,
body.wp-admin .fr-blurbs__content p {
  font-family: var(--wp--preset--font-family--droid-serif);
  line-height: 1;
}
body.faranesh-theme .fr-blurbs .wp-block-heading,
body.wp-admin .fr-blurbs .wp-block-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-blurbs .wp-block-heading,
  body.wp-admin .fr-blurbs .wp-block-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-blurbs .wp-block-heading,
  body.wp-admin .fr-blurbs .wp-block-heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  body.faranesh-theme .fr-blurbs .wp-block-heading,
  body.wp-admin .fr-blurbs .wp-block-heading {
    font-size: 24px;
  }
}
body.faranesh-theme .fr-blurbs__icon figure,
body.wp-admin .fr-blurbs__icon figure {
  margin: 0;
  border: 1px solid #000000;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.faranesh-theme :root,
body.wp-admin :root {
  --tab-active-color: #0662d3;
}
body.faranesh-theme .accordion__item,
body.wp-admin .accordion__item {
  margin-bottom: 16px;
  position: relative;
  padding-left: 51px;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .accordion__item,
  body.wp-admin .accordion__item {
    padding-left: 120px;
    margin-bottom: 30px;
  }
}
body.faranesh-theme .accordion__item:last-child,
body.wp-admin .accordion__item:last-child {
  margin-bottom: 0;
}
body.faranesh-theme .accordion__item::before,
body.wp-admin .accordion__item::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><g clip-path="url(%23clip0_328_4090)"><path d="M0.208984 8.59098L5.64384 14.0362L16.0798 3.61059L14.5815 2.13306L5.64384 11.0604L1.68649 7.10305L0.208984 8.59098Z" fill="url(%23paint0_linear_328_4090)"/></g><defs><linearGradient id="paint0_linear_328_4090" x1="0.208984" y1="0.347584" x2="18.4201" y2="2.50372" gradientUnits="userSpaceOnUse"><stop stop-color="%233ACCAA"/><stop offset="1" stop-color="%231C7AAF"/></linearGradient><clipPath id="clip0_328_4090"><rect width="15.8708" height="15.8708" fill="white" transform="translate(0.208984 0.149292)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border-radius: 100%;
  height: 41px;
  width: 41px;
  background-color: transparent;
  border: 2px solid white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .accordion__item::before,
  body.wp-admin .accordion__item::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(%23clip0_214_1430)"><path d="M0 18.0847L11.6431 29.75L34 7.41519L30.7903 4.24988L11.6431 23.3749L3.16525 14.8971L0 18.0847Z" fill="url(%23paint0_linear_214_1430)"/></g><defs><linearGradient id="paint0_linear_214_1430" x1="-2.01309e-07" y1="0.424859" x2="39.0137" y2="5.04395" gradientUnits="userSpaceOnUse"><stop stop-color="%233ACCAA"/><stop offset="1" stop-color="%231C7AAF"/></linearGradient><clipPath id="clip0_214_1430"><rect width="34" height="34" fill="white"/></clipPath></defs></svg>');
    height: 91px;
    width: 91px;
  }
}
body.faranesh-theme .accordion__item-content,
body.wp-admin .accordion__item-content {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.5;
  padding: 30px;
  display: none;
  opacity: 0;
  border-top: 0 !important;
  color: white;
}
body.faranesh-theme .accordion__item-content p,
body.wp-admin .accordion__item-content p {
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0;
  color: white;
}
body.faranesh-theme .accordion__item--open::before,
body.wp-admin .accordion__item--open::before {
  background-color: white;
}
body.faranesh-theme .accordion__item--open .accordion__item-title,
body.wp-admin .accordion__item--open .accordion__item-title {
  border-radius: 12px 12px 0 0;
  border-top-color: #3ACCAA;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
body.faranesh-theme .accordion__item--open .accordion__item-title:before,
body.wp-admin .accordion__item--open .accordion__item-title:before {
  content: "";
  background-color: white;
  width: 20px;
  height: 6px;
  display: block;
}
body.faranesh-theme .accordion__item--open .accordion__item-content,
body.wp-admin .accordion__item--open .accordion__item-content {
  display: block;
  opacity: 1;
  animation-name: opacity;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  border-radius: 0 0 12px 12px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
body.faranesh-theme .accordion button,
body.wp-admin .accordion button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 12px;
  font-family: var(--wp--preset--font-family--droid-serif);
  outline: 0;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 40px 18px 16px;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .accordion button,
  body.wp-admin .accordion button {
    padding: 34px 31px;
  }
}
body.faranesh-theme .accordion button::before,
body.wp-admin .accordion button::before {
  content: "+";
  color: white;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  body.faranesh-theme .accordion button::before,
  body.wp-admin .accordion button::before {
    right: 31px;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
body.faranesh-theme .fr-steps,
body.wp-admin .fr-steps {
  max-width: 100% !important;
  padding-top: var(--mobile-top-padding);
  padding-bottom: var(--mobile-bottom-padding);
  padding-left: var(--mobile-left-padding);
  padding-right: var(--mobile-right-padding);
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-steps,
  body.wp-admin .fr-steps {
    padding-top: var(--desktop-top-padding);
    padding-bottom: var(--desktop-bottom-padding);
  }
}
body.faranesh-theme .fr-steps__item:first-of-type .fr-steps__item-number::before,
body.wp-admin .fr-steps__item:first-of-type .fr-steps__item-number::before {
  display: none;
}
body.faranesh-theme .fr-steps__item-text ul,
body.wp-admin .fr-steps__item-text ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
  list-style: none;
}
body.faranesh-theme .fr-steps__item-text li,
body.wp-admin .fr-steps__item-text li {
  color: white;
  line-height: 1.7;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
body.faranesh-theme .fr-steps__item-text li:last-of-type,
body.wp-admin .fr-steps__item-text li:last-of-type {
  margin-bottom: 0;
}
body.faranesh-theme .fr-steps__item-text li::before,
body.wp-admin .fr-steps__item-text li::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g clip-path="url(%23clip0_275_2995)"><path d="M15 0C6.72891 0 0 6.72902 0 15C0 23.271 6.72891 30 15 30C23.2711 30 30 23.271 30 15C30 6.72902 23.2711 0 15 0ZM15 27.0968C8.32986 27.0968 2.9032 21.6702 2.9032 15C2.9032 8.3298 8.32986 2.9032 15 2.9032C21.6701 2.9032 27.0968 8.32986 27.0968 15C27.0968 21.6701 21.6701 27.0968 15 27.0968Z" fill="url(%23paint0_linear_275_2995)"/><path d="M20.2638 9.61865L13.0643 16.818L9.25199 13.0058L7.19922 15.0586L13.0643 20.9237L22.3165 11.6714L20.2638 9.61865Z" fill="url(%23paint1_linear_275_2995)"/></g><defs><linearGradient id="paint0_linear_275_2995" x1="-1.77626e-07" y1="-4.5" x2="34.6333" y2="-1.42464" gradientUnits="userSpaceOnUse"><stop stop-color="%233ACCAA"/><stop offset="1" stop-color="%231C7AAF"/></linearGradient><linearGradient id="paint1_linear_275_2995" x1="7.19922" y1="7.92289" x2="24.5443" y2="9.98248" gradientUnits="userSpaceOnUse"><stop stop-color="%233ACCAA"/><stop offset="1" stop-color="%231C7AAF"/></linearGradient><clipPath id="clip0_275_2995"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
  top: 3px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}
body.faranesh-theme .fr-steps__item-number::before, body.faranesh-theme .fr-steps__item-number::after,
body.wp-admin .fr-steps__item-number::before,
body.wp-admin .fr-steps__item-number::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background-color: #3ACCAA;
  margin-left: auto;
  margin-right: auto;
}
body.faranesh-theme .fr-steps__item-number span,
body.wp-admin .fr-steps__item-number span {
  width: 84px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(95deg, #3ACCAA -1.22%, #1C7AAF 105.64%);
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--xx-large);
}
body.faranesh-theme .fr-steps__item-content,
body.wp-admin .fr-steps__item-content {
  background-color: rgba(20, 20, 17, 0.8);
  padding: 30px;
  border: 2px solid #3ACCAA;
  backdrop-filter: blur(15px);
  border-radius: 12px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  body.faranesh-theme .fr-steps__item-content,
  body.wp-admin .fr-steps__item-content {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  body.faranesh-theme .fr-steps__item-content,
  body.wp-admin .fr-steps__item-content {
    padding: 60px;
  }
}
body.faranesh-theme .fr-steps__item-content .wp-block-heading,
body.wp-admin .fr-steps__item-content .wp-block-heading {
  color: white;
  font-size: var(--wp--preset--font-size--xx-large);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
}
body.faranesh-theme .fr-steps__item-content p,
body.wp-admin .fr-steps__item-content p {
  color: white;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-template-contact h1 {
  margin-bottom: 18px;
}
.page-template-contact .call-now {
  color: #141411;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.page-template-contact .phone {
  color: #A98519;
  text-align: center;
  text-decoration: none;
  display: block;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
}
.page-template-contact .footer-form {
  background: url(../jpg/bg-contact-us-2.jpg);
  background-position: bottom;
  padding-top: 0px;
  padding-bottom: 100px;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
  margin-top: -5px;
}
@media screen and (min-width: 992px) {
  .page-template-contact .footer-form {
    padding-bottom: 200px;
  }
}
.page-template-contact .footer-form .gform_wrapper {
  border: 5px solid #3ACCAA;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .page-template-contact .footer-form .gform_wrapper {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .footer-form .gform_wrapper {
    padding: 30px 115px 70px 115px;
    max-width: 1160px;
  }
}
.page-template-contact .site-footer {
  padding-top: 100px;
  background: #141411 url(../png/bg-contact-2.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .page-template-contact .site-footer {
    padding-top: 120px;
  }
}

.post {
  padding-top: 60px;
}
.post .author {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post .author {
    text-align: left;
    display: flex;
    padding-bottom: 55px;
  }
}
.post .author__content {
  padding-left: 18px;
}
.post .author__content span {
  display: block;
  padding-top: 3px;
  color: #141411;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.post .author__content p {
  color: #414141;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.post .author img {
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
}
.post .author .post-date {
  color: #414141;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-top: 7px;
}
.post .author .post-date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-bottom: -2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_303_3794)"><mask id="mask0_303_3794" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M0 9.53674e-07H16V16H0V9.53674e-07Z" fill="white"/></mask><g mask="url(%23mask0_303_3794)"><path d="M15.5312 14.5625H0.46875V5.1875H15.5312V14.5625Z" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M0.46875 5.1875V2.375H15.5312V5.1875" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M3.3125 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M8 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/><path d="M12.6875 1.4375V3.3125" stroke="%23414141" stroke-width="0.9375" stroke-miterlimit="10" stroke-linecap="square"/></g></g><defs><clipPath id="clip0_303_3794"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}
@media screen and (min-width: 1200px) {
  .post .pd-r {
    padding-right: 135px;
  }
}
.post .entry-content {
  padding-bottom: 65px;
}
@media screen and (min-width: 992px) {
  .post .entry-content {
    padding-bottom: 0px;
  }
}
.post .entry-content ul {
  margin-left: 0px !important;
  padding-left: 26px;
}
.post .entry-content ul li {
  color: var(--wp--preset--color--paragraph);
  line-height: 1.7;
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
}
.post .entry-content ol {
  counter-reset: section;
  list-style-type: none;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 45px;
}
.post .entry-content ol li {
  list-style-type: none;
  line-height: clamp(1.5rem, 1.0037rem + 2.2059vw, 2.0625rem);
  position: relative;
  padding-left: 0px;
  margin-bottom: 20px;
}
.post .entry-content ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  background: url(../svg/numeric-list.svg);
  display: inline-block;
  height: 31px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  margin-right: 10px;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 18px;
  top: 1px;
  left: -45px;
}

.post-views {
  display: none;
}

.suggested {
  padding-top: 65px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .suggested {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.suggested .attachment-suggested-post {
  border-radius: 12px 12px 0px 0px;
}
.suggested .title {
  color: #141411;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
  border-left: 5px solid #3ACCAA;
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .suggested .title {
    margin-bottom: 64px;
  }
}
.suggested .white-box {
  border-radius: 0px 0px 12px 12px;
  background: #FFF;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  max-width: 565px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .suggested .white-box {
    max-width: 455px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .suggested .white-box {
    max-width: 530px;
  }
}
@media screen and (min-width: 1400px) {
  .suggested .white-box {
    max-width: 570px;
  }
}
.suggested .white-box:last-child {
  margin-top: 75px;
}
@media screen and (min-width: 992px) {
  .suggested .white-box:last-child {
    margin-left: 30px;
    margin-top: initial;
  }
}
.suggested .content {
  padding: 21px 30px 35px;
}
.suggested .content a {
  color: #141411;
  font-family: var(--wp--preset--font-family--droid-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  line-height: 32px; /* 133.333% */
}
.suggested .content .author {
  padding-top: 10px;
  color: #A98519;
  display: block;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 183.333% */
}
.suggested .content .date {
  color: #414141;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-top: 14px;
  line-height: 24px; /* 171.429% */
}
.suggested .content .date:before {
  content: url(../svg/calendar.svg);
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.sidebar .widget_block,
.sidebar .gform_widget {
  padding: 30px 40px;
  border-radius: 12px;
  border-top: 5px solid #3ACCAA;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(13, 13, 13, 0.1);
  margin-bottom: 65px;
}
.sidebar .widget_block h2,
.sidebar .widget_block .wp-block-heading,
.sidebar .gform_widget h2,
.sidebar .gform_widget .wp-block-heading {
  color: #141411;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.sidebar .widget_block .wp-block-search input,
.sidebar .gform_widget .wp-block-search input {
  border-radius: 6px;
  border: 2px solid #B9B9B9;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  background-repeat: no-repeat;
  background: url(../svg/search.svg);
  color: #414141;
  height: 60px;
  background-position: left 15px center;
  padding-left: 50px;
}
.sidebar .widget_block .wp-block-search button,
.sidebar .gform_widget .wp-block-search button {
  color: #141411;
  text-align: center;
  background: linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%);
  border-radius: 6px;
  display: none;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 25px 11px 25px;
  text-decoration: none;
}
.sidebar .widget_block .wp-block-search button:hover,
.sidebar .gform_widget .wp-block-search button:hover {
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
  color: #fff;
  background: linear-gradient(95deg, #3ACCAA -1.22%, #1C7AAF 105.64%);
}
.sidebar .widget_block ul,
.sidebar .widget_block ol,
.sidebar .gform_widget ul,
.sidebar .gform_widget ol {
  padding-left: 0px;
  margin-left: 0px;
}
.sidebar .widget_block .gform_button,
.sidebar .gform_widget .gform_button {
  background: linear-gradient(95deg, #E6C254 1.24%, #DCA600 108.9%) !important;
  border-radius: 6px !important;
  border: 0px !important;
  color: #141411 !important;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 19px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  margin-top: 8px !important;
  text-align: center !important;
  width: 100% !important;
  height: 50px !important;
}
.sidebar .testimonial-title {
  color: #141411;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.sidebar .testimonial-description {
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-style: italic;
}
.sidebar .testimonial-name {
  color: var(--wp--preset--color--paragraph);
  display: block;
  padding-top: 20px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.sidebar .testimonial-name a {
  color: var(--wp--preset--color--paragraph);
  text-decoration: none;
}
.sidebar .testimonial-posted {
  color: var(--wp--preset--color--paragraph);
  display: block;
  padding-top: 4px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .site-footer .badges-wrap .d-flex {      
      width: 12%;
  }
}
.post .entry-content ol li:before {
  counter-increment: section;
  content: counter(section);
}
.post .entry-content ol li ul {
  padding-top: 10px;
}    
.post .entry-content ol li ul li:before {
  counter-increment: subsection;
  content: "";
  height: 30px;
  background: url(../svg/checkmark.svg);
  transform: scale(0.9);
  left: -42px;
}
.gform_footer {
    margin-bottom: 25px;
}
.gfield--type-html {
    font-size: 13px !important;
    line-height: 20px !important;
}

@media screen and (min-width: 992px) {
  .page-thumbnail {
    margin-top: 5vh;
  }  
  .sidebar-wrapper .sidebar {
    padding-top: 5vh;
  }
}