/*!
Theme Name: pure
Theme URI: http://underscores.me/
Author: Pure Agency
Author URI: https://www.pureagency.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pure
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pure is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@font-face {
  font-family: Work Outline;
  src: url("fonts/WorkSans-Bold-Outline.ttf");
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# 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;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
}

h1,
.h1,
.h1 * {
  font-size: 25px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width: 992px) {
  h1,
  .h1,
  .h1 * {
    font-size: 40px;
    line-height: 56px;
  }
}

.side-title-wrap {
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
.side-title-wrap .title {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.small-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #ed5d1f;
  letter-spacing: 2px;
}

.small-medium-title {
  font-size: 27px;
  line-height: 36px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .small-medium-title {
    font-size: 30px;
    line-height: 36px;
  }
}

.small-title-2 {
  font-size: 14px;
  line-height: 24px;
}

.small-title-3 {
  font-size: 18px;
  line-height: 28px;
}

.medium-title {
  font-size: 25px;
  line-height: 56px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .medium-title {
    font-size: 40px;
    line-height: 56px;
  }
}

.large-title {
  font-size: 88px;
  line-height: 90px;
}
@media (min-width: 992px) {
  .large-title {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .large-title {
    font-size: 35px;
    line-height: 42px;
  }
}

p {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 28px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

section {
  position: relative;
  z-index: 0;
}
section.standard {
  padding: 120px 0px;
}
section.medium {
  padding: 90px 0px;
}
@media (max-width: 768px) {
  section.medium {
    padding-top: 60px;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  transition: top 0.3s;
}
.site-header .header-container {
  position: relative;
  overflow: hidden;
}
.site-header.scrolled .header-lower {
  background-color: white;
}
@media (min-width: 1024px) {
  .site-header.scrolled .header-lower .mega-menu > li > a {
    color: #313131 !important;
  }
}
.site-header.scrolled .header-lower .site-branding img {
  filter: none;
}
.site-header .header-upper {
  color: #ffffff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  transition: margin-top 0.3s; /* Smooth transition for hiding */
}
.site-header .header-upper .left {
  padding: 10px 30px;
}
@media (max-width: 1024px) {
  .site-header .header-upper .left {
    padding: 10px 15px;
  }
}
.site-header .header-upper .right {
  position: relative;
  min-width: 80px;
}
.site-header .header-upper .right .tel {
  padding: 10px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
@media (max-width: 1024px) {
  .site-header .header-upper .right .tel {
    display: none;
  }
}
.site-header .header-upper .right .tel span {
  font-weight: 700;
}
.site-header .header-upper .right .tel a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s;
}
.site-header .header-upper .right .tel a:hover {
  color: #ed5d1f;
}
.site-header .header-upper .right .gal {
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  padding: 10px 30px;
}
.site-header .header-upper .right .gal span {
  font-weight: 700;
}
.site-header .header-upper .right .gal a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .site-header .header-upper .right .gal a {
    padding: 10px 15px;
  }
}
.site-header .header-upper .right .gal a:hover {
  color: #ed5d1f;
}
.site-header .header-upper a {
  color: #ffffff;
}
.site-header .header-upper .announcement {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
}
.site-header .header-upper .announcement p {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}
.site-header .header-upper .language-switcher {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px;
  color: #313131;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .site-header .header-upper .language-switcher {
    padding: 10px 30px;
  }
}
.site-header .header-upper .language-switcher:hover ul {
  display: block;
}
.site-header .header-upper .language-switcher:hover .current {
  color: #ed5d1f;
}
.site-header .header-upper .language-switcher:hover .current i {
  transform: rotate(-180deg);
  transform-origin: center;
}
.site-header .header-upper .language-switcher .current {
  color: #ffffff;
}
.site-header .header-upper .language-switcher .current i {
  display: inline-block;
  transition: all 0.3s;
  margin-left: 8px;
  font-size: 6px;
}
.site-header .header-upper .language-switcher ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 185px;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 4px;
  z-index: 5;
}
.site-header .header-upper .language-switcher ul li {
  display: flex;
  border-bottom: 1px solid rgba(9, 48, 150, 0.3);
  margin: 0;
  background: #ffffff;
}
.site-header .header-upper .language-switcher ul li:last-of-type {
  border: none;
}
.site-header .header-upper .language-switcher ul a {
  text-decoration: none;
  width: 100%;
  display: flex;
  color: inherit;
  padding: 13px 15px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}
.site-header .header-upper .language-switcher ul a:hover {
  color: #ed5d1f;
}
.site-header .header-upper .language-switcher ul a i {
  margin-left: auto;
  font-size: 11px;
}
.site-header .header-lower {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s;
}
@media (max-width: 1024px) {
  .site-header .header-lower {
    padding: 10px 15px;
  }
}
.site-header .header-lower .site-branding {
  max-width: 115px;
}
@media (max-width: 1024px) {
  .site-header .header-lower .site-branding {
    display: none;
  }
}
.site-header .header-lower .site-branding img {
  filter: brightness(0) invert(1);
}
.site-header .header-lower .nav-wrap {
  width: 100%;
}

.home .hero .side-title-wrap {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  display: block !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home .hero .side-title-wrap {
    display: none !important;
  }
}
.home .hero .icon-long-down {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 9;
  color: #ed5d1f;
  font-size: 24px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 768px) {
  .home .hero .icon-long-down {
    display: none !important;
  }
}
.home .hero .border-anim {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  border: 0px solid #ffffff;
  z-index: 2;
  inset: 0px;
}
.home.scrolled .hero .icon-long-down {
  opacity: 1;
}
.home.scrolled .hero .scroll-tag {
  bottom: 75px;
}
.home.scrolled .hero .border-anim {
  border: 20px solid #ffffff;
}
@media (min-width: 768px) {
  .home.scrolled .hero .border-anim {
    border: 60px solid #ffffff;
  }
}
.home.scrolled .hero .side-title-wrap {
  opacity: 1;
}

footer .footer-top {
  background: #313131;
  padding: 145px 0px 50px 0px;
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer-top {
    padding: 60px 0px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .social-wrap, footer .footer-top .logo-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .inner {
    border-bottom: 1px solid #707070;
    padding: 25px 0px;
  }
}
footer .footer-top .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 768px) {
  footer .footer-top .title.toggler {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  footer .footer-top .title.toggler:after {
    font-family: "pure";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e809";
    color: #ffffff;
    margin-left: auto;
  }
  footer .footer-top .title.toggler.active:after {
    content: "\e811";
  }
}
footer .footer-top a, footer .footer-top .contact-info {
  opacity: 0.6;
  transition: all 0.6s;
  color: #ffffff;
}
footer .footer-top a:hover, footer .footer-top .contact-info:hover {
  opacity: 1;
}
footer .footer-top .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-top .menu li.sustainability a {
  color: #64b33d;
}
footer .footer-top .menu li.sustainability a:after {
  content: "\e808";
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
footer .footer-top .menu a {
  line-height: 31px;
  text-decoration: none;
}
footer .footer-top .contact-info p {
  margin: 0;
  line-height: 31px;
}
footer .footer-top .social-wrap {
  display: flex;
  flex-direction: column;
}
footer .footer-top .social-wrap i {
  font-size: 17px;
}
footer .footer-top .custom-logo {
  filter: brightness(0) invert(1);
}
footer .footer-bottom .footer-copyright {
  font-size: 12px;
  margin: 10px 0px;
  line-height: 24px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul li,
ol li {
  margin-bottom: 7px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.path.animate {
  animation: draw 5s forwards;
}

@keyframes draw {
  0% {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #ed5d1f;
  transition: all 0.3s;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #ed5d1f;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.small-button {
  text-transform: capitalize;
  border: 1px solid;
  text-decoration: none;
  padding: 4px 20px;
  border-radius: 23px;
  font-size: 12px;
  line-height: 2;
  display: inline-block;
  min-height: 35px;
}
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white,
.small-button.white {
  border-color: #ed5d1f;
  color: #ed5d1f;
  background: #ffffff;
  transition: all 0.3s;
}
button.white:hover,
input[type=button].white:hover,
input[type=reset].white:hover,
input[type=submit].white:hover,
.small-button.white:hover {
  background: transparent;
}
button.white-orange:hover,
input[type=button].white-orange:hover,
input[type=reset].white-orange:hover,
input[type=submit].white-orange:hover,
.small-button.white-orange:hover {
  border-color: #ed5d1f;
  background: #ed5d1f;
  color: #ffffff;
}
button.white-solid,
input[type=button].white-solid,
input[type=reset].white-solid,
input[type=submit].white-solid,
.small-button.white-solid {
  border-color: #ffffff;
  color: #1248d5;
  background: #ffffff;
  transition: all 0.3s;
}
button.white-solid:hover,
input[type=button].white-solid:hover,
input[type=reset].white-solid:hover,
input[type=submit].white-solid:hover,
.small-button.white-solid:hover {
  border-color: #ed5d1f;
  background: #ed5d1f;
  color: #ffffff;
}
button.blue-solid,
input[type=button].blue-solid,
input[type=reset].blue-solid,
input[type=submit].blue-solid,
.small-button.blue-solid {
  border-color: #093096;
  color: #ffffff;
  background: #093096;
  transition: all 0.3s;
}
button.blue-solid:hover,
input[type=button].blue-solid:hover,
input[type=reset].blue-solid:hover,
input[type=submit].blue-solid:hover,
.small-button.blue-solid:hover {
  border-color: #ed5d1f;
  background: #ed5d1f;
  color: #ffffff;
}
button.white-clear,
input[type=button].white-clear,
input[type=reset].white-clear,
input[type=submit].white-clear,
.small-button.white-clear {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  transition: all 0.3s;
}
button.white-clear:hover,
input[type=button].white-clear:hover,
input[type=reset].white-clear:hover,
input[type=submit].white-clear:hover,
.small-button.white-clear:hover {
  border-color: #ed5d1f;
  color: #ed5d1f;
}
button.orange, button.wpcf7-submit,
input[type=button].orange,
input[type=button].wpcf7-submit,
input[type=reset].orange,
input[type=reset].wpcf7-submit,
input[type=submit].orange,
input[type=submit].wpcf7-submit,
.small-button.orange,
.small-button.wpcf7-submit {
  border: 1px solid #ed5d1f;
  background: #ed5d1f;
  color: #ffffff;
  transition: all 0.3s;
}
button.orange:hover, button.wpcf7-submit:hover,
input[type=button].orange:hover,
input[type=button].wpcf7-submit:hover,
input[type=reset].orange:hover,
input[type=reset].wpcf7-submit:hover,
input[type=submit].orange:hover,
input[type=submit].wpcf7-submit:hover,
.small-button.orange:hover,
.small-button.wpcf7-submit:hover {
  background: #093096;
  border: 1px solid #ffffff;
}
button.blue,
input[type=button].blue,
input[type=reset].blue,
input[type=submit].blue,
.small-button.blue {
  border: 1px solid #1248d5;
  background: #ffffff;
  color: #1248d5;
}
button i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i,
.small-button i {
  font-size: 9px;
  margin-left: 9px;
}
button.small-button-2,
input[type=button].small-button-2,
input[type=reset].small-button-2,
input[type=submit].small-button-2,
.small-button.small-button-2 {
  min-height: 27px;
  line-height: 1.5;
}
button.small-button-3,
input[type=button].small-button-3,
input[type=reset].small-button-3,
input[type=submit].small-button-3,
.small-button.small-button-3 {
  min-height: 30px;
  line-height: 1.6;
}

.slide-open a {
  padding: 6px;
  transition: padding 0.3s ease; /* Transition for padding */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
}
.slide-open a span {
  max-width: 0;
  opacity: 0;
  font-size: inherit;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.3s ease, opacity 0.3s ease; /* Transition for max-width and opacity */
}
.slide-open a i {
  display: inline-block !important;
  margin: 0;
  transition: margin-left 0.3s ease; /* Transition for margin-left */
}
.slide-open a:hover {
  padding: 6px 20px;
}
.slide-open a:hover span {
  max-width: 200px; /* Set to a value large enough to fit the text */
  opacity: 1;
}
.slide-open a:hover i {
  margin-left: 5px;
}

.stick-cta {
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 9;
}
@media (max-width: 768px) {
  .stick-cta {
    bottom: 0;
    left: 0;
  }
}
.stick-cta .small-button {
  padding: 8px 20px;
  text-transform: uppercase;
  color: #fff;
  background: #ed5d1f;
}
.stick-cta .small-button:hover {
  background: #fff;
  color: #ed5d1f;
}
@media (max-width: 768px) {
  .stick-cta .small-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 95px;
  }
}

.mega-menu-item .small-button.white:hover {
  border: 1px solid #093096;
  color: #093096;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
.wpcf7-file {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  font-size: 14px;
  height: 50px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
.wpcf7-file:focus {
  color: #111;
}

select {
  border: none;
  padding: 8px 20px;
  width: 100%;
  font-size: 14px;
  height: 50px;
  border-right: 20px solid transparent;
}

textarea {
  width: 100%;
  height: auto;
}

.wpcf7 .row {
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 3px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-acceptance label {
  font-weight: 400 !important;
}
.wpcf7 .wpcf7-acceptance label input {
  margin-right: 20px;
  top: 1px;
  position: relative;
}
.wpcf7 label {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .wpcf7 label {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
.wpcf7 .small {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: italic;
  font-size: 12px;
}
.wpcf7 .wpcf7-file {
  background: #ffffff;
}
.wpcf7 .submit-wrap {
  position: relative;
}
.wpcf7 .submit-wrap .wpcf7-submit {
  margin-top: 20px;
  padding-right: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wpcf7 .submit-wrap .wpcf7-spinner {
  display: none;
}
.wpcf7 .submit-wrap:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  content: "\e803";
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  font-size: 10px;
  right: 20px;
}
.wpcf7 input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  display: block;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 9px;
  width: 4px;
  height: 12px;
  border: solid #ed5d1f;
  border-width: 0 2px 2px 0;
}

.nav-select {
  border: 1px solid #093096;
  border-radius: 25px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  color: #093096;
  text-transform: uppercase;
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul .mega-minimize-width .mega-sub-menu {
  max-width: 400px !important;
  left: auto !important;
  padding: 5px !important;
}
.main-navigation ul .mega-minimize-width .wrap-bottom {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 20px 5px;
  background: #fff;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
}
.main-navigation ul .mega-minimize-width .mega-menu-item:hover .wrap-bottom {
  font-weight: bold;
}
.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;
  color: #ffffff;
  /*padding: 25px;*/
}
/* 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%;
}

.pagination .nav-links {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.pagination .nav-links .page-numbers {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #313131;
  transition: all 0.3s;
}
.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
  background: #093096;
  color: #ffffff;
  border: 1px solid #093096;
}

.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.nav-tabs .nav-link {
  padding: 0px 0px 15px 0px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0.45;
  cursor: pointer;
}
.nav-tabs .nav-link:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e805";
  font-size: 6px;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-link.active {
  opacity: 1;
}
.nav-tabs .nav-link.active:after {
  transform: rotate(180deg);
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.mega-sub-menu .leaf a {
  color: #62af3c !important;
}
.mega-sub-menu .leaf a span:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e808";
  margin-left: 10px;
}
.mega-sub-menu .mega-item {
  position: relative;
}
.mega-sub-menu .mega-item a {
  padding: 0;
}
.mega-sub-menu .mega-item .wrap {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mega-sub-menu .mega-item .wrap .small-button {
  padding: 5px 20px;
}
.mega-sub-menu .button-wrap .textwidget {
  display: flex;
  gap: 15px;
}

.mega-image-caption {
  padding-right: 15px !important;
}
.mega-image-caption > .mega-sub-menu .mega-menu-item-type-widget {
  padding-right: 0px !important;
}
.mega-image-caption .mega-block-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  position: absolute;
  bottom: 20px;
  background: #ffffff;
}

.mega-menu-flyout > .mega-sub-menu li > a:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  margin-left: 10px;
  display: inline-block !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.site-header .header-lower .mega-menu .contact-menu-button a,
.site-header.scrolled .header-lower .mega-menu .contact-menu-button a {
  background: #ed5d1f !important;
  border-radius: 20px !important;
  padding: 0px 25px !important;
  color: #ffffff !important;
  border: 1px solid #ed5d1f !important;
  transition: all 0.3s !important;
}
.site-header .header-lower .mega-menu .contact-menu-button a:hover,
.site-header.scrolled .header-lower .mega-menu .contact-menu-button a:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-left .mega-menu-logo img {
  filter: none !important;
  transition: all 0.3s;
}
.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-toggle-block {
  border: 1px solid #093096;
}
.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-toggle-block .mega-icon:before {
  color: #093096;
}
.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-menu-toggle-animated-block {
  background: #093096;
}
.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-menu-toggle-animated-block .mega-toggle-animated-inner,
.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-menu-toggle-animated-block .mega-toggle-animated-inner::before,
.site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-menu-toggle-animated-block .mega-toggle-animated-inner::after {
  color: #ffffff !important;
}

body.mega-menu-header-nav-mobile-open #mega-menu-header-nav > li {
  border-bottom: 1px solid #707070 !important;
}
body.mega-menu-header-nav-mobile-open #mega-menu-header-nav > li > a {
  font-weight: 700 !important;
}
body.mega-menu-header-nav-mobile-open #mega-menu-header-nav > li.contact-menu-button {
  border: none !important;
  padding-top: 20px !important;
}
body.mega-menu-header-nav-mobile-open #mega-menu-header-nav > li.contact-menu-button a {
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
}
body.mega-menu-header-nav-mobile-open #mega-menu-header-nav > li.mega-menu-item-has-children .mega-sub-menu a {
  background: none !important;
  color: #ffffff !important;
  opacity: 0.6 !important;
  font-weight: 400 !important;
}
body.mega-menu-header-nav-mobile-open #mega-menu-header-nav > li .mega-sub-menu {
  background: none !important;
}
body.mega-menu-header-nav-mobile-open #page {
  position: relative;
}
body.mega-menu-header-nav-mobile-open #page:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #313131;
  z-index: 9;
}
body.mega-menu-header-nav-mobile-open .header-lower {
  background: #313131 !important;
}

@media (max-width: 1400px) {
  .mega-menu-header-nav .site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner,
  .mega-menu-header-nav .site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::before,
  .mega-menu-header-nav .site-header.scrolled .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
  }
  .mega-menu-header-nav.mega-menu-header-nav-mobile-open .site-header .header-lower #mega-menu-wrap-header-nav .mega-toggle-block-2 {
    display: none;
  }
  .mega-menu-header-nav.mega-menu-header-nav-mobile-open .site-header .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 {
    background: none;
  }
  .mega-menu-header-nav.mega-menu-header-nav-mobile-open .site-header .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner,
  .mega-menu-header-nav.mega-menu-header-nav-mobile-open .site-header .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::before,
  .mega-menu-header-nav.mega-menu-header-nav-mobile-open .site-header .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
  }
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-menu-toggle-animated-block,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-menu-toggle-animated-block {
    background: #ffffff;
  }
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-left .mega-menu-logo img,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-left .mega-menu-logo img {
    filter: brightness(0) invert(1) !important;
  }
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-toggle-block,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-toggle-block {
    width: 37px;
    height: 37px;
    justify-content: center;
    border: 1px solid white;
    border-radius: 6px;
    align-items: center;
  }
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated {
    min-height: auto;
  }
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner,
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::before,
  .mega-menu-header-nav-mobile-open.mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::after,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::before,
  .mega-menu-header-nav .header-lower #mega-menu-wrap-header-nav .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::after {
    height: 2px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.post-type-archive-resource,
.tax-resource_category {
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .post-type-archive-resource .signposts-section,
  .tax-resource_category .signposts-section {
    margin-bottom: 70px;
  }
}

.post-type-archive-knowledge .posts-wrap,
.tax-knowledge_category .posts-wrap {
  padding: 80px 0px;
  background: url("images/grid-horiz.png") no-repeat bottom left;
  background-size: auto 245px; /* Restrict height to 245px */
}

.category-filter .inner {
  background: #ffffff;
  z-index: 9;
  position: relative;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .category-filter .inner {
    padding: 0px 50px;
  }
}
.category-filter .inner .item {
  text-align: center;
}
.category-filter .inner .item a, .category-filter .inner .item button {
  width: 100%;
  padding: 15px 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 16px;
  color: #313131;
  border: none;
  border-bottom: 2px solid #313131;
  opacity: 0.3;
  border-radius: 0;
  background: none;
}
.category-filter .inner .item a:hover, .category-filter .inner .item a.active, .category-filter .inner .item button:hover, .category-filter .inner .item button.active {
  opacity: 1;
}
.category-filter.knowledge-filter .inner {
  padding: 0;
}

.resource-categories {
  margin-bottom: 45px;
}
.resource-categories .inner {
  background: none;
  padding: 0;
}

.knowledge-categories .inner {
  padding-top: 20px;
  margin-top: -70px;
}

.post-preview .inner {
  margin-bottom: 70px;
}
.post-preview .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-preview .title a {
  text-decoration: none;
}
.post-preview .categories-wrap a,
.post-preview .term-wrap {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  color: rgba(49, 49, 49, 0.58);
  text-decoration: none;
  text-transform: uppercase;
}
.post-preview .read-more {
  margin-bottom: 50px;
}
.post-preview .read-more a {
  color: #ed5d1f;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.post-preview .read-more a i {
  margin-left: 15px;
  transition: all 0.3s;
}
.post-preview .read-more a:hover i {
  margin-left: 30px;
}

.post-type-archive-resource .posts-wrap,
.tax-resource_category .posts-wrap {
  margin-bottom: 80px;
}
.post-type-archive-resource .pagination,
.tax-resource_category .pagination {
  margin-top: 70px;
}
.post-type-archive-resource article .entry-header,
.tax-resource_category article .entry-header {
  background: #ffffff;
}
.post-type-archive-resource article .entry-header .entry-title,
.tax-resource_category article .entry-header .entry-title {
  font-size: 14px;
  line-height: 24px;
}
.post-type-archive-resource article .entry-header .file .inner,
.tax-resource_category article .entry-header .file .inner {
  padding: 20px;
}
.post-type-archive-resource article .entry-header .file .inner .meta,
.tax-resource_category article .entry-header .file .inner .meta {
  font-size: 14px;
  margin-bottom: 5px;
}
.post-type-archive-resource article .entry-header .file .inner .filetype,
.tax-resource_category article .entry-header .file .inner .filetype {
  text-transform: uppercase;
}
.post-type-archive-resource article .entry-header .file .inner .download-link,
.tax-resource_category article .entry-header .file .inner .download-link {
  width: 35px;
  height: 35px;
  background: #1248d5;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}
.post-type-archive-resource article .entry-header .file .inner .download-link i,
.tax-resource_category article .entry-header .file .inner .download-link i {
  font-size: 12px;
  line-height: 32px;
}
.post-type-archive-resource article .entry-header .file .inner .entry-title,
.tax-resource_category article .entry-header .file .inner .entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  text-transform: uppercase;
}
.post-type-archive-resource article .entry-header .video .inner,
.tax-resource_category article .entry-header .video .inner {
  padding: 15px;
}
.post-type-archive-resource article .entry-header .video .inner .entry-title,
.tax-resource_category article .entry-header .video .inner .entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  text-transform: capitalize;
}

/* 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;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section.hero {
  position: relative;
}
section.hero .grid-image {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 2;
  width: auto; /* Ensure width does not exceed container */
  height: auto; /* Ensure height scales appropriately */
  max-width: 50%;
  max-height: 70%;
}
@media (max-width: 992px) {
  section.hero .grid-image {
    bottom: -50px;
    left: calc(100% - 50px);
    max-width: none;
  }
}
section.hero.full-height .slide {
  min-height: 100vh;
}
@media (max-width: 768px) {
  section.hero.full-height .slide {
    padding: 100px 0px;
  }
}
section.hero.full-height .scroll-tag {
  display: inline-flex !important;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 50px);
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  transform: rotate(270deg) translateY(-50%);
  color: #ed5d1f;
  z-index: 9;
  align-items: center;
  transition: all 0.3s;
}
section.hero.full-height .scroll-tag:before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 8px;
  background: #ed5d1f;
  margin-right: 10px;
}
section.hero.large-height .slide {
  height: 620px;
  background-size: cover;
  background-position: center center;
}
section.hero.medium-large-height .slide {
  height: 550px;
  background-size: cover;
  background-position: center center;
}
section.hero.medium-height .slide {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
section.hero.slim-height .slide {
  height: 390px;
  background-size: cover;
  background-position: center center;
}
section.hero.auto-height .slide {
  padding: 140px 0;
  background-size: cover;
  background-position: center center;
}
section.hero.color-overlay .slide:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 48, 150, 0.65);
  z-index: 9;
}
section.hero.accent:before {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
  top: inherit;
  bottom: -75px;
  left: 30px;
  z-index: 9;
}
@media (min-width: 992px) {
  section.hero .content-video {
    padding-left: 30px;
  }
}
section.hero .content {
  z-index: 99;
  position: relative;
}
section.hero .content .title {
  font-family: Work Outline;
  font-weight: 700;
  font-weight: normal;
  font-size: 70px;
  margin-bottom: 35px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  section.hero .content .title {
    font-size: 40px;
    line-height: 50px;
    margin: 25px 0px;
  }
}
section.hero .content .title .line-1 {
  text-align: left;
}
section.hero .content .title .line-2 {
  color: rgba(9, 48, 150, 0);
  -webkit-text-stroke: 2px white;
  text-align: left;
}
section.hero .content .title .line-3 {
  text-align: left;
}
section.hero .content .title .title-animate {
  clip-path: inset(0 -5% -5% -5%);
}
section.hero .content .title .title-animate .line-content {
  transform: translateY(105%);
}
section.hero .content .title .title-animate .line-content.animate {
  animation: slideIn 0.8s ease forwards;
}
section.hero .content .title .title-animate.line-1 .line-content {
  animation-delay: 0.1s;
}
section.hero .content .title .title-animate.line-2 .line-content {
  animation-delay: 0.2s;
}
section.hero .content .title .title-animate.line-3 .line-content {
  animation-delay: 0.3s;
}
@keyframes slideIn {
  from {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
section.hero .content .copy {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  section.hero .content .copy {
    /*max-width: 70%;*/
  }
}
section.hero .content .copy a {
  color: #ed5d1f;
}
section.hero .call-to-action-wrap {
  gap: 10px;
}
section.hero .signposts {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

@media (min-width: 992px) {
  .single-application .hero .content .line-2 {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .post-type-archive-resource .hero .content .line-2 {
    margin-left: 190px;
  }
}

@media (min-width: 992px) {
  .post-type-archive-knowledge .hero .content .line-2 {
    margin-left: 170px;
  }
}

@media (min-width: 992px) {
  .contact .hero .content .line-2,
  .request-a-quote .hero .content .line-2 {
    margin-left: 190px;
  }
}

@media (max-width: 768px) {
  .home .hero .content .title {
    text-align: center;
  }
}
.home .hero .content .title .line-3 {
  text-align: center;
}
@media (max-width: 768px) {
  .home .hero .content .title .line-1,
  .home .hero .content .title .line-2,
  .home .hero .content .title .line-3 {
    text-align: inherit;
  }
}
.home .hero .copy p {
  text-align: center;
}
@media (min-width: 768px) {
  .home .hero .copy p {
    max-width: 70%;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .thermal-break-materials .hero .content .title,
  .thermal-bridging-applications .hero .content .title {
    font-size: 35px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .single-application .hero .content .title {
    font-size: 25px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .single-knowledge .hero .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.fullscreen-video-wrapper {
  position: fixed; /* Fixed positioning to cover entire viewport */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.fullscreen-video-wrapper iframe {
  left: 50%;
  min-height: 177.77777778vh;
  min-width: 177.77777778vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
@media (max-width: 768px) {
  .fullscreen-video-wrapper iframe {
    min-width: 177.77777778vh;
  }
}

section.map-hero {
  background: #1248d5;
}
section.map-hero.full-height {
  height: 100vh;
}
section.map-hero.medium-height {
  height: 60vh;
}
@media (max-width: 992px) {
  section.map-hero.medium-height {
    min-height: 550px;
  }
}
section.map-hero .main-title .line-1 {
  color: #ffffff;
}
section.map-hero .main-title .line-2 {
  font-family: Work Outline;
  font-weight: 700;
  font-weight: normal;
  -webkit-text-stroke: 2px white;
  color: rgba(9, 48, 150, 0);
  margin-left: 20px;
}
@media (min-width: 992px) {
  section.map-hero .main-title .line-2 {
    margin-left: 80px;
  }
}
section.map-hero .map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  section.map-hero .map {
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
  }
}
section.map-hero .map img {
  max-width: inherit !important;
}
section.map-hero .map .acf-hero-map-cta {
  width: 100%;
  height: 100%;
  border: none;
}
section.map-hero .map .acf-hero-map-cta img {
  max-width: inherit !important;
}
section.map-hero .map .acf-hero-map-cta > div {
  background-color: unset !important;
}

.text-section {
  position: relative;
}
.text-section .side-title-wrap {
  position: absolute;
  top: 120px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .text-section .inner {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .text-section .copy-wrap {
    column-count: 2;
  }
}
.text-section .copy-wrap p {
  margin-top: 0;
}

.text-section-basic {
  overflow: hidden;
}
.text-section-basic.pull-up {
  margin-top: -125px;
  z-index: 9;
  position: relative;
}
@media (min-width: 768px) {
  .text-section-basic.stretch-left .inner {
    padding-right: 90px;
  }
}
.text-section-basic.stretch-left .inner:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: -100%;
}
.text-section-basic.stretch-right .inner {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .text-section-basic.stretch-right .inner {
    padding-left: 90px;
  }
}
.text-section-basic.stretch-right .inner:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  right: -100%;
}
.text-section-basic.stretch-none .inner {
  padding: 0px 90px;
}
.text-section-basic.grey .inner {
  background: #f4f4f4;
}
.text-section-basic.grey.stretch-left .inner:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  left: -100%;
}
.text-section-basic.grey.stretch-right .inner:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  right: -100%;
}
.text-section-basic .inner {
  background: #ffffff;
  position: relative;
}
.text-section-basic .inner .text-section {
  border-bottom: 1px solid #ed5d1f;
  padding-bottom: 45px;
  padding-top: 55px;
}
.text-section-basic .inner .text-section:last-of-type {
  border: none;
}
.text-section-basic.medium-titles .title {
  font-size: 40px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.text-section-basic.small-titles .title {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}
.text-section-basic .grid-image {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 2;
  width: auto; /* Ensure width does not exceed container */
  height: auto; /* Ensure height scales appropriately */
  max-height: 100%;
}
@media (max-width: 992px) {
  .text-section-basic .grid-image {
    display: none;
  }
}
.text-section-basic.accent:before {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
  top: 50px;
  left: 60px;
}
.text-section-basic.stretch-left.accent:before {
  left: inherit;
  right: 60px;
}
@media (min-width: 992px) {
  .text-section-basic.extra-spacing {
    padding-bottom: 170px;
  }
}

.text-tagged-images-section {
  overflow: hidden;
  position: relative;
}
.text-tagged-images-section .grid-image {
  position: absolute;
  bottom: 0;
  right: calc(100% - 150px);
  z-index: 2;
  width: auto; /* Ensure width does not exceed container */
  height: auto; /* Ensure height scales appropriately */
  max-height: 60%;
}
@media (max-width: 992px) {
  .text-tagged-images-section .grid-image {
    display: none;
  }
}
.text-tagged-images-section .side-title-wrap {
  position: absolute;
  top: 300px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.text-tagged-images-section .side-title-wrap:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
}
.text-tagged-images-section.pull-up {
  margin-top: -175px;
  z-index: 9;
  position: relative;
}
.text-tagged-images-section.row-layout .copy-wrap .title {
  margin-top: 45px;
}
.text-tagged-images-section .inner {
  background: #ffffff;
  padding-left: 95px;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .text-tagged-images-section .inner {
    padding: 30px;
  }
}
.text-tagged-images-section .inner:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  right: -100%;
}
.text-tagged-images-section .inner .image-row .image-wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
.text-tagged-images-section .inner .image-row .image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.text-tagged-images-section .inner .tagged-images-wrap {
  /*padding-top: 65px;*/
}
.text-tagged-images-section .inner .tagged-images-wrap .title {
  font-size: 16px;
  margin-bottom: 25px;
}
.text-tagged-images-section .inner .tagged-images-wrap .image-wrap {
  position: relative;
}
.text-tagged-images-section .inner .tagged-images-wrap .image-wrap .tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.text-tagged-images-section .inner .tagged-images-wrap .image-wrap .tag a {
  font-size: 12px;
  text-transform: capitalize;
}
.text-tagged-images-section .inner .copy-wrap {
  /*margin-top: 45px;*/
}
.text-tagged-images-section .inner .copy-wrap .title {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}

.text-styled-image-section {
  overflow: hidden;
}
.text-styled-image-section.style-1.no-reverse .image-wrap {
  border-top: 2px solid #ed5d1f;
  border-left: 2px solid #ed5d1f;
  padding-top: 30px;
  padding-left: 30px;
}
.text-styled-image-section.style-1.reverse .image-wrap {
  border-top: 2px solid #ed5d1f;
  border-right: 2px solid #ed5d1f;
  padding-top: 30px;
  padding-right: 30px;
}
.text-styled-image-section.style-2 .image-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-2 .image-wrap {
    height: 80%;
  }
}
.text-styled-image-section.style-2 .image-wrap img {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-2 .image-wrap img {
    height: 100%;
    object-fit: cover;
    width: calc(100% + 70px);
    max-width: none;
    position: absolute;
  }
}
.text-styled-image-section.style-2 .copy-wrap {
  background: #1248d5;
  color: #ffffff;
  position: relative;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-2 .copy-wrap {
    padding: 120px 120px 120px 150px;
  }
}
.text-styled-image-section.style-2 .copy-wrap .copy {
  line-height: 28px;
}
.text-styled-image-section.style-2 .copy-wrap:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #1248d5;
  right: -100%;
}
.text-styled-image-section.style-3 .image-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-3 .image-wrap {
    height: 80%;
  }
}
.text-styled-image-section.style-3 .image-wrap img {
  z-index: 9;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-3 .image-wrap img {
    position: absolute;
    left: -70px;
    height: 100%;
    object-fit: cover;
    width: calc(100% + 70px);
    max-width: none;
  }
}
.text-styled-image-section.style-3 .copy-wrap {
  background: #f4f4f4;
  color: #313131;
  position: relative;
  padding: 40px 40px 40px 70px;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-3 .copy-wrap {
    padding: 120px 200px 120px 120px;
  }
}
.text-styled-image-section.style-3 .copy-wrap .copy {
  line-height: 28px;
}
.text-styled-image-section.style-3 .copy-wrap .title {
  position: relative;
}
.text-styled-image-section.style-3 .copy-wrap .title:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
  top: 0px;
  left: -40px;
}
@media (min-width: 768px) {
  .text-styled-image-section.style-3 .copy-wrap .title:after {
    left: -80px;
  }
}
.text-styled-image-section.style-3 .copy-wrap:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  left: -100%;
}

.icon-list-section {
  z-index: 0;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .icon-list-section {
    padding-right: 80px;
  }
}
.icon-list-section .grid-image {
  position: absolute;
  top: 0;
  left: calc(100% - 100px);
  z-index: -1;
  width: auto; /* Ensure width does not exceed container */
  height: 150%; /* Ensure height scales appropriately */
}
@media (max-width: 992px) {
  .icon-list-section .grid-image {
    display: none;
  }
}
.icon-list-section .main-title .line-2 {
  color: #093096;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@media (min-width: 992px) {
  .icon-list-section .main-title .line-2 {
    padding-left: 170px;
  }
}
.icon-list-section.title-inline .main-title .line-1,
.icon-list-section.title-inline .main-title .line-2 {
  color: #313131;
  display: inline-block;
  text-shadow: none;
  padding: 0;
}
.icon-list-section .icon-wrap {
  border-left: 1px solid #ed5d1f;
  padding: 0px 20px;
}
.icon-list-section .icon-wrap .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 25px 0px 0px 0px;
  text-transform: capitalize;
}
.icon-list-section .icon-wrap img {
  max-width: 52px;
}
.icon-list-section .wrap {
  padding: 80px 0px 120px 0px;
}
.icon-list-section.dark .wrap {
  background: #093096;
  color: #ffffff;
}
.icon-list-section.dark .icon-wrap path {
  fill: #ffffff;
}

.accreditation-section {
  overflow: hidden;
  padding-bottom: 0 !important;
}
.accreditation-section .main-title .line-2 {
  color: #093096;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .accreditation-section .main-title .line-2 {
    margin-left: 80px;
  }
}
.accreditation-section .copy-wrap {
  padding: 20px 40px;
  position: relative;
}
.accreditation-section .copy-wrap.stretch-row:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  right: -100%;
}
.accreditation-section .copy-wrap .copy {
  color: #313131;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .accreditation-section .copy-wrap .copy {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}
.accreditation-section .copy-wrap .copy ul {
  font-size: 14px;
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .accreditation-section .copy-wrap .copy ul {
    column-count: 2;
    padding-left: 20px;
  }
}
.accreditation-section .copy-wrap .copy ul li {
  margin-bottom: 13px;
}
.accreditation-section .copy-wrap .copy ul li:before {
  content: "\e806";
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ed5d1f;
  border: 1px solid #ed5d1f;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 9px;
  line-height: 21px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .accreditation-section .copy-wrap .copy ul li:before {
    float: left;
  }
}
.accreditation-section .images-wrap {
  position: relative;
  /*@media (max-width: $breakpoint-tablet) {
      margin-left: 80px;
  }*/
}
@media (min-width: 768px) {
  .accreditation-section .images-wrap {
    padding: 0px 40px;
  }
}
.accreditation-section .images-wrap .inner {
  padding: 0px 20px;
  position: relative;
}
.accreditation-section .images-wrap .inner.stretch-row:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  right: -100%;
}
@media (min-width: 768px) {
  .accreditation-section .images-wrap .inner {
    padding: 0px 40px;
  }
}
.accreditation-section .images-wrap .image-wrap {
  padding: 10px;
}
.accreditation-section .images-wrap .image-wrap img {
  transition: all 0.3s;
  max-width: 115px;
  width: 100%;
}
@media (max-width: 992px) {
  .accreditation-section .images-wrap .image-wrap img {
    max-width: 110px;
    padding: 20px 0px;
  }
}
.accreditation-section .images-wrap .image-wrap img:hover {
  filter: grayscale(100%);
}
.accreditation-section.dark {
  background: #093096;
  color: #ffffff;
}
.accreditation-section.dark .copy-wrap, .accreditation-section.dark .images-wrap .inner {
  background: #ffffff;
}
.accreditation-section .acreditations-slider .slick-track {
  display: flex;
}
.accreditation-section .acreditations-slider .slick-slide {
  height: inherit;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.image-text-repeater-section {
  position: relative;
}
.image-text-repeater-section.full-bg .grey-bg {
  display: none;
}
.image-text-repeater-section.full-bg.odd {
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .image-text-repeater-section.odd .image-wrap {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .image-text-repeater-section.even .image-wrap {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .image-text-repeater-section.first .container {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .image-text-repeater-section.last .container {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .image-text-repeater-section.remove-extra-padding .container {
    padding: 0;
  }
}
.image-text-repeater-section .inner {
  overflow: hidden;
  padding: 85px 0px;
}
@media (max-width: 768px) {
  .image-text-repeater-section .inner {
    padding: 60px 0px;
  }
}
.image-text-repeater-section .side-title-wrap {
  position: absolute;
  top: 120px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 999;
}
.image-text-repeater-section .side-title-wrap.title-right {
  right: 0;
}
.image-text-repeater-section .side-title-wrap:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
}
.image-text-repeater-section .grey-bg {
  position: relative;
}
.image-text-repeater-section .image-wrap {
  position: relative;
}
.image-text-repeater-section .image-wrap .image-inner {
  z-index: 9;
  position: relative;
}
@media (max-width: 768px) {
  .image-text-repeater-section .image-wrap {
    margin-top: 40px;
  }
}
.image-text-repeater-section .image-wrap img {
  position: relative;
  z-index: 2;
}
.image-text-repeater-section .image-right .image-wrap.accent:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
  top: 0px;
  left: inherit;
  right: -80px;
}
.image-text-repeater-section .image-right .image-wrap:before {
  content: "";
  position: absolute;
  top: -15px;
  height: 75%;
  width: 75%;
  background: #093096;
  z-index: 1;
  right: -15px;
}
.image-text-repeater-section .image-left .image-wrap.accent:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
  top: 0px;
  left: -80px;
  right: inherit;
}
.image-text-repeater-section .image-left .image-wrap:before {
  content: "";
  position: absolute;
  top: -15px;
  height: 75%;
  width: 75%;
  background: #093096;
  z-index: 1;
  left: -15px;
}
@media (min-width: 768px) {
  .image-text-repeater-section.grey-bottom .grey-bg:before {
    content: "";
    width: 10000%;
    position: absolute;
    height: 500px;
    background: #f4f4f4;
    z-index: -1;
    left: -1000%;
    top: 0;
    right: 1000%;
  }
}
@media (min-width: 768px) {
  .image-text-repeater-section.grey-top .grey-bg:before {
    content: "";
    width: 10000%;
    position: absolute;
    height: 500px;
    background: #f4f4f4;
    z-index: -1;
    left: -1000%;
    top: -500px;
    right: 1000%;
  }
}
.image-text-repeater-section .copy {
  /*padding-bottom: 30px;*/
  font-size: 14px;
}
.image-text-repeater-section .copy ul {
  margin: 0;
}
.image-text-repeater-section .sub-title {
  margin-bottom: 10px;
}
.image-text-repeater-section .title {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .image-text-repeater-section .title {
    margin-top: 50px !important;
  }
}
.image-text-repeater-section .title a {
  color: #313131;
  text-decoration: none;
}
.image-text-repeater-section .title a i {
  color: #ed5d1f;
  font-size: 11px;
  border-radius: 50%;
  border: 1px solid;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  margin-left: 20px;
  transition: all 0.3s;
}
.image-text-repeater-section .title a:hover i {
  color: #093096;
}
.image-text-repeater-section .buttons {
  padding-top: 10px;
}
.image-text-repeater-section .buttons .button-wrap {
  margin-bottom: 10px;
}
.image-text-repeater-section .buttons .button-wrap:last-of-type {
  margin: 0;
}
.image-text-repeater-section.buttons-below-title .buttons {
  padding: 0;
  margin-bottom: 20px;
}
.image-text-repeater-section.buttons-below-title .copy {
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .image-text-repeater-section.buttons-below-title .copy {
    padding: 40px 0px;
  }
}
@media (max-width: 768px) {
  .image-text-repeater-section .main-row {
    flex-direction: column-reverse;
  }
}

.map-cta-section {
  position: relative;
  background: #093096;
  min-height: 550px;
}
.map-cta-section.standard {
  padding: 200px 0px 40px 0px;
  background-size: auto 100%;
  background-position: 90% top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .map-cta-section.standard {
    padding: 90px 0px;
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.map-cta-section .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .map-cta-section .map {
    height: 50%;
    padding-bottom: 70px;
    bottom: 0;
    top: inherit;
  }
}
.map-cta-section .map .acf-map-cta {
  width: 100%;
  height: 100%;
  border: none;
}
.map-cta-section .map .acf-map-cta img {
  max-width: inherit !important;
}
.map-cta-section .map .acf-map-cta > div {
  background-color: unset !important;
}
.map-cta-section .side-title-wrap {
  position: absolute;
  top: 120px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.map-cta-section .side-title-wrap:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
}
@media (max-width: 768px) {
  .map-cta-section .inner {
    padding-left: 70px;
  }
}
.map-cta-section .main-title {
  color: #ffffff;
}
.map-cta-section .call-to-action-wrap {
  gap: 10px;
}
.map-cta-section .logo-container {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
}
.map-cta-section .logo-container .logo-wrap {
  /*display: flex;
           justify-content: center;*/
}
.map-cta-section .logo-container .logo-wrap .image {
  width: 100%;
}

.form-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form-section.has-image:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    right: -100%;
    right: -75%;
  }
}
.form-section.light {
  background: #f4f4f4;
}
.form-section .title {
  margin-bottom: 25px;
}
.form-section .copy-wrap p {
  margin: 0;
}
.form-section .image-wrap img {
  position: relative;
  z-index: 9;
}

.filtered-gallery-section .filter-bar {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(49, 49, 49, 0.3);
  margin-bottom: 90px;
}
.filtered-gallery-section .filter-bar form {
  margin-top: -70px;
  padding: 10px 25px;
  background: #ffffff;
}
.filtered-gallery-section .filter-bar input[type=radio] {
  display: none;
}
.filtered-gallery-section .filter-bar input[type=radio] + label {
  border-bottom: 2px solid rgba(49, 49, 49, 0.2);
  justify-content: center;
  padding: 20px 0px;
}
.filtered-gallery-section .filter-bar input[type=radio]:checked + label {
  color: #313131;
  border-bottom: 2px solid #313131;
}
.filtered-gallery-section .filter-bar label:hover {
  color: #313131;
}
.filtered-gallery-section .image {
  height: 260px;
  background-position: center center;
  position: relative;
}
.filtered-gallery-section .image .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.filtered-gallery-section .image:hover .overlay {
  opacity: 1;
  background: rgba(9, 48, 150, 0.69);
}
.filtered-gallery-section .image:hover .overlay i {
  color: #ffffff;
}
.filtered-gallery-section #filtered-gallery-load-more {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: regular;
  border-color: #093096;
  color: #093096;
  cursor: pointer;
  background: none;
  margin: 70px 0px;
  padding: 8px 40px;
}
.filtered-gallery-section #filtered-gallery-load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.locations-section.pull-up {
  margin-top: -125px;
  z-index: 9;
  position: relative;
}
.locations-section .inner {
  padding: 45px;
  background: #ffffff;
}
.locations-section .acf-map {
  width: 100%;
  height: 230px;
  border: none;
  margin: 0px 0px 20px 0px;
}
.locations-section .acf-map img {
  max-width: inherit !important;
}
.locations-section .details {
  line-height: 28px;
  font-size: 14px;
}
.locations-section .details .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 16px;
  color: #ed5d1f;
}
.locations-section .details .tel, .locations-section .details .email {
  margin-bottom: 5px;
}
.locations-section .details .symbol {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  margin-right: 10px;
}
.locations-section .details .address p {
  margin: 0;
}

.accordion-section {
  /*overflow-x: hidden;*/
}
.accordion-section .faq-nav {
  margin-top: -90px;
  transform: translateY(-100%);
  z-index: 9;
  position: relative;
  overflow: hidden;
}
.accordion-section .faq-nav .inner {
  gap: 10px;
  padding: 35px 50px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .accordion-section .faq-nav .inner {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .accordion-section .faq-nav .inner:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    right: -100%;
  }
}
.accordion-section .item-wrap {
  margin-bottom: 30px;
}
.accordion-section .accordion-item {
  border: none;
  margin-bottom: 13px;
}
.accordion-section .accordion-item .inner {
  background: #f4f4f4;
  border-radius: 25px !important;
  overflow: hidden;
}
.accordion-section .accordion-item .accordion-button {
  background: #f4f4f4;
  cursor: pointer;
  color: #313131;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  text-transform: capitalize;
  padding: 10px 20px;
}
.accordion-section .accordion-item .accordion-button:after {
  content: "+";
  background: none;
  width: auto;
  height: auto;
  color: #ed5d1f;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
.accordion-section .accordion-item .accordion-button:not(.collapsed) {
  color: #ed5d1f;
  font-weight: 600 !important;
}
.accordion-section .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
}

.stats-section {
  z-index: 2;
}
.stats-section .grid-image {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 112px;
}
@media (max-width: 992px) {
  .stats-section .grid-image {
    display: none;
  }
}
.stats-section .inner-wrap {
  overflow: hidden;
}
.stats-section.blue .stats-wrap {
  background: #1248d5;
}
.stats-section.blue .stats-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #1248d5;
  right: -100%;
}
@media (max-width: 768px) {
  .stats-section.blue .stats-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #1248d5;
    left: -100%;
  }
}
.stats-section.blue .stats {
  color: #ffffff;
  border-left: 2px solid #ed5d1f;
}
.stats-section.grey .stats-wrap {
  background: #f4f4f4;
}
@media (min-width: 768px) {
  .stats-section.grey .stats-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    right: -100%;
  }
}
.stats-section.grey .stats {
  color: #093096;
  border-left: 2px solid #093096;
}
.stats-section .image-wrap img {
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .stats-section .image-wrap img {
    right: -100px;
  }
}
@media (max-width: 768px) {
  .stats-section .image-wrap img {
    bottom: -40px;
  }
}
.stats-section .stats-wrap {
  position: relative;
  padding: 80px 10px;
}
@media (min-width: 768px) {
  .stats-section .stats-wrap {
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  .stats-section .stats-wrap {
    padding: 110px 60px 110px 160px;
  }
}
.stats-section .stats {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  padding-left: 30px;
  margin-bottom: 40px;
  line-height: 1;
}
@media (min-width: 992px) {
  .stats-section .stats {
    font-size: 90px;
  }
}
.stats-section .stats span {
  display: inline-block;
}
.stats-section .stats .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 14px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .stats-section .stats .title {
    font-size: 16px;
  }
}

.signposts-section.pull-up {
  margin-top: -150px;
  z-index: 9;
  position: relative;
}
.signposts-section .col .inner {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #093096;
}
.signposts-section .col .inner .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}
.signposts-section .col .inner .button-slide {
  background: #ed5d1f;
  color: #ffffff;
  font-size: 10px;
  line-height: 34px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  transition: all 0.1s;
}
.signposts-section .col .inner .button-slide .more {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
}
.signposts-section .col .inner .button-slide:hover {
  width: 160px;
  border-radius: 20px;
}
.signposts-section .col .inner .button-slide:hover .more {
  display: inline-block;
}
.signposts-section .col .inner .button-slide:hover .icon {
  margin-left: 10px;
}

.testimonial-slider-section {
  position: relative;
}
.testimonial-slider-section.overlay .testimonial-slide {
  position: relative;
}
.testimonial-slider-section.overlay .testimonial-slide:before {
  content: "";
  position: absolute;
  background: rgba(9, 48, 150, 0.7);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.testimonial-slider-section.grey-bg:before {
  content: "";
  background: #f4f4f4;
  height: 45%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.testimonial-slider-section .main-title {
  font-size: 100px;
  line-height: 80px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #f4f4f4;
  text-shadow: 1px 1px 0 #313131, -1px -1px 0 #313131, 1px -1px 0 #313131, -1px 1px 0 #313131, 1px 1px 0 #313131;
  opacity: 0.3;
  margin: 0;
  padding: 0px 0px 70px 0px;
}
@media (max-width: 768px) {
  .testimonial-slider-section .main-title {
    font-size: 40px;
    line-height: 42px;
    padding: 40px 0px;
  }
}
.testimonial-slider-section .main-title .line-2 {
  text-align: right;
}
.testimonial-slider-section .testimonial-slider .slick-dots {
  display: none !important;
}
.testimonial-slider-section .testimonial-slider.arrows-bottom {
  padding-bottom: 10px;
}
.testimonial-slider-section .testimonial-slider.arrows-bottom .slick-arrow {
  bottom: -50px;
}
.testimonial-slider-section .testimonial-timeline .slick-scrollbar {
  width: calc(100% - 180px);
}
.testimonial-slider-section .testimonial-slide {
  background-size: cover;
}
.testimonial-slider-section .testimonial-slide .slide-inner {
  padding: 110px 0px 140px 0px;
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  .testimonial-slider-section .testimonial-slide .slide-inner {
    padding: 80px 0px 110px 0px;
  }
}
.testimonial-slider-section .testimonial-slide .slide-inner .quote {
  font-family: Work Outline;
  font-weight: 700;
  font-weight: normal;
  -webkit-text-stroke: 2px white;
  color: rgba(9, 48, 150, 0);
  font-size: 110px;
}
@media (max-width: 768px) {
  .testimonial-slider-section .testimonial-slide .slide-inner .quote {
    font-size: 90px;
    line-height: 75px;
  }
}
.testimonial-slider-section .testimonial-slide .slide-inner .title {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .testimonial-slider-section .testimonial-slide .slide-inner .title {
    font-size: 17px;
    line-height: 27px;
  }
}
.testimonial-slider-section .testimonial-slide .slide-inner .copy {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.testimonial-slider-section .testimonial-slide .slide-inner .author {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  color: #ffffff;
}
.testimonial-slider-section .testimonial-slide .slide-inner hr {
  width: 45px;
  height: 2px;
  background: #ed5d1f;
  margin: 40px auto 40px 0px;
}

.resources-section .title-wrap {
  margin-bottom: 15px;
}
.resources-section .main-title {
  color: #093096;
}
.resources-section .main-title .line-2 {
  color: white;
  text-shadow: 1px 1px 0 #093096, -1px -1px 0 #093096, 1px -1px 0 #093096, -1px 1px 0 #093096, 1px 1px 0 #093096;
}
@media (min-width: 992px) {
  .resources-section .main-title .line-2 {
    padding-left: 170px;
  }
}
.resources-section .buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
}
.resources-section .image-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .resources-section .image-wrap img {
    position: absolute;
    top: 90px;
  }
}
.resources-section .strapline-wrap {
  background: #f4f4f4;
  padding: 35px 0px 110px 0px;
}
.resources-section .strapline-wrap .content > a {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .resources-section .strapline-wrap .content > a {
    font-size: 40px;
  }
}
.resources-section .strapline-wrap .content > a i {
  color: #ed5d1f;
  width: 35px;
  height: 35px;
  border: 1px solid #ed5d1f;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin-left: 25px;
  display: inline-block;
}
.resources-section .strapline-wrap .content > a img {
  margin-right: 20px;
}

.downloads-section .grid-image {
  position: absolute;
  top: -35%;
  left: calc(100% - 150px);
  z-index: 2;
  width: auto; /* Ensure width does not exceed container */
  height: auto; /* Ensure height scales appropriately */
  max-height: 90%;
}
@media (max-width: 992px) {
  .downloads-section .grid-image {
    display: none;
  }
}
.downloads-section .side-title-wrap {
  position: absolute;
  top: 120px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.downloads-section .side-title-wrap:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
}
.downloads-section .main-title {
  color: #093096;
  margin: 0;
}
.downloads-section .main-title .line-1 {
  color: white;
  text-shadow: 1px 1px 0 #093096, -1px -1px 0 #093096, 1px -1px 0 #093096, -1px 1px 0 #093096, 1px 1px 0 #093096;
}
@media (max-width: 768px) {
  .downloads-section .inner {
    padding: 25px 20px 25px 60px;
  }
}
.downloads-section .download-slider {
  z-index: 9;
  /* the parent */
}
.downloads-section .download-slider .slick-slide {
  margin: 0 15px;
}
.downloads-section .download-slider .slick-list {
  margin: 0 -15px;
}
.downloads-section .download-slider .slick-list .slick-track {
  display: flex;
}
.downloads-section .download-slider .slide-inner {
  background: #f4f4f4;
  padding: 20px;
}
.downloads-section .download-slider .slide-inner i {
  background: #1248d5;
  color: #ffffff;
  font-size: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 33px;
}
.downloads-section .download-slider .slide-inner .meta {
  font-size: 14px;
}
.downloads-section .download-slider .slide-inner .meta .filetype {
  text-transform: uppercase;
}
.downloads-section .download-slider .slide-inner .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 14px;
}

.tabbed-content-section {
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
.tabbed-content-section button {
  background: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .tabbed-content-section .nav-tabs .nav-link {
    padding-top: 15px;
  }
}

.images-gallery-section {
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .images-gallery-section.extra-padding {
    padding-top: 200px;
    margin-top: -200px;
    z-index: -1;
    /* &:before {

         content: '';
         background: $color__light-grey;
         position: absolute;
         left: 0;
         top: -200px;
         width: 100%;
         height: 200px;
         z-index: -1;
     }*/
  }
}
.images-gallery-section.white {
  background: #ffffff;
}
@media (min-width: 992px) {
  .images-gallery-section.grey-half .gallery-wrap {
    position: relative;
  }
  .images-gallery-section.grey-half .gallery-wrap:after {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
  }
}
.images-gallery-section .main-title {
  opacity: 0.3;
  color: #f4f4f4;
  text-shadow: 1px 1px 0 #313131, -1px -1px 0 #313131, 1px -1px 0 #313131, -1px 1px 0 #313131, 1px 1px 0 #313131;
}
.images-gallery-section .image-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 9;
}
.images-gallery-section .image-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.images-gallery-section .image-wrap .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #093096;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 992px) {
  .images-gallery-section.row-layout.offset .image-row div:nth-child(2) .image-wrap {
    margin-top: 60px;
  }
}
.images-gallery-section.row-layout .image-wrap .caption {
  max-width: 192px;
}

.video-section {
  position: relative;
}
@media (min-width: 768px) {
  .video-section {
    padding-bottom: 120px;
  }
}
.video-section .side-title-wrap {
  position: absolute;
  top: 125px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .video-section .side-title-wrap .title {
    max-height: 190px;
    position: relative;
  }
}
.video-section .side-title-wrap:after {
  content: "";
  background: #ed5d1f;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 50px);
  position: absolute;
  left: calc(50% - 2px);
}
@media (max-width: 768px) {
  .video-section .side-title-wrap:after {
    left: calc(65% - 2px);
  }
}
.video-section .wrap {
  background: #093096;
}
@media (max-width: 768px) {
  .video-section .inner {
    padding: 100px 20px 100px 80px;
  }
}
.video-section .inner .embed-container {
  position: relative;
}
@media (min-width: 768px) {
  .video-section .inner .embed-container {
    bottom: -80px;
  }
}

@media (max-width: 768px) {
  .home .applications-slider-section {
    padding-bottom: 20px;
  }
}

.applications-slider-section {
  position: relative;
}
.applications-slider-section:after {
  content: "";
  background: #f4f4f4;
  height: 65%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.applications-slider-section .side-title-wrap {
  position: absolute;
  top: 120px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.applications-slider-section .side-title-wrap .split-line {
  background: #ffffff;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 45px);
  position: absolute;
  left: calc(50% - 2px);
}
.applications-slider-section .side-title-wrap .split-line:after {
  content: "";
  background: #ed5d1f;
  height: 50%;
  display: inline-block;
  width: 2px;
  left: 0;
  position: absolute;
}
.applications-slider-section .applications-slider {
  /* the parent */
}
@media (max-width: 768px) {
  .applications-slider-section .applications-slider {
    padding-left: 70px;
  }
}
.applications-slider-section .applications-slider .slick-slide {
  margin: 0 10px;
}
.applications-slider-section .applications-slider .slick-list {
  margin: 0px -20px 0px 0px;
}
.applications-slider-section .applications-slider .slick-dots {
  display: none !important;
}
.applications-slider-section .applications-slider.arrows-bottom {
  padding-bottom: 10px;
}
.applications-slider-section .applications-slider.arrows-bottom .slick-arrow {
  bottom: -50px;
}
.applications-slider-section .applications-slider.arrows-bottom .slick-arrow.slick-prev {
  right: 90px;
}
.applications-slider-section .applications-slider.arrows-bottom .slick-arrow.slick-next {
  right: 40px;
}
.applications-slider-section .applications-timeline .slick-scrollbar {
  width: calc(100% - 180px);
}
.applications-slider-section .applications-timeline .slick-scrollbar input {
  background: #f4f4f4;
}
.applications-slider-section .applications-post .inner > a {
  color: #093096;
  transition: all 0.3s;
}
.applications-slider-section .applications-post .inner > a:hover {
  color: #ed5d1f;
}
.applications-slider-section .applications-post .header {
  position: relative;
  height: 300px;
}
.applications-slider-section .applications-post .thumbnail-wrap {
  height: 100%;
}
.applications-slider-section .applications-post .thumbnail-wrap img {
  position: absolute;
  object-fit: cover;
  height: 100%;
}
.applications-slider-section .applications-post .entry-title {
  position: absolute;
  bottom: 0;
  background: #f4f4f4;
  color: inherit;
  padding: 20px 20px 20px 0px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 16px;
}
.applications-slider-section .applications-post .entry-title:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  font-size: 12px;
  font-weight: 700;
  margin-left: 15px;
}
.applications-slider-section .applications-post .post-content {
  width: 80%;
}

@media (max-width: 768px) {
  .home .posts-slider-section {
    padding-bottom: 20px;
  }
}

.posts-slider-section {
  position: relative;
}
.posts-slider-section:after {
  content: "";
  background: #f4f4f4;
  height: 65%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.posts-slider-section .side-title-wrap {
  position: absolute;
  top: 120px;
  color: #ed5d1f;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.posts-slider-section .side-title-wrap .split-line {
  background: #ffffff;
  width: 2px;
  height: 150px;
  display: block;
  top: calc(100% + 45px);
  position: absolute;
  left: calc(50% - 2px);
}
.posts-slider-section .side-title-wrap .split-line:after {
  content: "";
  background: #ed5d1f;
  height: 50%;
  display: inline-block;
  width: 2px;
  left: 0;
  position: absolute;
}
.posts-slider-section .posts-slider {
  /* the parent */
}
@media (max-width: 768px) {
  .posts-slider-section .posts-slider {
    padding-left: 70px;
  }
}
.posts-slider-section .posts-slider .slick-slide {
  margin: 0 10px;
}
.posts-slider-section .posts-slider .slick-list {
  margin: 0px -20px 0px 0px;
}
.posts-slider-section .posts-slider .slick-dots {
  display: none !important;
}
.posts-slider-section .posts-slider.arrows-bottom {
  padding-bottom: 10px;
}
.posts-slider-section .posts-slider.arrows-bottom .slick-arrow {
  bottom: -50px;
}
.posts-slider-section .posts-slider.arrows-bottom .slick-arrow.slick-prev {
  right: 90px;
}
.posts-slider-section .posts-slider.arrows-bottom .slick-arrow.slick-next {
  right: 40px;
}
.posts-slider-section .posts-timeline .slick-scrollbar {
  width: calc(100% - 180px);
}
.posts-slider-section .posts-timeline .slick-scrollbar input {
  background: #f4f4f4;
}
.posts-slider-section .posts-post .inner > a {
  color: #093096;
  transition: all 0.3s;
}
.posts-slider-section .posts-post .inner > a:hover {
  color: #ed5d1f;
}
.posts-slider-section .posts-post .header {
  position: relative;
  height: 300px;
}
.posts-slider-section .posts-post .thumbnail-wrap {
  height: 100%;
}
.posts-slider-section .posts-post .thumbnail-wrap img {
  position: absolute;
  object-fit: cover;
  height: 100%;
}
.posts-slider-section .posts-post .entry-title {
  position: absolute;
  bottom: 0;
  background: #f4f4f4;
  color: inherit;
  padding: 20px 20px 20px 0px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 16px;
}
.posts-slider-section .posts-post .entry-title:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  font-size: 12px;
  font-weight: 700;
  margin-left: 15px;
}
.posts-slider-section .posts-post .post-content {
  width: 80%;
}

.knowledge-hub-slider-section {
  z-index: 2;
  /* the parent */
}
.knowledge-hub-slider-section .wrap {
  overflow: hidden;
}
.knowledge-hub-slider-section .grid-image {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 2;
  width: auto; /* Ensure width does not exceed container */
  height: auto; /* Ensure height scales appropriately */
  max-width: 690px;
}
@media (max-width: 992px) {
  .knowledge-hub-slider-section .grid-image {
    display: none;
  }
}
.knowledge-hub-slider-section .category-filter {
  padding-bottom: 15px;
}
.knowledge-hub-slider-section .main-title {
  padding-right: 25px;
}
.knowledge-hub-slider-section .main-title .line-1 {
  color: #093096;
}
.knowledge-hub-slider-section .main-title .line-2 {
  color: white;
  text-shadow: 1px 1px 0 #093096, -1px -1px 0 #093096, 1px -1px 0 #093096, -1px 1px 0 #093096, 1px 1px 0 #093096;
  text-align: right;
}
.knowledge-hub-slider-section .slick-slide {
  margin: 0 17px;
}
.knowledge-hub-slider-section .slick-list {
  margin: 0 -17px;
  overflow: visible;
}
.knowledge-hub-slider-section.has-side-text .main-title {
  font-size: 40px;
}
@media (min-width: 992px) {
  .knowledge-hub-slider-section.has-side-text .main-title {
    font-size: 70px;
  }
}

/*--------------------------------------------------------------
# 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;
}

@media (min-width: 992px) {
  .slide-left {
    transform: translateX(0); /* Initial position off-screen */
    transition: transform 0.3s; /* Smooth transition for transform */
  }
  .slide-right {
    transform: translateX(100px); /* Initial position off-screen */
    transition: transform 0.3s; /* Smooth transition for transform */
  }
}
/* Slick
---------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.arrows-bottom {
  padding-bottom: 70px;
}
.slick-slider.arrows-bottom .slick-arrow {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 35px;
  height: 35px;
  font-size: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-slider.arrows-bottom .slick-arrow.slick-prev {
  right: 45px;
}
.slick-slider.arrows-bottom .slick-arrow.slick-prev:before {
  content: "\e802";
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.slick-slider.arrows-bottom .slick-arrow.slick-next:before {
  content: "\e803";
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.slick-slider.arrows-bottom .slick-arrow:hover {
  border-color: #ed5d1f;
}
.slick-slider.arrows-bottom .slick-arrow:hover:before {
  color: #ed5d1f;
}

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

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

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

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

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

.slick-scrollbar input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0px 5px 0px;
  width: 100%;
}
.slick-scrollbar input[type=range]:focus {
  outline: none;
}
.slick-scrollbar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: default;
  animate: 0.2s;
  background: rgba(49, 49, 49, 0.5);
}
.slick-scrollbar input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #f2f2f2;
  border: 0px solid #c2c2c2;
  height: 20px;
  width: 60px;
  border-radius: 100px;
  background: #202741;
  cursor: grab;
  -webkit-appearance: none;
  margin-top: -10px;
  background: url("images/armadillo.png");
}
.slick-scrollbar input[type=range]::-webkit-slider-thumb:active,
.slick-scrollbar input[type=range]::-webkit-slider-thumb:focus {
  cursor: grabbing;
}
.slick-scrollbar input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(49, 49, 49, 0.5);
}
.slick-scrollbar input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: default;
  animate: 0.2s;
  background: rgba(49, 49, 49, 0.5);
}
.slick-scrollbar input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 60px;
  margin-top: -10px;
  background: url("images/armadillo.png");
  cursor: grab;
}
.slick-scrollbar input[type=range]::-moz-range-thumb:active,
.slick-scrollbar input[type=range]::-moz-range-thumb:focus {
  cursor: grabbing;
}
.slick-scrollbar input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: default;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-scrollbar input[type=range]::-ms-fill-lower {
  background: #dfdfdf;
  border: 0px solid #b9b9b9;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #b9b9b9;
}
.slick-scrollbar input[type=range]::-ms-fill-upper {
  background: #dfdfdf;
  border: 0px solid #b9b9b9;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #b9b9b9;
}
.slick-scrollbar input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #f2f2f2;
  border: 0px solid #c2c2c2;
  height: 4px;
  width: 50px;
  border-radius: 100px;
  background: #202741;
  cursor: grab;
}
.slick-scrollbar input[type=range]::-ms-thumb:active,
.slick-scrollbar input[type=range]::-ms-thumb:focus {
  cursor: grabbing;
}
.slick-scrollbar input[type=range]:focus::-ms-fill-lower {
  background: #dfdfdf;
}
.slick-scrollbar input[type=range]:focus::-ms-fill-upper {
  background: #dfdfdf;
}

/* Magnific
---------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Select2
---------------------------------------------*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Bootstrap
---------------------------------------------*/
:root,
[data-bs-theme=light] {
  --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-black: #000;
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #aaa;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 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: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: 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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-5 {
  column-gap: 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-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 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;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 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;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 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;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 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: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 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-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}