@charset "UTF-8";
/*
! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px){
  .container{
    max-width: 600px;
  }
}
@media (min-width: 728px){
  .container{
    max-width: 728px;
  }
}
@media (min-width: 984px){
  .container{
    max-width: 984px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
:root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.form-control[type=file]{
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]){
  cursor: pointer;
}
.form-control:focus{
  box-shadow: 0 0 0 1px #2563eb;
}
.form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #374151;
  background-color: #f3f4f6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}
.btn-check[disabled] + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.btn-check:disabled + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-floating > .form-control{
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder{
  color: transparent;
}
.form-floating > .form-control::placeholder{
  color: transparent;
}
.form-floating > .form-control:focus{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:placeholder-shown){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:placeholder-shown) ~ label{
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group > .form-control{
  width: 1%;
}
.input-group > .form-select{
  width: 1%;
}
.input-group > .form-control:focus{
  z-index: 3;
}
.input-group > .form-select:focus{
  z-index: 3;
}
.input-group .btn{
  position: relative;
  z-index: 2;
}
.input-group .btn:focus{
  z-index: 3;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.was-validated .form-control:valid{
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid{
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-control.is-valid:focus{
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-valid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .input-group .form-control:valid{
  z-index: 1;
}
.input-group .form-control.is-valid{
  z-index: 1;
}
.was-validated .input-group .form-select:valid{
  z-index: 1;
}
.input-group .form-select.is-valid{
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus{
  z-index: 3;
}
.input-group .form-control.is-valid:focus{
  z-index: 3;
}
.was-validated .input-group .form-select:valid:focus{
  z-index: 3;
}
.input-group .form-select.is-valid:focus{
  z-index: 3;
}
.is-invalid ~ .invalid-feedback{
  display: block;
}
.is-invalid ~ .invalid-tooltip{
  display: block;
}
.was-validated .form-control:invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid{
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]){
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:not([multiple])[size="1"]{
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid{
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked{
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label{
  color: #dc3545;
}
.was-validated .input-group .form-control:invalid{
  z-index: 2;
}
.input-group .form-control.is-invalid{
  z-index: 2;
}
.was-validated .input-group .form-select:invalid{
  z-index: 2;
}
.input-group .form-select.is-invalid{
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus{
  z-index: 3;
}
.input-group .form-control.is-invalid:focus{
  z-index: 3;
}
.was-validated .input-group .form-select:invalid:focus{
  z-index: 3;
}
.input-group .form-select.is-invalid:focus{
  z-index: 3;
}
.btn-check:focus + .btn{
  outline: 0;
  box-shadow: none;
}
.btn:focus{
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn{
  box-shadow: none;
}
.btn-check:active + .btn{
  box-shadow: none;
}
.btn:active{
  box-shadow: none;
}
.btn.active{
  box-shadow: none;
}
.btn-check:checked + .btn:focus{
  box-shadow: none;
}
.btn-check:active + .btn:focus{
  box-shadow: none;
}
.btn:active:focus{
  box-shadow: none;
}
.btn.active:focus{
  box-shadow: none;
}
.fade{
  transition: opacity 0.15s linear;
}
.fade:not(.show){
  opacity: 0;
}
.collapse:not(.show){
  display: none;
}
.collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal{
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
.dropdown-menu{
  z-index: 1000;
}
.dropdown-item.active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item:active{
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item:disabled{
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show{
  display: block;
}
.dropdown-menu-dark .dropdown-item.active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item:active{
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled{
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-item:disabled{
  color: #adb5bd;
}
.nav-tabs .nav-link{
  color: #4b5563;
}
.nav-tabs .nav-link:hover{
  isolation: isolate;
}
.nav-tabs .nav-link:focus{
  isolation: isolate;
}
.nav-tabs .nav-link.disabled{
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .nav-item.show .nav-link{
  color: #2563eb;
  border-color: #2563eb;
}
.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link{
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}
.nav-pills .nav-link.active{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .show > .nav-link{
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-pills .disabled{
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}
.nav-pills.menu-sidebar .nav-link{
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}
.nav-pills.menu-sidebar .nav-link.active{
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}
.nav-justified > .nav-link{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.nav-justified .nav-item{
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.tab-content > .active{
  display: block;
}
.navbar-expand .navbar-nav{
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .offcanvas{
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -ms-flex-grow: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-light .navbar-nav .nav-link.disabled{
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.active{
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled{
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link{
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}
.accordion-button{
  overflow-anchor: none;
}
.accordion-button:not(.collapsed){
  color: #2563eb;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}
.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%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");
  transform: rotate(-180deg);
}
.accordion-button::after{
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: 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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:hover{
  z-index: 2;
}
.accordion-button:focus{
  z-index: 3;
}
.accordion-item:first-of-type{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.accordion-item:not(:first-of-type){
  border-top: 0;
}
.accordion-item:last-of-type{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.modal{
  z-index: 1055;
}
.modal-dialog{
  margin: 0.5rem;
}
.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog{
  transform: none;
}
.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}
.modal-dialog-scrollable .modal-content{
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}
.modal-dialog-centered{
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade{
  opacity: 0;
}
.modal-backdrop.show{
  opacity: 0.5;
}
.modal-header .btn-close{
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-body{
  flex: 1 1 auto;
}
.modal-fullscreen .modal-content{
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header{
  border-radius: 0;
}
.modal-fullscreen .modal-body{
  overflow-y: auto;
}
.modal-fullscreen .modal-footer{
  border-radius: 0;
}
.tooltip{
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show{
  opacity: 1;
}
.bs-tooltip-top .tooltip-arrow{
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom .tooltip-arrow{
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner{
  max-width: 200px;
  font-size: 14px;
  padding: 6px 16px;
  color: #fff;
  -webkit-text-align: center;
  text-align: center;
  background-color: #6d6d6d;
  border-radius: 0.25rem;
}
.popover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bs-popover-top > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow{
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before{
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after{
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow{
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before{
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after{
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow{
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow{
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before{
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after{
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow{
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before{
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after{
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 500;
}
.popover-header:empty{
  display: none;
}
.popover-body{
  padding: 1rem 1rem;
  color: #212529;
}
.carousel.pointer-event{
  touch-action: pan-y;
}
.carousel-item{
  display: none;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.carousel-item.active{
  display: block;
}
.carousel-item-next{
  display: block;
}
.carousel-item-prev{
  display: block;
}
.carousel-item-next:not(.carousel-item-start){
  transform: translateX(100%);
}
.active.carousel-item-end{
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end){
  transform: translateX(-100%);
}
.active.carousel-item-start{
  transform: translateX(-100%);
}
.carousel-fade .carousel-item{
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-start{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-item-prev.carousel-item-end{
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-indicators{
  z-index: 2;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-text-indent: -999px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active{
  opacity: 1;
}
.carousel-dark .carousel-indicators [data-bs-target]{
  background-color: #000;
}
.offcanvas{
  z-index: 1045;
}
.offcanvas-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade{
  opacity: 0;
}
.offcanvas-backdrop.show{
  opacity: 0.5;
}
.offcanvas.show{
  transform: none;
}
.sticky-top{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.vr{
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.animation{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}
.fade-in{
  -webkit-animation-name: _fade-in;
  animation-name: _fade-in;
}
.fade-out{
  -webkit-animation-name: _fade-out;
  animation-name: _fade-out;
}
.animation.infinite{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animation.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation.delay-2s{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animation.delay-3s{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animation.delay-4s{
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animation.delay-5s{
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animation.fast{
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animation.faster{
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animation.slow{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animation.slower{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.slide-in-left{
  -webkit-animation-name: _slide-in-left;
  animation-name: _slide-in-left;
}
.slide-in-right{
  -webkit-animation-name: _slide-in-right;
  animation-name: _slide-in-right;
}
.slide-out-left{
  -webkit-animation-name: _slide-out-left;
  animation-name: _slide-out-left;
}
.slide-out-right{
  -webkit-animation-name: _slide-out-right;
  animation-name: _slide-out-right;
}
.pulse{
  -webkit-animation-name: _pulse;
  animation-name: _pulse;
}
.ripple-surface{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.ripple-surface-unbound{
  overflow: visible;
}
.ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: scale(0);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1);
  z-index: 999;
}
.ripple-wave.active{
  transform: scale(1);
  opacity: 0;
}
.btn .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-primary .ripple-wave{
  background-image: radial-gradient(circle, rgba(18, 102, 241, 0.2) 0, rgba(18, 102, 241, 0.3) 40%, rgba(18, 102, 241, 0.4) 50%, rgba(18, 102, 241, 0.5) 60%, rgba(18, 102, 241, 0) 70%);
}
.ripple-surface-secondary .ripple-wave{
  background-image: radial-gradient(circle, rgba(178, 60, 253, 0.2) 0, rgba(178, 60, 253, 0.3) 40%, rgba(178, 60, 253, 0.4) 50%, rgba(178, 60, 253, 0.5) 60%, rgba(178, 60, 253, 0) 70%);
}
.ripple-surface-success .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 183, 74, 0.2) 0, rgba(0, 183, 74, 0.3) 40%, rgba(0, 183, 74, 0.4) 50%, rgba(0, 183, 74, 0.5) 60%, rgba(0, 183, 74, 0) 70%);
}
.ripple-surface-info .ripple-wave{
  background-image: radial-gradient(circle, rgba(57, 192, 237, 0.2) 0, rgba(57, 192, 237, 0.3) 40%, rgba(57, 192, 237, 0.4) 50%, rgba(57, 192, 237, 0.5) 60%, rgba(57, 192, 237, 0) 70%);
}
.ripple-surface-warning .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 169, 0, 0.2) 0, rgba(255, 169, 0, 0.3) 40%, rgba(255, 169, 0, 0.4) 50%, rgba(255, 169, 0, 0.5) 60%, rgba(255, 169, 0, 0) 70%);
}
.ripple-surface-danger .ripple-wave{
  background-image: radial-gradient(circle, rgba(249, 49, 84, 0.2) 0, rgba(249, 49, 84, 0.3) 40%, rgba(249, 49, 84, 0.4) 50%, rgba(249, 49, 84, 0.5) 60%, rgba(249, 49, 84, 0) 70%);
}
.ripple-surface-light .ripple-wave{
  background-image: radial-gradient(circle, rgba(251, 251, 251, 0.2) 0, rgba(251, 251, 251, 0.3) 40%, rgba(251, 251, 251, 0.4) 50%, rgba(251, 251, 251, 0.5) 60%, rgba(251, 251, 251, 0) 70%);
}
.ripple-surface-dark .ripple-wave{
  background-image: radial-gradient(circle, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.3) 40%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0.5) 60%, rgba(38, 38, 38, 0) 70%);
}
.ripple-surface-white .ripple-wave{
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.ripple-surface-black .ripple-wave{
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
}
.datepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.datepicker-toggle-button:focus{
  color: #2979ff;
}
.datepicker-toggle-button:hover{
  color: #2979ff;
}
.datepicker-backdrop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1065;
}
.datepicker-dropdown-container{
  width: 328px;
  height: 380px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}
.datepicker-modal-container{
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 512px;
  background-color: #fff;
  border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}
.datepicker-header{
  height: 120px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #2979ff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}
.datepicker-title{
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-title-text{
  font-size: 10px;
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #fff;
}
.datepicker-date{
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.datepicker-date-text{
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
.datepicker-main{
  position: relative;
  height: 100%;
}
.datepicker-date-controls{
  padding: 10px 12px 0 12px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.64);
}
.datepicker-view-change-button{
  padding: 10px;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  border: none;
}
.datepicker-view-change-button:hover{
  background-color: #eee;
}
.datepicker-view-change-button:focus{
  background-color: #eee;
}
.datepicker-view-change-button:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.datepicker-arrow-controls{
  margin-top: 10px;
}
.datepicker-previous-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
  margin-right: 24px;
}
.datepicker-previous-button:hover{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-previous-button:focus{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-previous-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-left-width: 2px;
  transform: translateX(2px) rotate(-45deg);
}
.datepicker-next-button{
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
}
.datepicker-next-button:hover{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-next-button:focus{
  background-color: #eee;
  border-radius: 50%;
}
.datepicker-next-button::after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translateX(-2px) rotate(45deg);
}
.datepicker-view{
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
}
.datepicker-table{
  margin-right: auto;
  margin-left: auto;
  width: 304px;
}
.datepicker-day-heading{
  width: 40px;
  height: 40px;
  -webkit-text-align: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.datepicker-cell{
  -webkit-text-align: center;
  text-align: center;
}
.datepicker-cell.disabled{
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
.datepicker-cell.disabled:hover{
  cursor: default;
}
.datepicker-cell:hover{
  cursor: pointer;
}
.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content{
  background-color: #d3d3d3;
}
.datepicker-cell.selected .datepicker-cell-content{
  background-color: #2979ff;
  color: #fff;
}
.datepicker-cell:not(.selected).focused .datepicker-cell-content{
  background-color: #eee;
}
.datepicker-cell.focused .datepicker-cell-content.selected{
  background-color: #2979ff;
}
.datepicker-cell.current .datepicker-cell-content{
  border: 1px solid #000;
}
.datepicker-small-cell{
  width: 40px;
  height: 40px;
}
.datepicker-small-cell-content{
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 13px;
}
.datepicker-large-cell{
  width: 76px;
  height: 42px;
}
.datepicker-large-cell-content{
  width: 72px;
  height: 40px;
  line-height: 40px;
  padding: 1px 2px;
  border-radius: 999px;
}
.datepicker-footer{
  height: 56px;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.datepicker-footer-btn{
  background-color: #fff;
  color: #2979ff;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  margin-bottom: 10px;
}
.datepicker-footer-btn:hover{
  background-color: #eee;
}
.datepicker-footer-btn:focus{
  background-color: #eee;
}
.datepicker-clear-btn{
  margin-right: auto;
}
.timepicker-wrapper{
  touch-action: none;
  z-index: 1065;
  opacity: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.timepicker-elements{
  min-width: 310px;
  min-height: 325px;
  background: #fff;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}
.timepicker-head{
  background-color: #2979ff;
  height: 100px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 10px 24px 10px 50px;
}
.timepicker-button{
  font-size: 0.8rem;
  min-width: 64px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 40px;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  color: #2979ff;
  border: none;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: none;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 10px;
}
.timepicker-button:hover{
  background-color: rgba(0, 0, 0, 0.08);
}
.timepicker-button:focus{
  outline: none;
  background-color: rgba(0, 0, 0, 0.08);
}
.timepicker-current{
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-current.active{
  opacity: 1;
}
.timepicker-current-wrapper{
  direction: ltr;
}
.timepicker-mode-wrapper{
  margin-left: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.54);
}
.timepicker-mode-wrapper.active{
  opacity: 1;
}
.timepicker-clock-wrapper{
  min-width: 310px;
  max-width: 325px;
  min-height: 305px;
  overflow-x: hidden;
  height: 100%;
}
.timepicker-clock{
  position: relative;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  cursor: default;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.07);
}
.timepicker-time-tips-minutes.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-inner.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-hours.active{
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}
.timepicker-time-tips-minutes.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-inner.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-time-tips-hours.disabled{
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}
.timepicker-dot{
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  font-size: 3.75rem;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}
.timepicker-middle-dot{
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2979ff;
}
.timepicker-hand-pointer{
  background-color: #2979ff;
  bottom: 50%;
  height: 40%;
  left: calc(50% - 1px);
  transform-origin: center bottom 0;
  width: 2px;
}
.timepicker-time-tips.active{
  color: #fff;
}
.timepicker-circle{
  top: -21px;
  left: -15px;
  width: 4px;
  border: 14px solid #2979ff;
  height: 4px;
  box-sizing: content-box;
  border-radius: 100%;
}
.timepicker-hour-mode{
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.54;
  cursor: pointer;
}
.timepicker-hour{
  cursor: pointer;
}
.timepicker-minute{
  cursor: pointer;
}
.timepicker-hour-mode:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour-mode:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-minute:hover{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-minute:focus{
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}
.timepicker-hour-mode.active{
  color: #fff;
  opacity: 1;
}
.timepicker-hour.active{
  color: #fff;
  opacity: 1;
}
.timepicker-minute.active{
  color: #fff;
  opacity: 1;
}
.timepicker-footer{
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}
.timepicker-container{
  max-height: calc(100% - 64px);
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.timepicker-icon-up.active{
  opacity: 1;
}
.timepicker-icon-down.active{
  opacity: 1;
}
.timepicker-toggle-button{
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.timepicker-toggle-button:hover{
  color: #2979ff;
}
.timepicker-toggle-button:focus{
  color: #2979ff;
}
.timepicker-input:focus + .timepicker-toggle-button{
  color: #2979ff;
}
.timepicker-input:focus + .timepicker-toggle-button i{
  color: #2979ff;
}
.timepicker a.timepicker-toggle-button{
  right: 1px;
}
.timepicker-toggle-button.timepicker-icon{
  right: 1px;
}
.timepicker-modal .fade.show{
  opacity: 1;
}
.stepper{
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.stepper:not(.stepper-vertical){
  display: flex;
  justify-content: space-between;
}
.stepper:not(.stepper-vertical) .stepper-content{
  position: absolute;
  width: 100%;
  padding: 1rem;
}
.stepper:not(.stepper-vertical) .stepper-step{
  flex: auto;
  height: 4.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head{
  padding-left: 1.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head{
  padding-right: 1.5rem;
}
.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-right: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after{
  flex: 1;
  height: 1px;
  width: 100%;
  margin-left: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper:not(.stepper-vertical) .stepper-head-icon{
  margin: 1.5rem 0.5rem 1.5rem 0;
}
.stepper.stepper-mobile{
  justify-content: center;
  align-items: flex-end;
}
.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon{
  display: none;
}
.stepper.stepper-mobile .stepper-step{
  flex: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0 1rem 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after{
  margin-left: 0;
}
.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before{
  margin-right: 0;
}
.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.stepper.stepper-mobile .stepper-head-icon{
  font-size: 0;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
}
.stepper.stepper-mobile .stepper-head-text{
  display: none;
}
.stepper.stepper-mobile .stepper-content{
  top: 2.56rem;
}
.stepper-back-btn .btn-link{
  color: unset;
}
.stepper-next-btn .btn-link{
  color: unset;
}
@media (prefers-reduced-motion: reduce){
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button{
    transition: none;
  }
  .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
  .form-switch .form-check-input{
    transition: none;
  }
  .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label{
    transition: none;
  }
  .fade{
    transition: none;
  }
  .collapsing{
    transition: none;
  }
  .collapsing.collapse-horizontal{
    transition: none;
  }
  .accordion-button::after{
    transition: none;
  }
  .modal.fade .modal-dialog{
    transition: none;
  }
  .carousel-item{
    transition: none;
  }
  .carousel-fade .active.carousel-item-start{
    transition: none;
  }
  .carousel-fade .active.carousel-item-end{
    transition: none;
  }
  .carousel-control-prev{
    transition: none;
  }
  .carousel-control-next{
    transition: none;
  }
  .carousel-indicators [data-bs-target]{
    transition: none;
  }
  .spinner-border{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .spinner-grow{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@media (min-width: 576px){
  .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler{
    display: none;
  }
  .navbar-expand-sm .offcanvas-header{
    display: none;
  }
  .navbar-expand-sm .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable{
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm{
    max-width: 300px;
  }
  .sticky-sm-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px){
  .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler{
    display: none;
  }
  .navbar-expand-md .offcanvas-header{
    display: none;
  }
  .navbar-expand-md .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-md-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler{
    display: none;
  }
  .navbar-expand-lg .offcanvas-header{
    display: none;
  }
  .navbar-expand-lg .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-lg{
    max-width: 800px;
  }
  .modal-xl{
    max-width: 800px;
  }
  .sticky-lg-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px){
  .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .modal-xl{
    max-width: 1140px;
  }
  .sticky-xl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px){
  .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler{
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header{
    display: none;
  }
  .navbar-expand-xxl .offcanvas{
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-bottom{
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body{
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sticky-xxl-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (max-width: 575.98px){
  .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 767.98px){
  .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 991.98px){
  .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 1199.98px){
  .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 1399.98px){
  .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header{
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
}
@media (prefers-reduced-motion){
  .animation{
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape){
  .datepicker-modal-container .datepicker-header{
    height: 100%;
  }
  .datepicker-modal-container .datepicker-date{
    margin-top: 100px;
  }
  .datepicker-modal-container .datepicker-day-cell{
    width: 32x;
    height: 32x;
  }
  .datepicker-modal-container{
    flex-direction: row;
    width: 475px;
    height: 360px;
  }
  .datepicker-modal-container.datepicker-day-cell{
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape){
  .timepicker-elements{
    flex-direction: row !important;
    border-bottom-left-radius: 0.5rem;
    min-width: auto;
    min-height: auto;
    overflow-y: auto;
  }
  .timepicker-head{
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    padding-right: 10px !important;
    height: auto;
    min-height: 305px;
  }
  .timepicker-head-content{
    flex-direction: column;
  }
  .timepicker-mode-wrapper{
    justify-content: space-around !important;
    flex-direction: row !important;
  }
  .timepicker-current{
    font-size: 3rem;
    font-weight: 400;
  }
  .timepicker-dot{
    font-size: 3rem;
    font-weight: 400;
  }
}
@-webkit-keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}
@keyframes _spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes _fade-in{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@-webkit-keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@keyframes _fade-out{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-down{
  from{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-left{
  from{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-right{
  from{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _fade-in-up{
  from{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _fade-out-down{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _fade-out-left{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _fade-out-right{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _fade-out-up{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-down{
  from{
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-left{
  from{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-right{
  from{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@keyframes _slide-in-up{
  from{
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-out-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-out-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-out-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-out-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes _slide-down{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes _slide-left{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes _slide-right{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes _slide-up{
  from{
    transform: translate3d(0, 0, 0);
  }
  to{
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@keyframes _zoom-in{
  from{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%{
    opacity: 1;
  }
}
@-webkit-keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@keyframes _zoom-out{
  from{
    opacity: 1;
  }
  50%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to{
    opacity: 0;
  }
}
@-webkit-keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _tada{
  from{
    transform: scale3d(1, 1, 1);
  }
  10%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20%{
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80%{
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@keyframes _pulse{
  from{
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to{
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9{
  --tw-aspect-h: 9;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.right-4{
  right: 1rem;
}
.top-4{
  top: 1rem;
}
.-top-32{
  top: -8rem;
}
.right-2{
  right: 0.5rem;
}
.top-1\/2{
  top: 50%;
}
.right-0{
  right: 0px;
}
.top-\[32px\]{
  top: 32px;
}
.right-\[35px\]{
  right: 35px;
}
.right-20{
  right: 5rem;
}
.top-20{
  top: 5rem;
}
.-bottom-0{
  bottom: -0px;
}
.-left-32{
  left: -8rem;
}
.right-10{
  right: 2.5rem;
}
.top-10{
  top: 2.5rem;
}
.-right-\[210px\]{
  right: -210px;
}
.bottom-4{
  bottom: 1rem;
}
.right-5{
  right: 1.25rem;
}
.left-2\/4{
  left: 50%;
}
.-bottom-full{
  bottom: -100%;
}
.bottom-0{
  bottom: 0px;
}
.-top-20{
  top: -5rem;
}
.left-20{
  left: 5rem;
}
.left-5{
  left: 1.25rem;
}
.-top-\[25px\]{
  top: -25px;
}
.bottom-\[0px\]{
  bottom: 0px;
}
.right-\[0\]{
  right: 0;
}
.right-16{
  right: 4rem;
}
.-right-44{
  right: -11rem;
}
.top-\[22vh\]{
  top: 22vh;
}
.left-\[18vw\]{
  left: 18vw;
}
.-left-\[75px\]{
  left: -75px;
}
.top-8{
  top: 2rem;
}
.right-\[28px\]{
  right: 28px;
}
.top-\[28px\]{
  top: 28px;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-1\/4{
  bottom: 25%;
}
.left-\[43px\]{
  left: 43px;
}
.-top-\[13px\]{
  top: -13px;
}
.z-10{
  z-index: 10;
}
.-z-10{
  z-index: -10;
}
.z-50{
  z-index: 50;
}
.z-0{
  z-index: 0;
}
.z-20{
  z-index: 20;
}
.z-\[9\]{
  z-index: 9;
}
.z-40{
  z-index: 40;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-end-5{
  grid-column-end: 5;
}
.row-auto{
  grid-row: auto;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-\[6px\]{
  margin: 6px;
}
.m-\[70px\]{
  margin: 70px;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.my-\[33px\]{
  margin-top: 33px;
  margin-bottom: 33px;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-0{
  margin-top: 0px;
}
.ml-\[15px\]{
  margin-left: 15px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-12{
  margin-left: 3rem;
}
.-mt-px{
  margin-top: -1px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.mt-12{
  margin-top: 3rem;
}
.-mt-0{
  margin-top: -0px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mr-5{
  margin-right: 1.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.mb-\[33px\]{
  margin-bottom: 33px;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mt-20{
  margin-top: 5rem;
}
.ml-0{
  margin-left: 0px;
}
.mr-6{
  margin-right: 1.5rem;
}
.-ml-0{
  margin-left: -0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-\[90px\]{
  margin-top: 90px;
}
.ml-\[5\%\]{
  margin-left: 5%;
}
.-mt-\[170px\]{
  margin-top: -170px;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[27px\]{
  margin-bottom: 27px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-20{
  margin-bottom: 5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-20{
  margin-left: 5rem;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.-mt-60{
  margin-top: -15rem;
}
.-mr-72{
  margin-right: -18rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-7{
  margin-top: 1.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.ml-16{
  margin-left: 4rem;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mb-\[34px\]{
  margin-bottom: 34px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mb-\[105px\]{
  margin-bottom: 105px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mr-\[63px\]{
  margin-right: 63px;
}
.mt-16{
  margin-top: 4rem;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.-mt-5{
  margin-top: -1.25rem;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mr-20{
  margin-right: 5rem;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mr-7{
  margin-right: 1.75rem;
}
.-mt-\[200px\]{
  margin-top: -200px;
}
.mt-48{
  margin-top: 12rem;
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.hidden{
  display: none;
}
.h-screen{
  height: 100vh;
}
.h-auto{
  height: auto;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[22px\]{
  height: 22px;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-16{
  height: 4rem;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[450px\]{
  height: 450px;
}
.h-full{
  height: 100%;
}
.h-\[391px\]{
  height: 391px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[218px\]{
  height: 218px;
}
.h-\[50px\]{
  height: 50px;
}
.h-32{
  height: 8rem;
}
.h-\[60px\]{
  height: 60px;
}
.h-6{
  height: 1.5rem;
}
.h-\[25px\]{
  height: 25px;
}
.h-0{
  height: 0px;
}
.h-20{
  height: 5rem;
}
.h-\[152px\]{
  height: 152px;
}
.h-\[210px\]{
  height: 210px;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[62px\]{
  max-height: 62px;
}
.min-h-\[650px\]{
  min-height: 650px;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[700px\]{
  min-height: 700px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[740px\]{
  min-height: 740px;
}
.min-h-\[16px\]{
  min-height: 16px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[62px\]{
  min-height: 62px;
}
.w-24{
  width: 6rem;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.w-\[100\%\]{
  width: 100%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-\[22px\]{
  width: 22px;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-11{
  width: 2.75rem;
}
.w-\[80px\]{
  width: 80px;
}
.w-48{
  width: 12rem;
}
.w-1\/2{
  width: 50%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[95\%\]{
  width: 95%;
}
.\!w-full{
  width: 100% !important;
}
.w-\[60\%\]{
  width: 60%;
}
.w-6\/12{
  width: 50%;
}
.w-2{
  width: 0.5rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-\[450px\]{
  width: 450px;
}
.\!w-\[100\%\]{
  width: 100% !important;
}
.w-\[200px\]{
  width: 200px;
}
.w-6{
  width: 1.5rem;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[229px\]{
  width: 229px;
}
.w-\[750px\]{
  width: 750px;
}
.w-\[80\%\]{
  width: 80%;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-\[333px\]{
  min-width: 333px;
}
.min-w-\[30px\]{
  min-width: 30px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.\!max-w-\[960px\]{
  max-width: 960px !important;
}
.\!max-w-\[100\%\]{
  max-width: 100% !important;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[737px\]{
  max-width: 737px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-\[83px\]{
  max-width: 83px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8{
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-16{
  --tw-translate-y: -4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.\!cursor-default{
  cursor: default !important;
}
.cursor-default{
  cursor: default;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-items-center{
  justify-items: center;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-16{
  gap: 4rem;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-6{
  gap: 1.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-bl-\[80px\]{
  border-bottom-left-radius: 80px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-none{
  border-style: none;
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-boiron-blue{
  --tw-border-opacity: 1;
  border-color: rgb(33 85 114 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#215572\]{
  --tw-border-opacity: 1;
  border-color: rgb(33 85 114 / var(--tw-border-opacity));
}
.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-boiron-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(33 85 114 / var(--tw-bg-opacity));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#215572\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 85 114 / var(--tw-bg-opacity));
}
.bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[\#21567210\]{
  background-color: #21567210;
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-auto{
  background-size: auto;
}
.bg-cover{
  background-size: cover;
}
.\!bg-contain{
  background-size: contain !important;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.\!bg-no-repeat{
  background-repeat: no-repeat !important;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-1{
  padding: 0.25rem;
}
.p-4{
  padding: 1rem;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-\[5\%\]{
  padding-left: 5%;
  padding-right: 5%;
}
.px-\[70px\]{
  padding-left: 70px;
  padding-right: 70px;
}
.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.pt-0{
  padding-top: 0px;
}
.pt-\[80px\]{
  padding-top: 80px;
}
.pt-9{
  padding-top: 2.25rem;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pr-0{
  padding-right: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-32{
  padding-bottom: 8rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pt-6{
  padding-top: 1.5rem;
}
.pr-\[90px\]{
  padding-right: 90px;
}
.pt-7{
  padding-top: 1.75rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-end{
  text-align: end;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, monospace;
}
.font-brandonbold{
  font-family: Brandon-Bold;
}
.font-brandonregular{
  font-family: Brandon-Regular;
}
.font-brandonlight{
  font-family: Brandon-Light;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[11px\]{
  font-size: 11px;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-light{
  font-weight: 300;
}
.font-thin{
  font-weight: 100;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.leading-normal{
  line-height: 1.5;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-4{
  line-height: 1rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-6{
  line-height: 1.5rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-\[\#373F41\]{
  --tw-text-opacity: 1;
  color: rgb(55 63 65 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-boiron-blue{
  --tw-text-opacity: 1;
  color: rgb(33 85 114 / var(--tw-text-opacity));
}
.text-boiron-grey{
  color: var(--boiron-grey);
}
.text-\[\#E8BAB2\]{
  --tw-text-opacity: 1;
  color: rgb(232 186 178 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-boiron-rosa{
  color: var(--boiron-rosa);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-\[\#5C726F\]{
  --tw-text-opacity: 1;
  color: rgb(92 114 111 / var(--tw-text-opacity));
}
.text-\[\#215572\]{
  --tw-text-opacity: 1;
  color: rgb(33 85 114 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-boiron-green{
  color: var(--boiron-green);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-0{
  opacity: 0;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*COLOURS*/
:root {
  --boiron-blue: #215572;
  --boiron-blue-hover: #679aae;
  --boiron-white-hover: #e8bab2;
  --boiron-grey: #373f41;
  --boiron-grey-transparent: #373F4180;
  --boiron-rosa: #e8bab2;
  --boiron-green: #93b04b;
  --boiron-blue-bg: #E9EEF1;
}
/*FONTS*/
@font-face {
  font-family: "Brandon-Bold";
  src: url("/fonts/BrandonText-Bold.woff");
}
@font-face {
  font-family: "Brandon-Regular";
  src: url("/fonts/BrandonText-Regular.woff");
}
@font-face {
  font-family: "Brandon-Light";
  src: url("/fonts/BrandonText-Light.woff");
}
html {
  scroll-behavior: smooth;
}
/*
Icons
*/
.icon.cross-icon {
  background-color: transparent;
}
.btn-boiron,
.btn-boiron-alt {
  display: inline-block;
  background-color: #215572;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #215572;
  border-radius: 0px 40px;
  padding: 18px 60px;
  font-family: "Brandon-Regular";
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.btn-boiron.sm,
.btn-boiron-alt.sm {
  box-shadow: none;
  padding: 10px 50px;
  font-size: 15px;
}
.btn-boiron:hover,
.btn-boiron-alt:hover {
  background-color: #276486;
}
.btn-boiron-alt {
  background-color: #fff;
  color: #215572;
}
.btn-boiron-alt:hover {
  background-color: rgba(33, 85, 114, 0.1);
}
.table-boiron th,
.table-boiron td {
  padding: 8px 17px;
}
.table-boiron th {
  border: 1px solid white;
  background: #215572;
  font-family: "Brandon-Bold";
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.table-boiron td {
  border: 1px solid rgba(55, 63, 65, 0.2);
  background: #ffffff;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #373f41;
}
.container {
  /*
  @screen xl {
      padding-left: 20px;
      padding-right: 20px; 
  }
  */
}
pages {
  bottom: 0;
  right: 0vh;
  z-index: 1000;
}
input[type=checkbox] {
  /* rect */
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  /* Light / White */
  background: #ffffff;
  /* Light / Gray */
  border: 2px solid #c3cbcd;
  border-radius: 4px;
}
input[type=checkbox]:checked:before {
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  -o-appearance: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
span.eye-icon {
  background-color: transparent !important;
}
span.eye-icon::before {
  content: "Resumo";
  font-size: 14px;
  text-decoration: underline;
}
.vue-go-top {
  display: none;
}
.shop-list{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .single-product #reve-chat-container-div {
    bottom: 70px !important;
  }
}
body,
html {
  overflow-x: hidden;
  font-family: "Mulish";
}
body {
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
}
#app {
  min-height: auto;
}
@media (max-width: 768px) {
  #app {
    padding-top: 80px !important;
  }
}
.badge-counter {
  position: absolute;
  left: 17px;
  top: -4px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 20px;
  background: #215572;
  font-family: "Brandon-Bold";
  text-align: center;
  font-weight: 450;
  font-size: 12px;
  line-height: 1;
  color: white;
  padding: 6px;
}
header {
  top: 0;
  min-height: 80px;
}
@media (max-width: 768px) {
  header {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0;
  }
}
@media (max-width: 1281px) {
  header .container.mbfix{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 984px;
  }
  header .mbfix-hidden {
    display: none;
  }
  header .mbfix-visible {
    display: flex;
  }
}
header #dropdown-hp {
  top: 25px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header #dropdown-hp li a {
  color: var(--boiron-blue);
  font-size: 16px;
  font-family: "Brandon-Bold";
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid rgba(55, 63, 65, 0.2);
}
header #dropdown-hp li a:hover {
  background: inherit;
  color: var(--boiron-blue);
  border-bottom: 2px solid #215572;
}
header #dropdown-hp li a:hover svg {
  filter: inherit;
}
header #dropdown-hp li:last-child a {
  border: none;
}
header .user {
  width: 80px;
  height: 80px;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  background-color: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .user:hover {
  background-color: #215572;
}
header .user:hover svg {
  filter: brightness(0) invert(1);
}
header .user .dropdown-list {
  top: 80px;
  right: 0;
  color: black;
  background: #ffffff;
  /* boiron_blue */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  font-size: 13px;
  text-align: left;
}
header .user .dropdown-list .dropdown-label {
  font-size: 13px;
  background-color: #215572;
  color: white !important;
  padding: 5px;
}
header .user .dropdown-list ul.user-info {
  top: 10px !important;
  width: 180px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 30px 25px;
  display: block;
  margin: -15px;
  margin-right: -52px;
  z-index: 20;
}
header .user .dropdown-list ul.user-info li a {
  display: flex;
  font-size: 14px;
  font-family: "Mulish";
  font-weight: normal;
  padding: 5px 10px;
  display: block;
  height: auto;
  width: 100%;
}
header .user .dropdown-list ul.user-info li a:hover {
  background-color: transparent;
  color: var(--boiron-rosa) !important;
}
header .mini-cart-content {
  position: relative;
  display: inline-flex;
}
header .mini-cart-content .badge-subtotal {
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  color: white;
  line-height: 26px;
  margin-left: 25px;
}
header #burger-menu {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  padding: 45px;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background: white;
  z-index: 10;
}
header #burger-menu li a {
  color: var(--boiron-blue);
  font-size: 16px;
  font-family: "Brandon-Bold";
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  width: 100%;
  height: inherit;
  border-bottom: 1px solid rgba(55, 63, 65, 0.2);
}
header #burger-menu li a:hover {
  background: inherit;
  color: var(--boiron-blue);
  border-bottom: 2px solid #215572;
}
header #burger-menu li a:hover svg {
  filter: inherit;
}
header #burger-menu li .sub-burger li a {
  height: inherit !important;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  display: flex;
  border-top: none;
}
header #burger-menu li:first-child {
  border-radius: 0;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
  border: none;
}
header #burger-menu li:first-child a {
  border: none;
  border-top: 1px solid rgba(55, 63, 65, 0.2);
  border-bottom: 1px solid rgba(55, 63, 65, 0.2);
  height: 63px !important;
  padding: 0;
}
.menu-principal li {
  color: #215572;
  margin: 0 25px;
}
.menu-principal li a {
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
}
.menu-principal li a:hover {
  color: #e8bab2;
}
.menu-principal li a.active {
  color: #e8bab2;
}
.menu-principal li a:active {
  color: #e8bab2;
  background-color: white;
}
.menu-principal li ul {
  left: -75px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  top: 10px !important;
}
.menu-principal li ul li a {
  font-size: 14px;
  font-family: "Mulish";
  font-weight: normal;
  padding: 5px 10px;
}
.menu-loja li {
  color: #215572;
  margin: 0;
}
.menu-loja li a {
  width: 80px;
  height: 80px;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  background-color: white;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu-loja li a {
    width: 54px;
  }
}
.menu-loja li a:hover {
  background-color: #215572;
}
.menu-loja li a:hover svg {
  filter: brightness(0) invert(1);
}
.menu-loja li a.mini-cart-btn {
  background-color: #e8bab2;
  width: 165px;
  cursor: pointer;
}
.menu-loja li a.mini-cart-btn svg {
  filter: brightness(0) invert(1);
}
.menu-loja li a.mini-cart-btn .badge-counter-mb {
  background: #215572;
  border-radius: 20px;
  color: #fff;
  font-family: Brandon-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  height: 24px;
  left: 27px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 18px;
  width: 24px;
}
@media (max-width: 1280px) {
  .menu-loja li a.mini-cart-btn {
    background-color: white;
    width: 54px;
  }
  .menu-loja li a.mini-cart-btn svg {
    filter: inherit;
  }
}
.menu-loja li a.mini-cart-btn:hover {
  background-color: #e8d4d1;
}
.menu-loja li.ative {
  background-color: #215572;
}
.menu-loja li.ative svg {
  filter: brightness(0) invert(1);
}
.breadcrumb a {
  color: rgba(55, 63, 65, 0.5);
}
.breadcrumb a:hover {
  color: #215572;
}
.breadcrumb a.active {
  color: #215572;
}
.middle.page p {
  margin: 10px 0;
  font-size: 14px;
}
.middle.page p strong {
  margin-top: 20px;
  font-size: 15px;
}
.middle.page ul {
  list-style: disc;
  margin-left: 30px;
}
.middle.page ul li {
  font-size: 14px;
}
.bg-custom-grey {
  background: rgba(55, 63, 65, 0.02);
  position: relative;
  z-index: 1;
}
.bg-boiron-rosa {
  background-color: var(--boiron-rosa);
}
button.border-green {
  border: 1px solid var(--boiron-green);
}
.hidden-replaced-message {
  display: none !important;
}
.sliderHP .swiper-pagination {
  width: 300px !important;
  justify-content: center !important;
  left: 50% !important;
  margin-left: -150px !important;
}
.sliderCarrousel {
  padding: 40px 20px 20px 20px !important;
}
@media (min-width: 768px) {
  .sliderCarrousel {
    padding: 80px 0 40px 0 !important;
  }
}
.sliderCarrousel .swiper-pagination {
  width: 300px !important;
  justify-content: center !important;
  left: 50% !important;
  margin-left: -150px !important;
}
.slider-container-hp {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: url("/images/img_dest.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .slider-container-hp {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .slider-container-hp {
    background: url("/images/hp_mobile.png") no-repeat bottom center;
    background-size: contain !important;
    height: 700px;
    margin-top: 150px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .slider-container-hp {
    height: 400px;
  }
}
.slider-container-hp .show-content {
  width: 365px;
  top: 300px;
  position: absolute;
}
@media (max-width: 1024px) {
  .slider-container-hp .show-content {
    top: 150px;
  }
}
@media (max-width: 768px) {
  .slider-container-hp .show-content {
    top: 0 !important;
    position: relative;
    width: 100%;
    text-align: center;
    left: initial;
    top: initial;
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .slider-container-hp .show-content {
    zoom: 0.8;
  }
}
.slider-container-hp .show-content h1 {
  font-family: "Brandon-Light";
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  list-style: 100%;
  color: var(--boiron-blue);
  margin-bottom: 10px;
}
.slider-container-hp .show-content h1 strong {
  font-family: "Brandon-Bold";
}
.slider-container-hp .show-content p {
  font-size: 20px;
}
.slider-container-hp.pos-login .show-content {
  left: inherit;
}
@media (max-width: 768px) {
  .slider-container-hp .banner-icon {
    height: 432px !important;
  }
}
.slider-container-hp .VueCarousel-navigation {
  display: inline-flex;
  position: absolute;
  bottom: 10%;
  left: 80px;
}
.slider-container-hp .VueCarousel-navigation .VueCarousel-navigation-prev {
  position: relative !important;
  display: inline-flex;
  transform: none;
  width: 26px;
  height: 24px;
  background: url("/images/seta_esq.png") no-repeat;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
}
.slider-container-hp .VueCarousel-navigation .VueCarousel-navigation-prev span {
  display: none;
}
@media (max-width: 768px) {
  .slider-container-hp .VueCarousel-navigation .VueCarousel-navigation-prev {
    display: none;
  }
}
.slider-container-hp .VueCarousel-navigation .VueCarousel-navigation-next {
  position: relative !important;
  display: inline-flex;
  transform: none;
  width: 52px;
  height: 24px;
  background: url("/images/seta_drt.png") no-repeat;
  padding: 0 !important;
  margin: 0 !important;
  right: 0 !important;
  margin-left: 11px !important;
}
.slider-container-hp .VueCarousel-navigation .VueCarousel-navigation-next span {
  display: none;
}
@media (max-width: 768px) {
  .slider-container-hp .VueCarousel-navigation .VueCarousel-navigation-next {
    display: none;
  }
}
.slider-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.slider-container.bg-1 {
  background: url("/images/destaque_pos_login_fullhd.png") no-repeat center center;
}
.slider-container.bg-2 {
  background: url("/images/destaque_pos_login_2_fullhd.png") no-repeat center center;
}
.slider-container .container {
  position: relative;
}
@media (max-width: 1024px) {
  .slider-container {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .slider-container {
    background-size: cover !important;
    height: 700px;
  }
  .slider-container.bg {
    background-size: cover !important;
    height: 700px;
  }
  .slider-container.bg .bg-container {
    background-size: cover !important;
    height: 700px;
  }
  .slider-container.bg-1 {
    background: url("/images/destaque_pos_login_fullhd_mobile.png") no-repeat center center;
    height: 600px;
  }
  .slider-container.bg-2 {
    background: url("/images/destaque_pos_login_2_fullhd_mobile.png") no-repeat center center;
    height: 600px;
  }
  .slider-container.bg-2 h1 {
    font-size: 30px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .slider-container {
    background-size: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .slider-container {
    height: 400px;
    background-size: cover !important;
  }
}
.slider-container .show-content {
  width: 365px;
  top: 200px;
  position: absolute;
  left: 80px;
}
@media (max-width: 768px) {
  .slider-container .show-content {
    text-align: center;
    left: 0;
    top: 30px !important;
    width: inherit;
    position: relative;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .slider-container .show-content {
    zoom: 0.7;
    top: 300px;
  }
}
.slider-container .show-content h1 {
  font-family: "Brandon-Light";
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  list-style: 100%;
  color: var(--boiron-blue);
  margin-bottom: 10px;
}
.slider-container .show-content h1 strong {
  font-family: "Brandon-Bold";
}
.slider-container .show-content p {
  font-size: 20px;
}
.slider-container.pos-login .show-content {
  left: inherit;
}
@media (max-width: 768px) {
  .slider-container .banner-icon {
    height: 432px !important;
  }
}
.slider-container .VueCarousel-navigation {
  display: inline-flex;
  position: absolute;
  bottom: 10%;
  left: 80px;
}
.slider-container .VueCarousel-navigation .VueCarousel-navigation-prev {
  position: relative !important;
  display: inline-flex;
  transform: none;
  width: 26px;
  height: 24px;
  background: url("/images/seta_esq.png") no-repeat;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
}
.slider-container .VueCarousel-navigation .VueCarousel-navigation-prev span {
  display: none;
}
@media (max-width: 768px) {
  .slider-container .VueCarousel-navigation .VueCarousel-navigation-prev {
    display: none;
  }
}
.slider-container .VueCarousel-navigation .VueCarousel-navigation-next {
  position: relative !important;
  display: inline-flex;
  transform: none;
  width: 52px;
  height: 24px;
  background: url("/images/seta_drt.png") no-repeat;
  padding: 0 !important;
  margin: 0 !important;
  right: 0 !important;
  margin-left: 11px !important;
}
.slider-container .VueCarousel-navigation .VueCarousel-navigation-next span {
  display: none;
}
@media (max-width: 768px) {
  .slider-container .VueCarousel-navigation .VueCarousel-navigation-next {
    display: none;
  }
}
.boiron-button-next {
  position: relative !important;
  display: inline-flex;
}
@media (max-width: 768px) {
  .boiron-button-next {
    display: none;
  }
}
.boiron-button-prev {
  position: relative !important;
  display: inline-flex;
}
@media (max-width: 768px) {
  .boiron-button-prev {
    display: none;
  }
}
.boiron-pagination {
  display: block;
}
@media (min-width: 768px) {
  .boiron-pagination {
    display: none;
  }
}
.boiron-pagination .swiper-pagination-bullet {
  /* Ellipse 16 */
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  /* Boiron_pink2 */
  border: 2px solid #e8bab2;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  background-color: transparent;
  opacity: 1;
}
.boiron-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e8bab2;
}
.boiron-pagination-checkout {
  display: block;
}
@media (min-width: 768px) {
  .boiron-pagination-checkout {
    display: none;
  }
}
.boiron-pagination-checkout .swiper-pagination-bullet {
  /* Ellipse 16 */
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  /* Boiron_pink2 */
  border: 2px solid #e8bab2;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  background-color: transparent;
  opacity: 1;
}
.boiron-pagination-checkout .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e8bab2;
}
.swiper-pagination {
  bottom: 35px !important;
}
@media (max-width: 768px) {
  .swiper-pagination {
    bottom: 35px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  /* Boiron_pink2 */
  border: 2px solid #fff;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.vantagens {
  scroll-behavior: smooth !important;
}
.vantagens .mySwiper2 {
  padding: 0 50px 50px 50px;
}
.vantagens .box {
  cursor: pointer;
  width: 280px;
  height: 326px;
  background: #ffffff;
  border-radius: 0px;
}
.vantagens .box:hover {
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
}
.vantagens .box:hover h3 {
  color: #e8bab2;
}
.vantagens iframe {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.accordion .accordion-item .accordion-button {
  border-bottom: 2px solid #215572;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  color: #215572;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.accordion .accordion-item .accordion-body {
  background: rgba(33, 85, 114, 0.1);
  border-bottom: 2px solid rgba(33, 85, 114, 0.5);
  font-size: 14px;
}
@media (min-width: 768px) {
  .accordion .accordion-item .accordion-body {
    font-size: 16px;
  }
}
.accordion .accordion-button::after {
  background-image: url("/images/arrow_faqs.svg");
  width: 12px;
  height: 8px;
  background-size: 100%;
}
hr {
  border-top: 1px solid rgba(55, 63, 65, 0.5);
}
.boiron-head {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 20px;
  height: 39px;
  padding: 10px 40px;
  font-size: 14px;
  border: 0;
}
button.boiron,
a.boiron {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 30px;
  min-width: 168px;
}
button.boiron-upsell,
a.boiron-upsell {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 100%;
  width: 140px;
  height: 50;
}
button.boiron-campaign,
a.boiron-campaign {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 100%;
  width: 200px;
  height: 50;
}
a.boiron-continue {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 30px;
  width: 220px;
  max-width: 100%;
  height: 60;
  padding: 15px 80px;
}
.boiron-replaced {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--boiron-rosa);
  border-radius: 30px;
  width: 200px;
  height: 50;
  align-items: center;
}
.bg-boiron-blue-pack {
  background-color: var(--boiron-blue-bg);
}
@media (max-width: 768px) {
  footer {
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  }
}
footer .copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
footer .cat-menu {
  text-align: left;
}
footer .cat-menu h3 {
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.015em;
  /* boiron_blue */
  color: #215572;
}
footer .cat-menu ul {
  margin: 18px 0;
}
footer .cat-menu ul.contactos {
  margin-top: 2px;
}
footer .cat-menu ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  /* or 133% */
  letter-spacing: -0.015em;
  display: inline-flex;
  align-items: center;
  width: 100%;
  /* Boiron_grey */
  color: #373f41;
}
footer .cat-menu ul li img {
  margin-right: 20px;
}
footer .cat-menu ul li small {
  font-size: 11px;
}
footer .cat-menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  letter-spacing: -0.015em;
  /* Boiron_grey */
  color: #373f41;
}
footer .cat-menu ul li a:hover {
  text-decoration: underline;
}
.form-group {
  margin-bottom: 23px;
  position: relative;
}
.form-group .control-error {
  display: block;
  font-size: 12px;
  /*
  position: absolute;
  bottom: -22px;
  left: 0px;
  */
}
.form-style[readonly] {
  background: rgba(33, 85, 114, 0.1);
}
input[type=text],
input[type=password],
input[type=email] {
  gap: 4px;
  width: 100%;
  height: 52px;
  /* White */
  background: #ffffff;
  border: 2px solid rgba(55, 63, 65, 0.3);
  border-radius: 4px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  letter-spacing: -0.02em;
  font-feature-settings: "calt" off;
  color: rgba(55, 63, 65, 0.4);
  padding: 0 20px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
  border: 2px solid #215572;
  border-radius: 4px;
  color: #373f41;
}
@media (max-width: 768px) {
  input[type=text],
input[type=password],
input[type=email] {
    width: 100%;
  }
}
input[type=password] {
  margin-bottom: 0;
}
.bola {
  position: absolute;
  width: 790px;
  height: 703.7px;
  right: -25%;
  top: 30vh;
  background: url("/images/bola_rosa_produtos.png") no-repeat;
}
.bola.left {
  left: -35%;
  top: 65%;
  right: inherit;
  z-index: 1;
}
.category-container .product-price {
  width: 100%;
  min-height: 49px;
}
.category-container .product-price .regular-price {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #373f41;
  opacity: 0.5;
  width: 100%;
}
.category-container .product-price .special-price {
  width: 100%;
}
.category-container .btn-add-to-cart {
  width: 100% !important;
}
#animation_container {
  width: 100%;
  max-height: 760px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #animation_container canvas {
    width: 200vw !important;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vue-go-top {
  background-color: var(--boiron-blue) !important;
  width: 50px !important;
  height: 50px !important;
}
.account-content table{
  table-layout: auto;
}
.card{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .card{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card.rectangulo {
  /* Rectangle 281 */
  box-sizing: border-box;
  height: 420px;
  background: #ffffff;
  border-width: 2px 2px;
  border-style: solid;
  border-color: rgba(55, 63, 65, 0.5) transparent;
  border-radius: 0;
}
.card:hover {
  /* boiron_blue */
  border: 2px solid #215572;
}
.card .wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.card .wishlist-icon i {
  color: #215572;
}
.card .product-image-container {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.card .desconto {
  /* Rectangle 256 */
  position: absolute;
  min-width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  /* -27% */
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 15px 10px;
  color: #ffffff;
}
.card .desconto-opacity {
  position: absolute;
  min-width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  display: none;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  /* -27% */
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 15px 10px;
  color: #ffffff;
}
.card .whislist {
  top: 15px;
  right: 15px;
}
.card .whislist img {
  width: 20px;
}
@media (max-width: 768px) {
  .card .card-body .qyt {
    width: 100%;
  }
  .card .card-body .qyt .quantity {
    width: 100%;
  }
  .card .card-body .qyt .quantity .input-btn-group {
    width: 100%;
  }
  .card .card-body .qyt .quantity .input-btn-group input {
    width: 100%;
  }
}
.card .card-body .qyt .required {
  display: none;
}
.card .card-body .qyt .input-btn-group {
  /* Frame 79 */
  margin: 35px 0;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 6px;
  height: 50px;
  /* boiron_blue */
  border: 1px solid #215572;
  border-radius: 100px;
  position: relative;
  margin-bottom: 10px;
}
.card .card-body .qyt .input-btn-group input {
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
  background-color: transparent;
}
.card .card-body .qyt .input-btn-group input:focus, .card .card-body .qyt .input-btn-group input:active {
  outline: none;
}
.card .card-body .qyt .input-btn-group button {
  border: none;
  width: 40px;
  height: 40px;
  background: #215572;
  border-radius: 100%;
  color: white;
  position: absolute;
  padding: 10px;
}
.card .card-body .qyt .input-btn-group button .rango-minus,
.card .card-body .qyt .input-btn-group button .rango-plus {
  vertical-align: unset;
}
.card .card-body .qyt .input-btn-group button.decrease {
  left: 6px;
  top: 4px;
}
.card .card-body .qyt .input-btn-group button.increase {
  right: 6px;
  top: 4px;
}
.card .card-body .product-price {
  width: 100%;
  min-height: 49px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.card .card-body .product-price .regular-price {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #373f41;
  opacity: 0.5;
  width: 100%;
  float: left;
  text-decoration: line-through;
}
.card .card-body .product-price .special-price {
  width: 100%;
}
.card .card-body .sale .special-price {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.card .card-body .sale .regular-price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.card .card-body .add-to-cart-btn button {
  display: none;
}
.card .btn-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #215572;
  color: #ffffff;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
.card-pack-container{
  margin-bottom: 5rem;
  margin-top: 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .card-pack-container{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-pack-container .btn-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 458px;
  max-width: 100%;
  height: 50px;
  background: #215572;
  color: #ffffff;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
.card-pack{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  border-radius: 0px 30px;
  border: 2px solid white;
  max-width: 522px;
  z-index: 1500 !important;
}
@media (min-width: 768px) {
  .card-pack{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-pack .card-pack-item{
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  width: 257px;
  height: 408px;
}
@media (min-width: 768px) {
  .card-pack .card-pack-item{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-pack .product-image-container {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.card-pack .desconto {
  /* Rectangle 256 */
  position: absolute;
  min-width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  /* -27% */
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
.card-pack .whislist {
  top: 15px;
  right: 15px;
}
.card-pack .whislist img {
  width: 20px;
}
@media (max-width: 768px) {
  .card-pack .card-body .qyt {
    width: 100%;
  }
  .card-pack .card-body .qyt .quantity {
    width: 100%;
  }
  .card-pack .card-body .qyt .quantity .input-btn-group {
    width: 100%;
  }
  .card-pack .card-body .qyt .quantity .input-btn-group input {
    width: 100%;
  }
}
.card-pack .card-body .qyt .required {
  display: none;
}
.card-pack .card-body .qyt .input-btn-group {
  /* Frame 79 */
  margin: 35px 0;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 6px;
  height: 50px;
  /* boiron_blue */
  border: 1px solid #215572;
  border-radius: 100px;
  position: relative;
  margin-bottom: 10px;
}
.card-pack .card-body .qyt .input-btn-group input {
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
  background-color: transparent;
}
.card-pack .card-body .qyt .input-btn-group input:focus, .card-pack .card-body .qyt .input-btn-group input:active {
  outline: none;
}
.card-pack .card-body .qyt .input-btn-group button {
  border: none;
  width: 40px;
  height: 40px;
  background: #215572;
  border-radius: 100%;
  color: white;
  position: absolute;
  padding: 10px;
}
.card-pack .card-body .qyt .input-btn-group button .rango-minus,
.card-pack .card-body .qyt .input-btn-group button .rango-plus {
  vertical-align: unset;
}
.card-pack .card-body .qyt .input-btn-group button.decrease {
  left: 6px;
  top: 4px;
}
.card-pack .card-body .qyt .input-btn-group button.increase {
  right: 6px;
  top: 4px;
}
.card-pack .card-body .product-price {
  width: 100%;
  min-height: 49px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.card-pack .card-body .product-price .regular-price {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #373f41;
  opacity: 0.5;
  width: 100%;
  float: left;
  text-decoration: line-through;
}
.card-pack .card-body .product-price .special-price {
  width: 100%;
}
.card-pack .card-body .sale .special-price {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.card-pack .card-body .sale .regular-price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.card-pack .card-body .add-to-cart-btn button {
  display: none;
}
.card-pack .btn-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #215572;
  color: #ffffff;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
.card-pack .up-sell-actions {
  display: flex;
  gap: 10px; /* Espaçamento entre os botões */
  justify-content: center; /* Centraliza os botões */
  align-items: center; /* Alinha verticalmente */
  flex-wrap: wrap; /* Permite quebra caso necessário */
}
.card-pack-upsell{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  border-radius: 0px 30px;
  border: 2px solid white;
  z-index: 1500 !important;
}
@media (min-width: 768px) {
  .card-pack-upsell{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-pack-upsell.rectangulo {
  /* Rectangle 281 */
  box-sizing: border-box;
  height: 420px;
  background: #ffffff;
  border-width: 2px 2px;
  border-style: solid;
  border-color: rgba(55, 63, 65, 0.5) transparent;
  border-radius: 0;
}
.card-pack-upsell .wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.card-pack-upsell .wishlist-icon i {
  color: #215572;
}
.card-pack-upsell .product-image-container {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.card-pack-upsell .desconto {
  /* Rectangle 256 */
  position: absolute;
  min-width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  /* -27% */
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 15px 10px;
  color: #ffffff;
}
.card-pack-upsell .whislist {
  top: 15px;
  right: 15px;
}
.card-pack-upsell .whislist img {
  width: 20px;
}
@media (max-width: 768px) {
  .card-pack-upsell .card-body .qyt {
    width: 100%;
  }
  .card-pack-upsell .card-body .qyt .quantity {
    width: 100%;
  }
  .card-pack-upsell .card-body .qyt .quantity .input-btn-group {
    width: 100%;
  }
  .card-pack-upsell .card-body .qyt .quantity .input-btn-group input {
    width: 100%;
  }
}
.card-pack-upsell .card-body .qyt .required {
  display: none;
}
.card-pack-upsell .card-body .qyt .input-btn-group {
  /* Frame 79 */
  margin: 35px 0;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 6px;
  height: 50px;
  /* boiron_blue */
  border: 1px solid #215572;
  border-radius: 100px;
  position: relative;
  margin-bottom: 10px;
}
.card-pack-upsell .card-body .qyt .input-btn-group input {
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
  background-color: transparent;
}
.card-pack-upsell .card-body .qyt .input-btn-group input:focus, .card-pack-upsell .card-body .qyt .input-btn-group input:active {
  outline: none;
}
.card-pack-upsell .card-body .qyt .input-btn-group button {
  border: none;
  width: 40px;
  height: 40px;
  background: #215572;
  border-radius: 100%;
  color: white;
  position: absolute;
  padding: 10px;
}
.card-pack-upsell .card-body .qyt .input-btn-group button .rango-minus,
.card-pack-upsell .card-body .qyt .input-btn-group button .rango-plus {
  vertical-align: unset;
}
.card-pack-upsell .card-body .qyt .input-btn-group button.decrease {
  left: 6px;
  top: 4px;
}
.card-pack-upsell .card-body .qyt .input-btn-group button.increase {
  right: 6px;
  top: 4px;
}
.card-pack-upsell .card-body .product-price {
  width: 100%;
  min-height: 49px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.card-pack-upsell .card-body .product-price .regular-price {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #373f41;
  opacity: 0.5;
  width: 100%;
  float: left;
  text-decoration: line-through;
}
.card-pack-upsell .card-body .product-price .special-price {
  width: 100%;
}
.card-pack-upsell .card-body .sale .special-price {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.card-pack-upsell .card-body .sale .regular-price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.card-pack-upsell .card-body .add-to-cart-btn button {
  display: none;
}
.card-pack-upsell .btn-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #215572;
  color: #ffffff;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
#checkout-modal {
  z-index: 1500 !important; /* Ou um valor maior */
}
.card-modal-upsell{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
  max-width: 1154px;
  z-index: 9999 !important;
}
@media (min-width: 768px) {
  .card-modal-upsell{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-modal-upsell .pack-item-container{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  width: 370px;
  height: 450px;
}
@media (min-width: 768px) {
  .card-modal-upsell .pack-item-container{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-modal-upsell .card-pack-item-upsell{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid var(--boiron-blue);
  width: 370px;
  height: 450px;
}
@media (min-width: 768px) {
  .card-modal-upsell .card-pack-item-upsell{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-modal-upsell .product-image-container {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.card-modal-upsell .desconto {
  /* Rectangle 256 */
  position: absolute;
  min-width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  /* -27% */
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 15px 10px;
  color: #ffffff;
}
.card-modal-upsell .whislist {
  top: 15px;
  right: 15px;
}
.card-modal-upsell .whislist img {
  width: 20px;
}
@media (max-width: 768px) {
  .card-modal-upsell .card-body .qyt {
    width: 100%;
  }
  .card-modal-upsell .card-body .qyt .quantity {
    width: 100%;
  }
  .card-modal-upsell .card-body .qyt .quantity .input-btn-group {
    width: 100%;
  }
  .card-modal-upsell .card-body .qyt .quantity .input-btn-group input {
    width: 100%;
  }
}
.card-modal-upsell .card-body .qyt .required {
  display: none;
}
.card-modal-upsell .card-body .qyt .input-btn-group {
  /* Frame 79 */
  margin: 35px 0;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 6px;
  height: 50px;
  /* boiron_blue */
  border: 1px solid #215572;
  border-radius: 100px;
  position: relative;
  margin-bottom: 10px;
}
.card-modal-upsell .card-body .qyt .input-btn-group input {
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
  background-color: transparent;
}
.card-modal-upsell .card-body .qyt .input-btn-group input:focus, .card-modal-upsell .card-body .qyt .input-btn-group input:active {
  outline: none;
}
.card-modal-upsell .card-body .qyt .input-btn-group button {
  border: none;
  width: 40px;
  height: 40px;
  background: #215572;
  border-radius: 100%;
  color: white;
  position: absolute;
  padding: 10px;
}
.card-modal-upsell .card-body .qyt .input-btn-group button .rango-minus,
.card-modal-upsell .card-body .qyt .input-btn-group button .rango-plus {
  vertical-align: unset;
}
.card-modal-upsell .card-body .qyt .input-btn-group button.decrease {
  left: 6px;
  top: 4px;
}
.card-modal-upsell .card-body .qyt .input-btn-group button.increase {
  right: 6px;
  top: 4px;
}
.card-modal-upsell .card-body .product-price {
  width: 100%;
  min-height: 49px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.card-modal-upsell .card-body .product-price .regular-price {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #373f41;
  opacity: 0.5;
  width: 100%;
  float: left;
  text-decoration: line-through;
}
.card-modal-upsell .card-body .product-price .special-price {
  width: 100%;
}
.card-modal-upsell .card-body .sale .special-price {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.card-modal-upsell .card-body .sale .regular-price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.card-modal-upsell .card-body .add-to-cart-btn button {
  display: none;
}
.card-modal-upsell .btn-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #215572;
  color: #ffffff;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
.card-modal-upsell .up-sell-actions {
  display: flex;
  gap: 10px; /* Espaçamento entre os botões */
  justify-content: center; /* Centraliza os botões */
  align-items: center; /* Alinha verticalmente */
  flex-wrap: wrap; /* Permite quebra caso necessário */
}
.card-wishlist{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 357px;
  height: 418px;
  gap: 10px;
  background: #fff;
  padding: 15px 5px;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .card-wishlist{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-wishlist:hover {
  /* boiron_blue */
  border: 2px solid #215572;
}
.card-wishlist .wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.card-wishlist .wishlist-icon i {
  color: #215572;
}
.card-wishlist .card-wishlist-item {
  border-top: 1px solid #CACCCC;
}
.card-wishlist .card-wishlist-item:last-child {
  border-bottom: 1px solid #CACCCC;
}
.card-wishlist .btn-add-to-cart {
  margin: 0 auto;
  width: 100%;
  max-width: 148px;
  height: 50px;
  background: #215572;
  color: #FFFFFF;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
.card-wishlist .titulo {
  font-size: 16px;
}
#wishlist-modal {
  z-index: 9999;
  position: fixed;
}
.card-modal-wishlist{
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
  max-width: 1154px;
  z-index: 9999999 !important;
}
@media (min-width: 768px) {
  .card-modal-wishlist{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.card-modal-wishlist .btn-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #215572;
  color: #ffffff;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
}
.card-modal-wishlist .wishlist-cart-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start; /* Alterado de center para flex-start */
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%; /* Garante que ocupa toda a largura disponível */
}
.card-modal-wishlist .boiron {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  text-align: center;
  padding: 10px 20px;
}
.boiron-blue {
  background-color: var(--boiron-blue);
}
.discount-level {
  border-top: 1px dashed rgba(55, 63, 65, 0.2);
}
.discount-level li {
  font-family: "Brandon-Regular";
  font-weight: medium;
  color: #215572;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 10px 10px 10px 0;
  border: none;
  border-bottom: 1px dashed rgba(55, 63, 65, 0.2);
}
.discount-level li .green {
  color: #93b04b;
}
@media (max-width: 768px) {
  .product .container {
    padding: 0;
  }
}
.product .gallery {
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
}
.product .gallery .outer-assets-container {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.product .gallery .thumbnails a {
  /* Rectangle 248 */
  width: 115px;
  height: 86px;
  /* boiron_blue */
  margin: 0 5px;
  border: 1px solid white;
  display: flex;
  background: #ffffff;
  /* produto_shadow */
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
}
.product .gallery .thumbnails a.ative {
  border: 1px solid #215572;
}
.product .gallery .thumbnails a:hover {
  border: 1px solid #215572;
}
.product .gallery .enquadrado {
  max-height: 400px;
}
.product .gallery .bg-image {
  /* Rectangle 248 */
  max-width: 100.75px !important;
  height: 86px;
  /* boiron_blue */
  border: 1px solid white;
  display: flex;
  background: #ffffff;
  /* produto_shadow */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: contain;
  margin: 20px;
}
.product .gallery .bg-image.ative {
  border: 1px solid #215572;
}
.product .gallery .bg-image:hover {
  border: 1px solid #215572;
}
.product .gallery .VueCarousel-inner {
  justify-content: center;
}
.product .cpn span {
  font-family: "Mulish";
  color: #373f41;
}
.product .price {
  border-width: 1px 0px;
  border-style: dashed;
  border-color: rgba(55, 63, 65, 0.2);
  height: 60px;
  align-items: center;
  display: flex;
  width: 40%;
}
@media (max-width: 1024px) {
  .product .price {
    width: 80%;
  }
}
.product .price span {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.product .price span.sale {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.product .price .special-price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.product .price .special-price.sale {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.product .price .desconto {
  /* Rectangle 256 */
  position: absolute;
  width: 60px;
  height: 60px;
  right: -60px;
  top: 0px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  /* -27% */
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
}
.product .sale .special-price {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.product .sale .regular-price {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
@media (max-width: 768px) {
  .product .qyt {
    width: 100%;
  }
  .product .qyt .quantity {
    width: 100%;
  }
  .product .qyt .quantity .input-btn-group {
    width: 100%;
  }
  .product .qyt .quantity .input-btn-group input {
    width: 100%;
  }
}
.product .qyt .required {
  display: none;
}
.product .qyt .input-btn-group {
  /* Frame 79 */
  margin: 35px 0;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 6px;
  width: 200px;
  height: 50px;
  /* boiron_blue */
  border: 1px solid #215572;
  border-radius: 100px;
  position: relative;
}
.product .qyt .input-btn-group input {
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
  background-color: transparent;
}
.product .qyt .input-btn-group button {
  border: none;
  /* Ellipse 13 */
  width: 40px;
  height: 40px;
  /* boiron_blue */
  background: #215572;
  border-radius: 50px;
  color: white;
  position: absolute;
  /* Ellipse 13 */
}
.product .qyt .input-btn-group button.decrease {
  left: 6px;
  top: 5.44px;
}
.product .qyt .input-btn-group button.increase {
  right: 6px;
  top: 5.44px;
}
@media (max-width: 768px) {
  .product .product-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  }
  .product .product-actions .add-to-cart-btn button {
    margin: 0;
    width: 90%;
  }
  .product .add-to-cart-btn button {
    width: 100%;
    margin-top: 0;
  }
}
.product .descritivo ul.list {
  border-bottom: 1px solid rgba(55, 63, 65, 0.5);
}
.product .descritivo ul.list > li {
  padding: 25px 0 40px 0;
  width: 100%;
  border-top: 1px solid rgba(55, 63, 65, 0.5);
}
.product .descritivo ul.list > li .icon{
  position: absolute;
  right: 0px;
  top: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.product .descritivo ul.list > li .icon svg.close{
  display: block;
}
.product .descritivo ul.list > li .icon svg.open{
  display: none;
}
#update-layer.product .descritivo ul.list > li .icon svg.open {
  display: none;
}
.product .descritivo ul.list > li .accordian-header {
  padding: 0;
  border: 0;
}
.product .descritivo ul.list > li .accordian-content {
  border: 0;
  padding: 0;
}
.product .descritivo ul.list > li .text-note{
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product .descritivo ul.list > li .titulo {
  color: #215572;
  font-size: 20px;
  font-family: "Brandon-Bold";
  position: relative;
}
.product .descritivo ul.list > li p {
  font-size: 16px;
}
.product .descritivo ul.list > li ol {
  list-style: disc;
  margin: 0 20px;
}
.product .descritivo ul.list > li ol li {
  border: 0;
  padding: 5px 0;
}
.product .descritivo ul.list > li .accordian .accordian-content {
  display: none;
}
.product .descritivo ul.list > li .accordian.active .accordian-content {
  padding-top: 15px;
  display: block;
}
.product .descritivo ul.list > li .accordian.active svg.close{
  display: none;
}
#update-layer.product .descritivo ul.list > li .accordian.active svg.close {
  display: none;
}
.product .descritivo ul.list > li .accordian.active svg.open{
  display: block;
}
@media (max-width: 768px) {
  .product .relacionados {
    padding: 0 30px;
  }
}
.product .relacionados .product-name {
  height: 80px;
  overflow: hidden;
}
.product .relacionados .product-price {
  width: 100%;
  min-height: 49px;
}
.product .relacionados .product-price .regular-price {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #373f41;
  opacity: 0.5;
  width: 100%;
}
.product .relacionados .product-price .regular-price.sale {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
  padding: 0 5px;
}
.product .relacionados .product-price .special-price {
  width: 100%;
}
.product .relacionados .product-price .special-price.sale {
  color: #93b04b;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 20px;
}
.search-box {
  position: relative;
  z-index: 101;
}
#cart-modal-content {
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 101 !important;
  overflow: auto;
}
.cart-box {
  position: absolute;
  z-index: 101;
  right: 0;
  width: 452px;
  top: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cart-box .top-cart {
  width: 100%;
  padding: 30px 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: relative;
}
.cart-box .top-cart h2 {
  font-family: "Brandon-Regular";
  font-style: normal;
  font-weight: 390;
  font-size: 25px;
  /* identical to box height */
  /* boiron_blue */
  color: #215572;
}
.cart-box .bottom-cart {
  width: 100%;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: relative;
  padding: 22px;
}
.cart-box .titulo div {
  overflow: hidden;
}
.cart-box ul.shop-list {
  overflow: auto;
  padding: 0 26px;
  min-height: 116px;
  height: 50vh;
  max-height: 425px;
}
.cart-box ul.shop-list li {
  border-bottom: 1px solid rgba(55, 63, 65, 0.5);
  position: relative;
}
.cart-box ul.shop-list li .product-image {
  width: 62px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-box ul.shop-list li .discount {
  width: 50px;
  height: 50px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-box ul.shop-list li .produto h4 {
  font-family: "Brandon-Regular";
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
}
.cart-box ul.shop-list li .produto .titulo {
  /* Arnicreme 120g Contém 10 doses */
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 12px;
  line-height: 20px;
  /* or 111% */
  width: 150px;
  line-height: 120%;
  /* Boiron_grey */
  color: #373f41;
}
.cart-box ul.shop-list li .produto .titulo small {
  font-family: "Brandon-Regular";
  font-style: normal;
  font-weight: 390;
  font-size: 10px;
  overflow: hidden;
  line-height: 12px;
  /* or 143% */
  color: #373f41;
  display: block;
  margin-bottom: 8px;
}
.cart-box ul.shop-list li .produto .titulo div {
  margin-bottom: 8px;
}
.cart-box ul.shop-list li .produto .fav {
  /* Adicionar aos favoritos */
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  /* Boiron_grey */
  color: #373f41;
}
.cart-box ul.shop-list li .quantidade {
  display: flex;
}
.cart-box ul.shop-list li .quantidade span {
  color: rgba(55, 63, 65, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart-box ul.shop-list li .quantidade input {
  border: none;
  width: inherit;
  text-align: center;
  background: transparent;
  color: #000;
  height: auto;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cart-box ul.shop-list li .price s {
  /* €12,80 */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  text-align: right;
  color: rgba(55, 63, 65, 0.5);
}
.cart-box ul.shop-list li .price .cart {
  bottom: 10px;
}
.cart-box ul.shop-list li .price .cart svg {
  filter: brightness(0) invert(0) !important;
}
.cart-box ul.shop-list li .price div {
  /* €10,50 */
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  /* identical to box height */
  text-align: right;
  /* green_boiron */
  color: #93b04b;
}
.cart-box .subtotal {
  width: 100%;
  font-size: 12px;
  margin-bottom: 8px;
}
.cart-box .subtotal span {
  float: left;
  margin-right: 70px;
  font-weight: bold;
}
.cart-box .subtotal div {
  text-align: right;
  /* Subtotal */
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  /* Boiron_grey */
  color: #373f41;
}
.cart-box .nav a {
  font-size: 12px;
  height: auto;
  width: 100% !important;
}
.cart-box .nav a button {
  min-width: 260px;
  height: 44px;
  padding: 0;
}
.cart-box .nav a:hover {
  background-color: transparent;
}
.cart-box .nav a.continue-shop {
  font-size: 14px;
  font-family: "Brandon-Bold";
  text-decoration: underline;
}
.cart-box .nav a.erase-all {
  font-size: 14px;
  font-family: "Brandon-Regular";
  color: var(--boiron-grey);
  opacity: 0.5;
}
.favbox {
  /* guardarencomenda */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0px 90px;
  height: 354px;
  background: rgba(33, 85, 114, 0.1);
}
@media (max-width: 768px) {
  .favbox {
    height: auto;
  }
}
.checkout ul.shop-list {
  border-top: 1px solid rgba(55, 63, 65, 0.5);
  width: 90%;
}
@media (max-width: 768px) {
  .checkout ul.shop-list {
    width: 100%;
  }
}
.checkout ul.shop-list li {
  min-height: 154px;
  border-bottom: 1px solid rgba(55, 63, 65, 0.5);
  position: relative;
}
.checkout ul.shop-list li .discount {
  width: 50px;
  height: 50px;
  background: #93b04b;
  border-radius: 0px 0px 30px 0px;
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout ul.shop-list li .produto h4 {
  font-family: "Brandon-Regular";
  font-style: normal;
  font-weight: 390;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  color: rgba(55, 63, 65, 0.5);
}
.checkout ul.shop-list li .produto .titulo {
  /* Arnicreme 120g Contém 10 doses */
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 20px;
  /* or 111% */
  /* Boiron_grey */
  color: #373f41;
}
.checkout ul.shop-list li .produto .titulo small {
  font-family: "Brandon-Regular";
  font-style: normal;
  font-weight: 390;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #373f41;
}
.checkout ul.shop-list li .produto .fav {
  /* Adicionar aos favoritos */
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  /* Boiron_grey */
  color: #373f41;
}
.checkout ul.shop-list li .produto .fav i {
  display: none;
}
@media (max-width: 768px) {
  .checkout ul.shop-list li .qyt {
    width: 100%;
  }
  .checkout ul.shop-list li .qyt .quantity {
    width: 100%;
  }
  .checkout ul.shop-list li .qyt .quantity .input-btn-group {
    width: 100%;
  }
  .checkout ul.shop-list li .qyt .quantity .input-btn-group input {
    width: 100%;
  }
}
.checkout ul.shop-list li .qyt .required {
  display: none;
}
.checkout ul.shop-list li .qyt .input-btn-group {
  /* Frame 79 */
  margin: 35px 0;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 6px;
  height: 50px;
  /* boiron_blue */
  border: 1px solid #215572;
  border-radius: 100px;
  position: relative;
}
.checkout ul.shop-list li .qyt .input-btn-group input {
  border: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  background-color: transparent;
  margin-left: 10px;
}
.checkout ul.shop-list li .qyt .input-btn-group input:focus {
  outline: none;
}
.checkout ul.shop-list li .qyt .input-btn-group button {
  border: none;
  /* Ellipse 13 */
  width: 40px;
  height: 40px;
  /* boiron_blue */
  background: #215572;
  border-radius: 50px;
  color: white;
  position: absolute;
  /* Ellipse 13 */
}
.checkout ul.shop-list li .qyt .input-btn-group button.decrease {
  left: 6px;
  top: 4px;
}
.checkout ul.shop-list li .qyt .input-btn-group button.increase {
  right: 6px;
  top: 4px;
}
.checkout ul.shop-list li .price s {
  /* €12,80 */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  text-align: right;
  color: rgba(55, 63, 65, 0.5);
}
.checkout ul.shop-list li .price div {
  /* €10,50 */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  text-align: right;
  /* green_boiron */
  color: #93b04b;
}
@media (max-width: 768px) {
  .checkout ul.shop-list li .price div {
    text-align: left;
    margin: 10px 0;
  }
}
.shipping-form .box {
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  padding: 18px 21px 18px 25px;
  gap: 25px;
  max-width: 794px;
  border: 1px solid #373f41;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .shipping-form .box {
    width: 100%;
  }
}
.order-description .info {
  margin-top: 20px;
  background: rgba(55, 63, 65, 0.1);
  border-radius: 4px;
  height: 50px;
  width: 100%;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  letter-spacing: -0.02em;
  color: #373f41;
  text-align: left;
  padding: 14px 0px 0px 20px;
}
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(33, 85, 114, 0.4);
  z-index: 50;
}
#alert-container {
  /* Rectangle 257 */
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 200;
}
@media (max-width: 768px) {
  #alert-container {
    right: 0;
    width: 100%;
  }
}
#alert-container .alert {
  padding: 10px;
  font-size: 13px;
  font-family: "Brandon-Bold";
  box-sizing: border-box;
  width: 359px;
  color: black;
  background: #ffffff;
  /* boiron_blue */
  border: 2px solid #215572;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #alert-container .alert {
    width: 100%;
  }
}
#alert-container .img-box {
  width: 60px;
  height: 60px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
#alert-container .texto-minibox{
  font-family: Brandon-Bold;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 63 65 / var(--tw-text-opacity));
  margin-left: 10px;
}
.checkout-cart #alert-container {
  top: 160px !important;
  z-index: 1500;
  display: none !important;
}
.checkout-cart .checkoutqty .quantity.control-group .input-btn-group {
  max-width: 140px;
}
.pagination{
  margin-top: 2rem;
  width: auto;
}
.pagination .page-item {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .pagination .page-item {
    padding: 5px 4px;
    text-align: center;
  }
}
.pagination .page-item.previous, .pagination .page-item.next {
  padding: 0;
}
@media (max-width: 768px) {
  .pagination .page-item.previous, .pagination .page-item.next {
    display: inline-grid;
  }
  .pagination .page-item.previous i, .pagination .page-item.next i {
    font-size: 12px !important;
  }
  .pagination .page-item {
    font-size: 10px;
  }
}
.pagination .page-item.active {
  background: #215572;
  color: #fff !important;
  border: none;
  border-radius: 13px;
  min-width: 26px;
}
@media (max-width: 768px) {
  .pagination .page-item.active {
    display: inline-block;
    font-size: 14px;
  }
  .pagination .page-item.disabled {
    display: inline-block;
  }
}
.eventos {
  padding: 90px 0;
  background: rgba(33, 85, 114, 0.1);
  background-image: url(/images/bola_eventos.png);
  background-repeat: no-repeat;
  background-position: 125% 200px;
}
.eventos .event-card{
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .eventos .event-card{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.eventos .event-card.rectangulo {
  /* Rectangle 281 */
  box-sizing: border-box;
  height: 420px;
  background: #ffffff;
  border-width: 2px 2px;
  border-style: solid;
  border-color: rgba(55, 63, 65, 0.5) transparent;
  border-radius: 0;
}
.eventos .event-card:hover {
  /* boiron_blue */
  border: 2px solid #215572;
}
.eventos .event-card .product-image-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.eventos-formacoes {
  padding: 90px 0;
}
.eventos-formacoes .event-card{
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
  height: 380px;
  max-width: 384px;
}
@media (min-width: 768px) {
  .eventos-formacoes .event-card{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.eventos-formacoes .event-card.rectangulo {
  /* Rectangle 281 */
  box-sizing: border-box;
  height: 420px;
  background: #ffffff;
  border-width: 2px 2px;
  border-style: solid;
  border-color: rgba(55, 63, 65, 0.5) transparent;
  border-radius: 0;
}
.eventos-formacoes .event-card:hover {
  /* boiron_blue */
  border: 2px solid #215572;
}
.eventos-formacoes .event-card .product-image-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-shadow: inset 9px 7px 20px rgba(0, 0, 0, 0.15);
}
.eventos-formacoes .event-card .card-body a {
  text-decoration: underline;
  color: var(--boiron-blue);
  font-size: 14px;
  font-family: "Brandon-Bold";
  text-align: center;
  width: 100%;
  display: block;
}
.ebooks {
  padding: 0 0 90px 0;
}
.ebooks .event-card{
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
  height: 380px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .ebooks .event-card{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.ebooks .event-card.rectangulo {
  /* Rectangle 281 */
  box-sizing: border-box;
  height: 420px;
  background: #ffffff;
  border-width: 2px 2px;
  border-style: solid;
  border-color: rgba(55, 63, 65, 0.5) transparent;
  border-radius: 0;
}
.ebooks .event-card:hover {
  /* boiron_blue */
  border: 2px solid #215572;
}
.ebooks .event-card .product-image-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  box-shadow: inset 9px 7px 20px rgba(0, 0, 0, 0.15);
  height: 214px;
}
.ebooks .event-card .card-body a {
  /* Buttons */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 36px 0px 24px;
  gap: 12px;
  width: 200px;
  height: 50px;
  /* Primary/boiron_blue */
  background: #215572;
  /* btn_shadow */
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}
.localizacao .local .box {
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: 280px;
  height: 326px;
  background: #ffffff;
  border-radius: 0px;
}
.localizacao .local .box:hover {
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
}
.localizacao .local .box:hover h3 {
  color: #e8bab2;
}
.category-list {
  background: #ffffff;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.1);
}
.category-list .icon {
  position: absolute;
  left: initial;
  margin-left: 20px;
  top: 0;
}
@media (max-width: 992px) {
  .category-list .icon {
    margin-left: -10px;
  }
}
.category-list ul li a {
  display: block;
  padding: 0 40px;
}
.category-list ul li a:hover {
  color: #e8bab2;
}
.category-list ul li a.active {
  color: #e8bab2;
}
.digital-kits .dk .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 0px 0px 0px 40px;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  width: 90%;
  height: 442px;
  gap: 10px;
  background: #FFFFFF;
}
.digital-kits .dk .box img {
  width: 53.794px;
}
.digital-kits .dk .box .subtitulo {
  margin-bottom: 20px; /* Espaço entre subtítulo e parágrafo */
}
.digital-kits .dk .box button {
  margin-top: auto; /* Empurra o botão para baixo */
}
.digital-kits .dk .box a {
  /* Buttons */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 36px 0px 24px;
  gap: 12px;
  width: 200px;
  height: 50px;
  /* Primary/boiron_blue */
  background: #215572;
  /* btn_shadow */
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}
.digital-kits .dk .box:hover {
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
}
.digital-kits .dk .box:hover h3 {
  color: #e8bab2;
}
.proximas-formacoes,
.marketing {
  background: rgba(55, 63, 65, 0.02);
  padding: 90px 0 0 0;
}
.proximas-formacoes .event-card, 
.marketing .event-card{
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .proximas-formacoes .event-card, 
.marketing .event-card{
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.proximas-formacoes .event-card.rectangulo,
.marketing .event-card.rectangulo {
  /* Rectangle 281 */
  box-sizing: border-box;
  height: 420px;
  background: #ffffff;
  border-width: 2px 2px;
  border-style: solid;
  border-color: rgba(55, 63, 65, 0.5) transparent;
  border-radius: 0;
}
.proximas-formacoes .event-card:hover,
.marketing .event-card:hover {
  /* boiron_blue */
  border: 2px solid #215572;
}
.proximas-formacoes .event-card .product-image-container,
.marketing .event-card .product-image-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.proximas-formacoes .dk .box,
.marketing .dk .box {
  border-radius: 0px 0px 0px 40px;
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  width: 250px;
  height: 280px;
  background: #ffffff;
}
.proximas-formacoes .dk .box a,
.marketing .dk .box a {
  /* Buttons */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 36px 0px 24px;
  gap: 12px;
  width: 200px;
  height: 50px;
  /* Primary/boiron_blue */
  background: #215572;
  /* btn_shadow */
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}
.proximas-formacoes .dk .box:hover,
.marketing .dk .box:hover {
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
}
.proximas-formacoes .dk .box:hover h3,
.marketing .dk .box:hover h3 {
  color: #e8bab2;
}
.encomendas {
  background: rgba(33, 85, 114, 0.1);
}
.encomendas .account-items-list table th {
  height: 38px;
  background: #215572;
  font-family: "Brandon-Bold";
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: left;
  padding: 8px 17px;
  border: 1px solid white;
}
.encomendas .account-items-list table td {
  padding: 8px 17px;
  height: 34px;
  /* Primary/Boiron_Light */
  background: #ffffff;
  border: 1px solid rgba(55, 63, 65, 0.2);
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  color: #373f41;
}
.encomendas .account-items-list table td a {
  text-decoration: underline;
}
#perfil {
  width: 100%;
}
#perfil .account-details {
  display: none;
}
#perfil .sidebar {
  border-right: 0px;
  width: 25%;
  margin-top: 86px;
}
#perfil .sidebar a {
  font-weight: normal;
  font-family: "Mulish";
  color: var(--boiron-blue);
}
#perfil .sidebar ul li.active {
  background-color: var(--boiron-blue);
}
#perfil .sidebar ul li.active a {
  color: white !important;
}
#perfil .account-layout {
  width: 75%;
  font-family: "Mulish";
}
@media (max-width: 1024px) {
  #perfil .account-layout {
    width: 100%;
  }
}
#perfil .account-layout .breadcrumb {
  font-size: 11px;
}
#perfil .account-layout .account-heading {
  font-family: "Brandon-Bold" !important;
  color: var(--boiron-blue);
  font-weight: normal;
  text-transform: uppercase;
}
#perfil .account-layout label {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: var(--boiron-blue);
  font-size: 15px;
  font-family: "Brandon-Bold" !important;
}
#perfil .account-layout button,
#perfil .account-layout .account-action a {
  flex-direction: row;
  justify-content: center;
  padding: 10px 60px;
  gap: 10px;
  width: 184px;
  height: 60px;
  /* Primary/boiron_blue */
  background-color: #215572 !important;
  /* btn_shadow */
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 40px;
  font-family: "Brandon-Regular" !important;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  /* Primary/Boiron_Light */
  color: #ffffff !important;
}
#perfil .account-layout .section-content {
  overflow: auto;
}
#perfil .account-layout .account-layout {
  overflow-x: auto;
}
#perfil .account-layout table {
  overflow-x: auto;
}
#perfil .account-layout table thead tr th {
  background-color: var(--boiron-blue);
  color: white;
  font-size: 16px;
  font-weight: normal;
  font-family: "Brandon-Bold";
}
@media (max-width: 768px) {
  #perfil .account-layout table thead tr th {
    font-size: 13px;
  }
}
#perfil .account-layout table tbody tr td {
  background-color: white;
  color: #373f41;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #perfil .account-layout table tbody tr td {
    font-size: 13px;
  }
}
#perfil input[type=text],
#perfil input[type=search],
#perfil input[type=password],
#perfil select {
  gap: 4px;
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 2px solid rgba(55, 63, 65, 0.3);
  border-radius: 4px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-feature-settings: "calt" off;
  color: rgba(55, 63, 65, 0.9);
  padding: 0 20px;
}
.marketing-slider {
  background: rgba(55, 63, 65, 0.02);
}
.marketing-slider-campaign {
  background: #fff;
  margin-top: -96px;
}
.banner-fullscreen {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 455px;
  display: block;
}
.campaign-banner {
  margin-top: 96px !important;
}
.vantagens-mkt .box {
  background: rgba(232, 186, 178, 0.2);
  height: 280px;
  width: 280px;
  /* Frame 172 */
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
}
.swiper-slide, img {
  display: inline-flex;
}
.cedh {
  background: rgba(55, 63, 65, 0.02);
  padding: 70px 0;
}
.cedh .box-cedh {
  color: white;
}
.cedh .box-cedh .box {
  width: 90%;
  background: #215572;
  padding: 56px 40% 56px 56px;
}
@media (max-width: 992px) {
  .cedh .box-cedh .box {
    width: 100%;
    padding: 20px;
  }
}
.cedh .cedh-info .box {
  padding: 64px;
  margin-left: -150px;
  margin-top: 70px;
  background: #ffffff;
  /* square_shadow */
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .cedh .cedh-info .box {
    margin-left: 0;
    padding: 20px;
  }
}
.eventos-formacoes {
  background: rgba(55, 63, 65, 0.02);
}
.formulario-mkt {
  background: rgba(55, 63, 65, 0.02);
}
.formacoes {
  background: rgba(55, 63, 65, 0.02);
}
.formacoes .box-cedh,
.formacoes .cedh-info {
  position: relative;
  padding: 40px;
  gap: 32px;
  margin: 0 10px;
  min-height: 443.85px;
  /* Primary/Boiron_Light */
  background: #ffffff;
  /* square_shadow */
  box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0px 50px;
}
.formacoes .box-cedh h3,
.formacoes .cedh-info h3 {
  font-size: 30px;
  font-family: "Brandon-Bold";
  color: #373f41;
}
.formacoes .box-cedh .subtitulo,
.formacoes .cedh-info .subtitulo {
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0;
}
.formacoes .box-cedh p,
.formacoes .cedh-info p {
  font-size: 16px;
  color: #373f41;
}
@media (max-width: 768px) {
  .formacoes .box-cedh,
.formacoes .cedh-info {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: inherit;
  }
}
@media (max-width: 992px) {
  .formacoes .box-cedh,
.formacoes .cedh-info {
    margin-bottom: 50px;
  }
}
.promocoes .box-cedh {
  position: relative;
  padding: 40px;
  gap: 32px;
  margin: 0 10px;
  min-height: 320px;
  /* Primary/Boiron_Light */
  background: #ffffff;
  /* square_shadow */
  box-shadow: 10px 30px 40px rgba(86, 73, 73, 0.05);
  border-radius: 0px 50px;
}
.promocoes .box-cedh .subtitulo {
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0;
}
.promocoes .box-cedh p {
  font-size: 16px;
  color: #215572;
}
@media (max-width: 768px) {
  .promocoes .box-cedh {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: inherit;
  }
}
@media (max-width: 992px) {
  .promocoes .box-cedh {
    margin-bottom: 50px;
  }
}
.promocoes .promocao-info {
  position: relative;
  background: #ffffff;
  box-shadow: 10px 30px 40px rgba(86, 73, 73, 0.05);
  border-radius: 0px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 98%;
  gap: 32px;
  margin-bottom: 40px;
}
.promocoes .promocao-info p {
  font-size: 16px;
  font-weight: 400;
  color: #215572;
}
.promocoes .promocao-info .custom-line-height {
  line-height: 1;
}
.promocoes .promocao-info .main-content-campaign {
  font-family: "Mulish";
}
@media (max-width: 920px) {
  .promocoes .promocao-info a.boiron-campaign {
    display: block;
    margin: 2rem auto 0 auto;
    text-align: center;
  }
  .promocoes .promocao-info .promocao-content {
    display: block;
    margin: 0 30px;
  }
  .promocoes .promocao-info .promocao-info-img {
    max-height: 169px;
  }
}
@media (min-width: 1024px) {
  .promocoes .promocao-info {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    min-height: 280px !important;
    margin: 10px 0px;
  }
  .promocoes .promocao-info a.boiron-campaign {
    align-self: flex-start;
  }
}
.order-summary-campaign {
  position: relative;
  padding: 10px;
  gap: 32px;
  max-height: 570px;
  background: #ffffff;
  box-shadow: 10px 30px 40px rgba(86, 73, 73, 0.05);
  border-radius: 0px 50px;
  font-family: "Mulish";
}
.order-summary-campaign p {
  font-size: 16px;
  color: #215572;
}
.order-summary-campaign button.boiron,
.order-summary-campaign a.boiron {
  box-shadow: 9px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 30px;
  max-width: 200px;
  height: 50px;
}
.order-summary-campaign .value-left-container {
  height: 50px;
  width: 100%;
  border: 1px solid #CACCCC;
  position: relative;
  border-radius: 0px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-summary-campaign .value-left {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  font-size: 14px;
  display: inline-block;
  min-width: 225px;
  text-align: center;
}
.promocao-detalis-title p {
  font-size: 16px;
  font-weight: 400;
  color: #215572;
}
.promocao-detalis-title .main-content-campaign {
  font-family: "Mulish";
}
@media (max-width: 992px) {
  .promocao-detalis-title {
    margin-bottom: 50px;
  }
}
#select-campaign-products {
  max-width: 200px;
  z-index: 100;
}
#select-campaign-products-button {
  border: solid 1px #215572;
  border-radius: 50px;
}
.text-boiron-grey-transparent {
  color: var(--boiron-grey-transparent);
}
.payment-form .box {
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  padding: 18px 21px 18px 25px;
  max-width: 794px;
  background: #ffffff;
  border: 1px solid #373f41;
  border-radius: 0px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 640px) {
  .formacao-prod .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .formacao-prod .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .formacao-prod .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
.formacao-prod .prd {
  max-width: 384px;
  height: 330px;
  margin-bottom: 60px;
  /* Primary/Boiron_Light */
  background: #ffffff;
  /* produto_shadow */
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0px 30px;
}
@media (max-width: 768px) {
  .formacao-prod .prd {
    width: 100%;
  }
}
.formacao-prod .prd .modal {
  background-color: transparent;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.formacao-prod .prd .modal .modal-content,
.formacao-prod .prd .modal .modal-body {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.formacao-prod .prd .modal iframe {
  width: 100%;
  height: 70vh;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (max-width: 768px) {
  .formacao-prod .prd .modal iframe {
    height: 30vh;
  }
}
@media (min-width: 640px) {
  .list-prod {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .list-prod {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .list-prod {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .list-prod {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .list-prod-all .category-container .swiper {
    padding: 0 20px !important;
  }
}
.utilizadores {
  background: rgba(33, 85, 114, 0.1);
}
.mini-cart-container .shop-list li {
  padding: 10px 0;
}
.mini-cart-container .shop-list li .price {
  text-align: center;
}
.mini-cart-container .shop-list li .qyt span {
  font-size: 12px;
  color: #373f41;
  opacity: 0.5;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.mini-cart-container .shop-list li .qyt input {
  width: 100% !important;
}
.mini-cart-container .shop-list li .price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mini-cart-container .shop-list li .price span {
  font-size: 12px;
  color: #373f41;
  opacity: 0.5;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.mini-cart-container .shop-list li .price div {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 50px;
  align-content: center;
  align-items: center;
}
.mini-cart-container .shop-list li .price .cart {
  margin-left: 10px;
}
.mini-cart-container .shop-list li .price .cart svg {
  width: 13px;
  height: 15px;
}
.mini-cart-product-image-wrapper {
  width: 100px;
  height: 100px;
  position: relative;
}
.mini-cart-product-image-wrapper .product-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.mini-cart-product-image-wrapper .centered-discount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 12px;
}
.single-view .product-actions a {
  display: none !important;
}
.single-view .product-actions .add-to-cart-btn a {
  display: initial !important;
}
#searchResultsContainer li {
  height: 60px;
}
#searchResultsContainer li img {
  max-height: 50px;
}
.modal-duplicate-order .modal {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0px 50px;
  padding: 100px;
}
@media (max-width: 768px) {
  .modal-duplicate-order .modal {
    padding: 40px;
  }
}
.login #alert-container {
  display: none !important;
}
.alert-login {
  color: red;
}
.text-danger {
  font-size: 13px;
  color: white;
}
#update-layer {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  position: fixed;
  top: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
}
#update-layer svg {
  width: 100px;
  height: 100px;
}
#update-layer.hidden {
  display: none;
}
#sliderCarrousel .bg:hover {
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
}
.roda:before {
  background: transparent url(/images/500-bg.png) no-repeat center center;
  width: 650px;
  height: 650px;
  position: absolute;
  content: " ";
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.teste {
  color: black;
}
.checked\:bg-white:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:border-boiron-blue-hover:hover{
  border-color: var(--boiron-blue-hover);
}
.hover\:bg-boiron-blue-hover:hover{
  background-color: var(--boiron-blue-hover);
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:\!bg-transparent:hover{
  background-color: transparent !important;
}
.hover\:bg-boiron-white-hover:hover{
  background-color: var(--boiron-white-hover);
}
.hover\:\!bg-boiron-blue-hover:hover{
  background-color: var(--boiron-blue-hover) !important;
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-boiron-rosa:hover{
  color: var(--boiron-rosa);
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }
  .dark\:checked\:bg-white:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dark\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:top-\[64px\]{
    top: 64px;
  }
  .md\:right-\[70px\]{
    right: 70px;
  }
  .md\:-right-\[620px\]{
    right: -620px;
  }
  .md\:-top-16{
    top: -4rem;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:-left-\[70px\]{
    left: -70px;
  }
  .md\:bottom-\[0px\]{
    bottom: 0px;
  }
  .md\:-right-44{
    right: -11rem;
  }
  .md\:-top-32{
    top: -8rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:-bottom-28{
    bottom: -7rem;
  }
  .md\:-left-24{
    left: -6rem;
  }
  .md\:-right-\[280px\]{
    right: -280px;
  }
  .md\:left-\[10\%\]{
    left: 10%;
  }
  .md\:top-\[25\%\]{
    top: 25%;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-start-5{
    grid-column-start: 5;
  }
  .md\:col-end-13{
    grid-column-end: 13;
  }
  .md\:float-right{
    float: right;
  }
  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mt-\[150px\]{
    margin-top: 150px;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mt-\[110px\]{
    margin-top: 110px;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:mb-\[38px\]{
    margin-bottom: 38px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:-mt-12{
    margin-top: -3rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .md\:mb-9{
    margin-bottom: 2.25rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mt-\[52px\]{
    margin-top: 52px;
  }
  .md\:-ml-\[280px\]{
    margin-left: -280px;
  }
  .md\:mb-\[70px\]{
    margin-bottom: 70px;
  }
  .md\:-mt-\[40px\]{
    margin-top: -40px;
  }
  .md\:-mt-5{
    margin-top: -1.25rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:-mt-20{
    margin-top: -5rem;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:-mb-\[58px\]{
    margin-bottom: -58px;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-36{
    margin-top: 9rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:ml-\[300px\]{
    margin-left: 300px;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[300px\]{
    margin-top: 300px;
  }
  .md\:-mt-32{
    margin-top: -8rem;
  }
  .md\:ml-20{
    margin-left: 5rem;
  }
  .md\:mb-28{
    margin-bottom: 7rem;
  }
  .md\:ml-32{
    margin-left: 8rem;
  }
  .md\:-ml-36{
    margin-left: -9rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[152px\]{
    height: 152px;
  }
  .md\:h-\[73px\]{
    height: 73px;
  }
  .md\:h-\[50px\]{
    height: 50px;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-\[668px\]{
    height: 668px;
  }
  .md\:min-h-\[400px\]{
    min-height: 400px;
  }
  .md\:min-h-0{
    min-height: 0px;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-\[370px\]{
    width: 370px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-\[700px\]{
    width: 700px;
  }
  .md\:w-\[736px\]{
    width: 736px;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-\[750px\]{
    width: 750px;
  }
  .md\:w-\[430px\]{
    width: 430px;
  }
  .md\:w-\[600px\]{
    width: 600px;
  }
  .md\:w-\[872px\]{
    width: 872px;
  }
  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:\!bg-cover{
    background-size: cover !important;
  }
  .md\:bg-contain{
    background-size: contain;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-\[20\%\]{
    padding-left: 20%;
    padding-right: 20%;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pr-36{
    padding-right: 9rem;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pt-\[50px\]{
    padding-top: 50px;
  }
  .md\:pr-24{
    padding-right: 6rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pt-28{
    padding-top: 7rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[45px\]{
    font-size: 45px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
  .md\:leading-\[50px\]{
    line-height: 50px;
  }
  .md\:leading-\[44px\]{
    line-height: 44px;
  }
}
@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }
  .lg\:-right-44{
    right: -11rem;
  }
  .lg\:-bottom-28{
    bottom: -7rem;
  }
  .lg\:-left-24{
    left: -6rem;
  }
  .lg\:-right-\[500px\]{
    right: -500px;
  }
  .lg\:-top-16{
    top: -4rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-28{
    margin-bottom: 7rem;
  }
  .lg\:ml-32{
    margin-left: 8rem;
  }
  .lg\:-ml-36{
    margin-left: -9rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-\[52px\]{
    margin-top: 52px;
  }
  .lg\:-ml-\[140px\]{
    margin-left: -140px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-\[20px\]{
    margin-right: 20px;
  }
  .lg\:mr-\[63px\]{
    margin-right: 63px;
  }
  .lg\:mt-40{
    margin-top: 10rem;
  }
  .lg\:-mt-0{
    margin-top: -0px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:mb-\[38px\]{
    margin-bottom: 38px;
  }
  .lg\:-mt-12{
    margin-top: -3rem;
  }
  .lg\:-mt-32{
    margin-top: -8rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[668px\]{
    height: 668px;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:min-h-\[240px\]{
    min-height: 240px;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-\[430px\]{
    width: 430px;
  }
  .lg\:w-\[600px\]{
    width: 600px;
  }
  .lg\:w-\[872px\]{
    width: 872px;
  }
  .lg\:w-\[736px\]{
    width: 736px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-\[794px\]{
    width: 794px;
  }
  .lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:bg-contain{
    background-size: contain;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:pr-36{
    padding-right: 9rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-\[200px\]{
    padding-bottom: 200px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[50px\]{
    line-height: 50px;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:-right-\[480px\]{
    right: -480px;
  }
  .xl\:left-0{
    left: 0px;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:mt-3{
    margin-top: 0.75rem;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:ml-20{
    margin-left: 5rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:inline-flex{
    display: inline-flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[660px\]{
    height: 660px;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
}

