@charset "UTF-8";.multiselect{position:relative;margin:0 auto;font-size:0}.multiselect>*{font-size:medium}.multiselect.is-searchable{cursor:auto}.multiselect-input{width:100%;display:flex;align-items:center;min-height:40px;border:1px solid #e7e7e7;border-radius:3px;box-sizing:border-box;cursor:pointer;position:relative;outline:none}.multiselect-caret{position:absolute;right:12px;top:50%;color:#999;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:"";transform:translateY(-50%);transition:transform .3s}.is-disabled .multiselect-input{background:#f9f9f9}.is-open .multiselect-input{border-radius:3px 3px 0 0}.is-open .multiselect-caret{transform:translateY(-50%) rotate(180deg)}.multiselect-multiple-label,.multiselect-placeholder,.multiselect-single-label{display:flex;align-items:center;height:100%;padding-left:14px;position:absolute;left:0;top:0;pointer-events:none;background:transparent}.multiselect-placeholder{color:#777}.is-multiple .multiselect-search,.is-single .multiselect-search{display:flex;height:100%;width:100%;background:transparent}.is-multiple .multiselect-search input,.is-single .multiselect-search input{width:100%;border:0;padding:8px 35px 8px 14px;outline:none;background:transparent;font-size:16px;font-family:inherit}.is-multiple.no-caret .multiselect-search input,.is-single.no-caret .multiselect-search input{padding:8px 14px}.is-tags .multiselect-search{flex-grow:1}.is-tags .multiselect-search input{outline:none;border:0;margin:0 0 5px 3px;flex-grow:1;min-width:100%;font-size:16px;font-family:inherit}.multiselect-clear{position:absolute;right:0;top:50%;width:36px;height:36px;background:#fff;transform:translateY(-50%)}.multiselect-clear:after,.multiselect-clear:before{position:absolute;top:12px;left:16px;content:" ";height:12px;width:2px;background-color:#999}.multiselect-clear:before{transform:rotate(45deg)}.multiselect-clear:after{transform:rotate(-45deg)}.multiselect-clear:hover:after,.multiselect-clear:hover:before{background-color:#555}.multiselect-tags{display:flex;height:100%;width:100%;align-items:center;justify-content:flex-start;padding-left:9px;margin-top:5px;flex-wrap:wrap;padding-right:36px}.no-caret .multiselect-tags{padding-right:9px}.multiselect-tag{background:#41b883;color:#fff;font-size:14px;font-weight:600;padding:0 0 0 8px;border-radius:3px;margin-right:5px;margin-bottom:5px;display:flex;align-items:center;cursor:text;white-space:nowrap}.multiselect-tag i{cursor:pointer}.multiselect-tag i:before{content:"×";color:#266d4d;font-size:14px;font-weight:700;padding:1px 5px;margin-left:3px;display:flex;font-style:normal}.multiselect-tag i:hover:before{color:#fff;background:hsla(0,0%,100%,.2)}.is-disabled .multiselect-tag{background:#a0a0a0;padding:1px 8px}.multiselect-fake-input{background:transparent;width:100%;height:1px;border:0;padding:0;font-size:0;margin-top:-1px;outline:none}.multiselect-fake-input:active,.multiselect-fake-input:focus{outline:none}.multiselect-options{position:absolute;left:0;right:0;border:1px solid #e8e8e8;margin-top:-1px;max-height:160px;overflow-y:scroll;-webkit-overflow-scrolling:touch;z-index:100;background:#fff;display:flex;flex-direction:column}.open-top .multiselect-options{transform:translateY(-100%);top:2px;flex-direction:column-reverse}.multiselect-option{display:flex;min-height:40px;padding:9px 12px;box-sizing:border-box;color:#222;text-decoration:none;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer}.multiselect-option.is-pointed{background:#e6e6e6}.multiselect-option.is-disabled{background:#f9f9f9;color:#a6a6a6;cursor:not-allowed}.multiselect-option.is-selected{background:#41b883;color:#fff}.multiselect-option.is-selected.is-pointed{background:#4fbd8c}.is-multiple .multiselect-option.is-selected,.is-tags .multiselect-option.is-selected{color:#999;background:transparent}.is-multiple .multiselect-option.is-selected.is-pointed,.is-tags .multiselect-option.is-selected.is-pointed{background:#f1f1f1}.multiselect-no-options,.multiselect-no-results{display:flex;padding:10px 12px;color:#777}.multiselect-spinner{position:absolute;right:12px;top:0;width:16px;height:16px;background:#fff;display:block;transform:translateY(50%)}.multiselect-spinner:after,.multiselect-spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.is-disabled .multiselect-spinner{background:#f9f9f9}.is-disabled .multiselect-spinner:after,.is-disabled .multiselect-spinner:before{border-color:#999 transparent transparent}.multiselect-spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect-spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect-enter-active{transition:all .15s ease}.multiselect-leave-active{transition:all 0s}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect-loading-enter-active,.multiselect-loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect-loading-enter,.multiselect-loading-leave-active{opacity:0}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
/*!
 * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --black-black-1: #0000000d;
  --black-black-2: #0000001a;
  --black-black-3: #00000040;
  --black-black-4: #00000080;
  --black-black-5: #000000bf;
  --black-black-6: #000000e5;
  --black-black-7: #000000;
  --orange-orange-1: #fff1e6;
  --orange-orange-2: #ff780a;
  --orange-orange-3: #722b01;
  --red-red-1: #fce8ea;
  --red-red-2: #ef334a;
  --red-red-3: #8a0e1d;
  --vat-blue-vat-blue-1: #d8eaf1;
  --vat-blue-vat-blue-2: #b4d4df;
  --vat-blue-vat-blue-3: #69afc7;
  --vat-blue-vat-blue-4: #4393af;
  --vat-blue-vat-blue-5: #25688f;
  --vat-blue-vat-blue-6: #134a7a;
  --vat-blue-vat-blue-7: #012e56;
  --vat-green-vat-green-1: #dcff5e;
  --vat-green-vat-green-2: #b8eb59;
  --vat-green-vat-green-3: #6dbf23;
  --vat-green-vat-green-4: #268a1f;
  --vat-green-vat-green-5: #12744b;
  --vat-green-vat-green-6: #0d5b51;
  --vat-green-vat-green-7: #18403d;
  --vat-purple-vat-purple-1: #e7cefb;
  --vat-purple-vat-purple-2: #dbb5f9;
  --vat-purple-vat-purple-3: #b66cf3;
  --vat-purple-vat-purple-4: #9e3bef;
  --vat-purple-vat-purple-5: #7f2fbf;
  --vat-purple-vat-purple-6: #5f2390;
  --vat-purple-vat-purple-7: #4a0d7c;
  --white-white-1: #ffffff0d;
  --white-white-2: #ffffff1a;
  --white-white-3: #ffffff40;
  --white-white-4: #ffffff80;
  --white-white-5: #ffffffbf;
  --white-white-6: #ffffffe5;
  --white-white-7: #ffffff;
  --Background-Brand-Primary-Default: var(--vat-green-vat-green-7);
  --Background-Brand-Primary-Default-hover: var(--vat-green-vat-green-6);
  --Background-Brand-Primary-Inverted: var(--vat-green-vat-green-1);
  --Background-Brand-Primary-Inverted-hover: var(--vat-green-vat-green-2);
  --Background-Brand-Secondary-Default: var(--vat-blue-vat-blue-1);
  --Background-Brand-Secondary-Default-hover: var(--vat-blue-vat-blue-2);
  --Background-Disabled-Default: var(--black-black-1);
  --Background-Logo-Default: var(--vat-green-vat-green-3);
  --Background-Neutral-Default: var(--black-black-1);
  --Background-Neutral-Default-hover: var(--black-black-2);
  --Background-Neutral-Input: var(--white-white-7);
  --Background-Notification-Default: var(--vat-green-vat-green-1);
  --Background-Page-Default: var(--white-white-7);
  --Background-Status-Danger: var(--red-red-2);
  --Background-Status-Info: var(--vat-blue-vat-blue-1);
  --Background-Status-Success: var(--vat-green-vat-green-1);
  --Background-Status-Warning: var(--orange-orange-2);
  --Border-Brand-Default: var(--vat-green-vat-green-7);
  --Border-Brand-Default-hover: var(--vat-green-vat-green-6);
  --Border-Brand-Inverted: var(--vat-green-vat-green-1);
  --Border-Brand-Inverted-hover: var(--vat-green-vat-green-2);
  --Border-Disabled-Default: var(--black-black-2);
  --Border-Neutral-Default: var(--black-black-3);
  --Border-Status-Danger: var(--red-red-3);
  --Border-Status-Info: var(--vat-blue-vat-blue-7);
  --Border-Status-Success: var(--vat-green-vat-green-7);
  --Border-Status-Warning: var(--orange-orange-3);
  --Drop-Shadow-Default: var(--black-black-2);
  --Icon-Brand-Default: var(--vat-green-vat-green-7);
  --Icon-Brand-Default-hover: var(--vat-green-vat-green-6);
  --Icon-Brand-Inverted: var(--vat-green-vat-green-1);
  --Icon-Brand-Inverted-hover: var(--vat-green-vat-green-2);
  --Icon-Disabled-Default: var(--black-black-4);
  --Icon-Neutral-Default: var(--black-black-7);
  --Icon-Neutral-Inverted: var(--white-white-7);
  --Text-Brand-Default: var(--vat-green-vat-green-7);
  --Text-Brand-Default-hover: var(--vat-green-vat-green-6);
  --Text-Brand-Inverted: var(--vat-green-vat-green-1);
  --Text-Brand-Inverted-hover: var(--vat-green-vat-green-2);
  --Text-Disabled-Default: var(--black-black-4);
  --Text-Neutral-Default: var(--black-black-7);
  --Text-Neutral-Inverted: var(--white-white-7);
  --Text-Neutral-Subtle: var(--black-black-5);
  --Text-Notification-Default: var(--vat-green-vat-green-7);
  --Text-Status-Danger: var(--red-red-3);
  --Text-Status-Info: var(--vat-blue-vat-blue-7);
  --Text-Status-Success: var(--vat-green-vat-green-7);
  --Text-Status-Warning: var(--orange-orange-3);
}
:root [data-theme=dark] {
  --Background-Brand-Primary-Default: var(--vat-green-vat-green-1);
  --Background-Brand-Primary-Default-hover: var(--vat-green-vat-green-2);
  --Background-Brand-Primary-Inverted: var(--vat-green-vat-green-7);
  --Background-Brand-Primary-Inverted-hover: var(--vat-green-vat-green-6);
  --Background-Brand-Secondary-Default: var(--white-white-1);
  --Background-Brand-Secondary-Default-hover: var(--white-white-2);
  --Background-Disabled-Default: var(--white-white-1);
  --Background-Logo-Default: var(--vat-green-vat-green-3);
  --Background-Neutral-Default: var(--white-white-1);
  --Background-Neutral-Default-hover: var(--white-white-2);
  --Background-Neutral-Input: var(--black-black-2);
  --Background-Notification-Default: var(--vat-green-vat-green-1);
  --Background-Page-Default: #171717;
  --Background-Status-Danger: var(--red-red-3);
  --Background-Status-Info: var(--vat-blue-vat-blue-7);
  --Background-Status-Success: var(--vat-green-vat-green-7);
  --Background-Status-Warning: var(--orange-orange-3);
  --Border-Brand-Default: var(--white-white-7);
  --Border-Brand-Default-hover: var(--white-white-6);
  --Border-Brand-Inverted: var(--vat-green-vat-green-7);
  --Border-Brand-Inverted-hover: var(--vat-green-vat-green-6);
  --Border-Disabled-Default: var(--white-white-2);
  --Border-Neutral-Default: var(--white-white-3);
  --Border-Status-Danger: var(--red-red-1);
  --Border-Status-Info: var(--vat-blue-vat-blue-1);
  --Border-Status-Success: var(--vat-green-vat-green-1);
  --Border-Status-Warning: var(--orange-orange-1);
  --Drop-Shadow-Default: var(--white-white-1);
  --Icon-Brand-Default: var(--white-white-7);
  --Icon-Brand-Default-hover: var(--white-white-6);
  --Icon-Brand-Inverted: var(--vat-green-vat-green-7);
  --Icon-Brand-Inverted-hover: var(--vat-green-vat-green-6);
  --Icon-Disabled-Default: var(--white-white-4);
  --Icon-Neutral-Default: var(--white-white-7);
  --Icon-Neutral-Inverted: var(--black-black-7);
  --Text-Brand-Default: var(--white-white-7);
  --Text-Brand-Default-hover: var(--white-white-6);
  --Text-Brand-Inverted: var(--vat-green-vat-green-7);
  --Text-Brand-Inverted-hover: var(--vat-green-vat-green-6);
  --Text-Disabled-Default: var(--white-white-4);
  --Text-Neutral-Default: var(--white-white-7);
  --Text-Neutral-Inverted: var(--vat-green-vat-green-7);
  --Text-Neutral-Subtle: var(--white-white-5);
  --Text-Notification-Default: var(--vat-green-vat-green-7);
  --Text-Status-Danger: var(--red-red-1);
  --Text-Status-Info: var(--vat-blue-vat-blue-1);
  --Text-Status-Success: var(--white-white-7);
  --Text-Status-Warning: var(--orange-orange-1);
}

*[data-show-content] {
  opacity: 0;
  transition: all 300ms;
}
*[data-show-content].--visible {
  opacity: 1;
}

*[data-anim=fade-in] {
  transform: translateY(50px);
  opacity: 0;
  transition: all 600ms calc(150ms * var(--data-iteration)) "ease-out";
}
@media (max-width: 1023.9px) {
  *[data-anim=fade-in] {
    transition-delay: 0s;
  }
}
*[data-anim=fade-in].fade-in {
  transform: translateY(0);
  opacity: 1;
}

*[data-anim=fade-in-left] {
  transform: translateX(-60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
@media (max-width: 1023.9px) {
  *[data-anim=fade-in-left] {
    transform: translateX(0px);
  }
}
*[data-anim=fade-in-left].fade-in-left {
  transform: translateX(0px);
  opacity: 1;
}

*[data-anim=fade-in-right] {
  transform: translateX(60px);
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
@media (max-width: 1023.9px) {
  *[data-anim=fade-in-right] {
    transform: translateX(0px);
  }
}
*[data-anim=fade-in-right].fade-in-right {
  transform: translateX(0px);
  opacity: 1;
}

*[data-anim=scale-in] {
  transform: scale(0.7);
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: calc(150ms * var(--data-iteration));
  transition-timing-function: "ease-out";
}
*[data-anim=scale-in].scale-in {
  transform: scale(1);
  opacity: 1;
}

*[data-anim=anim-line] {
  padding-top: 10.2rem !important;
  opacity: 0;
  transition-property: all;
  transition-duration: 900ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023.9px) {
  *[data-anim=anim-line] {
    padding-top: 9rem !important;
  }
}
*[data-anim=anim-line]:before {
  width: 0 !important;
}
*[data-anim=anim-line].anim-line {
  padding-top: 6.2rem !important;
  opacity: 1;
}
@media (max-width: 1023.9px) {
  *[data-anim=anim-line].anim-line {
    padding-top: 5rem !important;
  }
}
*[data-anim=anim-line].anim-line:before {
  width: 100% !important;
}

*[data-anim=box-fade-in] {
  transform: translateY(70px);
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: calc(100ms * var(--data-iteration));
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 1023.9px) {
  *[data-anim=box-fade-in] {
    transition-delay: 0s;
  }
}
*[data-anim=box-fade-in].box-fade-in {
  transform: translateY(0px);
  opacity: 1;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1rem;
  font-size: 0.5em;
}

sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.5rem;
  font-size: 0.5em;
}

a, button {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  outline-offset: 0;
  text-decoration: none;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  color: var(--Text-Neutral-Default);
}
a:focus, button:focus {
  outline: none;
}
a:focus-visible, button:focus-visible {
  outline: 1px solid var(--Background-Brand-Primary-Default);
  outline-offset: 4px;
}
a:focus-visible:hover, button:focus-visible:hover {
  outline: 1px solid transparent;
  outline-offset: 0;
}

details {
  margin-bottom: 1.6rem;
}

* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 1px solid var(--Background-Brand-Primary-Default);
  outline-offset: 4px;
}
*:focus-visible:hover {
  outline: 1px solid transparent;
  outline-offset: 0;
}

img {
  max-width: 100%;
}

iframe, video { /* youtube videos */
  max-width: 100%;
}

@font-face {
  font-family: "ABCWhyte";
  src: url("../../fonts/public/ABCWhyte-Book.woff2") format("woff2"), url("../../fonts/public/ABCWhyte-Book.woff") format("woff"), url("../../fonts/public/ABCWhyte-Book.otf") format("otf");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte";
  src: url("../../fonts/public/ABCWhyte-Medium.woff2") format("woff2"), url("../../fonts/public/ABCWhyte-Medium.woff") format("woff"), url("../../fonts/public/ABCWhyte-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyteInktrap";
  src: url("../../fonts/public/ABCWhyteInktrap.woff2") format("woff2"), url("../../fonts/public/ABCWhyteInktrap.woff") format("woff"), url("../../fonts/public/ABCWhyteInktrap.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
:root {
  --Size-Text-sm: 1.4rem;
  --Size-Text-md: 1.6rem;
  --Size-Text-lg: 2rem;
  --Size-Text-xl: 2.4rem;
  --Size-Title-sm: 3.2rem;
  --Size-Title-md: 4.8rem;
  --Size-Title-lg: 6.4rem;
  --Size-Title-xl: 8rem;
}
@media (max-width: 1023.9px) {
  :root {
    --Size-Text-sm: 1.4rem;
    --Size-Text-md: 1.6rem;
    --Size-Text-lg: 1.8rem;
    --Size-Text-xl: 2rem;
    --Size-Title-sm: 2.4rem;
    --Size-Title-md: 3.2rem;
    --Size-Title-lg: 4rem;
    --Size-Title-xl: 4.8rem;
  }
}

h1, .h1, .title-xl {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-xl);
  font-weight: 400;
  line-height: 100%;
  max-width: 120rem;
  color: var(--Text-Brand-Default);
}

h2, .h2, .title-lg {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-lg);
  font-weight: 400;
  line-height: 100%;
  max-width: 120rem;
  color: var(--Text-Brand-Default);
}

h3, .h3, .title-md {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-md);
  font-weight: 400;
  line-height: 112.5%;
  max-width: 120rem;
  color: var(--Text-Brand-Default);
}

h4, .h4, .title-sm {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-sm);
  font-weight: 400;
  line-height: 125%;
  max-width: 96rem;
  color: var(--Text-Brand-Default);
}

h5, .h5 {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-xl);
  line-height: 137.5%;
  max-width: 80rem;
  color: var(--Text-Brand-Default);
}

h6, .h6 {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  color: var(--Text-Brand-Default);
}

.text-xl {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-xl);
  line-height: 137.5%;
  max-width: 80rem;
}

.text-lg {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
}

.text-md, body {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
}

.text-sm {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
}

.--brand, .pagination ul a:hover {
  color: var(--Text-Neutral-Inverted, #FFF);
  background: var(--Background-Brand-Primary-Default);
  --Text-Neutral-Default: var(--white-white-7);
  --Background-Neutral-Default: var(--white-white-1);
  --Border-Neutral-Default: var(--white-white-3);
}
.--brand h1, .pagination ul a:hover h1, .--brand .h1, .pagination ul a:hover .h1, .--brand h2, .pagination ul a:hover h2, .--brand .h2, .pagination ul a:hover .h2, .--brand h3, .pagination ul a:hover h3, .--brand .h3, .pagination ul a:hover .h3, .--brand h4, .pagination ul a:hover h4, .--brand .h4, .pagination ul a:hover .h4, .--brand h5, .pagination ul a:hover h5, .--brand .h5, .pagination ul a:hover .h5, .--brand h6, .pagination ul a:hover h6, .--brand .h6, .pagination ul a:hover .h6 {
  color: var(--white-white-7);
}

.--invert, .banner__badge, .product__badge, .pagination ul span, .card.--img .tag, .card.--img .banner__badge, .card.--img .product__badge, .card.--img .pagination ul a, .pagination ul .card.--img a, .card.--img .pagination ul span, .pagination ul .card.--img span, .card.--img .btn, .card.--img .dropdown__wrapper {
  background: var(--Background-Brand-Primary-Inverted);
}

.--gray, .--neutral {
  background: var(--Background-Neutral-Default);
}

.--white {
  background: var(--Background-Page-Default);
}

.--brand-secondary {
  background: var(--Background-Brand-Secondary-Default);
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 330) {
  .sticky-se-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-se-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 375px) {
  .sticky-xxsm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxsm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 400px) {
  .sticky-xsm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xsm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1520px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

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

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

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

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

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

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

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

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

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-25 {
  margin: 25rem !important;
}

.m-30 {
  margin: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.p-30 {
  padding: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-12 {
  gap: 12rem !important;
}

.gap-15 {
  gap: 15rem !important;
}

.gap-20 {
  gap: 20rem !important;
}

.gap-25 {
  gap: 25rem !important;
}

.gap-30 {
  gap: 30rem !important;
}

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 4.5rem !important;
}

.row-gap-7 {
  row-gap: 7rem !important;
}

.row-gap-8 {
  row-gap: 8rem !important;
}

.row-gap-9 {
  row-gap: 9rem !important;
}

.row-gap-10 {
  row-gap: 10rem !important;
}

.row-gap-12 {
  row-gap: 12rem !important;
}

.row-gap-15 {
  row-gap: 15rem !important;
}

.row-gap-20 {
  row-gap: 20rem !important;
}

.row-gap-25 {
  row-gap: 25rem !important;
}

.row-gap-30 {
  row-gap: 30rem !important;
}

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

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

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

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

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

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

.column-gap-6 {
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.column-gap-7 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.column-gap-8 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.column-gap-9 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.column-gap-10 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.column-gap-12 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.column-gap-15 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.column-gap-20 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.column-gap-25 {
  -moz-column-gap: 25rem !important;
       column-gap: 25rem !important;
}

.column-gap-30 {
  -moz-column-gap: 30rem !important;
       column-gap: 30rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

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

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 330) {
  .float-se-start {
    float: left !important;
  }
  .float-se-end {
    float: right !important;
  }
  .float-se-none {
    float: none !important;
  }
  .object-fit-se-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-se-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-se-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-se-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-se-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-se-inline {
    display: inline !important;
  }
  .d-se-inline-block {
    display: inline-block !important;
  }
  .d-se-block {
    display: block !important;
  }
  .d-se-grid {
    display: grid !important;
  }
  .d-se-inline-grid {
    display: inline-grid !important;
  }
  .d-se-table {
    display: table !important;
  }
  .d-se-table-row {
    display: table-row !important;
  }
  .d-se-table-cell {
    display: table-cell !important;
  }
  .d-se-flex {
    display: flex !important;
  }
  .d-se-inline-flex {
    display: inline-flex !important;
  }
  .d-se-none {
    display: none !important;
  }
  .flex-se-fill {
    flex: 1 1 auto !important;
  }
  .flex-se-row {
    flex-direction: row !important;
  }
  .flex-se-column {
    flex-direction: column !important;
  }
  .flex-se-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-se-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-se-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-se-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-se-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-se-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-se-wrap {
    flex-wrap: wrap !important;
  }
  .flex-se-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-se-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-se-start {
    justify-content: flex-start !important;
  }
  .justify-content-se-end {
    justify-content: flex-end !important;
  }
  .justify-content-se-center {
    justify-content: center !important;
  }
  .justify-content-se-between {
    justify-content: space-between !important;
  }
  .justify-content-se-around {
    justify-content: space-around !important;
  }
  .justify-content-se-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-se-start {
    align-items: flex-start !important;
  }
  .align-items-se-end {
    align-items: flex-end !important;
  }
  .align-items-se-center {
    align-items: center !important;
  }
  .align-items-se-baseline {
    align-items: baseline !important;
  }
  .align-items-se-stretch {
    align-items: stretch !important;
  }
  .align-content-se-start {
    align-content: flex-start !important;
  }
  .align-content-se-end {
    align-content: flex-end !important;
  }
  .align-content-se-center {
    align-content: center !important;
  }
  .align-content-se-between {
    align-content: space-between !important;
  }
  .align-content-se-around {
    align-content: space-around !important;
  }
  .align-content-se-stretch {
    align-content: stretch !important;
  }
  .align-self-se-auto {
    align-self: auto !important;
  }
  .align-self-se-start {
    align-self: flex-start !important;
  }
  .align-self-se-end {
    align-self: flex-end !important;
  }
  .align-self-se-center {
    align-self: center !important;
  }
  .align-self-se-baseline {
    align-self: baseline !important;
  }
  .align-self-se-stretch {
    align-self: stretch !important;
  }
  .order-se-first {
    order: -1 !important;
  }
  .order-se-0 {
    order: 0 !important;
  }
  .order-se-1 {
    order: 1 !important;
  }
  .order-se-2 {
    order: 2 !important;
  }
  .order-se-3 {
    order: 3 !important;
  }
  .order-se-4 {
    order: 4 !important;
  }
  .order-se-5 {
    order: 5 !important;
  }
  .order-se-last {
    order: 6 !important;
  }
  .m-se-0 {
    margin: 0 !important;
  }
  .m-se-1 {
    margin: 0.25rem !important;
  }
  .m-se-2 {
    margin: 0.5rem !important;
  }
  .m-se-3 {
    margin: 1rem !important;
  }
  .m-se-4 {
    margin: 1.5rem !important;
  }
  .m-se-5 {
    margin: 3rem !important;
  }
  .m-se-6 {
    margin: 4.5rem !important;
  }
  .m-se-7 {
    margin: 7rem !important;
  }
  .m-se-8 {
    margin: 8rem !important;
  }
  .m-se-9 {
    margin: 9rem !important;
  }
  .m-se-10 {
    margin: 10rem !important;
  }
  .m-se-12 {
    margin: 12rem !important;
  }
  .m-se-15 {
    margin: 15rem !important;
  }
  .m-se-20 {
    margin: 20rem !important;
  }
  .m-se-25 {
    margin: 25rem !important;
  }
  .m-se-30 {
    margin: 30rem !important;
  }
  .m-se-auto {
    margin: auto !important;
  }
  .mx-se-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-se-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-se-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-se-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-se-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-se-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-se-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-se-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-se-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-se-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-se-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-se-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-se-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-se-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-se-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-se-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-se-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-se-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-se-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-se-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-se-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-se-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-se-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-se-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-se-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-se-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-se-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-se-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-se-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-se-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-se-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-se-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-se-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-se-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-se-0 {
    margin-top: 0 !important;
  }
  .mt-se-1 {
    margin-top: 0.25rem !important;
  }
  .mt-se-2 {
    margin-top: 0.5rem !important;
  }
  .mt-se-3 {
    margin-top: 1rem !important;
  }
  .mt-se-4 {
    margin-top: 1.5rem !important;
  }
  .mt-se-5 {
    margin-top: 3rem !important;
  }
  .mt-se-6 {
    margin-top: 4.5rem !important;
  }
  .mt-se-7 {
    margin-top: 7rem !important;
  }
  .mt-se-8 {
    margin-top: 8rem !important;
  }
  .mt-se-9 {
    margin-top: 9rem !important;
  }
  .mt-se-10 {
    margin-top: 10rem !important;
  }
  .mt-se-12 {
    margin-top: 12rem !important;
  }
  .mt-se-15 {
    margin-top: 15rem !important;
  }
  .mt-se-20 {
    margin-top: 20rem !important;
  }
  .mt-se-25 {
    margin-top: 25rem !important;
  }
  .mt-se-30 {
    margin-top: 30rem !important;
  }
  .mt-se-auto {
    margin-top: auto !important;
  }
  .me-se-0 {
    margin-right: 0 !important;
  }
  .me-se-1 {
    margin-right: 0.25rem !important;
  }
  .me-se-2 {
    margin-right: 0.5rem !important;
  }
  .me-se-3 {
    margin-right: 1rem !important;
  }
  .me-se-4 {
    margin-right: 1.5rem !important;
  }
  .me-se-5 {
    margin-right: 3rem !important;
  }
  .me-se-6 {
    margin-right: 4.5rem !important;
  }
  .me-se-7 {
    margin-right: 7rem !important;
  }
  .me-se-8 {
    margin-right: 8rem !important;
  }
  .me-se-9 {
    margin-right: 9rem !important;
  }
  .me-se-10 {
    margin-right: 10rem !important;
  }
  .me-se-12 {
    margin-right: 12rem !important;
  }
  .me-se-15 {
    margin-right: 15rem !important;
  }
  .me-se-20 {
    margin-right: 20rem !important;
  }
  .me-se-25 {
    margin-right: 25rem !important;
  }
  .me-se-30 {
    margin-right: 30rem !important;
  }
  .me-se-auto {
    margin-right: auto !important;
  }
  .mb-se-0 {
    margin-bottom: 0 !important;
  }
  .mb-se-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-se-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-se-3 {
    margin-bottom: 1rem !important;
  }
  .mb-se-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-se-5 {
    margin-bottom: 3rem !important;
  }
  .mb-se-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-se-7 {
    margin-bottom: 7rem !important;
  }
  .mb-se-8 {
    margin-bottom: 8rem !important;
  }
  .mb-se-9 {
    margin-bottom: 9rem !important;
  }
  .mb-se-10 {
    margin-bottom: 10rem !important;
  }
  .mb-se-12 {
    margin-bottom: 12rem !important;
  }
  .mb-se-15 {
    margin-bottom: 15rem !important;
  }
  .mb-se-20 {
    margin-bottom: 20rem !important;
  }
  .mb-se-25 {
    margin-bottom: 25rem !important;
  }
  .mb-se-30 {
    margin-bottom: 30rem !important;
  }
  .mb-se-auto {
    margin-bottom: auto !important;
  }
  .ms-se-0 {
    margin-left: 0 !important;
  }
  .ms-se-1 {
    margin-left: 0.25rem !important;
  }
  .ms-se-2 {
    margin-left: 0.5rem !important;
  }
  .ms-se-3 {
    margin-left: 1rem !important;
  }
  .ms-se-4 {
    margin-left: 1.5rem !important;
  }
  .ms-se-5 {
    margin-left: 3rem !important;
  }
  .ms-se-6 {
    margin-left: 4.5rem !important;
  }
  .ms-se-7 {
    margin-left: 7rem !important;
  }
  .ms-se-8 {
    margin-left: 8rem !important;
  }
  .ms-se-9 {
    margin-left: 9rem !important;
  }
  .ms-se-10 {
    margin-left: 10rem !important;
  }
  .ms-se-12 {
    margin-left: 12rem !important;
  }
  .ms-se-15 {
    margin-left: 15rem !important;
  }
  .ms-se-20 {
    margin-left: 20rem !important;
  }
  .ms-se-25 {
    margin-left: 25rem !important;
  }
  .ms-se-30 {
    margin-left: 30rem !important;
  }
  .ms-se-auto {
    margin-left: auto !important;
  }
  .p-se-0 {
    padding: 0 !important;
  }
  .p-se-1 {
    padding: 0.25rem !important;
  }
  .p-se-2 {
    padding: 0.5rem !important;
  }
  .p-se-3 {
    padding: 1rem !important;
  }
  .p-se-4 {
    padding: 1.5rem !important;
  }
  .p-se-5 {
    padding: 3rem !important;
  }
  .p-se-6 {
    padding: 4.5rem !important;
  }
  .p-se-7 {
    padding: 7rem !important;
  }
  .p-se-8 {
    padding: 8rem !important;
  }
  .p-se-9 {
    padding: 9rem !important;
  }
  .p-se-10 {
    padding: 10rem !important;
  }
  .p-se-12 {
    padding: 12rem !important;
  }
  .p-se-15 {
    padding: 15rem !important;
  }
  .p-se-20 {
    padding: 20rem !important;
  }
  .p-se-25 {
    padding: 25rem !important;
  }
  .p-se-30 {
    padding: 30rem !important;
  }
  .px-se-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-se-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-se-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-se-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-se-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-se-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-se-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-se-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-se-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-se-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-se-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-se-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-se-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-se-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-se-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-se-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-se-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-se-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-se-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-se-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-se-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-se-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-se-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-se-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-se-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-se-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-se-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-se-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-se-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-se-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-se-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-se-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-se-0 {
    padding-top: 0 !important;
  }
  .pt-se-1 {
    padding-top: 0.25rem !important;
  }
  .pt-se-2 {
    padding-top: 0.5rem !important;
  }
  .pt-se-3 {
    padding-top: 1rem !important;
  }
  .pt-se-4 {
    padding-top: 1.5rem !important;
  }
  .pt-se-5 {
    padding-top: 3rem !important;
  }
  .pt-se-6 {
    padding-top: 4.5rem !important;
  }
  .pt-se-7 {
    padding-top: 7rem !important;
  }
  .pt-se-8 {
    padding-top: 8rem !important;
  }
  .pt-se-9 {
    padding-top: 9rem !important;
  }
  .pt-se-10 {
    padding-top: 10rem !important;
  }
  .pt-se-12 {
    padding-top: 12rem !important;
  }
  .pt-se-15 {
    padding-top: 15rem !important;
  }
  .pt-se-20 {
    padding-top: 20rem !important;
  }
  .pt-se-25 {
    padding-top: 25rem !important;
  }
  .pt-se-30 {
    padding-top: 30rem !important;
  }
  .pe-se-0 {
    padding-right: 0 !important;
  }
  .pe-se-1 {
    padding-right: 0.25rem !important;
  }
  .pe-se-2 {
    padding-right: 0.5rem !important;
  }
  .pe-se-3 {
    padding-right: 1rem !important;
  }
  .pe-se-4 {
    padding-right: 1.5rem !important;
  }
  .pe-se-5 {
    padding-right: 3rem !important;
  }
  .pe-se-6 {
    padding-right: 4.5rem !important;
  }
  .pe-se-7 {
    padding-right: 7rem !important;
  }
  .pe-se-8 {
    padding-right: 8rem !important;
  }
  .pe-se-9 {
    padding-right: 9rem !important;
  }
  .pe-se-10 {
    padding-right: 10rem !important;
  }
  .pe-se-12 {
    padding-right: 12rem !important;
  }
  .pe-se-15 {
    padding-right: 15rem !important;
  }
  .pe-se-20 {
    padding-right: 20rem !important;
  }
  .pe-se-25 {
    padding-right: 25rem !important;
  }
  .pe-se-30 {
    padding-right: 30rem !important;
  }
  .pb-se-0 {
    padding-bottom: 0 !important;
  }
  .pb-se-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-se-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-se-3 {
    padding-bottom: 1rem !important;
  }
  .pb-se-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-se-5 {
    padding-bottom: 3rem !important;
  }
  .pb-se-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-se-7 {
    padding-bottom: 7rem !important;
  }
  .pb-se-8 {
    padding-bottom: 8rem !important;
  }
  .pb-se-9 {
    padding-bottom: 9rem !important;
  }
  .pb-se-10 {
    padding-bottom: 10rem !important;
  }
  .pb-se-12 {
    padding-bottom: 12rem !important;
  }
  .pb-se-15 {
    padding-bottom: 15rem !important;
  }
  .pb-se-20 {
    padding-bottom: 20rem !important;
  }
  .pb-se-25 {
    padding-bottom: 25rem !important;
  }
  .pb-se-30 {
    padding-bottom: 30rem !important;
  }
  .ps-se-0 {
    padding-left: 0 !important;
  }
  .ps-se-1 {
    padding-left: 0.25rem !important;
  }
  .ps-se-2 {
    padding-left: 0.5rem !important;
  }
  .ps-se-3 {
    padding-left: 1rem !important;
  }
  .ps-se-4 {
    padding-left: 1.5rem !important;
  }
  .ps-se-5 {
    padding-left: 3rem !important;
  }
  .ps-se-6 {
    padding-left: 4.5rem !important;
  }
  .ps-se-7 {
    padding-left: 7rem !important;
  }
  .ps-se-8 {
    padding-left: 8rem !important;
  }
  .ps-se-9 {
    padding-left: 9rem !important;
  }
  .ps-se-10 {
    padding-left: 10rem !important;
  }
  .ps-se-12 {
    padding-left: 12rem !important;
  }
  .ps-se-15 {
    padding-left: 15rem !important;
  }
  .ps-se-20 {
    padding-left: 20rem !important;
  }
  .ps-se-25 {
    padding-left: 25rem !important;
  }
  .ps-se-30 {
    padding-left: 30rem !important;
  }
  .gap-se-0 {
    gap: 0 !important;
  }
  .gap-se-1 {
    gap: 0.25rem !important;
  }
  .gap-se-2 {
    gap: 0.5rem !important;
  }
  .gap-se-3 {
    gap: 1rem !important;
  }
  .gap-se-4 {
    gap: 1.5rem !important;
  }
  .gap-se-5 {
    gap: 3rem !important;
  }
  .gap-se-6 {
    gap: 4.5rem !important;
  }
  .gap-se-7 {
    gap: 7rem !important;
  }
  .gap-se-8 {
    gap: 8rem !important;
  }
  .gap-se-9 {
    gap: 9rem !important;
  }
  .gap-se-10 {
    gap: 10rem !important;
  }
  .gap-se-12 {
    gap: 12rem !important;
  }
  .gap-se-15 {
    gap: 15rem !important;
  }
  .gap-se-20 {
    gap: 20rem !important;
  }
  .gap-se-25 {
    gap: 25rem !important;
  }
  .gap-se-30 {
    gap: 30rem !important;
  }
  .row-gap-se-0 {
    row-gap: 0 !important;
  }
  .row-gap-se-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-se-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-se-3 {
    row-gap: 1rem !important;
  }
  .row-gap-se-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-se-5 {
    row-gap: 3rem !important;
  }
  .row-gap-se-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-se-7 {
    row-gap: 7rem !important;
  }
  .row-gap-se-8 {
    row-gap: 8rem !important;
  }
  .row-gap-se-9 {
    row-gap: 9rem !important;
  }
  .row-gap-se-10 {
    row-gap: 10rem !important;
  }
  .row-gap-se-12 {
    row-gap: 12rem !important;
  }
  .row-gap-se-15 {
    row-gap: 15rem !important;
  }
  .row-gap-se-20 {
    row-gap: 20rem !important;
  }
  .row-gap-se-25 {
    row-gap: 25rem !important;
  }
  .row-gap-se-30 {
    row-gap: 30rem !important;
  }
  .column-gap-se-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-se-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-se-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-se-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-se-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-se-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-se-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-se-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-se-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-se-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-se-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-se-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-se-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-se-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-se-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-se-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-se-start {
    text-align: left !important;
  }
  .text-se-end {
    text-align: right !important;
  }
  .text-se-center {
    text-align: center !important;
  }
}
@media (min-width: 375px) {
  .float-xxsm-start {
    float: left !important;
  }
  .float-xxsm-end {
    float: right !important;
  }
  .float-xxsm-none {
    float: none !important;
  }
  .object-fit-xxsm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxsm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxsm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxsm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxsm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxsm-inline {
    display: inline !important;
  }
  .d-xxsm-inline-block {
    display: inline-block !important;
  }
  .d-xxsm-block {
    display: block !important;
  }
  .d-xxsm-grid {
    display: grid !important;
  }
  .d-xxsm-inline-grid {
    display: inline-grid !important;
  }
  .d-xxsm-table {
    display: table !important;
  }
  .d-xxsm-table-row {
    display: table-row !important;
  }
  .d-xxsm-table-cell {
    display: table-cell !important;
  }
  .d-xxsm-flex {
    display: flex !important;
  }
  .d-xxsm-inline-flex {
    display: inline-flex !important;
  }
  .d-xxsm-none {
    display: none !important;
  }
  .flex-xxsm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxsm-row {
    flex-direction: row !important;
  }
  .flex-xxsm-column {
    flex-direction: column !important;
  }
  .flex-xxsm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxsm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxsm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxsm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxsm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxsm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxsm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxsm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxsm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxsm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxsm-center {
    justify-content: center !important;
  }
  .justify-content-xxsm-between {
    justify-content: space-between !important;
  }
  .justify-content-xxsm-around {
    justify-content: space-around !important;
  }
  .justify-content-xxsm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxsm-start {
    align-items: flex-start !important;
  }
  .align-items-xxsm-end {
    align-items: flex-end !important;
  }
  .align-items-xxsm-center {
    align-items: center !important;
  }
  .align-items-xxsm-baseline {
    align-items: baseline !important;
  }
  .align-items-xxsm-stretch {
    align-items: stretch !important;
  }
  .align-content-xxsm-start {
    align-content: flex-start !important;
  }
  .align-content-xxsm-end {
    align-content: flex-end !important;
  }
  .align-content-xxsm-center {
    align-content: center !important;
  }
  .align-content-xxsm-between {
    align-content: space-between !important;
  }
  .align-content-xxsm-around {
    align-content: space-around !important;
  }
  .align-content-xxsm-stretch {
    align-content: stretch !important;
  }
  .align-self-xxsm-auto {
    align-self: auto !important;
  }
  .align-self-xxsm-start {
    align-self: flex-start !important;
  }
  .align-self-xxsm-end {
    align-self: flex-end !important;
  }
  .align-self-xxsm-center {
    align-self: center !important;
  }
  .align-self-xxsm-baseline {
    align-self: baseline !important;
  }
  .align-self-xxsm-stretch {
    align-self: stretch !important;
  }
  .order-xxsm-first {
    order: -1 !important;
  }
  .order-xxsm-0 {
    order: 0 !important;
  }
  .order-xxsm-1 {
    order: 1 !important;
  }
  .order-xxsm-2 {
    order: 2 !important;
  }
  .order-xxsm-3 {
    order: 3 !important;
  }
  .order-xxsm-4 {
    order: 4 !important;
  }
  .order-xxsm-5 {
    order: 5 !important;
  }
  .order-xxsm-last {
    order: 6 !important;
  }
  .m-xxsm-0 {
    margin: 0 !important;
  }
  .m-xxsm-1 {
    margin: 0.25rem !important;
  }
  .m-xxsm-2 {
    margin: 0.5rem !important;
  }
  .m-xxsm-3 {
    margin: 1rem !important;
  }
  .m-xxsm-4 {
    margin: 1.5rem !important;
  }
  .m-xxsm-5 {
    margin: 3rem !important;
  }
  .m-xxsm-6 {
    margin: 4.5rem !important;
  }
  .m-xxsm-7 {
    margin: 7rem !important;
  }
  .m-xxsm-8 {
    margin: 8rem !important;
  }
  .m-xxsm-9 {
    margin: 9rem !important;
  }
  .m-xxsm-10 {
    margin: 10rem !important;
  }
  .m-xxsm-12 {
    margin: 12rem !important;
  }
  .m-xxsm-15 {
    margin: 15rem !important;
  }
  .m-xxsm-20 {
    margin: 20rem !important;
  }
  .m-xxsm-25 {
    margin: 25rem !important;
  }
  .m-xxsm-30 {
    margin: 30rem !important;
  }
  .m-xxsm-auto {
    margin: auto !important;
  }
  .mx-xxsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxsm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxsm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxsm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxsm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxsm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxsm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxsm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxsm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxsm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxsm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxsm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxsm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxsm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxsm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxsm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxsm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxsm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxsm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxsm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxsm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxsm-0 {
    margin-top: 0 !important;
  }
  .mt-xxsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xxsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xxsm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxsm-7 {
    margin-top: 7rem !important;
  }
  .mt-xxsm-8 {
    margin-top: 8rem !important;
  }
  .mt-xxsm-9 {
    margin-top: 9rem !important;
  }
  .mt-xxsm-10 {
    margin-top: 10rem !important;
  }
  .mt-xxsm-12 {
    margin-top: 12rem !important;
  }
  .mt-xxsm-15 {
    margin-top: 15rem !important;
  }
  .mt-xxsm-20 {
    margin-top: 20rem !important;
  }
  .mt-xxsm-25 {
    margin-top: 25rem !important;
  }
  .mt-xxsm-30 {
    margin-top: 30rem !important;
  }
  .mt-xxsm-auto {
    margin-top: auto !important;
  }
  .me-xxsm-0 {
    margin-right: 0 !important;
  }
  .me-xxsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxsm-3 {
    margin-right: 1rem !important;
  }
  .me-xxsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxsm-5 {
    margin-right: 3rem !important;
  }
  .me-xxsm-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxsm-7 {
    margin-right: 7rem !important;
  }
  .me-xxsm-8 {
    margin-right: 8rem !important;
  }
  .me-xxsm-9 {
    margin-right: 9rem !important;
  }
  .me-xxsm-10 {
    margin-right: 10rem !important;
  }
  .me-xxsm-12 {
    margin-right: 12rem !important;
  }
  .me-xxsm-15 {
    margin-right: 15rem !important;
  }
  .me-xxsm-20 {
    margin-right: 20rem !important;
  }
  .me-xxsm-25 {
    margin-right: 25rem !important;
  }
  .me-xxsm-30 {
    margin-right: 30rem !important;
  }
  .me-xxsm-auto {
    margin-right: auto !important;
  }
  .mb-xxsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxsm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxsm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxsm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxsm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxsm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxsm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxsm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxsm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxsm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxsm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xxsm-0 {
    margin-left: 0 !important;
  }
  .ms-xxsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xxsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xxsm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxsm-7 {
    margin-left: 7rem !important;
  }
  .ms-xxsm-8 {
    margin-left: 8rem !important;
  }
  .ms-xxsm-9 {
    margin-left: 9rem !important;
  }
  .ms-xxsm-10 {
    margin-left: 10rem !important;
  }
  .ms-xxsm-12 {
    margin-left: 12rem !important;
  }
  .ms-xxsm-15 {
    margin-left: 15rem !important;
  }
  .ms-xxsm-20 {
    margin-left: 20rem !important;
  }
  .ms-xxsm-25 {
    margin-left: 25rem !important;
  }
  .ms-xxsm-30 {
    margin-left: 30rem !important;
  }
  .ms-xxsm-auto {
    margin-left: auto !important;
  }
  .p-xxsm-0 {
    padding: 0 !important;
  }
  .p-xxsm-1 {
    padding: 0.25rem !important;
  }
  .p-xxsm-2 {
    padding: 0.5rem !important;
  }
  .p-xxsm-3 {
    padding: 1rem !important;
  }
  .p-xxsm-4 {
    padding: 1.5rem !important;
  }
  .p-xxsm-5 {
    padding: 3rem !important;
  }
  .p-xxsm-6 {
    padding: 4.5rem !important;
  }
  .p-xxsm-7 {
    padding: 7rem !important;
  }
  .p-xxsm-8 {
    padding: 8rem !important;
  }
  .p-xxsm-9 {
    padding: 9rem !important;
  }
  .p-xxsm-10 {
    padding: 10rem !important;
  }
  .p-xxsm-12 {
    padding: 12rem !important;
  }
  .p-xxsm-15 {
    padding: 15rem !important;
  }
  .p-xxsm-20 {
    padding: 20rem !important;
  }
  .p-xxsm-25 {
    padding: 25rem !important;
  }
  .p-xxsm-30 {
    padding: 30rem !important;
  }
  .px-xxsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxsm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxsm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxsm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxsm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxsm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxsm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxsm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxsm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxsm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxsm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxsm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxsm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxsm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxsm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxsm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxsm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxsm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxsm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxsm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxsm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxsm-0 {
    padding-top: 0 !important;
  }
  .pt-xxsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xxsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxsm-5 {
    padding-top: 3rem !important;
  }
  .pt-xxsm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxsm-7 {
    padding-top: 7rem !important;
  }
  .pt-xxsm-8 {
    padding-top: 8rem !important;
  }
  .pt-xxsm-9 {
    padding-top: 9rem !important;
  }
  .pt-xxsm-10 {
    padding-top: 10rem !important;
  }
  .pt-xxsm-12 {
    padding-top: 12rem !important;
  }
  .pt-xxsm-15 {
    padding-top: 15rem !important;
  }
  .pt-xxsm-20 {
    padding-top: 20rem !important;
  }
  .pt-xxsm-25 {
    padding-top: 25rem !important;
  }
  .pt-xxsm-30 {
    padding-top: 30rem !important;
  }
  .pe-xxsm-0 {
    padding-right: 0 !important;
  }
  .pe-xxsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xxsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxsm-5 {
    padding-right: 3rem !important;
  }
  .pe-xxsm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxsm-7 {
    padding-right: 7rem !important;
  }
  .pe-xxsm-8 {
    padding-right: 8rem !important;
  }
  .pe-xxsm-9 {
    padding-right: 9rem !important;
  }
  .pe-xxsm-10 {
    padding-right: 10rem !important;
  }
  .pe-xxsm-12 {
    padding-right: 12rem !important;
  }
  .pe-xxsm-15 {
    padding-right: 15rem !important;
  }
  .pe-xxsm-20 {
    padding-right: 20rem !important;
  }
  .pe-xxsm-25 {
    padding-right: 25rem !important;
  }
  .pe-xxsm-30 {
    padding-right: 30rem !important;
  }
  .pb-xxsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxsm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxsm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxsm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxsm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxsm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxsm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxsm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxsm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxsm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxsm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxsm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxsm-0 {
    padding-left: 0 !important;
  }
  .ps-xxsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xxsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxsm-5 {
    padding-left: 3rem !important;
  }
  .ps-xxsm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxsm-7 {
    padding-left: 7rem !important;
  }
  .ps-xxsm-8 {
    padding-left: 8rem !important;
  }
  .ps-xxsm-9 {
    padding-left: 9rem !important;
  }
  .ps-xxsm-10 {
    padding-left: 10rem !important;
  }
  .ps-xxsm-12 {
    padding-left: 12rem !important;
  }
  .ps-xxsm-15 {
    padding-left: 15rem !important;
  }
  .ps-xxsm-20 {
    padding-left: 20rem !important;
  }
  .ps-xxsm-25 {
    padding-left: 25rem !important;
  }
  .ps-xxsm-30 {
    padding-left: 30rem !important;
  }
  .gap-xxsm-0 {
    gap: 0 !important;
  }
  .gap-xxsm-1 {
    gap: 0.25rem !important;
  }
  .gap-xxsm-2 {
    gap: 0.5rem !important;
  }
  .gap-xxsm-3 {
    gap: 1rem !important;
  }
  .gap-xxsm-4 {
    gap: 1.5rem !important;
  }
  .gap-xxsm-5 {
    gap: 3rem !important;
  }
  .gap-xxsm-6 {
    gap: 4.5rem !important;
  }
  .gap-xxsm-7 {
    gap: 7rem !important;
  }
  .gap-xxsm-8 {
    gap: 8rem !important;
  }
  .gap-xxsm-9 {
    gap: 9rem !important;
  }
  .gap-xxsm-10 {
    gap: 10rem !important;
  }
  .gap-xxsm-12 {
    gap: 12rem !important;
  }
  .gap-xxsm-15 {
    gap: 15rem !important;
  }
  .gap-xxsm-20 {
    gap: 20rem !important;
  }
  .gap-xxsm-25 {
    gap: 25rem !important;
  }
  .gap-xxsm-30 {
    gap: 30rem !important;
  }
  .row-gap-xxsm-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxsm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxsm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxsm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxsm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxsm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxsm-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxsm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxsm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxsm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxsm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxsm-12 {
    row-gap: 12rem !important;
  }
  .row-gap-xxsm-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxsm-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxsm-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxsm-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxsm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxsm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxsm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxsm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxsm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxsm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxsm-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxsm-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-xxsm-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xxsm-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-xxsm-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxsm-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xxsm-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-xxsm-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xxsm-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-xxsm-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-xxsm-start {
    text-align: left !important;
  }
  .text-xxsm-end {
    text-align: right !important;
  }
  .text-xxsm-center {
    text-align: center !important;
  }
}
@media (min-width: 400px) {
  .float-xsm-start {
    float: left !important;
  }
  .float-xsm-end {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
  .object-fit-xsm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xsm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xsm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xsm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xsm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-grid {
    display: grid !important;
  }
  .d-xsm-inline-grid {
    display: inline-grid !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: inline-flex !important;
  }
  .d-xsm-none {
    display: none !important;
  }
  .flex-xsm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xsm-row {
    flex-direction: row !important;
  }
  .flex-xsm-column {
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xsm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    justify-content: space-around !important;
  }
  .justify-content-xsm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xsm-start {
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    align-content: center !important;
  }
  .align-content-xsm-between {
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    align-self: auto !important;
  }
  .align-self-xsm-start {
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    align-self: stretch !important;
  }
  .order-xsm-first {
    order: -1 !important;
  }
  .order-xsm-0 {
    order: 0 !important;
  }
  .order-xsm-1 {
    order: 1 !important;
  }
  .order-xsm-2 {
    order: 2 !important;
  }
  .order-xsm-3 {
    order: 3 !important;
  }
  .order-xsm-4 {
    order: 4 !important;
  }
  .order-xsm-5 {
    order: 5 !important;
  }
  .order-xsm-last {
    order: 6 !important;
  }
  .m-xsm-0 {
    margin: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .m-xsm-6 {
    margin: 4.5rem !important;
  }
  .m-xsm-7 {
    margin: 7rem !important;
  }
  .m-xsm-8 {
    margin: 8rem !important;
  }
  .m-xsm-9 {
    margin: 9rem !important;
  }
  .m-xsm-10 {
    margin: 10rem !important;
  }
  .m-xsm-12 {
    margin: 12rem !important;
  }
  .m-xsm-15 {
    margin: 15rem !important;
  }
  .m-xsm-20 {
    margin: 20rem !important;
  }
  .m-xsm-25 {
    margin: 25rem !important;
  }
  .m-xsm-30 {
    margin: 30rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xsm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xsm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xsm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xsm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xsm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xsm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xsm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xsm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xsm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xsm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xsm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xsm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xsm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xsm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xsm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xsm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xsm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xsm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xsm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xsm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xsm-0 {
    margin-top: 0 !important;
  }
  .mt-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xsm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xsm-7 {
    margin-top: 7rem !important;
  }
  .mt-xsm-8 {
    margin-top: 8rem !important;
  }
  .mt-xsm-9 {
    margin-top: 9rem !important;
  }
  .mt-xsm-10 {
    margin-top: 10rem !important;
  }
  .mt-xsm-12 {
    margin-top: 12rem !important;
  }
  .mt-xsm-15 {
    margin-top: 15rem !important;
  }
  .mt-xsm-20 {
    margin-top: 20rem !important;
  }
  .mt-xsm-25 {
    margin-top: 25rem !important;
  }
  .mt-xsm-30 {
    margin-top: 30rem !important;
  }
  .mt-xsm-auto {
    margin-top: auto !important;
  }
  .me-xsm-0 {
    margin-right: 0 !important;
  }
  .me-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xsm-3 {
    margin-right: 1rem !important;
  }
  .me-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xsm-5 {
    margin-right: 3rem !important;
  }
  .me-xsm-6 {
    margin-right: 4.5rem !important;
  }
  .me-xsm-7 {
    margin-right: 7rem !important;
  }
  .me-xsm-8 {
    margin-right: 8rem !important;
  }
  .me-xsm-9 {
    margin-right: 9rem !important;
  }
  .me-xsm-10 {
    margin-right: 10rem !important;
  }
  .me-xsm-12 {
    margin-right: 12rem !important;
  }
  .me-xsm-15 {
    margin-right: 15rem !important;
  }
  .me-xsm-20 {
    margin-right: 20rem !important;
  }
  .me-xsm-25 {
    margin-right: 25rem !important;
  }
  .me-xsm-30 {
    margin-right: 30rem !important;
  }
  .me-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xsm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xsm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xsm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xsm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xsm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xsm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xsm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xsm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xsm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xsm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xsm-0 {
    margin-left: 0 !important;
  }
  .ms-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xsm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xsm-7 {
    margin-left: 7rem !important;
  }
  .ms-xsm-8 {
    margin-left: 8rem !important;
  }
  .ms-xsm-9 {
    margin-left: 9rem !important;
  }
  .ms-xsm-10 {
    margin-left: 10rem !important;
  }
  .ms-xsm-12 {
    margin-left: 12rem !important;
  }
  .ms-xsm-15 {
    margin-left: 15rem !important;
  }
  .ms-xsm-20 {
    margin-left: 20rem !important;
  }
  .ms-xsm-25 {
    margin-left: 25rem !important;
  }
  .ms-xsm-30 {
    margin-left: 30rem !important;
  }
  .ms-xsm-auto {
    margin-left: auto !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .p-xsm-6 {
    padding: 4.5rem !important;
  }
  .p-xsm-7 {
    padding: 7rem !important;
  }
  .p-xsm-8 {
    padding: 8rem !important;
  }
  .p-xsm-9 {
    padding: 9rem !important;
  }
  .p-xsm-10 {
    padding: 10rem !important;
  }
  .p-xsm-12 {
    padding: 12rem !important;
  }
  .p-xsm-15 {
    padding: 15rem !important;
  }
  .p-xsm-20 {
    padding: 20rem !important;
  }
  .p-xsm-25 {
    padding: 25rem !important;
  }
  .p-xsm-30 {
    padding: 30rem !important;
  }
  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xsm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xsm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xsm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xsm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xsm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xsm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xsm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xsm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xsm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xsm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xsm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xsm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xsm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xsm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xsm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xsm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xsm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xsm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xsm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xsm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xsm-0 {
    padding-top: 0 !important;
  }
  .pt-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xsm-5 {
    padding-top: 3rem !important;
  }
  .pt-xsm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xsm-7 {
    padding-top: 7rem !important;
  }
  .pt-xsm-8 {
    padding-top: 8rem !important;
  }
  .pt-xsm-9 {
    padding-top: 9rem !important;
  }
  .pt-xsm-10 {
    padding-top: 10rem !important;
  }
  .pt-xsm-12 {
    padding-top: 12rem !important;
  }
  .pt-xsm-15 {
    padding-top: 15rem !important;
  }
  .pt-xsm-20 {
    padding-top: 20rem !important;
  }
  .pt-xsm-25 {
    padding-top: 25rem !important;
  }
  .pt-xsm-30 {
    padding-top: 30rem !important;
  }
  .pe-xsm-0 {
    padding-right: 0 !important;
  }
  .pe-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xsm-5 {
    padding-right: 3rem !important;
  }
  .pe-xsm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xsm-7 {
    padding-right: 7rem !important;
  }
  .pe-xsm-8 {
    padding-right: 8rem !important;
  }
  .pe-xsm-9 {
    padding-right: 9rem !important;
  }
  .pe-xsm-10 {
    padding-right: 10rem !important;
  }
  .pe-xsm-12 {
    padding-right: 12rem !important;
  }
  .pe-xsm-15 {
    padding-right: 15rem !important;
  }
  .pe-xsm-20 {
    padding-right: 20rem !important;
  }
  .pe-xsm-25 {
    padding-right: 25rem !important;
  }
  .pe-xsm-30 {
    padding-right: 30rem !important;
  }
  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xsm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xsm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xsm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xsm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xsm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xsm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xsm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xsm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xsm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xsm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xsm-0 {
    padding-left: 0 !important;
  }
  .ps-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xsm-5 {
    padding-left: 3rem !important;
  }
  .ps-xsm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xsm-7 {
    padding-left: 7rem !important;
  }
  .ps-xsm-8 {
    padding-left: 8rem !important;
  }
  .ps-xsm-9 {
    padding-left: 9rem !important;
  }
  .ps-xsm-10 {
    padding-left: 10rem !important;
  }
  .ps-xsm-12 {
    padding-left: 12rem !important;
  }
  .ps-xsm-15 {
    padding-left: 15rem !important;
  }
  .ps-xsm-20 {
    padding-left: 20rem !important;
  }
  .ps-xsm-25 {
    padding-left: 25rem !important;
  }
  .ps-xsm-30 {
    padding-left: 30rem !important;
  }
  .gap-xsm-0 {
    gap: 0 !important;
  }
  .gap-xsm-1 {
    gap: 0.25rem !important;
  }
  .gap-xsm-2 {
    gap: 0.5rem !important;
  }
  .gap-xsm-3 {
    gap: 1rem !important;
  }
  .gap-xsm-4 {
    gap: 1.5rem !important;
  }
  .gap-xsm-5 {
    gap: 3rem !important;
  }
  .gap-xsm-6 {
    gap: 4.5rem !important;
  }
  .gap-xsm-7 {
    gap: 7rem !important;
  }
  .gap-xsm-8 {
    gap: 8rem !important;
  }
  .gap-xsm-9 {
    gap: 9rem !important;
  }
  .gap-xsm-10 {
    gap: 10rem !important;
  }
  .gap-xsm-12 {
    gap: 12rem !important;
  }
  .gap-xsm-15 {
    gap: 15rem !important;
  }
  .gap-xsm-20 {
    gap: 20rem !important;
  }
  .gap-xsm-25 {
    gap: 25rem !important;
  }
  .gap-xsm-30 {
    gap: 30rem !important;
  }
  .row-gap-xsm-0 {
    row-gap: 0 !important;
  }
  .row-gap-xsm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xsm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xsm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xsm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xsm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xsm-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xsm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xsm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xsm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xsm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xsm-12 {
    row-gap: 12rem !important;
  }
  .row-gap-xsm-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xsm-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xsm-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xsm-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xsm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xsm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xsm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xsm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xsm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xsm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xsm-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xsm-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-xsm-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xsm-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-xsm-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xsm-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xsm-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-xsm-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xsm-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-xsm-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-xsm-start {
    text-align: left !important;
  }
  .text-xsm-end {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-sm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-sm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-12 {
    margin-top: 12rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 25rem !important;
  }
  .mt-sm-30 {
    margin-top: 30rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-12 {
    margin-right: 12rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-25 {
    margin-right: 25rem !important;
  }
  .me-sm-30 {
    margin-right: 30rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-12 {
    margin-left: 12rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-25 {
    margin-left: 25rem !important;
  }
  .ms-sm-30 {
    margin-left: 30rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-sm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-sm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-12 {
    padding-top: 12rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 25rem !important;
  }
  .pt-sm-30 {
    padding-top: 30rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-12 {
    padding-right: 12rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pe-sm-25 {
    padding-right: 25rem !important;
  }
  .pe-sm-30 {
    padding-right: 30rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-12 {
    padding-left: 12rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .ps-sm-25 {
    padding-left: 25rem !important;
  }
  .ps-sm-30 {
    padding-left: 30rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  .gap-sm-7 {
    gap: 7rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-12 {
    gap: 12rem !important;
  }
  .gap-sm-15 {
    gap: 15rem !important;
  }
  .gap-sm-20 {
    gap: 20rem !important;
  }
  .gap-sm-25 {
    gap: 25rem !important;
  }
  .gap-sm-30 {
    gap: 30rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 12rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 20rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 25rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 30rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-sm-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-sm-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-sm-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-sm-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-sm-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-sm-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-md-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-md-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 25rem !important;
  }
  .mt-md-30 {
    margin-top: 30rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-25 {
    margin-right: 25rem !important;
  }
  .me-md-30 {
    margin-right: 30rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 30rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-25 {
    margin-left: 25rem !important;
  }
  .ms-md-30 {
    margin-left: 30rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-md-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-md-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 25rem !important;
  }
  .pt-md-30 {
    padding-top: 30rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pe-md-25 {
    padding-right: 25rem !important;
  }
  .pe-md-30 {
    padding-right: 30rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 25rem !important;
  }
  .pb-md-30 {
    padding-bottom: 30rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .ps-md-25 {
    padding-left: 25rem !important;
  }
  .ps-md-30 {
    padding-left: 30rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  .gap-md-7 {
    gap: 7rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-12 {
    gap: 12rem !important;
  }
  .gap-md-15 {
    gap: 15rem !important;
  }
  .gap-md-20 {
    gap: 20rem !important;
  }
  .gap-md-25 {
    gap: 25rem !important;
  }
  .gap-md-30 {
    gap: 30rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .row-gap-md-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 7rem !important;
  }
  .row-gap-md-8 {
    row-gap: 8rem !important;
  }
  .row-gap-md-9 {
    row-gap: 9rem !important;
  }
  .row-gap-md-10 {
    row-gap: 10rem !important;
  }
  .row-gap-md-12 {
    row-gap: 12rem !important;
  }
  .row-gap-md-15 {
    row-gap: 15rem !important;
  }
  .row-gap-md-20 {
    row-gap: 20rem !important;
  }
  .row-gap-md-25 {
    row-gap: 25rem !important;
  }
  .row-gap-md-30 {
    row-gap: 30rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-md-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-md-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-md-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-md-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-md-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-md-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-lg-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-lg-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 25rem !important;
  }
  .mt-lg-30 {
    margin-top: 30rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-12 {
    margin-right: 12rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-25 {
    margin-right: 25rem !important;
  }
  .me-lg-30 {
    margin-right: 30rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 30rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-12 {
    margin-left: 12rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-25 {
    margin-left: 25rem !important;
  }
  .ms-lg-30 {
    margin-left: 30rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-lg-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-lg-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 25rem !important;
  }
  .pt-lg-30 {
    padding-top: 30rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-12 {
    padding-right: 12rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pe-lg-25 {
    padding-right: 25rem !important;
  }
  .pe-lg-30 {
    padding-right: 30rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 30rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-12 {
    padding-left: 12rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .ps-lg-25 {
    padding-left: 25rem !important;
  }
  .ps-lg-30 {
    padding-left: 30rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  .gap-lg-7 {
    gap: 7rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-12 {
    gap: 12rem !important;
  }
  .gap-lg-15 {
    gap: 15rem !important;
  }
  .gap-lg-20 {
    gap: 20rem !important;
  }
  .gap-lg-25 {
    gap: 25rem !important;
  }
  .gap-lg-30 {
    gap: 30rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 7rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 12rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 20rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 25rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 30rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-lg-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-lg-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-lg-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-lg-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-lg-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-lg-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1520px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-12 {
    margin: 12rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-25 {
    margin: 25rem !important;
  }
  .m-xxl-30 {
    margin: 30rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-12 {
    margin-top: 12rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-12 {
    margin-right: 12rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-12 {
    margin-left: 12rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-12 {
    padding: 12rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .p-xxl-25 {
    padding: 25rem !important;
  }
  .p-xxl-30 {
    padding: 30rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-12 {
    padding-top: 12rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxl-30 {
    padding-top: 30rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-12 {
    padding-right: 12rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-12 {
    padding-left: 12rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxl-30 {
    padding-left: 30rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxl-7 {
    gap: 7rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .gap-xxl-12 {
    gap: 12rem !important;
  }
  .gap-xxl-15 {
    gap: 15rem !important;
  }
  .gap-xxl-20 {
    gap: 20rem !important;
  }
  .gap-xxl-25 {
    gap: 25rem !important;
  }
  .gap-xxl-30 {
    gap: 30rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 12rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 15rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 20rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 25rem !important;
  }
  .row-gap-xxl-30 {
    row-gap: 30rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xxl-9 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxl-12 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xxl-15 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .column-gap-xxl-20 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xxl-25 {
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }
  .column-gap-xxl-30 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 3.2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container-xsm, .container-xxsm, .container-se, .container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container-xsm, .container-xxsm, .container-se, .container {
    max-width: 720px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container-xxsm, .container-se, .container {
    max-width: 960px;
  }
}
.container-xxl, .container-lg, .container-md, .container-sm, .container-xsm, .container-xxsm, .container-se, .container {
  max-width: 1140px;
}

@media (min-width: 1520px) {
  .container-xxl, .container-lg, .container-md, .container-sm, .container-xsm, .container-xxsm, .container-se, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-se: 330;
  --bs-breakpoint-xxsm: 375px;
  --bs-breakpoint-xsm: 400px;
  --bs-breakpoint-sm: 768px;
  --bs-breakpoint-md: 1024px;
  --bs-breakpoint-lg: 1280px;
  --bs-breakpoint-xxl: 1520px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-25 {
  margin: 25rem !important;
}

.m-30 {
  margin: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.p-30 {
  padding: 30rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-25 {
  padding-top: 25rem !important;
}

.pt-30 {
  padding-top: 30rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-12 {
  padding-right: 12rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-25 {
  padding-right: 25rem !important;
}

.pe-30 {
  padding-right: 30rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-25 {
  padding-bottom: 25rem !important;
}

.pb-30 {
  padding-bottom: 30rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-12 {
  padding-left: 12rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-25 {
  padding-left: 25rem !important;
}

.ps-30 {
  padding-left: 30rem !important;
}

@media (min-width: 330) {
  .d-se-inline {
    display: inline !important;
  }
  .d-se-inline-block {
    display: inline-block !important;
  }
  .d-se-block {
    display: block !important;
  }
  .d-se-grid {
    display: grid !important;
  }
  .d-se-inline-grid {
    display: inline-grid !important;
  }
  .d-se-table {
    display: table !important;
  }
  .d-se-table-row {
    display: table-row !important;
  }
  .d-se-table-cell {
    display: table-cell !important;
  }
  .d-se-flex {
    display: flex !important;
  }
  .d-se-inline-flex {
    display: inline-flex !important;
  }
  .d-se-none {
    display: none !important;
  }
  .flex-se-fill {
    flex: 1 1 auto !important;
  }
  .flex-se-row {
    flex-direction: row !important;
  }
  .flex-se-column {
    flex-direction: column !important;
  }
  .flex-se-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-se-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-se-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-se-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-se-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-se-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-se-wrap {
    flex-wrap: wrap !important;
  }
  .flex-se-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-se-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-se-start {
    justify-content: flex-start !important;
  }
  .justify-content-se-end {
    justify-content: flex-end !important;
  }
  .justify-content-se-center {
    justify-content: center !important;
  }
  .justify-content-se-between {
    justify-content: space-between !important;
  }
  .justify-content-se-around {
    justify-content: space-around !important;
  }
  .justify-content-se-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-se-start {
    align-items: flex-start !important;
  }
  .align-items-se-end {
    align-items: flex-end !important;
  }
  .align-items-se-center {
    align-items: center !important;
  }
  .align-items-se-baseline {
    align-items: baseline !important;
  }
  .align-items-se-stretch {
    align-items: stretch !important;
  }
  .align-content-se-start {
    align-content: flex-start !important;
  }
  .align-content-se-end {
    align-content: flex-end !important;
  }
  .align-content-se-center {
    align-content: center !important;
  }
  .align-content-se-between {
    align-content: space-between !important;
  }
  .align-content-se-around {
    align-content: space-around !important;
  }
  .align-content-se-stretch {
    align-content: stretch !important;
  }
  .align-self-se-auto {
    align-self: auto !important;
  }
  .align-self-se-start {
    align-self: flex-start !important;
  }
  .align-self-se-end {
    align-self: flex-end !important;
  }
  .align-self-se-center {
    align-self: center !important;
  }
  .align-self-se-baseline {
    align-self: baseline !important;
  }
  .align-self-se-stretch {
    align-self: stretch !important;
  }
  .order-se-first {
    order: -1 !important;
  }
  .order-se-0 {
    order: 0 !important;
  }
  .order-se-1 {
    order: 1 !important;
  }
  .order-se-2 {
    order: 2 !important;
  }
  .order-se-3 {
    order: 3 !important;
  }
  .order-se-4 {
    order: 4 !important;
  }
  .order-se-5 {
    order: 5 !important;
  }
  .order-se-last {
    order: 6 !important;
  }
  .m-se-0 {
    margin: 0 !important;
  }
  .m-se-1 {
    margin: 0.25rem !important;
  }
  .m-se-2 {
    margin: 0.5rem !important;
  }
  .m-se-3 {
    margin: 1rem !important;
  }
  .m-se-4 {
    margin: 1.5rem !important;
  }
  .m-se-5 {
    margin: 3rem !important;
  }
  .m-se-6 {
    margin: 4.5rem !important;
  }
  .m-se-7 {
    margin: 7rem !important;
  }
  .m-se-8 {
    margin: 8rem !important;
  }
  .m-se-9 {
    margin: 9rem !important;
  }
  .m-se-10 {
    margin: 10rem !important;
  }
  .m-se-12 {
    margin: 12rem !important;
  }
  .m-se-15 {
    margin: 15rem !important;
  }
  .m-se-20 {
    margin: 20rem !important;
  }
  .m-se-25 {
    margin: 25rem !important;
  }
  .m-se-30 {
    margin: 30rem !important;
  }
  .m-se-auto {
    margin: auto !important;
  }
  .mx-se-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-se-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-se-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-se-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-se-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-se-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-se-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-se-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-se-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-se-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-se-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-se-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-se-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-se-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-se-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-se-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-se-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-se-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-se-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-se-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-se-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-se-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-se-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-se-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-se-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-se-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-se-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-se-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-se-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-se-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-se-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-se-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-se-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-se-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-se-0 {
    margin-top: 0 !important;
  }
  .mt-se-1 {
    margin-top: 0.25rem !important;
  }
  .mt-se-2 {
    margin-top: 0.5rem !important;
  }
  .mt-se-3 {
    margin-top: 1rem !important;
  }
  .mt-se-4 {
    margin-top: 1.5rem !important;
  }
  .mt-se-5 {
    margin-top: 3rem !important;
  }
  .mt-se-6 {
    margin-top: 4.5rem !important;
  }
  .mt-se-7 {
    margin-top: 7rem !important;
  }
  .mt-se-8 {
    margin-top: 8rem !important;
  }
  .mt-se-9 {
    margin-top: 9rem !important;
  }
  .mt-se-10 {
    margin-top: 10rem !important;
  }
  .mt-se-12 {
    margin-top: 12rem !important;
  }
  .mt-se-15 {
    margin-top: 15rem !important;
  }
  .mt-se-20 {
    margin-top: 20rem !important;
  }
  .mt-se-25 {
    margin-top: 25rem !important;
  }
  .mt-se-30 {
    margin-top: 30rem !important;
  }
  .mt-se-auto {
    margin-top: auto !important;
  }
  .me-se-0 {
    margin-right: 0 !important;
  }
  .me-se-1 {
    margin-right: 0.25rem !important;
  }
  .me-se-2 {
    margin-right: 0.5rem !important;
  }
  .me-se-3 {
    margin-right: 1rem !important;
  }
  .me-se-4 {
    margin-right: 1.5rem !important;
  }
  .me-se-5 {
    margin-right: 3rem !important;
  }
  .me-se-6 {
    margin-right: 4.5rem !important;
  }
  .me-se-7 {
    margin-right: 7rem !important;
  }
  .me-se-8 {
    margin-right: 8rem !important;
  }
  .me-se-9 {
    margin-right: 9rem !important;
  }
  .me-se-10 {
    margin-right: 10rem !important;
  }
  .me-se-12 {
    margin-right: 12rem !important;
  }
  .me-se-15 {
    margin-right: 15rem !important;
  }
  .me-se-20 {
    margin-right: 20rem !important;
  }
  .me-se-25 {
    margin-right: 25rem !important;
  }
  .me-se-30 {
    margin-right: 30rem !important;
  }
  .me-se-auto {
    margin-right: auto !important;
  }
  .mb-se-0 {
    margin-bottom: 0 !important;
  }
  .mb-se-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-se-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-se-3 {
    margin-bottom: 1rem !important;
  }
  .mb-se-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-se-5 {
    margin-bottom: 3rem !important;
  }
  .mb-se-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-se-7 {
    margin-bottom: 7rem !important;
  }
  .mb-se-8 {
    margin-bottom: 8rem !important;
  }
  .mb-se-9 {
    margin-bottom: 9rem !important;
  }
  .mb-se-10 {
    margin-bottom: 10rem !important;
  }
  .mb-se-12 {
    margin-bottom: 12rem !important;
  }
  .mb-se-15 {
    margin-bottom: 15rem !important;
  }
  .mb-se-20 {
    margin-bottom: 20rem !important;
  }
  .mb-se-25 {
    margin-bottom: 25rem !important;
  }
  .mb-se-30 {
    margin-bottom: 30rem !important;
  }
  .mb-se-auto {
    margin-bottom: auto !important;
  }
  .ms-se-0 {
    margin-left: 0 !important;
  }
  .ms-se-1 {
    margin-left: 0.25rem !important;
  }
  .ms-se-2 {
    margin-left: 0.5rem !important;
  }
  .ms-se-3 {
    margin-left: 1rem !important;
  }
  .ms-se-4 {
    margin-left: 1.5rem !important;
  }
  .ms-se-5 {
    margin-left: 3rem !important;
  }
  .ms-se-6 {
    margin-left: 4.5rem !important;
  }
  .ms-se-7 {
    margin-left: 7rem !important;
  }
  .ms-se-8 {
    margin-left: 8rem !important;
  }
  .ms-se-9 {
    margin-left: 9rem !important;
  }
  .ms-se-10 {
    margin-left: 10rem !important;
  }
  .ms-se-12 {
    margin-left: 12rem !important;
  }
  .ms-se-15 {
    margin-left: 15rem !important;
  }
  .ms-se-20 {
    margin-left: 20rem !important;
  }
  .ms-se-25 {
    margin-left: 25rem !important;
  }
  .ms-se-30 {
    margin-left: 30rem !important;
  }
  .ms-se-auto {
    margin-left: auto !important;
  }
  .p-se-0 {
    padding: 0 !important;
  }
  .p-se-1 {
    padding: 0.25rem !important;
  }
  .p-se-2 {
    padding: 0.5rem !important;
  }
  .p-se-3 {
    padding: 1rem !important;
  }
  .p-se-4 {
    padding: 1.5rem !important;
  }
  .p-se-5 {
    padding: 3rem !important;
  }
  .p-se-6 {
    padding: 4.5rem !important;
  }
  .p-se-7 {
    padding: 7rem !important;
  }
  .p-se-8 {
    padding: 8rem !important;
  }
  .p-se-9 {
    padding: 9rem !important;
  }
  .p-se-10 {
    padding: 10rem !important;
  }
  .p-se-12 {
    padding: 12rem !important;
  }
  .p-se-15 {
    padding: 15rem !important;
  }
  .p-se-20 {
    padding: 20rem !important;
  }
  .p-se-25 {
    padding: 25rem !important;
  }
  .p-se-30 {
    padding: 30rem !important;
  }
  .px-se-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-se-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-se-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-se-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-se-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-se-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-se-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-se-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-se-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-se-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-se-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-se-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-se-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-se-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-se-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-se-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-se-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-se-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-se-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-se-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-se-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-se-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-se-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-se-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-se-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-se-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-se-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-se-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-se-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-se-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-se-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-se-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-se-0 {
    padding-top: 0 !important;
  }
  .pt-se-1 {
    padding-top: 0.25rem !important;
  }
  .pt-se-2 {
    padding-top: 0.5rem !important;
  }
  .pt-se-3 {
    padding-top: 1rem !important;
  }
  .pt-se-4 {
    padding-top: 1.5rem !important;
  }
  .pt-se-5 {
    padding-top: 3rem !important;
  }
  .pt-se-6 {
    padding-top: 4.5rem !important;
  }
  .pt-se-7 {
    padding-top: 7rem !important;
  }
  .pt-se-8 {
    padding-top: 8rem !important;
  }
  .pt-se-9 {
    padding-top: 9rem !important;
  }
  .pt-se-10 {
    padding-top: 10rem !important;
  }
  .pt-se-12 {
    padding-top: 12rem !important;
  }
  .pt-se-15 {
    padding-top: 15rem !important;
  }
  .pt-se-20 {
    padding-top: 20rem !important;
  }
  .pt-se-25 {
    padding-top: 25rem !important;
  }
  .pt-se-30 {
    padding-top: 30rem !important;
  }
  .pe-se-0 {
    padding-right: 0 !important;
  }
  .pe-se-1 {
    padding-right: 0.25rem !important;
  }
  .pe-se-2 {
    padding-right: 0.5rem !important;
  }
  .pe-se-3 {
    padding-right: 1rem !important;
  }
  .pe-se-4 {
    padding-right: 1.5rem !important;
  }
  .pe-se-5 {
    padding-right: 3rem !important;
  }
  .pe-se-6 {
    padding-right: 4.5rem !important;
  }
  .pe-se-7 {
    padding-right: 7rem !important;
  }
  .pe-se-8 {
    padding-right: 8rem !important;
  }
  .pe-se-9 {
    padding-right: 9rem !important;
  }
  .pe-se-10 {
    padding-right: 10rem !important;
  }
  .pe-se-12 {
    padding-right: 12rem !important;
  }
  .pe-se-15 {
    padding-right: 15rem !important;
  }
  .pe-se-20 {
    padding-right: 20rem !important;
  }
  .pe-se-25 {
    padding-right: 25rem !important;
  }
  .pe-se-30 {
    padding-right: 30rem !important;
  }
  .pb-se-0 {
    padding-bottom: 0 !important;
  }
  .pb-se-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-se-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-se-3 {
    padding-bottom: 1rem !important;
  }
  .pb-se-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-se-5 {
    padding-bottom: 3rem !important;
  }
  .pb-se-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-se-7 {
    padding-bottom: 7rem !important;
  }
  .pb-se-8 {
    padding-bottom: 8rem !important;
  }
  .pb-se-9 {
    padding-bottom: 9rem !important;
  }
  .pb-se-10 {
    padding-bottom: 10rem !important;
  }
  .pb-se-12 {
    padding-bottom: 12rem !important;
  }
  .pb-se-15 {
    padding-bottom: 15rem !important;
  }
  .pb-se-20 {
    padding-bottom: 20rem !important;
  }
  .pb-se-25 {
    padding-bottom: 25rem !important;
  }
  .pb-se-30 {
    padding-bottom: 30rem !important;
  }
  .ps-se-0 {
    padding-left: 0 !important;
  }
  .ps-se-1 {
    padding-left: 0.25rem !important;
  }
  .ps-se-2 {
    padding-left: 0.5rem !important;
  }
  .ps-se-3 {
    padding-left: 1rem !important;
  }
  .ps-se-4 {
    padding-left: 1.5rem !important;
  }
  .ps-se-5 {
    padding-left: 3rem !important;
  }
  .ps-se-6 {
    padding-left: 4.5rem !important;
  }
  .ps-se-7 {
    padding-left: 7rem !important;
  }
  .ps-se-8 {
    padding-left: 8rem !important;
  }
  .ps-se-9 {
    padding-left: 9rem !important;
  }
  .ps-se-10 {
    padding-left: 10rem !important;
  }
  .ps-se-12 {
    padding-left: 12rem !important;
  }
  .ps-se-15 {
    padding-left: 15rem !important;
  }
  .ps-se-20 {
    padding-left: 20rem !important;
  }
  .ps-se-25 {
    padding-left: 25rem !important;
  }
  .ps-se-30 {
    padding-left: 30rem !important;
  }
}
@media (min-width: 375px) {
  .d-xxsm-inline {
    display: inline !important;
  }
  .d-xxsm-inline-block {
    display: inline-block !important;
  }
  .d-xxsm-block {
    display: block !important;
  }
  .d-xxsm-grid {
    display: grid !important;
  }
  .d-xxsm-inline-grid {
    display: inline-grid !important;
  }
  .d-xxsm-table {
    display: table !important;
  }
  .d-xxsm-table-row {
    display: table-row !important;
  }
  .d-xxsm-table-cell {
    display: table-cell !important;
  }
  .d-xxsm-flex {
    display: flex !important;
  }
  .d-xxsm-inline-flex {
    display: inline-flex !important;
  }
  .d-xxsm-none {
    display: none !important;
  }
  .flex-xxsm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxsm-row {
    flex-direction: row !important;
  }
  .flex-xxsm-column {
    flex-direction: column !important;
  }
  .flex-xxsm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxsm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxsm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxsm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxsm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxsm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxsm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxsm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxsm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxsm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxsm-center {
    justify-content: center !important;
  }
  .justify-content-xxsm-between {
    justify-content: space-between !important;
  }
  .justify-content-xxsm-around {
    justify-content: space-around !important;
  }
  .justify-content-xxsm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxsm-start {
    align-items: flex-start !important;
  }
  .align-items-xxsm-end {
    align-items: flex-end !important;
  }
  .align-items-xxsm-center {
    align-items: center !important;
  }
  .align-items-xxsm-baseline {
    align-items: baseline !important;
  }
  .align-items-xxsm-stretch {
    align-items: stretch !important;
  }
  .align-content-xxsm-start {
    align-content: flex-start !important;
  }
  .align-content-xxsm-end {
    align-content: flex-end !important;
  }
  .align-content-xxsm-center {
    align-content: center !important;
  }
  .align-content-xxsm-between {
    align-content: space-between !important;
  }
  .align-content-xxsm-around {
    align-content: space-around !important;
  }
  .align-content-xxsm-stretch {
    align-content: stretch !important;
  }
  .align-self-xxsm-auto {
    align-self: auto !important;
  }
  .align-self-xxsm-start {
    align-self: flex-start !important;
  }
  .align-self-xxsm-end {
    align-self: flex-end !important;
  }
  .align-self-xxsm-center {
    align-self: center !important;
  }
  .align-self-xxsm-baseline {
    align-self: baseline !important;
  }
  .align-self-xxsm-stretch {
    align-self: stretch !important;
  }
  .order-xxsm-first {
    order: -1 !important;
  }
  .order-xxsm-0 {
    order: 0 !important;
  }
  .order-xxsm-1 {
    order: 1 !important;
  }
  .order-xxsm-2 {
    order: 2 !important;
  }
  .order-xxsm-3 {
    order: 3 !important;
  }
  .order-xxsm-4 {
    order: 4 !important;
  }
  .order-xxsm-5 {
    order: 5 !important;
  }
  .order-xxsm-last {
    order: 6 !important;
  }
  .m-xxsm-0 {
    margin: 0 !important;
  }
  .m-xxsm-1 {
    margin: 0.25rem !important;
  }
  .m-xxsm-2 {
    margin: 0.5rem !important;
  }
  .m-xxsm-3 {
    margin: 1rem !important;
  }
  .m-xxsm-4 {
    margin: 1.5rem !important;
  }
  .m-xxsm-5 {
    margin: 3rem !important;
  }
  .m-xxsm-6 {
    margin: 4.5rem !important;
  }
  .m-xxsm-7 {
    margin: 7rem !important;
  }
  .m-xxsm-8 {
    margin: 8rem !important;
  }
  .m-xxsm-9 {
    margin: 9rem !important;
  }
  .m-xxsm-10 {
    margin: 10rem !important;
  }
  .m-xxsm-12 {
    margin: 12rem !important;
  }
  .m-xxsm-15 {
    margin: 15rem !important;
  }
  .m-xxsm-20 {
    margin: 20rem !important;
  }
  .m-xxsm-25 {
    margin: 25rem !important;
  }
  .m-xxsm-30 {
    margin: 30rem !important;
  }
  .m-xxsm-auto {
    margin: auto !important;
  }
  .mx-xxsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxsm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxsm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxsm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxsm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxsm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxsm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxsm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxsm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxsm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxsm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxsm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxsm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxsm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxsm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxsm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxsm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxsm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxsm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxsm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxsm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxsm-0 {
    margin-top: 0 !important;
  }
  .mt-xxsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xxsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xxsm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxsm-7 {
    margin-top: 7rem !important;
  }
  .mt-xxsm-8 {
    margin-top: 8rem !important;
  }
  .mt-xxsm-9 {
    margin-top: 9rem !important;
  }
  .mt-xxsm-10 {
    margin-top: 10rem !important;
  }
  .mt-xxsm-12 {
    margin-top: 12rem !important;
  }
  .mt-xxsm-15 {
    margin-top: 15rem !important;
  }
  .mt-xxsm-20 {
    margin-top: 20rem !important;
  }
  .mt-xxsm-25 {
    margin-top: 25rem !important;
  }
  .mt-xxsm-30 {
    margin-top: 30rem !important;
  }
  .mt-xxsm-auto {
    margin-top: auto !important;
  }
  .me-xxsm-0 {
    margin-right: 0 !important;
  }
  .me-xxsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxsm-3 {
    margin-right: 1rem !important;
  }
  .me-xxsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxsm-5 {
    margin-right: 3rem !important;
  }
  .me-xxsm-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxsm-7 {
    margin-right: 7rem !important;
  }
  .me-xxsm-8 {
    margin-right: 8rem !important;
  }
  .me-xxsm-9 {
    margin-right: 9rem !important;
  }
  .me-xxsm-10 {
    margin-right: 10rem !important;
  }
  .me-xxsm-12 {
    margin-right: 12rem !important;
  }
  .me-xxsm-15 {
    margin-right: 15rem !important;
  }
  .me-xxsm-20 {
    margin-right: 20rem !important;
  }
  .me-xxsm-25 {
    margin-right: 25rem !important;
  }
  .me-xxsm-30 {
    margin-right: 30rem !important;
  }
  .me-xxsm-auto {
    margin-right: auto !important;
  }
  .mb-xxsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxsm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxsm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxsm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxsm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxsm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxsm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxsm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxsm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxsm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxsm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xxsm-0 {
    margin-left: 0 !important;
  }
  .ms-xxsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xxsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xxsm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxsm-7 {
    margin-left: 7rem !important;
  }
  .ms-xxsm-8 {
    margin-left: 8rem !important;
  }
  .ms-xxsm-9 {
    margin-left: 9rem !important;
  }
  .ms-xxsm-10 {
    margin-left: 10rem !important;
  }
  .ms-xxsm-12 {
    margin-left: 12rem !important;
  }
  .ms-xxsm-15 {
    margin-left: 15rem !important;
  }
  .ms-xxsm-20 {
    margin-left: 20rem !important;
  }
  .ms-xxsm-25 {
    margin-left: 25rem !important;
  }
  .ms-xxsm-30 {
    margin-left: 30rem !important;
  }
  .ms-xxsm-auto {
    margin-left: auto !important;
  }
  .p-xxsm-0 {
    padding: 0 !important;
  }
  .p-xxsm-1 {
    padding: 0.25rem !important;
  }
  .p-xxsm-2 {
    padding: 0.5rem !important;
  }
  .p-xxsm-3 {
    padding: 1rem !important;
  }
  .p-xxsm-4 {
    padding: 1.5rem !important;
  }
  .p-xxsm-5 {
    padding: 3rem !important;
  }
  .p-xxsm-6 {
    padding: 4.5rem !important;
  }
  .p-xxsm-7 {
    padding: 7rem !important;
  }
  .p-xxsm-8 {
    padding: 8rem !important;
  }
  .p-xxsm-9 {
    padding: 9rem !important;
  }
  .p-xxsm-10 {
    padding: 10rem !important;
  }
  .p-xxsm-12 {
    padding: 12rem !important;
  }
  .p-xxsm-15 {
    padding: 15rem !important;
  }
  .p-xxsm-20 {
    padding: 20rem !important;
  }
  .p-xxsm-25 {
    padding: 25rem !important;
  }
  .p-xxsm-30 {
    padding: 30rem !important;
  }
  .px-xxsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxsm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxsm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxsm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxsm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxsm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxsm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxsm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxsm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxsm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxsm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxsm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxsm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxsm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxsm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxsm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxsm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxsm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxsm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxsm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxsm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxsm-0 {
    padding-top: 0 !important;
  }
  .pt-xxsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xxsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxsm-5 {
    padding-top: 3rem !important;
  }
  .pt-xxsm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxsm-7 {
    padding-top: 7rem !important;
  }
  .pt-xxsm-8 {
    padding-top: 8rem !important;
  }
  .pt-xxsm-9 {
    padding-top: 9rem !important;
  }
  .pt-xxsm-10 {
    padding-top: 10rem !important;
  }
  .pt-xxsm-12 {
    padding-top: 12rem !important;
  }
  .pt-xxsm-15 {
    padding-top: 15rem !important;
  }
  .pt-xxsm-20 {
    padding-top: 20rem !important;
  }
  .pt-xxsm-25 {
    padding-top: 25rem !important;
  }
  .pt-xxsm-30 {
    padding-top: 30rem !important;
  }
  .pe-xxsm-0 {
    padding-right: 0 !important;
  }
  .pe-xxsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xxsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxsm-5 {
    padding-right: 3rem !important;
  }
  .pe-xxsm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxsm-7 {
    padding-right: 7rem !important;
  }
  .pe-xxsm-8 {
    padding-right: 8rem !important;
  }
  .pe-xxsm-9 {
    padding-right: 9rem !important;
  }
  .pe-xxsm-10 {
    padding-right: 10rem !important;
  }
  .pe-xxsm-12 {
    padding-right: 12rem !important;
  }
  .pe-xxsm-15 {
    padding-right: 15rem !important;
  }
  .pe-xxsm-20 {
    padding-right: 20rem !important;
  }
  .pe-xxsm-25 {
    padding-right: 25rem !important;
  }
  .pe-xxsm-30 {
    padding-right: 30rem !important;
  }
  .pb-xxsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxsm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxsm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxsm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxsm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxsm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxsm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxsm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxsm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxsm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxsm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxsm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxsm-0 {
    padding-left: 0 !important;
  }
  .ps-xxsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xxsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxsm-5 {
    padding-left: 3rem !important;
  }
  .ps-xxsm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxsm-7 {
    padding-left: 7rem !important;
  }
  .ps-xxsm-8 {
    padding-left: 8rem !important;
  }
  .ps-xxsm-9 {
    padding-left: 9rem !important;
  }
  .ps-xxsm-10 {
    padding-left: 10rem !important;
  }
  .ps-xxsm-12 {
    padding-left: 12rem !important;
  }
  .ps-xxsm-15 {
    padding-left: 15rem !important;
  }
  .ps-xxsm-20 {
    padding-left: 20rem !important;
  }
  .ps-xxsm-25 {
    padding-left: 25rem !important;
  }
  .ps-xxsm-30 {
    padding-left: 30rem !important;
  }
}
@media (min-width: 400px) {
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-grid {
    display: grid !important;
  }
  .d-xsm-inline-grid {
    display: inline-grid !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: inline-flex !important;
  }
  .d-xsm-none {
    display: none !important;
  }
  .flex-xsm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xsm-row {
    flex-direction: row !important;
  }
  .flex-xsm-column {
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xsm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    justify-content: space-around !important;
  }
  .justify-content-xsm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xsm-start {
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    align-content: center !important;
  }
  .align-content-xsm-between {
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    align-self: auto !important;
  }
  .align-self-xsm-start {
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    align-self: stretch !important;
  }
  .order-xsm-first {
    order: -1 !important;
  }
  .order-xsm-0 {
    order: 0 !important;
  }
  .order-xsm-1 {
    order: 1 !important;
  }
  .order-xsm-2 {
    order: 2 !important;
  }
  .order-xsm-3 {
    order: 3 !important;
  }
  .order-xsm-4 {
    order: 4 !important;
  }
  .order-xsm-5 {
    order: 5 !important;
  }
  .order-xsm-last {
    order: 6 !important;
  }
  .m-xsm-0 {
    margin: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .m-xsm-6 {
    margin: 4.5rem !important;
  }
  .m-xsm-7 {
    margin: 7rem !important;
  }
  .m-xsm-8 {
    margin: 8rem !important;
  }
  .m-xsm-9 {
    margin: 9rem !important;
  }
  .m-xsm-10 {
    margin: 10rem !important;
  }
  .m-xsm-12 {
    margin: 12rem !important;
  }
  .m-xsm-15 {
    margin: 15rem !important;
  }
  .m-xsm-20 {
    margin: 20rem !important;
  }
  .m-xsm-25 {
    margin: 25rem !important;
  }
  .m-xsm-30 {
    margin: 30rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xsm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xsm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xsm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xsm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xsm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xsm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xsm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xsm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xsm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xsm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xsm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xsm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xsm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xsm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xsm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xsm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xsm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xsm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xsm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xsm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xsm-0 {
    margin-top: 0 !important;
  }
  .mt-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xsm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xsm-7 {
    margin-top: 7rem !important;
  }
  .mt-xsm-8 {
    margin-top: 8rem !important;
  }
  .mt-xsm-9 {
    margin-top: 9rem !important;
  }
  .mt-xsm-10 {
    margin-top: 10rem !important;
  }
  .mt-xsm-12 {
    margin-top: 12rem !important;
  }
  .mt-xsm-15 {
    margin-top: 15rem !important;
  }
  .mt-xsm-20 {
    margin-top: 20rem !important;
  }
  .mt-xsm-25 {
    margin-top: 25rem !important;
  }
  .mt-xsm-30 {
    margin-top: 30rem !important;
  }
  .mt-xsm-auto {
    margin-top: auto !important;
  }
  .me-xsm-0 {
    margin-right: 0 !important;
  }
  .me-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xsm-3 {
    margin-right: 1rem !important;
  }
  .me-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xsm-5 {
    margin-right: 3rem !important;
  }
  .me-xsm-6 {
    margin-right: 4.5rem !important;
  }
  .me-xsm-7 {
    margin-right: 7rem !important;
  }
  .me-xsm-8 {
    margin-right: 8rem !important;
  }
  .me-xsm-9 {
    margin-right: 9rem !important;
  }
  .me-xsm-10 {
    margin-right: 10rem !important;
  }
  .me-xsm-12 {
    margin-right: 12rem !important;
  }
  .me-xsm-15 {
    margin-right: 15rem !important;
  }
  .me-xsm-20 {
    margin-right: 20rem !important;
  }
  .me-xsm-25 {
    margin-right: 25rem !important;
  }
  .me-xsm-30 {
    margin-right: 30rem !important;
  }
  .me-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xsm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xsm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xsm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xsm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xsm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xsm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xsm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xsm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xsm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xsm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xsm-0 {
    margin-left: 0 !important;
  }
  .ms-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xsm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xsm-7 {
    margin-left: 7rem !important;
  }
  .ms-xsm-8 {
    margin-left: 8rem !important;
  }
  .ms-xsm-9 {
    margin-left: 9rem !important;
  }
  .ms-xsm-10 {
    margin-left: 10rem !important;
  }
  .ms-xsm-12 {
    margin-left: 12rem !important;
  }
  .ms-xsm-15 {
    margin-left: 15rem !important;
  }
  .ms-xsm-20 {
    margin-left: 20rem !important;
  }
  .ms-xsm-25 {
    margin-left: 25rem !important;
  }
  .ms-xsm-30 {
    margin-left: 30rem !important;
  }
  .ms-xsm-auto {
    margin-left: auto !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .p-xsm-6 {
    padding: 4.5rem !important;
  }
  .p-xsm-7 {
    padding: 7rem !important;
  }
  .p-xsm-8 {
    padding: 8rem !important;
  }
  .p-xsm-9 {
    padding: 9rem !important;
  }
  .p-xsm-10 {
    padding: 10rem !important;
  }
  .p-xsm-12 {
    padding: 12rem !important;
  }
  .p-xsm-15 {
    padding: 15rem !important;
  }
  .p-xsm-20 {
    padding: 20rem !important;
  }
  .p-xsm-25 {
    padding: 25rem !important;
  }
  .p-xsm-30 {
    padding: 30rem !important;
  }
  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xsm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xsm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xsm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xsm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xsm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xsm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xsm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xsm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xsm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xsm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xsm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xsm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xsm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xsm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xsm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xsm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xsm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xsm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xsm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xsm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xsm-0 {
    padding-top: 0 !important;
  }
  .pt-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xsm-5 {
    padding-top: 3rem !important;
  }
  .pt-xsm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xsm-7 {
    padding-top: 7rem !important;
  }
  .pt-xsm-8 {
    padding-top: 8rem !important;
  }
  .pt-xsm-9 {
    padding-top: 9rem !important;
  }
  .pt-xsm-10 {
    padding-top: 10rem !important;
  }
  .pt-xsm-12 {
    padding-top: 12rem !important;
  }
  .pt-xsm-15 {
    padding-top: 15rem !important;
  }
  .pt-xsm-20 {
    padding-top: 20rem !important;
  }
  .pt-xsm-25 {
    padding-top: 25rem !important;
  }
  .pt-xsm-30 {
    padding-top: 30rem !important;
  }
  .pe-xsm-0 {
    padding-right: 0 !important;
  }
  .pe-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xsm-5 {
    padding-right: 3rem !important;
  }
  .pe-xsm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xsm-7 {
    padding-right: 7rem !important;
  }
  .pe-xsm-8 {
    padding-right: 8rem !important;
  }
  .pe-xsm-9 {
    padding-right: 9rem !important;
  }
  .pe-xsm-10 {
    padding-right: 10rem !important;
  }
  .pe-xsm-12 {
    padding-right: 12rem !important;
  }
  .pe-xsm-15 {
    padding-right: 15rem !important;
  }
  .pe-xsm-20 {
    padding-right: 20rem !important;
  }
  .pe-xsm-25 {
    padding-right: 25rem !important;
  }
  .pe-xsm-30 {
    padding-right: 30rem !important;
  }
  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xsm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xsm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xsm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xsm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xsm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xsm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xsm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xsm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xsm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xsm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xsm-0 {
    padding-left: 0 !important;
  }
  .ps-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xsm-5 {
    padding-left: 3rem !important;
  }
  .ps-xsm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xsm-7 {
    padding-left: 7rem !important;
  }
  .ps-xsm-8 {
    padding-left: 8rem !important;
  }
  .ps-xsm-9 {
    padding-left: 9rem !important;
  }
  .ps-xsm-10 {
    padding-left: 10rem !important;
  }
  .ps-xsm-12 {
    padding-left: 12rem !important;
  }
  .ps-xsm-15 {
    padding-left: 15rem !important;
  }
  .ps-xsm-20 {
    padding-left: 20rem !important;
  }
  .ps-xsm-25 {
    padding-left: 25rem !important;
  }
  .ps-xsm-30 {
    padding-left: 30rem !important;
  }
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-sm-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-sm-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-12 {
    margin-top: 12rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 25rem !important;
  }
  .mt-sm-30 {
    margin-top: 30rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-12 {
    margin-right: 12rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-25 {
    margin-right: 25rem !important;
  }
  .me-sm-30 {
    margin-right: 30rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 30rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-12 {
    margin-left: 12rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-25 {
    margin-left: 25rem !important;
  }
  .ms-sm-30 {
    margin-left: 30rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-sm-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-sm-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-12 {
    padding-top: 12rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 25rem !important;
  }
  .pt-sm-30 {
    padding-top: 30rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-12 {
    padding-right: 12rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pe-sm-25 {
    padding-right: 25rem !important;
  }
  .pe-sm-30 {
    padding-right: 30rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 30rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-12 {
    padding-left: 12rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .ps-sm-25 {
    padding-left: 25rem !important;
  }
  .ps-sm-30 {
    padding-left: 30rem !important;
  }
}
@media (min-width: 1024px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-md-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-md-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 25rem !important;
  }
  .mt-md-30 {
    margin-top: 30rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-25 {
    margin-right: 25rem !important;
  }
  .me-md-30 {
    margin-right: 30rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 30rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-25 {
    margin-left: 25rem !important;
  }
  .ms-md-30 {
    margin-left: 30rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-md-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-md-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 25rem !important;
  }
  .pt-md-30 {
    padding-top: 30rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pe-md-25 {
    padding-right: 25rem !important;
  }
  .pe-md-30 {
    padding-right: 30rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 25rem !important;
  }
  .pb-md-30 {
    padding-bottom: 30rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .ps-md-25 {
    padding-left: 25rem !important;
  }
  .ps-md-30 {
    padding-left: 30rem !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-lg-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-lg-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 25rem !important;
  }
  .mt-lg-30 {
    margin-top: 30rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-12 {
    margin-right: 12rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-25 {
    margin-right: 25rem !important;
  }
  .me-lg-30 {
    margin-right: 30rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 30rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-12 {
    margin-left: 12rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-25 {
    margin-left: 25rem !important;
  }
  .ms-lg-30 {
    margin-left: 30rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-lg-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-lg-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 25rem !important;
  }
  .pt-lg-30 {
    padding-top: 30rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-12 {
    padding-right: 12rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pe-lg-25 {
    padding-right: 25rem !important;
  }
  .pe-lg-30 {
    padding-right: 30rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 30rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-12 {
    padding-left: 12rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .ps-lg-25 {
    padding-left: 25rem !important;
  }
  .ps-lg-30 {
    padding-left: 30rem !important;
  }
}
@media (min-width: 1520px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-12 {
    margin: 12rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-25 {
    margin: 25rem !important;
  }
  .m-xxl-30 {
    margin: 30rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-25 {
    margin-right: 25rem !important;
    margin-left: 25rem !important;
  }
  .mx-xxl-30 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .my-xxl-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-12 {
    margin-top: 12rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-25 {
    margin-top: 25rem !important;
  }
  .mt-xxl-30 {
    margin-top: 30rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-12 {
    margin-right: 12rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-25 {
    margin-right: 25rem !important;
  }
  .me-xxl-30 {
    margin-right: 30rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-12 {
    margin-left: 12rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-25 {
    margin-left: 25rem !important;
  }
  .ms-xxl-30 {
    margin-left: 30rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-12 {
    padding: 12rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .p-xxl-25 {
    padding: 25rem !important;
  }
  .p-xxl-30 {
    padding: 30rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-25 {
    padding-right: 25rem !important;
    padding-left: 25rem !important;
  }
  .px-xxl-30 {
    padding-right: 30rem !important;
    padding-left: 30rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .py-xxl-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-12 {
    padding-top: 12rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pt-xxl-25 {
    padding-top: 25rem !important;
  }
  .pt-xxl-30 {
    padding-top: 30rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-12 {
    padding-right: 12rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pe-xxl-25 {
    padding-right: 25rem !important;
  }
  .pe-xxl-30 {
    padding-right: 30rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-12 {
    padding-left: 12rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .ps-xxl-25 {
    padding-left: 25rem !important;
  }
  .ps-xxl-30 {
    padding-left: 30rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.block-text {
  margin-bottom: 10rem;
}
@media (max-width: 1023.9px) {
  .block-text {
    margin-bottom: 5rem;
  }
}
.block-text:last-child {
  margin-bottom: 0;
}

.block-three-quarters {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 1023.9px) {
  .block-three-quarters {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.block-text-two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 7rem;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
}
@media (max-width: 1023.9px) {
  .block-text-two-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
  }
}

.block-full-image {
  transform: translateX(-50%);
  position: relative;
  width: 100vw;
  left: 50%;
}
@media (max-width: 1279.9px) {
  .block-full-image {
    height: 40rem;
  }
}
@media (max-width: 1023.9px) {
  .block-full-image {
    height: 30rem;
  }
}
.block-full-image img {
  width: 100%;
}
@media (max-width: 1279.9px) {
  .block-full-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.block-image-text {
  display: flex;
  gap: 7rem;
}
@media (max-width: 1023.9px) {
  .block-image-text {
    display: block;
    gap: 0;
  }
}
.block-image-text > * {
  flex: 1;
}
.block-image-text .block-image-text__image {
  width: 100%;
}
@media (max-width: 1023.9px) {
  .block-image-text .block-image-text__image {
    margin-bottom: 2rem;
  }
}
.block-image-text .block-image-text__image img {
  border-radius: 0.4rem;
}

.block-about__text {
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  line-height: 4rem;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
@media (max-width: 1023.9px) {
  .block-about__text {
    font-size: 2.6rem;
    letter-spacing: -0.013rem;
    line-height: 3.5rem;
    margin-top: 1.5rem;
  }
}

.block-discover__item {
  border-bottom: 0.1rem solid var(--black-black-1);
}
.block-discover__item:last-child {
  border-bottom: 0;
}

.block-discover__link {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  min-height: 10rem;
  position: relative;
}
@media (max-width: 1023.9px) {
  .block-discover__link {
    min-height: 7rem;
  }
}
.block-discover__link > div {
  width: 100%;
}
.block-discover__link:hover:after {
  right: 0;
}
.block-discover__link:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0.8rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  background: url(../../icons/public/arrow-right-big.svg) no-repeat center;
}

.block-discover__title {
  transition: all 0.2s ease-in-out;
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  line-height: 4rem;
}
@media (max-width: 1023.9px) {
  .block-discover__title {
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: -0.02rem;
    line-height: 3rem;
  }
}
.block-discover__link:hover .block-discover__title {
  color: var(--Background-Brand-Primary-Default);
}

.block-discover__hover {
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.009rem;
  line-height: 2.4rem;
  display: none;
}
@media (max-width: 1023.9px) {
  .block-discover__hover {
    display: none !important;
  }
}

.block-news {
  padding-top: 4rem;
}
@media (max-width: 1023.9px) {
  .block-news {
    padding: 0;
  }
}

.block-news__header {
  display: flex;
}

.block-news__article {
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 3rem 3rem 3rem 0;
  border-bottom: 0.1rem solid var(--black-black-2);
}
@media (max-width: 1023.9px) {
  .block-news__article {
    padding: 2rem 0;
  }
}
.block-news__article:hover {
  border-color: var(--Background-Brand-Primary-Default);
}
.block-news__article:hover span,
.block-news__article:hover p {
  color: #000;
}
.block-news__article span {
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: var(--black-black-3);
  letter-spacing: 0.035rem;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.block-news__article h4 {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 2.6rem;
  margin: 0 0 1rem;
  padding: 0;
}
.block-news__article p {
  transition: all 0.2s ease-in-out;
  font-size: 2rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.02rem;
  line-height: 3rem;
}
@media (max-width: 1023.9px) {
  .block-news__article p {
    font-size: 1.8rem;
    letter-spacing: -0.018rem;
    line-height: 2.6rem;
  }
}

.block-downloads {
  border-radius: 0.4rem;
  padding: 4rem 5rem 5rem;
  border: 0.1rem solid var(--Border-Neutral-Default);
}
@media (max-width: 1023.9px) {
  .block-downloads {
    padding: 3rem;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}

.block-download__text {
  margin-top: 3rem;
}

@media (max-width: 1023.9px) {
  .block-case-studies {
    overflow: visible;
  }
}

.block-case-studies__header {
  display: flex;
  margin-bottom: 3rem;
}

.block-case-studies__articles-wrapper {
  width: calc(100% + 3rem);
}
@media (max-width: 1023.9px) {
  .block-case-studies__articles-wrapper {
    width: calc(100% + 1.4rem);
  }
}

.block-case-studies__articles {
  display: flex;
  width: 100%;
}
.block-case-studies__articles .slick-list {
  width: 100%;
}
.block-case-studies__articles .slick-track {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023.9px) {
  .block-case-studies__articles .slick-track {
    margin: 0 -0.7rem;
  }
}

.block-main-slider {
  display: block;
  width: 100vw;
  height: calc(100vh - 15rem);
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media (max-width: 1023.9px) {
  .block-main-slider {
    height: calc(100vh - 7rem);
    height: calc(var(--vh, 1vh) * 100 - 7rem);
  }
}
@media (max-width: 1023.9px) and (max-height: 600px) {
  .block-main-slider {
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100 - 7rem);
  }
}
@media (min-width: 1520.1px) {
  .--video-slider .block-main-slider .container-fluid, .--video-slider .block-main-slider .container-sm, .--video-slider .block-main-slider .container-md, .--video-slider .block-main-slider .container-lg, .--video-slider .block-main-slider .container-xl, .--video-slider .block-main-slider .container-xxl {
    max-width: calc(100% - 38rem);
  }
}

.block-main-slider__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.block-main-slider__wrapper .slick-track,
.block-main-slider__wrapper .slick-list {
  height: 100%;
}
.block-main-slider__slide {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
@media (max-width: 1023.9px) and (max-height: 600px) {
  .block-main-slider__slide {
    height: auto;
  }
  .block-main-slider__slide.--no-image {
    padding-top: 5rem;
  }
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.36);
  }
}
.block-main-slider__slide-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.--animate .block-main-slider__slide-bg {
  transform: scale(1);
  animation: scaling 20s linear;
}
.block-main-slider__slide-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1023.9px) {
  .--page-banner-alignment-left .block-main-slider__slide-bg img {
    -o-object-position: left center;
       object-position: left center;
  }
  .--page-banner-alignment-right .block-main-slider__slide-bg img {
    -o-object-position: right center;
       object-position: right center;
  }
  .--page-banner-alignment-center .block-main-slider__slide-bg img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.block-main-slider__slide-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
  opacity: var(--opacity);
}
.--dark-version .block-main-slider__slide-bg:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
}
@media (max-width: 1023.9px) {
  .block-main-slider__slide-bg:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
  }
  .--dark-version .block-main-slider__slide-bg:before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.--video-slider .block-main-slider__slide-bg:before {
  height: 50%;
  bottom: 0;
  top: auto;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1023.9px) {
  .--video-slider .block-main-slider__slide-bg:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.--video-slider .--dark-version .block-main-slider__slide-bg:before {
  height: 50%;
  bottom: 0;
  top: auto;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1023.9px) {
  .--video-slider .--dark-version .block-main-slider__slide-bg:before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  }
}

.block-main-slider__slide-content {
  position: relative;
  height: calc(100% - 14rem);
  z-index: 2;
}
.block-main-slider.one-item .block-main-slider__slide-content {
  height: 100%;
}
@media (max-width: 1023.9px) {
  .block-main-slider.one-item .block-main-slider__slide-content {
    height: calc(100% - 4rem);
  }
}
@media (max-width: 1023.9px) {
  .block-main-slider__slide-content {
    height: calc(100% - 4rem);
    padding-top: 2rem;
  }
}
@media (max-width: 1023.9px) and (max-height: 600px) {
  .block-main-slider__slide-content {
    height: auto;
    padding-bottom: 4rem;
    min-height: calc(var(--vh, 1vh) * 100 - 7rem);
    display: flex;
  }
  .block-main-slider__slide-content > .container-fluid, .block-main-slider__slide-content > .container-sm, .block-main-slider__slide-content > .container-md, .block-main-slider__slide-content > .container-lg, .block-main-slider__slide-content > .container-xl, .block-main-slider__slide-content > .container-xxl {
    margin-top: auto;
  }
}

.block-main-slider__slide-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 50%;
  position: relative;
  height: 47rem;
  transform: translateY(-50%);
}
.--video-slider .block-main-slider__slide-text {
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1023.9px) {
  .block-main-slider__slide-text {
    justify-content: center;
    margin-top: 0;
    position: relative;
    z-index: 3;
    height: 42rem;
    transform: translateY(0);
  }
}

.banner__title .word {
  display: inline-block;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: calc(100ms * var(--word-index));
  transform: translateY(2rem);
  opacity: 0;
}
.slick-active .banner__title .word {
  transform: translateY(0);
  opacity: 1;
}

.block-main-slider__slide-image {
  height: 100%;
  width: calc(100% + 10rem);
  margin-left: -5rem;
  display: flex;
}
@media (max-width: 1023.9px) {
  .block-main-slider__slide-image {
    width: calc(100% - 3rem);
    margin-left: 0;
    height: 26rem;
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 1023.9px) and (max-height: 1024px) {
  .block-main-slider__slide-image {
    height: 52rem;
  }
}
@media (max-width: 1023.9px) and (max-height: 820px) {
  .block-main-slider__slide-image {
    height: 32rem;
  }
}
@media (max-width: 1023.9px) and (max-height: 740px) {
  .block-main-slider__slide-image {
    height: 26rem;
  }
}
@media (max-width: 1023.9px) and (max-height: 600px) {
  .block-main-slider__slide-image {
    height: 20.5rem;
    position: relative;
    width: 100%;
  }
}
.block-main-slider__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-main-slider__menu {
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 10;
  bottom: 2rem;
  left: 0;
  width: 100%;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.block-main-slider.one-item .block-main-slider__menu {
  display: none;
}
.--dark-tools .block-main-slider__menu {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.--video-slider .block-main-slider__menu {
  display: none;
}
.block-main-slider__menu .slick-track {
  display: flex;
  width: 100% !important;
  margin: 0 -1.5rem;
}
@media (max-width: 1023.9px) {
  .block-main-slider__menu {
    display: none;
  }
}

.block-main-slider__menu-inner {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  box-sizing: border-box;
}

.block-main-slider__menu-slider {
  width: calc(100% + 3rem);
}

.block-main-slider__menu-item {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 2rem;
  height: 12rem;
  padding-right: 8rem;
  cursor: pointer;
  margin: 0 1.5rem;
  position: relative;
  padding-bottom: 2rem;
  opacity: 0.5;
}
.--dark-tools .block-main-slider__menu-item {
  color: #000;
}
.block-main-slider__menu-item:hover {
  opacity: 1;
}
.block-main-slider__menu-item:before {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  top: -0.1rem;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
}
.--dark-tools .block-main-slider__menu-item:before {
  background: rgba(0, 0, 0, 0.2);
}
.block-main-slider__menu-item:hover:not(.slick-current):before {
  opacity: 1;
}
.block-main-slider__menu-item.slick-current {
  opacity: 1;
}

.block-main-slider__menu-item-indicator {
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 0.1rem;
  top: -0.1rem;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
.--dark-tools .block-main-slider__menu-item-indicator {
  background: rgba(0, 0, 0, 0.2);
}
.block-main-slider__menu-item-indicator span {
  display: block;
  height: 100%;
  background: var(--Background-Brand-Primary-Default);
  width: 0%;
  transition-property: background-color;
  transition-duration: 300ms;
}
.--dark-tools .block-main-slider__menu-item-indicator span {
  background: #000;
}
.slick-current .block-main-slider__menu-item-indicator {
  display: block;
}

.block-main-slider__slide-indicator {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 0.2rem;
  top: 0rem;
  left: 0;
  display: none;
}
.block-main-slider__slide-indicator span {
  display: block;
  height: 100%;
  background: var(--Background-Brand-Primary-Default);
  width: 0%;
}
@media (max-width: 1023.9px) {
  .slick-current .block-main-slider__slide-indicator {
    display: block;
  }
}

.main-slider__arrows {
  position: absolute;
  z-index: 12;
  right: 5rem;
  top: 50%;
  margin-top: -1.5rem;
  display: flex;
}
@media (max-width: 1023.9px) {
  .main-slider__arrows {
    top: 3rem;
    right: 3rem;
    margin-top: 0;
  }
}

.main-slider__arrow {
  transition: all 0.2s ease-in-out;
  width: 3rem;
  height: 3rem;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.--dark-tools .main-slider__arrow {
  background: #000;
}
.main-slider__arrow.--prev {
  -webkit-mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center;
          mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center;
  transform: rotate(180deg);
}
.main-slider__arrow.--prev:hover {
  -webkit-mask-position: left 1.3rem center;
          mask-position: left 1.3rem center;
}
.main-slider__arrow.--next {
  -webkit-mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center;
          mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center;
  margin-left: 1rem;
}
.main-slider__arrow.--next:hover {
  -webkit-mask-position: left 1.3rem center;
          mask-position: left 1.3rem center;
}

.block-main-slider__h100 {
  height: 100%;
}
@media (max-width: 1023.9px) {
  .block-main-slider__h100.--mobile-auto {
    height: auto;
  }
}

.block-get-in-touch {
  padding: 5rem 0;
  border: 0.1rem solid var(--black-black-2);
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .block-get-in-touch {
    padding: 6rem 3rem 0;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    border: 0;
    border-top: 0.1rem solid var(--black-black-2);
    border-radius: 0;
  }
}

.block-get-in-touch__content {
  padding-left: 5rem;
}
@media (max-width: 1023.9px) {
  .block-get-in-touch__content {
    padding: 0;
  }
}

.block-get-in-touch__cta {
  width: 100%;
  padding-right: 5rem;
}
@media (max-width: 1023.9px) {
  .block-get-in-touch__cta {
    padding: 0rem;
    margin-top: 2rem;
  }
}

.block-get-in-touch__label {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  display: flex;
  line-height: 1.7rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023.9px) {
  .block-get-in-touch__label {
    margin-bottom: 1.5rem;
  }
}

.block-get-in-touch__text {
  margin-top: 2rem;
}
@media (max-width: 1023.9px) {
  .block-get-in-touch__text {
    margin-top: 1.5rem;
  }
}

.block-product-detail__mobile,
.block-product-detail__filter-mobile {
  display: none;
}
@media (max-width: 1023.9px) {
  .block-product-detail__mobile,
  .block-product-detail__filter-mobile {
    display: flex;
  }
}

@media (max-width: 1023.9px) {
  .block-product-detail__filter {
    display: none;
  }
  .block-product-detail__filter.--visible {
    display: flex;
  }
}

.block-product-detail__filter-toggle {
  display: flex;
  align-items: center;
  position: relative;
  height: 6rem;
  width: calc(100% + 6rem);
  margin-left: -3rem;
  padding: 0 3rem;
  border-top: 0.1rem solid var(--black-black-2);
  border-bottom: 0.1rem solid var(--black-black-2);
  font-size: 1.8rem;
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}
.block-product-detail__filter-toggle.--visible:after {
  transform: rotate(180deg);
}
.block-product-detail__filter-toggle:after {
  content: "";
  width: 0.8rem;
  height: 0.6rem;
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/select-arrow.svg) no-repeat center;
          mask: url(../../icons/public/select-arrow.svg) no-repeat center;
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -0.3rem;
  transition-property: background;
  transition-duration: 300ms;
}

.block-product-detail__article {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .block-product-detail__article {
    flex-wrap: wrap;
  }
}
.block-product-detail__article span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: var(--black-black-4);
  letter-spacing: -0.02rem;
}
@media (max-width: 1023.9px) {
  .block-product-detail__article span {
    margin: 0 1rem 1rem 0;
  }
}
.block-product-detail__article .badge {
  color: #000;
  margin-left: 1rem;
  cursor: default;
}
@media (max-width: 1023.9px) {
  .block-product-detail__article .badge {
    height: 4rem;
    margin: 0 1rem 1rem 0;
  }
}

.block-product-detail__image {
  width: 100%;
  height: 47rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2rem;
  flex-direction: column;
  max-height: 470px;
}
@media (max-width: 1023.9px) {
  .block-product-detail__image {
    margin-left: auto;
  }
}

.block-product-detail__image-item {
  display: none;
  position: relative;
  max-height: 100%;
  max-width: 100%;
}
.block-product-detail__image-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-product-detail__image-item.--active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-product-detail__image-item.--sketch, .block-product-detail__image-item.--object3d {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 4rem;
  border-radius: 0.4rem;
}
.block-product-detail__image-item.--object3d {
  padding: 0;
}
.block-product-detail__image-item .gallery-3d-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.block-product-detail__image-item .gallery-3d-wrapper .viewer-3d {
  width: 100%;
  height: 100%;
}
.block-product-detail__image-item .gallery-3d-wrapper .loading--model {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-product-detail__image-item-badge {
  transition: all 0.2s ease-in-out;
  height: 4rem;
  background: #fff;
  border: 0.1rem solid var(--black-black-2);
  position: absolute;
  z-index: 5;
  bottom: 3rem;
  left: 3rem;
  padding: 0 2rem 0 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 2rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.block-product-detail__image-item-badge:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.block-product-detail__image-item-badge:hover span:before {
  background: #a7a7a7;
}
.block-product-detail__image-item-badge span {
  font-size: 1.6rem;
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: 0;
  line-height: 1.9rem;
  margin-top: 0.2rem;
  white-space: nowrap;
  display: flex;
}
.block-product-detail__image-item-badge span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  background: #d3d3d3;
  margin-right: 1rem;
  margin-top: -0.2rem;
  -webkit-mask: url(../../icons/public/question.svg) no-repeat center;
          mask: url(../../icons/public/question.svg) no-repeat center;
}

.block-product-detail__image-handler {
  width: 100%;
  height: 47rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .block-product-detail__image-handler {
    flex-direction: row;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.block-product-detail__image-handler li {
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 7rem;
  height: 7rem;
  background: #fff;
  padding: 0.5rem;
  border: 0.1rem solid #fff;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023.9px) {
  .block-product-detail__image-handler li {
    border-width: 0.1rem;
    margin: 0 0.5rem;
  }
}
.block-product-detail__image-handler li:last-child {
  margin-bottom: 0;
}
.block-product-detail__image-handler li:hover {
  border-color: var(--Background-Brand-Primary-Default);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.block-product-detail__image-handler li:after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: -0.1rem;
  right: -0.1rem;
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  border-radius: 0.4rem;
  opacity: 0;
}
.block-product-detail__image-handler li.--active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.block-product-detail__image-handler li.--active:after {
  opacity: 1;
}
.block-product-detail__image-handler li.--icon {
  background: url(../../icons/public/3d-icon.svg) no-repeat #fff center;
}
.block-product-detail__image-handler li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-block:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media (min-width: 1024.1px) {
  .row .content-block:has(.block-downloads) {
    height: 100%;
  }
  .row .content-block:has(.block-downloads) > * {
    height: 100%;
  }
}

.accordion-wrapper,
.wp-block-group {
  max-width: 94rem;
}

.page-basic__content h2 { /* reduce for migrated contents */
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-md);
  font-weight: 400;
  line-height: 112.5%;
  max-width: 120rem;
}
.page-basic__content h1, .page-basic__content h2, .page-basic__content h3, .page-basic__content h4, .page-basic__content h5, .page-basic__content h6, .page-basic__content p, .page-basic__content ul, .page-basic__content ol, .page-basic__content table {
  max-width: 94rem;
}

.g-content h1:not(:last-child), .g-content .h1:not(:last-child), .g-content h2:not(:last-child), .g-content .h2:not(:last-child), .g-content h3:not(:last-child), .g-content .h3:not(:last-child), .g-content h4:not(:last-child), .g-content .h4:not(:last-child), .g-content h5:not(:last-child), .g-content .h5:not(:last-child), .g-content h6:not(:last-child), .g-content .h6:not(:last-child),
.g-content .title-xl:not(:last-child), .g-content .title-lg:not(:last-child), .g-content .title-md:not(:last-child), .g-content .title-sm:not(:last-child), .wp-block-group h1:not(:last-child), .wp-block-group .h1:not(:last-child), .wp-block-group h2:not(:last-child), .wp-block-group .h2:not(:last-child), .wp-block-group h3:not(:last-child), .wp-block-group .h3:not(:last-child), .wp-block-group h4:not(:last-child), .wp-block-group .h4:not(:last-child), .wp-block-group h5:not(:last-child), .wp-block-group .h5:not(:last-child), .wp-block-group h6:not(:last-child), .wp-block-group .h6:not(:last-child),
.wp-block-group .title-xl:not(:last-child), .wp-block-group .title-lg:not(:last-child), .wp-block-group .title-md:not(:last-child), .wp-block-group .title-sm:not(:last-child), .page-basic__content h1:not(:last-child), .page-basic__content .h1:not(:last-child), .page-basic__content h2:not(:last-child), .page-basic__content .h2:not(:last-child), .page-basic__content h3:not(:last-child), .page-basic__content .h3:not(:last-child), .page-basic__content h4:not(:last-child), .page-basic__content .h4:not(:last-child), .page-basic__content h5:not(:last-child), .page-basic__content .h5:not(:last-child), .page-basic__content h6:not(:last-child), .page-basic__content .h6:not(:last-child),
.page-basic__content .title-xl:not(:last-child), .page-basic__content .title-lg:not(:last-child), .page-basic__content .title-md:not(:last-child), .page-basic__content .title-sm:not(:last-child), .accordion-content h1:not(:last-child), .accordion-content .h1:not(:last-child), .accordion-content h2:not(:last-child), .accordion-content .h2:not(:last-child), .accordion-content h3:not(:last-child), .accordion-content .h3:not(:last-child), .accordion-content h4:not(:last-child), .accordion-content .h4:not(:last-child), .accordion-content h5:not(:last-child), .accordion-content .h5:not(:last-child), .accordion-content h6:not(:last-child), .accordion-content .h6:not(:last-child),
.accordion-content .title-xl:not(:last-child), .accordion-content .title-lg:not(:last-child), .accordion-content .title-md:not(:last-child), .accordion-content .title-sm:not(:last-child) {
  margin-bottom: 3.2rem;
}
.g-content strong, .wp-block-group strong, .page-basic__content strong, .accordion-content strong {
  font-weight: 500;
}
.g-content p, .g-content .text-wrapper, .wp-block-group p, .wp-block-group .text-wrapper, .page-basic__content p, .page-basic__content .text-wrapper, .accordion-content p, .accordion-content .text-wrapper {
  margin: 0 0 3.2rem 0;
}
.g-content p.--big, .g-content .text-wrapper.--big, .wp-block-group p.--big, .wp-block-group .text-wrapper.--big, .page-basic__content p.--big, .page-basic__content .text-wrapper.--big, .accordion-content p.--big, .accordion-content .text-wrapper.--big {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
}
.g-content p:last-child, .g-content .text-wrapper:last-child, .wp-block-group p:last-child, .wp-block-group .text-wrapper:last-child, .page-basic__content p:last-child, .page-basic__content .text-wrapper:last-child, .accordion-content p:last-child, .accordion-content .text-wrapper:last-child {
  margin-bottom: 0 !important;
}
.g-content p img, .g-content .text-wrapper img, .wp-block-group p img, .wp-block-group .text-wrapper img, .page-basic__content p img, .page-basic__content .text-wrapper img, .accordion-content p img, .accordion-content .text-wrapper img {
  display: inline-block;
}
.g-content img, .wp-block-group img, .page-basic__content img, .accordion-content img {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 1023.9px) {
  .g-content img, .wp-block-group img, .page-basic__content img, .accordion-content img {
    height: auto !important;
  }
}
.g-content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link), .wp-block-group a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link), .page-basic__content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link), .accordion-content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link) {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-color: var(--Text-Neutral-Default);
}
.g-content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):hover, .g-content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):focus, .wp-block-group a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):hover, .wp-block-group a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):focus, .page-basic__content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):hover, .page-basic__content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):focus, .accordion-content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):hover, .accordion-content a:not(.btn):not(.dropdown__wrapper):not(.text-link):not(.list-link):not(.wp-block-button__link):focus {
  text-underline-offset: 0.6rem;
  text-decoration-color: var(--Text-Neutral-Default);
}
.g-content blockquote, .wp-block-group blockquote, .page-basic__content blockquote, .accordion-content blockquote {
  display: block;
  margin: 0 0 3.2rem;
  padding: 4rem 0 0;
  font-style: italic;
  border-top: 0.2rem solid var(--Background-Brand-Primary-Default);
}
.g-content ul, .g-content ol, .wp-block-group ul, .wp-block-group ol, .page-basic__content ul, .page-basic__content ol, .accordion-content ul, .accordion-content ol {
  margin: 0 0 3.2rem;
}
.g-content ul ul, .g-content ul ol, .g-content ol ul, .g-content ol ol, .wp-block-group ul ul, .wp-block-group ul ol, .wp-block-group ol ul, .wp-block-group ol ol, .page-basic__content ul ul, .page-basic__content ul ol, .page-basic__content ol ul, .page-basic__content ol ol, .accordion-content ul ul, .accordion-content ul ol, .accordion-content ol ul, .accordion-content ol ol {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.g-content ul:last-child, .g-content ol:last-child, .wp-block-group ul:last-child, .wp-block-group ol:last-child, .page-basic__content ul:last-child, .page-basic__content ol:last-child, .accordion-content ul:last-child, .accordion-content ol:last-child {
  margin-bottom: 0 !important;
}
.g-content ul > li, .g-content ol > li, .wp-block-group ul > li, .wp-block-group ol > li, .page-basic__content ul > li, .page-basic__content ol > li, .accordion-content ul > li, .accordion-content ol > li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.8rem;
}
.g-content ul > li:last-child, .g-content ol > li:last-child, .wp-block-group ul > li:last-child, .wp-block-group ol > li:last-child, .page-basic__content ul > li:last-child, .page-basic__content ol > li:last-child, .accordion-content ul > li:last-child, .accordion-content ol > li:last-child {
  margin-bottom: 0;
}
.g-content ul > li:before, .g-content ol > li:before, .wp-block-group ul > li:before, .wp-block-group ol > li:before, .page-basic__content ul > li:before, .page-basic__content ol > li:before, .accordion-content ul > li:before, .accordion-content ol > li:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--black-black-7);
  border: 0.2rem solid var(--black-black-7);
  border-radius: 100%;
}
.g-content ul.group > li, .g-content ol.group > li, .wp-block-group ul.group > li, .wp-block-group ol.group > li, .page-basic__content ul.group > li, .page-basic__content ol.group > li, .accordion-content ul.group > li, .accordion-content ol.group > li {
  margin-bottom: 0;
  padding: 1.5rem 0 1.5rem 3rem;
  border-bottom: 0.1rem solid var(--black-black-2);
}
.g-content ul.group > li:last-child, .g-content ol.group > li:last-child, .wp-block-group ul.group > li:last-child, .wp-block-group ol.group > li:last-child, .page-basic__content ul.group > li:last-child, .page-basic__content ol.group > li:last-child, .accordion-content ul.group > li:last-child, .accordion-content ol.group > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.g-content ul.group > li:before, .g-content ol.group > li:before, .wp-block-group ul.group > li:before, .wp-block-group ol.group > li:before, .page-basic__content ul.group > li:before, .page-basic__content ol.group > li:before, .accordion-content ul.group > li:before, .accordion-content ol.group > li:before {
  top: 2.7rem;
}
.g-content ul.group > li ul, .g-content ol.group > li ul, .wp-block-group ul.group > li ul, .wp-block-group ol.group > li ul, .page-basic__content ul.group > li ul, .page-basic__content ol.group > li ul, .accordion-content ul.group > li ul, .accordion-content ol.group > li ul {
  margin: 0;
}
.g-content ul.group > li ul li, .g-content ol.group > li ul li, .wp-block-group ul.group > li ul li, .wp-block-group ol.group > li ul li, .page-basic__content ul.group > li ul li, .page-basic__content ol.group > li ul li, .accordion-content ul.group > li ul li, .accordion-content ol.group > li ul li {
  margin-bottom: 0;
}
.g-content ul.small li, .g-content ol.small li, .wp-block-group ul.small li, .wp-block-group ol.small li, .page-basic__content ul.small li, .page-basic__content ol.small li, .accordion-content ul.small li, .accordion-content ol.small li {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
}
.g-content ul.no-dotts li, .g-content ol.no-dotts li, .wp-block-group ul.no-dotts li, .wp-block-group ol.no-dotts li, .page-basic__content ul.no-dotts li, .page-basic__content ol.no-dotts li, .accordion-content ul.no-dotts li, .accordion-content ol.no-dotts li {
  padding: 0;
  margin: 0;
}
.g-content ul.no-dotts li:before, .g-content ol.no-dotts li:before, .wp-block-group ul.no-dotts li:before, .wp-block-group ol.no-dotts li:before, .page-basic__content ul.no-dotts li:before, .page-basic__content ol.no-dotts li:before, .accordion-content ul.no-dotts li:before, .accordion-content ol.no-dotts li:before {
  display: none;
}
.g-content ul.two-columns, .g-content ol.two-columns, .wp-block-group ul.two-columns, .wp-block-group ol.two-columns, .page-basic__content ul.two-columns, .page-basic__content ol.two-columns, .accordion-content ul.two-columns, .accordion-content ol.two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (max-width: 1023.9px) {
  .g-content ul.two-columns, .g-content ol.two-columns, .wp-block-group ul.two-columns, .wp-block-group ol.two-columns, .page-basic__content ul.two-columns, .page-basic__content ol.two-columns, .accordion-content ul.two-columns, .accordion-content ol.two-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.g-content ol, .wp-block-group ol, .page-basic__content ol, .accordion-content ol {
  list-style: decimal inside;
}
.g-content ol > li, .wp-block-group ol > li, .page-basic__content ol > li, .accordion-content ol > li {
  padding-left: 0;
}
.g-content ol > li:before, .wp-block-group ol > li:before, .page-basic__content ol > li:before, .accordion-content ol > li:before {
  display: none;
}
.g-content ol ul, .g-content ol ol, .wp-block-group ol ul, .wp-block-group ol ol, .page-basic__content ol ul, .page-basic__content ol ol, .accordion-content ol ul, .accordion-content ol ol {
  padding-left: 2.4rem;
}
.g-content ul ol, .wp-block-group ul ol, .page-basic__content ul ol, .accordion-content ul ol {
  padding-left: 0;
}
.g-content table, .wp-block-group table, .page-basic__content table, .accordion-content table {
  padding: 0;
  margin: 0 0 3.2rem;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 0.8rem;
  border: 1px solid var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
}
@media (max-width: 1023.9px) {
  .g-content table, .wp-block-group table, .page-basic__content table, .accordion-content table { /* add scroll on mobile for tables in richtext */
    overflow: auto;
    width: calc(100% + 3rem);
    display: block;
  }
}
.g-content table thead, .wp-block-group table thead, .page-basic__content table thead, .accordion-content table thead {
  border-bottom: 0.1rem solid var(--black-black-1);
}
.g-content table thead tr th, .wp-block-group table thead tr th, .page-basic__content table thead tr th, .accordion-content table thead tr th {
  border: none;
  text-align: left;
  padding: 1.6rem;
  font-weight: 500;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  line-height: 2.2rem;
}
.g-content table tbody tr th, .wp-block-group table tbody tr th, .page-basic__content table tbody tr th, .accordion-content table tbody tr th {
  border: none;
  text-align: left;
  padding: 1.6rem;
  font-weight: 500;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  line-height: 2.2rem;
}
.g-content table tbody tr td, .wp-block-group table tbody tr td, .page-basic__content table tbody tr td, .accordion-content table tbody tr td {
  border: none;
  padding: 1.6rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  line-height: 2.2rem;
}
.g-content table tfoot tr td, .wp-block-group table tfoot tr td, .page-basic__content table tfoot tr td, .accordion-content table tfoot tr td {
  padding: 1.6rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
}
.g-content table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) th:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .g-content table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) td:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .wp-block-group table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) th:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .wp-block-group table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) td:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .page-basic__content table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) th:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .page-basic__content table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) td:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .accordion-content table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) th:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped), .accordion-content table:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tbody:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) tr:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped):nth-child(odd) td:not(.--brand, .--invert, .product__badge, .banner__badge, .--gray, .--neutral, .--white, .--brand-secondary, .not-striped) {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.g-content .wp-block-table, .wp-block-group .wp-block-table, .page-basic__content .wp-block-table, .accordion-content .wp-block-table {
  display: flex;
  overflow: auto;
  flex-direction: column;
  padding: 3.2rem 0;
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-table::-webkit-scrollbar-track, .wp-block-group .wp-block-table::-webkit-scrollbar-track, .page-basic__content .wp-block-table::-webkit-scrollbar-track, .accordion-content .wp-block-table::-webkit-scrollbar-track {
    border-radius: 1rem;
    background-color: lightgray;
  }
  .g-content .wp-block-table::-webkit-scrollbar, .wp-block-group .wp-block-table::-webkit-scrollbar, .page-basic__content .wp-block-table::-webkit-scrollbar, .accordion-content .wp-block-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .g-content .wp-block-table::-webkit-scrollbar-thumb, .wp-block-group .wp-block-table::-webkit-scrollbar-thumb, .page-basic__content .wp-block-table::-webkit-scrollbar-thumb, .accordion-content .wp-block-table::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: gray;
  }
}
.g-content .wp-block-table figcaption, .wp-block-group .wp-block-table figcaption, .page-basic__content .wp-block-table figcaption, .accordion-content .wp-block-table figcaption {
  order: 1;
  text-align: left;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.g-content .wp-block-table table, .wp-block-group .wp-block-table table, .page-basic__content .wp-block-table table, .accordion-content .wp-block-table table {
  order: 2;
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-table table, .wp-block-group .wp-block-table table, .page-basic__content .wp-block-table table, .accordion-content .wp-block-table table {
    white-space: nowrap;
  }
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-table table.has-fixed-layout, .wp-block-group .wp-block-table table.has-fixed-layout, .page-basic__content .wp-block-table table.has-fixed-layout, .accordion-content .wp-block-table table.has-fixed-layout {
    table-layout: auto;
    width: auto;
  }
}
.g-content .wp-block-image img, .wp-block-group .wp-block-image img, .page-basic__content .wp-block-image img, .accordion-content .wp-block-image img {
  width: auto;
}
.g-content .wp-block-image.alignfull, .wp-block-group .wp-block-image.alignfull, .page-basic__content .wp-block-image.alignfull, .accordion-content .wp-block-image.alignfull {
  margin-top: 12rem;
  margin-bottom: 9rem;
  width: 100vw;
  height: 60rem;
  left: 50%;
  margin-left: -50vw;
}
.g-content .wp-block-image.alignfull img, .wp-block-group .wp-block-image.alignfull img, .page-basic__content .wp-block-image.alignfull img, .accordion-content .wp-block-image.alignfull img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.g-content .wp-block-gallery, .wp-block-group .wp-block-gallery, .page-basic__content .wp-block-gallery, .accordion-content .wp-block-gallery {
  width: calc(100% + 3rem);
  display: flex;
}
.g-content .wp-block-gallery .blocks-gallery-caption, .wp-block-group .wp-block-gallery .blocks-gallery-caption, .page-basic__content .wp-block-gallery .blocks-gallery-caption, .accordion-content .wp-block-gallery .blocks-gallery-caption {
  order: 1;
  font-weight: 350;
  font-size: 4rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 4.5rem;
  margin: 0 0 6rem;
  padding: 0;
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-gallery .blocks-gallery-caption, .wp-block-group .wp-block-gallery .blocks-gallery-caption, .page-basic__content .wp-block-gallery .blocks-gallery-caption, .accordion-content .wp-block-gallery .blocks-gallery-caption {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: -0.05rem;
    margin: 0 0 3rem;
  }
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-gallery, .wp-block-group .wp-block-gallery, .page-basic__content .wp-block-gallery, .accordion-content .wp-block-gallery {
    width: calc(100% + 1.4rem);
  }
}
.g-content .wp-block-gallery .media-slider__arrows, .wp-block-group .wp-block-gallery .media-slider__arrows, .page-basic__content .wp-block-gallery .media-slider__arrows, .accordion-content .wp-block-gallery .media-slider__arrows {
  order: 2;
  margin-left: auto;
}
.g-content .wp-block-gallery .blocks-gallery-grid, .wp-block-group .wp-block-gallery .blocks-gallery-grid, .page-basic__content .wp-block-gallery .blocks-gallery-grid, .accordion-content .wp-block-gallery .blocks-gallery-grid {
  order: 3;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  cursor: grabbing;
}
.g-content .wp-block-gallery .blocks-gallery-grid.--no-grab, .wp-block-group .wp-block-gallery .blocks-gallery-grid.--no-grab, .page-basic__content .wp-block-gallery .blocks-gallery-grid.--no-grab, .accordion-content .wp-block-gallery .blocks-gallery-grid.--no-grab {
  cursor: default;
}
.g-content .wp-block-gallery .blocks-gallery-grid .slick-list, .wp-block-group .wp-block-gallery .blocks-gallery-grid .slick-list, .page-basic__content .wp-block-gallery .blocks-gallery-grid .slick-list, .accordion-content .wp-block-gallery .blocks-gallery-grid .slick-list {
  width: 100%;
}
.g-content .wp-block-gallery .blocks-gallery-grid .slick-track, .wp-block-group .wp-block-gallery .blocks-gallery-grid .slick-track, .page-basic__content .wp-block-gallery .blocks-gallery-grid .slick-track, .accordion-content .wp-block-gallery .blocks-gallery-grid .slick-track {
  display: flex;
  margin: 0 -1.6rem;
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-gallery .blocks-gallery-grid .slick-track, .wp-block-group .wp-block-gallery .blocks-gallery-grid .slick-track, .page-basic__content .wp-block-gallery .blocks-gallery-grid .slick-track, .accordion-content .wp-block-gallery .blocks-gallery-grid .slick-track {
    margin: 0 -0.7rem;
  }
}
.g-content .wp-block-gallery .blocks-gallery-item, .wp-block-group .wp-block-gallery .blocks-gallery-item, .page-basic__content .wp-block-gallery .blocks-gallery-item, .accordion-content .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  padding: 0;
  height: 37rem;
  display: flex;
  overflow: hidden;
  margin: 0 1.6rem !important;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .g-content .wp-block-gallery .blocks-gallery-item, .wp-block-group .wp-block-gallery .blocks-gallery-item, .page-basic__content .wp-block-gallery .blocks-gallery-item, .accordion-content .wp-block-gallery .blocks-gallery-item {
    margin: 0 0.7rem;
    height: 31rem;
  }
}
.g-content .wp-block-gallery .blocks-gallery-item:before:not(.--video), .wp-block-group .wp-block-gallery .blocks-gallery-item:before:not(.--video), .page-basic__content .wp-block-gallery .blocks-gallery-item:before:not(.--video), .accordion-content .wp-block-gallery .blocks-gallery-item:before:not(.--video) {
  display: none;
}
.g-content .wp-block-gallery .blocks-gallery-item img, .wp-block-group .wp-block-gallery .blocks-gallery-item img, .page-basic__content .wp-block-gallery .blocks-gallery-item img, .accordion-content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-content .wp-block-gallery .blocks-gallery-item.--video, .wp-block-group .wp-block-gallery .blocks-gallery-item.--video, .page-basic__content .wp-block-gallery .blocks-gallery-item.--video, .accordion-content .wp-block-gallery .blocks-gallery-item.--video {
  position: relative;
  cursor: pointer;
}
.g-content .wp-block-gallery .blocks-gallery-item.--video:before, .wp-block-group .wp-block-gallery .blocks-gallery-item.--video:before, .page-basic__content .wp-block-gallery .blocks-gallery-item.--video:before, .accordion-content .wp-block-gallery .blocks-gallery-item.--video:before {
  content: "";
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../icons/public/media-play.svg) rgba(0, 0, 0, 0.3) no-repeat 3rem 2.7rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.g-content .wp-block-embed__wrapper,
.g-content .wp-block-video, .wp-block-group .wp-block-embed__wrapper,
.wp-block-group .wp-block-video, .page-basic__content .wp-block-embed__wrapper,
.page-basic__content .wp-block-video, .accordion-content .wp-block-embed__wrapper,
.accordion-content .wp-block-video {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}
.g-content .wp-block-embed__wrapper iframe,
.g-content .wp-block-embed__wrapper video,
.g-content .wp-block-video iframe,
.g-content .wp-block-video video, .wp-block-group .wp-block-embed__wrapper iframe,
.wp-block-group .wp-block-embed__wrapper video,
.wp-block-group .wp-block-video iframe,
.wp-block-group .wp-block-video video, .page-basic__content .wp-block-embed__wrapper iframe,
.page-basic__content .wp-block-embed__wrapper video,
.page-basic__content .wp-block-video iframe,
.page-basic__content .wp-block-video video, .accordion-content .wp-block-embed__wrapper iframe,
.accordion-content .wp-block-embed__wrapper video,
.accordion-content .wp-block-video iframe,
.accordion-content .wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-content .wp-block-button a, .wp-block-group .wp-block-button a, .page-basic__content .wp-block-button a, .accordion-content .wp-block-button a {
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  height: 6rem;
  position: relative;
  border: 0;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  cursor: pointer;
  padding: 0 6.5rem 0 3rem;
  background: var(--Background-Brand-Primary-Default);
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: -0.02rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.g-content .wp-block-button a:hover, .wp-block-group .wp-block-button a:hover, .page-basic__content .wp-block-button a:hover, .accordion-content .wp-block-button a:hover {
  background: #000;
  color: #fff;
}
.g-content .wp-block-button a:hover:after, .wp-block-group .wp-block-button a:hover:after, .page-basic__content .wp-block-button a:hover:after, .accordion-content .wp-block-button a:hover:after {
  right: 2.5rem;
}
.g-content .wp-block-button a:after, .wp-block-group .wp-block-button a:after, .page-basic__content .wp-block-button a:after, .accordion-content .wp-block-button a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0.6rem;
  height: 1rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -0.5rem;
  background: #fff;
  -webkit-mask: url(../../icons/public/arrow-right.svg) no-repeat center;
          mask: url(../../icons/public/arrow-right.svg) no-repeat center;
}
.g-content .wp-block-button.is-style-outline a, .wp-block-group .wp-block-button.is-style-outline a, .page-basic__content .wp-block-button.is-style-outline a, .accordion-content .wp-block-button.is-style-outline a {
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  height: 6rem;
  position: relative;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  cursor: pointer;
  padding: 0 6.5rem 0 3rem;
  background: #fff;
  border: 0.1rem solid var(--black-black-2);
  font-weight: normal;
  font-size: 1.8rem;
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: -0.02rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.g-content .wp-block-button.is-style-outline a:after, .wp-block-group .wp-block-button.is-style-outline a:after, .page-basic__content .wp-block-button.is-style-outline a:after, .accordion-content .wp-block-button.is-style-outline a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0.6rem;
  height: 1rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -0.5rem;
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/arrow-right.svg) no-repeat center;
          mask: url(../../icons/public/arrow-right.svg) no-repeat center;
}
.g-content .wp-block-button.is-style-outline a:hover, .wp-block-group .wp-block-button.is-style-outline a:hover, .page-basic__content .wp-block-button.is-style-outline a:hover, .accordion-content .wp-block-button.is-style-outline a:hover {
  background: var(--Background-Brand-Primary-Default);
  color: #fff;
  border-color: var(--Background-Brand-Primary-Default);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.g-content .wp-block-button.is-style-outline a:hover:after, .wp-block-group .wp-block-button.is-style-outline a:hover:after, .page-basic__content .wp-block-button.is-style-outline a:hover:after, .accordion-content .wp-block-button.is-style-outline a:hover:after {
  background: #fff;
  right: 2.5rem;
}
.g-content .wp-block-cover, .wp-block-group .wp-block-cover, .page-basic__content .wp-block-cover, .accordion-content .wp-block-cover {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 12rem 0;
  background: var(--Background-Neutral-Default) !important;
}
.g-content .wp-block-cover .wp-block-cover__inner-container, .wp-block-group .wp-block-cover .wp-block-cover__inner-container, .page-basic__content .wp-block-cover .wp-block-cover__inner-container, .accordion-content .wp-block-cover .wp-block-cover__inner-container {
  max-width: 160rem;
  margin: 0 auto;
  padding-right: calc(3.2rem + 20rem);
  padding-left: calc(3.2rem + 20rem);
}
.g-content .wp-block-cover .wp-block-cover__inner-container .g-block-wrapper, .wp-block-group .wp-block-cover .wp-block-cover__inner-container .g-block-wrapper, .page-basic__content .wp-block-cover .wp-block-cover__inner-container .g-block-wrapper, .accordion-content .wp-block-cover .wp-block-cover__inner-container .g-block-wrapper {
  margin: 0;
}
.g-content .wp-block-cover .wp-block-cover__inner-container h4, .wp-block-group .wp-block-cover .wp-block-cover__inner-container h4, .page-basic__content .wp-block-cover .wp-block-cover__inner-container h4, .accordion-content .wp-block-cover .wp-block-cover__inner-container h4 {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.035rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.g-content .wp-block-cover .wp-block-cover__inner-container h2, .wp-block-group .wp-block-cover .wp-block-cover__inner-container h2, .page-basic__content .wp-block-cover .wp-block-cover__inner-container h2, .accordion-content .wp-block-cover .wp-block-cover__inner-container h2 {
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.g-content .wp-block-cover .wp-block-cover__inner-container p, .wp-block-group .wp-block-cover .wp-block-cover__inner-container p, .page-basic__content .wp-block-cover .wp-block-cover__inner-container p, .accordion-content .wp-block-cover .wp-block-cover__inner-container p {
  font-size: 2rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.02rem;
  text-align: center;
  line-height: 3rem;
}
.g-content .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size, .wp-block-group .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size, .page-basic__content .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size, .accordion-content .wp-block-cover .wp-block-cover__inner-container p.has-large-font-size {
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 2rem !important;
}
.g-content .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons, .wp-block-group .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons, .page-basic__content .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons, .accordion-content .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
  margin-top: 2rem;
}

.g-block-wrapper {
  margin: 6rem 0;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  max-width: none;
}
.g-block-wrapper:first-child {
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper:first-child {
    margin-top: 0;
  }
}
.g-block-wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper:last-child {
    margin-bottom: 0;
  }
}
.g-block-wrapper[data-block="core/heading"] {
  margin: 4rem 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/heading"] {
    margin: 2rem 0;
  }
}
.g-block-wrapper[data-block="core/heading"]:first-child {
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/heading"]:first-child {
    margin-top: 0;
  }
}
.g-block-wrapper[data-block="core/heading"]:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/heading"]:last-child {
    margin-bottom: 0;
  }
}
.g-block-wrapper[data-block="core/paragraph"], .g-block-wrapper[data-block="core/list"], .g-block-wrapper[data-block="core/image"], .g-block-wrapper[data-block="core/buttons"] {
  margin: 0 0 3rem 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/paragraph"], .g-block-wrapper[data-block="core/list"], .g-block-wrapper[data-block="core/image"], .g-block-wrapper[data-block="core/buttons"] {
    margin: 0 0 3rem 0;
  }
}
.g-block-wrapper[data-block="core/paragraph"]:first-child, .g-block-wrapper[data-block="core/list"]:first-child, .g-block-wrapper[data-block="core/image"]:first-child, .g-block-wrapper[data-block="core/buttons"]:first-child {
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/paragraph"]:first-child, .g-block-wrapper[data-block="core/list"]:first-child, .g-block-wrapper[data-block="core/image"]:first-child, .g-block-wrapper[data-block="core/buttons"]:first-child {
    margin-top: 0;
  }
}
.g-block-wrapper[data-block="core/paragraph"]:last-child, .g-block-wrapper[data-block="core/list"]:last-child, .g-block-wrapper[data-block="core/image"]:last-child, .g-block-wrapper[data-block="core/buttons"]:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/paragraph"]:last-child, .g-block-wrapper[data-block="core/list"]:last-child, .g-block-wrapper[data-block="core/image"]:last-child, .g-block-wrapper[data-block="core/buttons"]:last-child {
    margin-bottom: 0;
  }
}
.g-block-wrapper[data-block="core/quote"] {
  margin: 10rem 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/quote"] {
    margin: 5rem 0;
  }
}
.g-block-wrapper[data-block="core/quote"]:first-child {
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/quote"]:first-child {
    margin-top: 0;
  }
}
.g-block-wrapper[data-block="core/quote"]:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper[data-block="core/quote"]:last-child {
    margin-bottom: 0;
  }
}
.g-block-wrapper[data-block="core/separator"] {
  position: relative;
}
.g-block-wrapper .g-block-wrapper {
  margin: 3rem 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper .g-block-wrapper {
    margin: 3rem 0;
  }
}
.g-block-wrapper .g-block-wrapper:first-child {
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper .g-block-wrapper:first-child {
    margin-top: 0;
  }
}
.g-block-wrapper .g-block-wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.9px) {
  .g-block-wrapper .g-block-wrapper:last-child {
    margin-bottom: 0;
  }
}

.wp-block-columns {
  display: flex;
  margin-bottom: 3.2rem;
  flex-wrap: nowrap;
  margin: 0 -1.6rem !important;
}
@media (max-width: 1023.9px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
}
.wp-block-columns.float {
  flex-wrap: nowrap !important;
}
.wp-block-columns .wp-block-column {
  margin: 0 1.6rem !important;
}
@media (max-width: 1023.9px) {
  .wp-block-columns .wp-block-column {
    margin-top: 2rem !important;
  }
  .wp-block-columns .wp-block-column:first-child {
    margin-top: 0 !important;
  }
}
.wp-block-columns .wp-block-column:first-child {
  padding-right: 2rem;
}
@media (max-width: 1023.9px) {
  .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
  }
}
.wp-block-columns .wp-block-column:last-child {
  padding-left: 2rem;
}
@media (max-width: 1023.9px) {
  .wp-block-columns .wp-block-column:last-child {
    padding-left: 0;
  }
}
.wp-block-columns .wp-block-column:first-child:last-child {
  padding-left: 0;
  padding-right: 0;
}

.g-block-wrapper .wp-block-separator, .page-basic__content .wp-block-separator {
  height: 0.1rem !important;
  display: block !important;
  max-width: 100vw !important;
  width: 100%;
  position: relative;
  /*margin-right: 0;*/
  border-bottom: 0.1rem solid var(--black-black-2) !important;
  margin: 4rem 0;
}

.wp-block-button__link {
  vertical-align: middle;
  font-weight: 500 !important;
  line-height: 2rem !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 2.2rem 2.4rem !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 6rem !important;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif !important;
  font-size: var(--Size-Text-md, 1.6rem) !important;
  color: var(--Text-Neutral-Inverted, #FFF) !important;
  background: var(--Background-Brand-Primary-Default) !important;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background: var(--Background-Brand-Primary-Default-hover) !important;
}
.wp-block-button__link:after {
  display: none;
}

p.--cookies {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
p.--cookies a {
  color: var(--Background-Brand-Primary-Default);
}
p.--cookies a:hover {
  color: #000;
}
p.--product-detail {
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  line-height: 4rem;
}
@media (max-width: 1023.9px) {
  p.--product-detail {
    font-size: 2rem;
    letter-spacing: -0.02rem;
    line-height: 3rem;
  }
}

strong {
  font-weight: 500;
}

.text-link,
.list-link {
  display: inline-flex;
  position: relative;
  padding: 0.8rem;
  align-items: center;
  gap: 0.8rem;
  text-align: left;
  border: none;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  font-weight: 350;
  line-height: 1.6rem;
  color: var(--Text-Neutral-Default, #000);
  border-radius: 0.8rem;
  background: none;
}
@media (max-width: 1023.9px) {
  .text-link,
  .list-link {
    width: 100%;
    display: flex;
    padding: 1.6rem;
    justify-content: space-between;
  }
}
.text-link:hover,
.list-link:hover {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.text-link:after,
.list-link:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Icon-Brand-Default);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.--brand .text-link:after, .pagination ul a:hover .text-link:after,
.--brand .list-link:after,
.pagination ul a:hover .list-link:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--white-white-7);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}

.color-black {
  color: #000;
}

.label {
  /*text-transform: uppercase;*/
}
.label.--light {
  color: var(--black-black-3);
}
.label.--news {
  display: flex;
  align-items: center;
}
.label.--news:before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  margin-right: 2rem;
  background: url(../../icons/public/news.svg) no-repeat center;
}
.label.--downloads {
  display: flex;
  align-items: center;
}
.label.--case-studies {
  display: flex;
  align-items: center;
}
.label.--case-studies:before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  margin-right: 2rem;
  background: url(../../icons/public/case-studies.svg) no-repeat center;
}

.ul-link {
  margin-bottom: 2rem;
}
@media (max-width: 1023.9px) {
  .ul-link {
    margin-bottom: 1.5rem;
  }
}
.ul-link:last-child {
  margin-bottom: 0;
}

.big-icon-link {
  font-size: var(--Size-Text-md);
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: -0.022rem;
  line-height: 3rem;
  display: inline-flex;
  align-items: center;
  padding: 0 2.5rem 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-color: var(--Text-Neutral-Default);
}
.big-icon-link:hover, .big-icon-link:focus {
  text-underline-offset: 0.6rem;
  text-decoration-color: var(--Text-Neutral-Default);
}
.big-icon-link:hover {
  color: #000;
}
.big-icon-link.--phone:before {
  width: 2.3rem;
  height: 2.3rem;
  background: url(../../icons/public/phone.svg) no-repeat center;
}
.big-icon-link.--email:before {
  width: 2.3rem;
  height: 2.3rem;
  background: url(../../icons/public/email.svg) no-repeat center;
}
.big-icon-link.--linkedin:before {
  width: 2.3rem;
  height: 2.3rem;
  background: url(../../icons/public/linkedin2.svg) no-repeat center;
}
.big-icon-link.--small {
  font-size: 1.8rem;
  padding: 0 1.6rem 0 0;
}
.big-icon-link.--small:before {
  margin-right: 1rem;
}
.big-icon-link:before {
  content: "";
  display: block;
  margin-right: 1.5rem;
}

.a11y-sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0 !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  padding: 2.4rem 0;
  background: var(--Background-Page-Default, #FFF);
}
@media (max-width: 1023.9px) {
  .header {
    padding: 1.6rem 0;
  }
}
.header.--hidden {
  transform: translateY(-100%);
}
.header.--opened {
  transform: none !important;
}
@media (max-width: 1023.9px) {
  .header.--opened {
    height: 100%;
  }
}
body.page-login .header {
  display: none;
}
.header .d-flex {
  gap: 0.8rem;
}
@media (max-width: 1023.9px) {
  .header .d-flex {
    flex-wrap: wrap;
  }
}
.header-logo {
  margin-right: 2.4rem;
}
@media (max-width: 1023.9px) {
  .header-logo {
    position: absolute;
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-search {
  flex-grow: 1;
  width: 100%;
  min-height: 4.8rem;
}
@media (max-width: 1023.9px) {
  .header-search {
    order: 4;
  }
}
@media (max-width: 1023.9px) {
  .header-news {
    order: 3;
  }
}
@media (max-width: 1023.9px) {
  .header-menu {
    order: 1;
  }
}
.header-btn {
  position: relative;
  z-index: 20;
  display: flex;
  padding: 0.8rem;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem;
  border: 0;
  background: none;
  border-radius: 0.8rem;
}
.header-btn:hover, .header-btn:focus {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.header-btn.--active {
  background: transparent;
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
.header-btn.--active svg:first-child {
  display: none;
}
.header-btn.--active svg.svg-close {
  display: block;
}
.header-btn strong {
  display: block;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  font-size: 1.2rem;
  line-height: 100%;
  white-space: nowrap;
  color: var(--Text-Brand-Default, #18403D);
}
.header-btn svg {
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
  fill: var(--Text-Brand-Default);
}
.header-btn svg.svg-close {
  display: none;
}
.header-btn .badge {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
}
.header-close {
  margin-left: auto;
}
@media (max-width: 1023.9px) {
  .header-close {
    display: none !important;
  }
}
.header-transparent .header:not(.--sticky):not(.--opened):not(:hover):not(:focus-within) {
  background: transparent;
  --Text-Neutral-Default: var(--white-white-7);
  --Icon-Neutral-Default: var(--white-white-7);
  --Text-Brand-Default: var(--white-white-7);
  --Background-Neutral-Default: var(--white-white-1);
  --Background-Neutral-Input: var(--white-white-1);
  --Border-Brand-Default: var(--white-white-7);
  --Text-Neutral-Subtle: var(--white-white-5);
  --Background-Brand-Primary-Default: var(--white-white-7);
}
.header-sub {
  position: absolute;
  padding: 2.2rem 0 3.2rem;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
@media (max-width: 1023.9px) {
  .header-sub {
    top: 13.6rem;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 13.6rem);
    padding: 0.6rem 0 14rem;
    background: var(--Background-Page-Default, #FFF);
  }
}
.header-sub:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Background-Page-Default, #FFF);
}
@media (max-width: 1023.9px) {
  .header-sub:before {
    display: none;
  }
}
.header-sub:after {
  z-index: -2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  background: transparent;
  box-shadow: 0 0 0 0 var(--Drop-Shadow-Default, rgba(0, 0, 0, 0));
}
@media (max-width: 1023.9px) {
  .header-sub:after {
    display: none;
  }
}
.header-sub.--active {
  opacity: 1;
  pointer-events: all;
  padding-top: 3.2rem;
}
@media (max-width: 1023.9px) {
  .header-sub.--active {
    padding-top: 1.6rem;
  }
}
.header-sub.--active:after {
  box-shadow: 0 0 2.4rem 0 var(--Drop-Shadow-Default, rgba(0, 0, 0, 0.1));
}
.header-nav .header-close {
  z-index: 40;
  position: absolute;
  top: 0;
  right: 0;
}
.header-nav .container {
  position: relative;
}
.header-nav li:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media (max-width: 1023.9px) {
  .header-nav li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
  }
}
.header .nav {
  position: relative;
}
.header .nav > ul {
  min-height: min(48rem, 100vh - 22.8rem);
  max-height: calc(100vh - 22.8rem);
  width: min(28rem, 30%);
  margin-bottom: 3.2rem;
  overflow: auto;
}
@media (max-width: 1023.9px) {
  .header .nav > ul {
    min-height: 0;
    max-height: none;
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }
}
.header .nav-header {
  gap: 1.6rem;
  display: flex;
  align-items: center;
  padding-right: 4.8rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1023.9px) {
  .header .nav-header {
    width: 100%;
    padding-right: 0;
    justify-content: space-between;
  }
}
.header .nav-item {
  display: flex;
  width: 100%;
  padding: 1.6rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border-radius: 0.8rem;
  text-align: left;
  border: none;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  font-weight: 350;
  line-height: 1.6rem;
  color: var(--Text-Neutral-Default, #000);
}
.header .nav-item:hover {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.header .nav-item.--active {
  font-weight: 500;
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
@media (max-width: 1023.9px) {
  .header .nav-item {
    border-radius: 0;
    box-shadow: none !important;
  }
  .header .nav-item.--active {
    font-weight: 350;
  }
}
.header .nav a.nav-item:after {
  opacity: 0;
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Icon-Brand-Default);
  -webkit-mask: url(../../icons/public/external-link.svg) no-repeat center/contain;
          mask: url(../../icons/public/external-link.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Icon-Brand-Default);
  -webkit-mask: url(../../icons/public/external-link.svg) no-repeat center/contain;
          mask: url(../../icons/public/external-link.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .header .nav a.nav-item:after {
    opacity: 1;
  }
}
.header .nav a.nav-item:hover:after, .header .nav a.nav-item:focus:after {
  opacity: 1;
}
.header .nav button.nav-item:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Icon-Brand-Default);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.header .nav button.nav-item.--active:after {
  opacity: 1;
}
.header .nav-subitem {
  display: inline-flex;
  padding: 0.8rem;
  align-items: center;
  gap: 0.8rem;
  text-align: left;
  border: none;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  font-weight: 350;
  line-height: 1.6rem;
  color: var(--Text-Neutral-Default, #000);
  border-radius: 0.8rem;
  background: none;
}
@media (max-width: 1023.9px) {
  .header .nav-subitem {
    width: 100%;
    display: flex;
    padding: 1.6rem;
    justify-content: space-between;
  }
}
.header .nav-subitem:hover {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.header .nav button.nav-subitem:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Icon-Brand-Default);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.header .nav-submenu {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: max(70% - 2.4rem, 100% - 30.4rem);
  transition: all 0.2s ease-in-out;
  opacity: 1;
  pointer-events: all;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--Background-Page-Default, #FFF);
}
@media (max-width: 1023.9px) {
  .header .nav-submenu {
    z-index: 10;
    position: fixed;
    top: 13.6rem;
    width: 100%;
    padding: 0 1.6rem 14rem;
    height: calc(100vh - 13.6rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.header .nav-submenu[inert] {
  opacity: 0;
  pointer-events: none;
}
.header .nav-submenu-back {
  margin-bottom: 1.6rem;
}
.header .nav-submenu .nav-submenu {
  width: 100%;
}
.header .nav-submenu > ul:not(.nav-links) {
  width: 100%;
  height: 100%;
  overflow: auto;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-height: 600px) {
  .header .nav-submenu > ul:not(.nav-links) {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 1023.9px) {
  .header .nav-submenu > ul:not(.nav-links) {
    overflow: visible;
    height: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    -moz-column-count: 1;
         column-count: 1;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
}
.header .nav-submenu > ul:not(.nav-links) > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header .nav-links {
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  align-self: stretch;
}
@media (max-width: 1023.9px) {
  .header .nav-links {
    flex-direction: column;
  }
}
.header .nav-links li {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  margin: 0;
}
.header .nav-links a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.6rem;
  gap: 0.8rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  background: var(--Background-Brand-Secondary-Default, #D8EAF1);
}
.header .nav-links a:hover {
  background: var(--Background-Brand-Secondary-Default-hover, #B4D4DF);
}
.header .nav-links a:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 10rem;
  background: var(--Background-Neutral-Default) url(../../icons/public/chevron-right.svg) no-repeat center/1.6rem 1.6rem;
}

.footer {
  padding: 3.2rem 0;
}
.footer a:not(.btn):not(.dropdown__wrapper) {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-color: transparent;
}
.footer a:not(.btn):not(.dropdown__wrapper):hover, .footer a:not(.btn):not(.dropdown__wrapper):focus {
  text-underline-offset: 0.6rem;
  text-decoration-color: white;
}
@media (max-width: 1023.9px) {
  .footer {
    padding: 1.6rem 0;
  }
}
.footer .container {
  gap: 3.2rem;
  display: flex;
  flex-direction: column;
}
.footer-content {
  display: flex;
  gap: 3.2rem;
  align-self: stretch;
  justify-content: flex-start;
}
@media (max-width: 1023.9px) {
  .footer-content {
    gap: 0.8rem;
    flex-direction: column;
  }
}
.footer-content-title {
  position: relative;
  width: 25%;
}
@media (max-width: 1023.9px) {
  .footer-content-title {
    width: 100%;
    /* border-radius: 0.8rem;
    box-shadow: inset 0 0 0 .1rem var(--Border-Neutral-Default); */
    /*&.--active {
      box-shadow: inset 0 0 0 .1rem white;
    }*/
  }
}
.footer-content-title > a, .footer-content-title > span {
  display: block;
  min-height: 5.6rem;
}
@media (max-width: 1023.9px) {
  .footer-content-title > a, .footer-content-title > span {
    min-height: 0;
    padding: 2rem;
    line-height: 2.4rem;
  }
}
.footer-content-title ul {
  margin-top: 1.6rem;
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  /*@include bp-down(md) {
    display: none;
    padding: 0 2rem 2rem;
    margin-top: -.4rem;
  }*/
}
.footer-content-title button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.4rem;
  border: 0;
  background: none;
}
.footer-content-title button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.9px) {
  .footer-content-title button {
    display: block;
  }
  .footer-content-title button[aria-expanded=true] {
    transform: rotate(180deg);
  }
  .footer-content-title button[aria-expanded=true] + ul {
    display: flex;
  }
}

.section {
  padding: 8rem 0;
  position: relative;
}
@media (max-width: 1023.9px) {
  .section {
    padding: 6.4rem 0;
  }
}
.section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
@media (max-width: 1023.9px) {
  .section__title {
    margin-bottom: 1.6rem;
  }
}
.section.--banner {
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}
.section.--main-slider {
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}
.section.--border-top {
  border-top: 0.1rem solid var(--black-black-2);
}
.section.--map-wrapper {
  z-index: 0;
}
@media (max-width: 1023.9px) {
  .section.--map-wrapper {
    min-height: 0;
  }
}
.section.--custom-dev {
  position: relative;
  height: calc(100vh - 15rem);
}
@media (max-width: 1023.9px) {
  .section.--custom-dev {
    height: calc(var(--vh, 1vh) * 100 - 11rem);
  }
}

section[class=section] + section[class=section],
section[class*="section --brand"] + section[class*="section --brand"],
section[class*="section --gray"] + section[class*="section --gray"],
section[class*="section --neutral"] + section[class*="section --neutral"],
section[class*="section --white"] + section[class*="section --white"],
section[class*="section --invert"] + section[class*="section --invert"],
section[class*="section --brand-secondary"] + section[class*="section --brand-secondary"] {
  padding-top: 0;
}

.custom-dev__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 900ms;
}
.section.--loaded .custom-dev__bg {
  opacity: 1;
}
.custom-dev__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-dev__header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(3rem);
  transition-duration: 600ms;
}
.section.--loaded .custom-dev__header {
  opacity: 1;
  transform: translateX(0);
}
.custom-dev__header p {
  font-size: 2.2rem;
  letter-spacing: -0.022rem;
  line-height: 3.3rem;
}

.custom-dev__arrow {
  width: 6rem;
  height: 6rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -3rem;
  bottom: 10rem;
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  background: #fff;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 300ms;
}
@media (max-width: 1023.9px) {
  .custom-dev__arrow {
    bottom: 6rem;
  }
}
.custom-dev__arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/arrow-custom-down.svg) no-repeat center;
          mask: url(../../icons/public/arrow-custom-down.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.custom-dev__arrow:hover:not(.--stopped) {
  cursor: pointer;
  background: var(--Background-Brand-Primary-Default);
}
.custom-dev__arrow:hover:not(.--stopped):before {
  background: #fff;
}
.custom-dev__arrow.--no-clickable {
  pointer-events: none;
}
.custom-dev__arrow.--stopped {
  position: absolute;
  bottom: 0;
}

.custom-dev__contents {
  position: relative;
}
.custom-dev__contents:after {
  content: "";
  bottom: -12rem;
  width: 0.2rem;
  height: calc(100% + 40rem);
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  background: var(--Background-Brand-Primary-Default);
}
@media (max-width: 1023.9px) {
  .custom-dev__contents:after {
    height: calc(100% + 22rem);
    bottom: -6rem;
    opacity: 0.3;
  }
}
.custom-dev__contents:before {
  content: "";
  width: 0.2rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: -28rem;
  z-index: 2;
  margin-left: -0.1rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1023.9px) {
  .custom-dev__contents:before {
    top: auto;
    height: 15rem;
    bottom: -6rem;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 1023.9px) {
  .custom-dev__contents .col {
    position: relative;
    z-index: 5;
    margin-top: 4rem;
  }
  .custom-dev__contents .col:first-child {
    margin-top: 0;
  }
}
.custom-dev__contents .row {
  margin-top: 12rem;
  position: relative;
}
@media (max-width: 1023.9px) {
  .custom-dev__contents .row {
    margin-top: 9rem;
  }
}
.custom-dev__contents .row:first-child {
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .custom-dev__contents .row:first-child {
    margin-top: 0;
  }
}
.custom-dev__contents .row:first-child:before {
  content: "";
  width: 21.2rem;
  height: 60.3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background: url(../../icons/public/particle-1.svg) no-repeat center;
  pointer-events: none;
  transform: translate(-50%, -50%, 0);
}
@media (max-width: 1023.9px) {
  .custom-dev__contents .row:first-child:before {
    display: none;
  }
}
.custom-dev__contents .row:first-child .particles {
  width: 20rem;
  height: 34rem;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -70%) scale(0);
}
.custom-dev__contents .row:first-child .particles.--explode {
  transform: translate(-50%, -70%) scale(1);
}
.custom-dev__contents .row:nth-child(2):before {
  content: "";
  width: 21.2rem;
  height: 43.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background: url(../../icons/public/particle-2.svg) no-repeat center;
  pointer-events: none;
  transform: translate(-50%, -50%, 0);
}
@media (max-width: 1023.9px) {
  .custom-dev__contents .row:nth-child(2):before {
    display: none;
  }
}
.custom-dev__contents .row:nth-child(2) .particles {
  width: 17rem;
  height: 30rem;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-43%, -45%) rotate(180deg) scale(0);
}
.custom-dev__contents .row:nth-child(2) .particles.--explode {
  transform: translate(-43%, -45%) rotate(180deg) scale(1);
}
.custom-dev__contents .row:last-child:before {
  content: "";
  width: 21.2rem;
  height: 43.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background: url(../../icons/public/particle-3.svg) no-repeat center;
  pointer-events: none;
  transform: translate(-50%, -50%, 0);
}
@media (max-width: 1023.9px) {
  .custom-dev__contents .row:last-child:before {
    display: none;
  }
}
.custom-dev__contents .row:last-child .particles {
  width: 0;
  height: 0;
  right: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: url(../../icons/public/triangle-particles.svg) no-repeat center right;
  background-size: 100% auto;
}
.custom-dev__contents .row:last-child .particles.--explode {
  width: 54rem;
  height: 64.5rem;
}

.particles {
  position: absolute;
  pointer-events: none;
  transition: all 2.5s cubic-bezier(0.14, 0.76, 0.04, 1);
}
@media (max-width: 1023.9px) {
  .particles {
    display: none;
  }
}

.particle {
  width: 3.7rem;
  height: 3.1rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.particle:nth-child(1) {
  left: 0%;
  top: 5%;
  width: 2.6rem;
  height: 2.4rem;
  background-image: url(../../icons/public/triangle1.svg);
}
.particle:nth-child(2) {
  left: 45%;
  top: 28%;
  width: 1.8rem;
  height: 1.7rem;
  background-image: url(../../icons/public/triangle2.svg);
}
.particle:nth-child(3) {
  left: 65%;
  top: 48%;
  width: 1.4rem;
  height: 1.3rem;
  background-image: url(../../icons/public/triangle3.svg);
}
.particle:nth-child(4) {
  left: 19%;
  top: 65%;
  width: 3.5rem;
  height: 3.4rem;
  background-image: url(../../icons/public/triangle4.svg);
}
.particle:nth-child(5) {
  left: 80%;
  top: 0%;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../../icons/public/triangle5.svg);
}
.particle:nth-child(6) {
  left: 110%;
  top: 60%;
  width: 1rem;
  height: 1rem;
  background-image: url(../../icons/public/triangle6.svg);
}
.particle:nth-child(7) {
  left: 90%;
  top: 86%;
  width: 2rem;
  height: 2rem;
  background-image: url(../../icons/public/triangle7.svg);
}
.particle:nth-child(8) {
  left: 60%;
  top: 100%;
  width: 1.3rem;
  height: 1.4rem;
  background-image: url(../../icons/public/triangle8.svg);
}

#logos-waterfall {
  width: 100%;
  height: 70rem;
  position: relative;
  overflow: visible;
}
@media (max-width: 1023.9px) {
  #logos-waterfall {
    height: 40rem;
    margin-bottom: 2rem;
  }
}

.logo-drop {
  position: absolute;
  top: 0rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(70rem);
  animation: fall var(--anim-duration) linear forwards;
  animation-name: fall, fade;
  opacity: 0;
}
@media (max-width: 1023.9px) {
  .logo-drop {
    transform: translateY(40rem);
  }
}
.video-wrapper {
  position: relative;
}

.video-wrapper-label {
  position: absolute;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000;
  letter-spacing: 0.035rem;
  text-align: center;
  text-transform: uppercase;
}
.video-wrapper-label:first-child {
  top: -1rem;
  right: 6%;
}
.video-wrapper-label:last-child {
  bottom: -3.5rem;
  left: 13%;
}
.video-wrapper-label span {
  display: block;
}

#product-sprite img {
  display: none;
}
#product-sprite img:first-child {
  display: block;
}

@keyframes fall {
  to {
    transform: translateY(0rem);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tooltipcek {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 2rem;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.tooltipcek:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
  bottom: -0.4rem;
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
}

.slick-dots {
  margin: 0;
  gap: 0.4rem;
  display: flex;
  width: 100%;
  align-items: center;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 10rem;
  background: var(--Background-Neutral-Default-hover, rgba(0, 0, 0, 0.1));
}
.slick-dots li.slick-active button {
  width: 4rem;
  background: var(--Background-Brand-Primary-Default, #18403D);
}

.form-input,
input[type=text],
input[type=email] {
  display: block;
  width: 100%;
  height: 6rem;
  padding: 3.2rem 3.6rem 1.2rem 1.2rem;
  border: none;
  border-radius: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  max-width: none;
  font-weight: 350;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
  background: var(--Background-Neutral-Input, #FFF);
}
.form-input::-moz-focus-inner,
input[type=text]::-moz-focus-inner,
input[type=email]::-moz-focus-inner {
  border: 0;
}
.form-input:focus, .form-input:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
.form-input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: var(--black-black-3) !important;
}
.form-input::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder {
  color: var(--black-black-3) !important;
}
.form-input[disabled],
input[type=text][disabled],
input[type=email][disabled] {
  cursor: not-allowed !important;
  color: var(--Text-Disabled-Default, rgba(0, 0, 0, 0.5)) !important;
  background: var(--Background-Disabled-Default, rgba(0, 0, 0, 0.05)) !important;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Disabled-Default, rgba(0, 0, 0, 0.1)) !important;
}
.form-input.--code,
input[type=text].--code,
input[type=email].--code {
  width: 47rem;
  height: 7rem;
  background: var(--Background-Neutral-Default);
  border: 0.1rem solid red;
  padding-left: 7rem;
}
@media (max-width: 1023.9px) {
  .form-input.--code,
  input[type=text].--code,
  input[type=email].--code {
    width: 100%;
    height: 6rem;
  }
}
.form-group-combo .form-input,
.form-group-combo input[type=text],
.form-group-combo input[type=email] {
  padding-top: 1.2rem;
  margin-left: -0.1rem;
  width: calc(100% - 12rem);
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input[type=date] {
  padding: 3.2rem 1.5rem 1.2rem 1.2rem;
}

input[type=number] {
  margin: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  height: 12rem !important;
}

.form-icon.--code {
  position: absolute;
  left: 3.1rem;
  top: 50%;
  margin-top: -1rem;
  width: 2.4rem;
  height: 2rem;
  display: block;
  background: url("../images/icon-code.svg") no-repeat center;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
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;
}

.dropdown {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
.dropdown.--big {
  width: 100%;
}

.dropdown__wrapper.--earth:before {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/earth.svg) no-repeat center/contain;
          mask: url(../../icons/public/earth.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.dropdown__wrapper.--earth.--primary:before, .card.--blue .dropdown__wrapper.--earth:before, .card.--invert .dropdown__wrapper.--earth:before, .card.banner__badge .dropdown__wrapper.--earth:before, .card.product__badge .dropdown__wrapper.--earth:before, .pagination ul span.card .dropdown__wrapper.--earth:before, .card.--img .card.tag .dropdown__wrapper.--earth:before, .card.--img .pagination ul a.card .dropdown__wrapper.--earth:before, .pagination ul .card.--img a.card .dropdown__wrapper.--earth:before, .card.--img .card.btn .dropdown__wrapper.--earth:before, .card.--img .card.dropdown__wrapper .dropdown__wrapper.--earth:before {
  background: var(--Text-Neutral-Inverted);
}
.dropdown__wrapper .search-string {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  border: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown__current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-in-out;
}

.dropdown__list {
  width: 100%;
  min-width: 17rem;
  max-height: 17rem;
  min-height: 4rem;
  overflow: auto;
  position: absolute;
  top: 100%;
  margin-top: 0.2rem;
  z-index: 200;
  border-radius: 0.4rem;
  background: var(--Background-Page-Default, #FFF);
  box-shadow: 0 0 2.4rem 0 var(--Drop-Shadow-Default, rgba(0, 0, 0, 0.1));
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dropdown.--big .dropdown__list {
  min-height: 6rem;
  max-height: 25rem;
}
.dropdown.--top-left .dropdown__list {
  top: auto;
  bottom: 100%;
  left: 0;
}
.dropdown.--top-right .dropdown__list {
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0;
}
.dropdown__list ul li a,
.dropdown__list ul li span {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.6rem 1.6rem;
  color: var(--black-black-7);
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
}
.dropdown__list ul li a:hover, .dropdown__list ul li a.--highlight,
.dropdown__list ul li span:hover,
.dropdown__list ul li span.--highlight {
  background: var(--black-black-1);
}
.dropdown__list ul li span {
  cursor: pointer;
}
.dropdown__list::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 0.4rem;
}
.dropdown__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.4rem;
}
.dropdown__list::-webkit-scrollbar-thumb {
  background: var(--black-black-2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0.4rem;
}
.dropdown__list::-webkit-scrollbar-thumb:hover {
  background: var(--Text-Neutral-Default);
}

.--brand .dropdown__wrapper.--earth.--primary:before, .--brand .card.--blue .dropdown__wrapper.--earth:before, .card.--blue .--brand .dropdown__wrapper.--earth:before, .--brand .card.--invert .dropdown__wrapper.--earth:before, .card.--invert .--brand .dropdown__wrapper.--earth:before, .--brand .card.banner__badge .dropdown__wrapper.--earth:before, .card.banner__badge .--brand .dropdown__wrapper.--earth:before, .--brand .card.product__badge .dropdown__wrapper.--earth:before, .card.product__badge .--brand .dropdown__wrapper.--earth:before, .--brand .pagination ul span.card .dropdown__wrapper.--earth:before, .pagination ul span.card .--brand .dropdown__wrapper.--earth:before, .--brand .card.--img .card.tag .dropdown__wrapper.--earth:before, .card.--img .card.tag .--brand .dropdown__wrapper.--earth:before, .--brand .card.--img .pagination ul a.card .dropdown__wrapper.--earth:before, .card.--img .pagination ul a.card .--brand .dropdown__wrapper.--earth:before, .--brand .pagination ul .card.--img a.card .dropdown__wrapper.--earth:before, .pagination ul .card.--img a.card .--brand .dropdown__wrapper.--earth:before, .--brand .card.--img .card.btn .dropdown__wrapper.--earth:before, .card.--img .card.btn .--brand .dropdown__wrapper.--earth:before, .--brand .card.--img .card.dropdown__wrapper .dropdown__wrapper.--earth:before, .card.--img .card.dropdown__wrapper .--brand .dropdown__wrapper.--earth:before, .pagination ul a:hover .dropdown__wrapper.--earth.--primary:before, .pagination ul a:hover .card.--blue .dropdown__wrapper.--earth:before, .card.--blue .pagination ul a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.--invert .dropdown__wrapper.--earth:before, .card.--invert .pagination ul a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.banner__badge .dropdown__wrapper.--earth:before, .card.banner__badge .pagination ul a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.product__badge .dropdown__wrapper.--earth:before, .card.product__badge .pagination ul a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover span.card .dropdown__wrapper.--earth:before, .pagination ul span.card a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.--img .card.tag .dropdown__wrapper.--earth:before, .card.--img .card.tag .pagination ul a:hover .dropdown__wrapper.--earth:before, .card.--img .pagination ul a:hover a.card .dropdown__wrapper.--earth:before, .card.--img .pagination ul a.card a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.--img a.card .dropdown__wrapper.--earth:before, .pagination ul .card.--img a.card a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.--img .card.btn .dropdown__wrapper.--earth:before, .card.--img .card.btn .pagination ul a:hover .dropdown__wrapper.--earth:before, .pagination ul a:hover .card.--img .card.dropdown__wrapper .dropdown__wrapper.--earth:before, .card.--img .card.dropdown__wrapper .pagination ul a:hover .dropdown__wrapper.--earth:before {
  background: var(--Text-Brand-Default);
}

.btn, .dropdown__wrapper {
  position: relative;
  display: flex;
  gap: 0.8rem;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 2.2rem 2.4rem;
  transition: all 0.2s ease-in-out;
  border-radius: 6rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md, 1.6rem);
  color: var(--Text-Neutral-Default);
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.btn:hover, .dropdown__wrapper:hover, .btn:focus, .dropdown__wrapper:focus {
  background: var(--Background-Neutral-Default-hover);
}
.btn svg, .dropdown__wrapper svg {
  fill: var(--Text-Neutral-Default);
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
}
.btn svg:first-child:last-child, .dropdown__wrapper svg:first-child:last-child {
  margin: 0 -0.2rem;
}
.btn[disabled], [disabled].dropdown__wrapper {
  opacity: 0.5;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.btn.--inline, .dropdown__wrapper {
  display: inline-flex;
  width: auto;
}
.btn.--min-w-27, .--min-w-27.dropdown__wrapper {
  min-width: 27rem;
}
@media (max-width: 1023.9px) {
  .btn.--min-w-27, .--min-w-27.dropdown__wrapper {
    width: 100%;
  }
}
.btn.--arrow:after, .--arrow.dropdown__wrapper:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/arrow-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/arrow-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.btn.--next:after, .--next.dropdown__wrapper:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.btn.--back:before, .--back.dropdown__wrapper:before {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/chevron-left.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-left.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.btn.--help:after, .--help.dropdown__wrapper:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/chat.svg) no-repeat center/contain;
          mask: url(../../icons/public/chat.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.btn.--pdf:after, .--pdf.dropdown__wrapper:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/pdf.svg) no-repeat center/contain;
          mask: url(../../icons/public/pdf.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.btn.--print:after, .--print.dropdown__wrapper:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/printer.svg) no-repeat center/contain;
          mask: url(../../icons/public/printer.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.btn.--sm, .--sm.dropdown__wrapper {
  gap: 0.4rem;
  padding: 1.2rem 1.6rem;
  line-height: 1.4rem;
  font-size: var(--Size-Text-sm, 1.2rem);
}
.btn.--sm svg, .--sm.dropdown__wrapper svg, .btn.--sm:after, .--sm.dropdown__wrapper:after, .btn.--sm:before, .--sm.dropdown__wrapper:before {
  min-width: 1.2rem;
  min-height: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem 0;
}
.btn.--sm:has(.a11y-sr-only):after, .--sm.dropdown__wrapper:has(.a11y-sr-only):after,
.btn.--sm svg:first-child:last-child,
.--sm.dropdown__wrapper svg:first-child:last-child {
  margin: 0.1rem -0.3rem;
}
.btn.--primary, .card.--blue .btn, .card.--invert .btn, .card.banner__badge .btn, .card.product__badge .btn, .pagination ul span.card .btn, .card.--img .card.tag .btn, .card.--img .pagination ul a.card .btn, .pagination ul .card.--img a.card .btn, .card.--img .card.btn .btn, .card.--img .card.dropdown__wrapper .btn, .--primary.dropdown__wrapper, .card.--blue .dropdown__wrapper, .card.--invert .dropdown__wrapper, .card.banner__badge .dropdown__wrapper, .card.product__badge .dropdown__wrapper, .pagination ul span.card .dropdown__wrapper, .card.--img .card.tag .dropdown__wrapper, .card.--img .pagination ul a.card .dropdown__wrapper, .pagination ul .card.--img a.card .dropdown__wrapper, .card.--img .card.btn .dropdown__wrapper, .card.--img .card.dropdown__wrapper .dropdown__wrapper {
  color: var(--Text-Neutral-Inverted, #FFF);
  background: var(--Background-Brand-Primary-Default);
}
.btn.--primary svg, .card.--blue .btn svg, .card.--invert .btn svg, .card.banner__badge .btn svg, .card.product__badge .btn svg, .pagination ul span.card .btn svg, .card.--img .card.tag .btn svg, .card.--img .pagination ul a.card .btn svg, .pagination ul .card.--img a.card .btn svg, .card.--img .card.btn .btn svg, .card.--img .card.dropdown__wrapper .btn svg, .--primary.dropdown__wrapper svg, .card.--blue .dropdown__wrapper svg, .card.--invert .dropdown__wrapper svg, .card.banner__badge .dropdown__wrapper svg, .card.product__badge .dropdown__wrapper svg, .pagination ul span.card .dropdown__wrapper svg, .card.--img .card.tag .dropdown__wrapper svg, .card.--img .pagination ul a.card .dropdown__wrapper svg, .pagination ul .card.--img a.card .dropdown__wrapper svg, .card.--img .card.btn .dropdown__wrapper svg, .card.--img .card.dropdown__wrapper .dropdown__wrapper svg {
  fill: var(--Text-Neutral-Inverted, #FFF);
}
.btn.--primary:after, .card.--blue .btn:after, .card.--invert .btn:after, .card.banner__badge .btn:after, .card.product__badge .btn:after, .pagination ul span.card .btn:after, .card.--img .card.tag .btn:after, .card.--img .pagination ul a.card .btn:after, .pagination ul .card.--img a.card .btn:after, .card.--img .card.btn .btn:after, .card.--img .card.dropdown__wrapper .btn:after, .--primary.dropdown__wrapper:after, .card.--blue .dropdown__wrapper:after, .card.--invert .dropdown__wrapper:after, .card.banner__badge .dropdown__wrapper:after, .card.product__badge .dropdown__wrapper:after, .pagination ul span.card .dropdown__wrapper:after, .card.--img .card.tag .dropdown__wrapper:after, .card.--img .pagination ul a.card .dropdown__wrapper:after, .pagination ul .card.--img a.card .dropdown__wrapper:after, .card.--img .card.btn .dropdown__wrapper:after, .card.--img .card.dropdown__wrapper .dropdown__wrapper:after {
  background: var(--Text-Neutral-Inverted, #FFF);
}
.btn.--primary:hover, .card.--blue .btn:hover, .card.--invert .btn:hover, .card.banner__badge .btn:hover, .card.product__badge .btn:hover, .pagination ul span.card .btn:hover, .card.--img .card.tag .btn:hover, .card.--img .pagination ul a.card .btn:hover, .pagination ul .card.--img a.card .btn:hover, .card.--img .card.btn .btn:hover, .card.--img .card.dropdown__wrapper .btn:hover, .--primary.dropdown__wrapper:hover, .card.--blue .dropdown__wrapper:hover, .card.--invert .dropdown__wrapper:hover, .card.banner__badge .dropdown__wrapper:hover, .card.product__badge .dropdown__wrapper:hover, .pagination ul span.card .dropdown__wrapper:hover, .card.--img .card.tag .dropdown__wrapper:hover, .card.--img .pagination ul a.card .dropdown__wrapper:hover, .pagination ul .card.--img a.card .dropdown__wrapper:hover, .card.--img .card.btn .dropdown__wrapper:hover, .card.--img .card.dropdown__wrapper .dropdown__wrapper:hover, .btn.--primary:focus, .card.--blue .btn:focus, .card.--invert .btn:focus, .card.banner__badge .btn:focus, .card.product__badge .btn:focus, .pagination ul span.card .btn:focus, .card.--img .card.tag .btn:focus, .card.--img .pagination ul a.card .btn:focus, .pagination ul .card.--img a.card .btn:focus, .card.--img .card.btn .btn:focus, .card.--img .card.dropdown__wrapper .btn:focus, .--primary.dropdown__wrapper:focus, .card.--blue .dropdown__wrapper:focus, .card.--invert .dropdown__wrapper:focus, .card.banner__badge .dropdown__wrapper:focus, .card.product__badge .dropdown__wrapper:focus, .pagination ul span.card .dropdown__wrapper:focus, .card.--img .card.tag .dropdown__wrapper:focus, .card.--img .pagination ul a.card .dropdown__wrapper:focus, .pagination ul .card.--img a.card .dropdown__wrapper:focus, .card.--img .card.btn .dropdown__wrapper:focus, .card.--img .card.dropdown__wrapper .dropdown__wrapper:focus {
  background: var(--Background-Brand-Primary-Default-hover);
}
.btn.--primary.--invert, .card.--blue .btn.--invert, .card.--invert .btn.--invert, .card.banner__badge .btn.--invert, .card.product__badge .btn.--invert, .pagination ul span.card .btn.--invert, .card.--img .btn.--primary, .card.--img .card.--blue .btn, .card.--blue .card.--img .btn, .card.--img .card.--invert .btn, .card.--invert .card.--img .btn, .card.--img .card.banner__badge .btn, .card.banner__badge .card.--img .btn, .card.--img .card.product__badge .btn, .card.product__badge .card.--img .btn, .card.--img .pagination ul span.card .btn, .pagination ul span.card .card.--img .btn, .card.--img .card.tag .btn, .card.--img .pagination ul a.card .btn, .pagination ul .card.--img a.card .btn, .card.--img .card.btn .btn, .card.--img .card.dropdown__wrapper .btn, .pagination ul span.btn.--primary, .pagination ul .card.--blue span.btn, .card.--blue .pagination ul span.btn, .pagination ul .card.--invert span.btn, .card.--invert .pagination ul span.btn, .pagination ul .card.banner__badge span.btn, .card.banner__badge .pagination ul span.btn, .pagination ul .card.product__badge span.btn, .card.product__badge .pagination ul span.btn, .pagination ul span.card span.btn, .btn.--primary.product__badge, .card.--blue .btn.product__badge, .card.--invert .btn.product__badge, .card.banner__badge .btn.product__badge, .card.product__badge .btn.product__badge, .pagination ul span.card .btn.product__badge, .btn.--primary.banner__badge, .card.--blue .btn.banner__badge, .card.--invert .btn.banner__badge, .card.banner__badge .btn.banner__badge, .card.product__badge .btn.banner__badge, .pagination ul span.card .btn.banner__badge, .--primary.--invert.dropdown__wrapper, .card.--blue .--invert.dropdown__wrapper, .card.--invert .--invert.dropdown__wrapper, .card.banner__badge .--invert.dropdown__wrapper, .card.product__badge .--invert.dropdown__wrapper, .pagination ul span.card .--invert.dropdown__wrapper, .card.--img .--primary.dropdown__wrapper, .card.--img .card.--blue .dropdown__wrapper, .card.--blue .card.--img .dropdown__wrapper, .card.--img .card.--invert .dropdown__wrapper, .card.--invert .card.--img .dropdown__wrapper, .card.--img .card.banner__badge .dropdown__wrapper, .card.banner__badge .card.--img .dropdown__wrapper, .card.--img .card.product__badge .dropdown__wrapper, .card.product__badge .card.--img .dropdown__wrapper, .card.--img .pagination ul span.card .dropdown__wrapper, .pagination ul span.card .card.--img .dropdown__wrapper, .card.--img .card.tag .dropdown__wrapper, .card.--img .pagination ul a.card .dropdown__wrapper, .pagination ul .card.--img a.card .dropdown__wrapper, .card.--img .card.btn .dropdown__wrapper, .card.--img .card.dropdown__wrapper .dropdown__wrapper, .pagination ul span.--primary.dropdown__wrapper, .pagination ul .card.--blue span.dropdown__wrapper, .card.--blue .pagination ul span.dropdown__wrapper, .pagination ul .card.--invert span.dropdown__wrapper, .card.--invert .pagination ul span.dropdown__wrapper, .pagination ul .card.banner__badge span.dropdown__wrapper, .card.banner__badge .pagination ul span.dropdown__wrapper, .pagination ul .card.product__badge span.dropdown__wrapper, .card.product__badge .pagination ul span.dropdown__wrapper, .pagination ul span.card span.dropdown__wrapper, .--primary.dropdown__wrapper.product__badge, .card.--blue .dropdown__wrapper.product__badge, .card.--invert .dropdown__wrapper.product__badge, .card.banner__badge .dropdown__wrapper.product__badge, .card.product__badge .dropdown__wrapper.product__badge, .pagination ul span.card .dropdown__wrapper.product__badge, .--primary.dropdown__wrapper.banner__badge, .card.--blue .dropdown__wrapper.banner__badge, .card.--invert .dropdown__wrapper.banner__badge, .card.banner__badge .dropdown__wrapper.banner__badge, .card.product__badge .dropdown__wrapper.banner__badge, .pagination ul span.card .dropdown__wrapper.banner__badge {
  color: var(--Text-Brand-Default);
  background: var(--Background-Brand-Primary-Inverted);
}
.btn.--primary.--invert svg, .card.--blue .btn.--invert svg, .card.--invert .btn.--invert svg, .card.banner__badge .btn.--invert svg, .card.product__badge .btn.--invert svg, .pagination ul span.card .btn.--invert svg, .card.--img .btn.--primary svg, .card.--img .card.--blue .btn svg, .card.--blue .card.--img .btn svg, .card.--img .card.--invert .btn svg, .card.--invert .card.--img .btn svg, .card.--img .card.banner__badge .btn svg, .card.banner__badge .card.--img .btn svg, .card.--img .card.product__badge .btn svg, .card.product__badge .card.--img .btn svg, .card.--img .pagination ul span.card .btn svg, .pagination ul span.card .card.--img .btn svg, .card.--img .card.tag .btn svg, .card.--img .pagination ul a.card .btn svg, .pagination ul .card.--img a.card .btn svg, .card.--img .card.btn .btn svg, .card.--img .card.dropdown__wrapper .btn svg, .pagination ul span.btn.--primary svg, .pagination ul .card.--blue span.btn svg, .card.--blue .pagination ul span.btn svg, .pagination ul .card.--invert span.btn svg, .card.--invert .pagination ul span.btn svg, .pagination ul .card.banner__badge span.btn svg, .card.banner__badge .pagination ul span.btn svg, .pagination ul .card.product__badge span.btn svg, .card.product__badge .pagination ul span.btn svg, .pagination ul span.card span.btn svg, .btn.--primary.product__badge svg, .card.--blue .btn.product__badge svg, .card.--invert .btn.product__badge svg, .card.banner__badge .btn.product__badge svg, .card.product__badge .btn.product__badge svg, .pagination ul span.card .btn.product__badge svg, .btn.--primary.banner__badge svg, .card.--blue .btn.banner__badge svg, .card.--invert .btn.banner__badge svg, .card.banner__badge .btn.banner__badge svg, .card.product__badge .btn.banner__badge svg, .pagination ul span.card .btn.banner__badge svg, .--primary.--invert.dropdown__wrapper svg, .card.--blue .--invert.dropdown__wrapper svg, .card.--invert .--invert.dropdown__wrapper svg, .card.banner__badge .--invert.dropdown__wrapper svg, .card.product__badge .--invert.dropdown__wrapper svg, .pagination ul span.card .--invert.dropdown__wrapper svg, .card.--img .--primary.dropdown__wrapper svg, .card.--img .card.--blue .dropdown__wrapper svg, .card.--blue .card.--img .dropdown__wrapper svg, .card.--img .card.--invert .dropdown__wrapper svg, .card.--invert .card.--img .dropdown__wrapper svg, .card.--img .card.banner__badge .dropdown__wrapper svg, .card.banner__badge .card.--img .dropdown__wrapper svg, .card.--img .card.product__badge .dropdown__wrapper svg, .card.product__badge .card.--img .dropdown__wrapper svg, .card.--img .pagination ul span.card .dropdown__wrapper svg, .pagination ul span.card .card.--img .dropdown__wrapper svg, .card.--img .card.tag .dropdown__wrapper svg, .card.--img .pagination ul a.card .dropdown__wrapper svg, .pagination ul .card.--img a.card .dropdown__wrapper svg, .card.--img .card.btn .dropdown__wrapper svg, .card.--img .card.dropdown__wrapper .dropdown__wrapper svg, .pagination ul span.--primary.dropdown__wrapper svg, .pagination ul .card.--blue span.dropdown__wrapper svg, .card.--blue .pagination ul span.dropdown__wrapper svg, .pagination ul .card.--invert span.dropdown__wrapper svg, .card.--invert .pagination ul span.dropdown__wrapper svg, .pagination ul .card.banner__badge span.dropdown__wrapper svg, .card.banner__badge .pagination ul span.dropdown__wrapper svg, .pagination ul .card.product__badge span.dropdown__wrapper svg, .card.product__badge .pagination ul span.dropdown__wrapper svg, .pagination ul span.card span.dropdown__wrapper svg, .--primary.dropdown__wrapper.product__badge svg, .card.--blue .dropdown__wrapper.product__badge svg, .card.--invert .dropdown__wrapper.product__badge svg, .card.banner__badge .dropdown__wrapper.product__badge svg, .card.product__badge .dropdown__wrapper.product__badge svg, .pagination ul span.card .dropdown__wrapper.product__badge svg, .--primary.dropdown__wrapper.banner__badge svg, .card.--blue .dropdown__wrapper.banner__badge svg, .card.--invert .dropdown__wrapper.banner__badge svg, .card.banner__badge .dropdown__wrapper.banner__badge svg, .card.product__badge .dropdown__wrapper.banner__badge svg, .pagination ul span.card .dropdown__wrapper.banner__badge svg {
  fill: var(--Text-Brand-Default);
}
.btn.--primary.--invert:after, .card.--blue .btn.--invert:after, .card.--invert .btn.--invert:after, .card.banner__badge .btn.--invert:after, .card.product__badge .btn.--invert:after, .pagination ul span.card .btn.--invert:after, .card.--img .btn.--primary:after, .card.--img .card.--blue .btn:after, .card.--blue .card.--img .btn:after, .card.--img .card.--invert .btn:after, .card.--invert .card.--img .btn:after, .card.--img .card.banner__badge .btn:after, .card.banner__badge .card.--img .btn:after, .card.--img .card.product__badge .btn:after, .card.product__badge .card.--img .btn:after, .card.--img .pagination ul span.card .btn:after, .pagination ul span.card .card.--img .btn:after, .card.--img .card.tag .btn:after, .card.--img .pagination ul a.card .btn:after, .pagination ul .card.--img a.card .btn:after, .card.--img .card.btn .btn:after, .card.--img .card.dropdown__wrapper .btn:after, .pagination ul span.btn.--primary:after, .pagination ul .card.--blue span.btn:after, .card.--blue .pagination ul span.btn:after, .pagination ul .card.--invert span.btn:after, .card.--invert .pagination ul span.btn:after, .pagination ul .card.banner__badge span.btn:after, .card.banner__badge .pagination ul span.btn:after, .pagination ul .card.product__badge span.btn:after, .card.product__badge .pagination ul span.btn:after, .pagination ul span.card span.btn:after, .btn.--primary.product__badge:after, .card.--blue .btn.product__badge:after, .card.--invert .btn.product__badge:after, .card.banner__badge .btn.product__badge:after, .card.product__badge .btn.product__badge:after, .pagination ul span.card .btn.product__badge:after, .btn.--primary.banner__badge:after, .card.--blue .btn.banner__badge:after, .card.--invert .btn.banner__badge:after, .card.banner__badge .btn.banner__badge:after, .card.product__badge .btn.banner__badge:after, .pagination ul span.card .btn.banner__badge:after, .--primary.--invert.dropdown__wrapper:after, .card.--blue .--invert.dropdown__wrapper:after, .card.--invert .--invert.dropdown__wrapper:after, .card.banner__badge .--invert.dropdown__wrapper:after, .card.product__badge .--invert.dropdown__wrapper:after, .pagination ul span.card .--invert.dropdown__wrapper:after, .card.--img .--primary.dropdown__wrapper:after, .card.--img .card.--blue .dropdown__wrapper:after, .card.--blue .card.--img .dropdown__wrapper:after, .card.--img .card.--invert .dropdown__wrapper:after, .card.--invert .card.--img .dropdown__wrapper:after, .card.--img .card.banner__badge .dropdown__wrapper:after, .card.banner__badge .card.--img .dropdown__wrapper:after, .card.--img .card.product__badge .dropdown__wrapper:after, .card.product__badge .card.--img .dropdown__wrapper:after, .card.--img .pagination ul span.card .dropdown__wrapper:after, .pagination ul span.card .card.--img .dropdown__wrapper:after, .card.--img .card.tag .dropdown__wrapper:after, .card.--img .pagination ul a.card .dropdown__wrapper:after, .pagination ul .card.--img a.card .dropdown__wrapper:after, .card.--img .card.btn .dropdown__wrapper:after, .card.--img .card.dropdown__wrapper .dropdown__wrapper:after, .pagination ul span.--primary.dropdown__wrapper:after, .pagination ul .card.--blue span.dropdown__wrapper:after, .card.--blue .pagination ul span.dropdown__wrapper:after, .pagination ul .card.--invert span.dropdown__wrapper:after, .card.--invert .pagination ul span.dropdown__wrapper:after, .pagination ul .card.banner__badge span.dropdown__wrapper:after, .card.banner__badge .pagination ul span.dropdown__wrapper:after, .pagination ul .card.product__badge span.dropdown__wrapper:after, .card.product__badge .pagination ul span.dropdown__wrapper:after, .pagination ul span.card span.dropdown__wrapper:after, .--primary.dropdown__wrapper.product__badge:after, .card.--blue .dropdown__wrapper.product__badge:after, .card.--invert .dropdown__wrapper.product__badge:after, .card.banner__badge .dropdown__wrapper.product__badge:after, .card.product__badge .dropdown__wrapper.product__badge:after, .pagination ul span.card .dropdown__wrapper.product__badge:after, .--primary.dropdown__wrapper.banner__badge:after, .card.--blue .dropdown__wrapper.banner__badge:after, .card.--invert .dropdown__wrapper.banner__badge:after, .card.banner__badge .dropdown__wrapper.banner__badge:after, .card.product__badge .dropdown__wrapper.banner__badge:after, .pagination ul span.card .dropdown__wrapper.banner__badge:after {
  background: var(--Text-Brand-Default);
}
.btn.--primary.--invert:hover, .card.--blue .btn.--invert:hover, .card.--invert .btn.--invert:hover, .card.banner__badge .btn.--invert:hover, .card.product__badge .btn.--invert:hover, .pagination ul span.card .btn.--invert:hover, .card.--img .btn.--primary:hover, .card.--img .card.--blue .btn:hover, .card.--blue .card.--img .btn:hover, .card.--img .card.--invert .btn:hover, .card.--invert .card.--img .btn:hover, .card.--img .card.banner__badge .btn:hover, .card.banner__badge .card.--img .btn:hover, .card.--img .card.product__badge .btn:hover, .card.product__badge .card.--img .btn:hover, .card.--img .pagination ul span.card .btn:hover, .pagination ul span.card .card.--img .btn:hover, .card.--img .card.tag .btn:hover, .card.--img .pagination ul a.card .btn:hover, .pagination ul .card.--img a.card .btn:hover, .card.--img .card.btn .btn:hover, .card.--img .card.dropdown__wrapper .btn:hover, .pagination ul span.btn.--primary:hover, .pagination ul .card.--blue span.btn:hover, .card.--blue .pagination ul span.btn:hover, .pagination ul .card.--invert span.btn:hover, .card.--invert .pagination ul span.btn:hover, .pagination ul .card.banner__badge span.btn:hover, .card.banner__badge .pagination ul span.btn:hover, .pagination ul .card.product__badge span.btn:hover, .card.product__badge .pagination ul span.btn:hover, .pagination ul span.card span.btn:hover, .btn.--primary.product__badge:hover, .card.--blue .btn.product__badge:hover, .card.--invert .btn.product__badge:hover, .card.banner__badge .btn.product__badge:hover, .card.product__badge .btn.product__badge:hover, .pagination ul span.card .btn.product__badge:hover, .btn.--primary.banner__badge:hover, .card.--blue .btn.banner__badge:hover, .card.--invert .btn.banner__badge:hover, .card.banner__badge .btn.banner__badge:hover, .card.product__badge .btn.banner__badge:hover, .pagination ul span.card .btn.banner__badge:hover, .--primary.--invert.dropdown__wrapper:hover, .card.--blue .--invert.dropdown__wrapper:hover, .card.--invert .--invert.dropdown__wrapper:hover, .card.banner__badge .--invert.dropdown__wrapper:hover, .card.product__badge .--invert.dropdown__wrapper:hover, .pagination ul span.card .--invert.dropdown__wrapper:hover, .card.--img .--primary.dropdown__wrapper:hover, .card.--img .card.--blue .dropdown__wrapper:hover, .card.--blue .card.--img .dropdown__wrapper:hover, .card.--img .card.--invert .dropdown__wrapper:hover, .card.--invert .card.--img .dropdown__wrapper:hover, .card.--img .card.banner__badge .dropdown__wrapper:hover, .card.banner__badge .card.--img .dropdown__wrapper:hover, .card.--img .card.product__badge .dropdown__wrapper:hover, .card.product__badge .card.--img .dropdown__wrapper:hover, .card.--img .pagination ul span.card .dropdown__wrapper:hover, .pagination ul span.card .card.--img .dropdown__wrapper:hover, .card.--img .card.tag .dropdown__wrapper:hover, .card.--img .pagination ul a.card .dropdown__wrapper:hover, .pagination ul .card.--img a.card .dropdown__wrapper:hover, .card.--img .card.btn .dropdown__wrapper:hover, .card.--img .card.dropdown__wrapper .dropdown__wrapper:hover, .pagination ul span.--primary.dropdown__wrapper:hover, .pagination ul .card.--blue span.dropdown__wrapper:hover, .card.--blue .pagination ul span.dropdown__wrapper:hover, .pagination ul .card.--invert span.dropdown__wrapper:hover, .card.--invert .pagination ul span.dropdown__wrapper:hover, .pagination ul .card.banner__badge span.dropdown__wrapper:hover, .card.banner__badge .pagination ul span.dropdown__wrapper:hover, .pagination ul .card.product__badge span.dropdown__wrapper:hover, .card.product__badge .pagination ul span.dropdown__wrapper:hover, .pagination ul span.card span.dropdown__wrapper:hover, .--primary.dropdown__wrapper.product__badge:hover, .card.--blue .dropdown__wrapper.product__badge:hover, .card.--invert .dropdown__wrapper.product__badge:hover, .card.banner__badge .dropdown__wrapper.product__badge:hover, .card.product__badge .dropdown__wrapper.product__badge:hover, .pagination ul span.card .dropdown__wrapper.product__badge:hover, .--primary.dropdown__wrapper.banner__badge:hover, .card.--blue .dropdown__wrapper.banner__badge:hover, .card.--invert .dropdown__wrapper.banner__badge:hover, .card.banner__badge .dropdown__wrapper.banner__badge:hover, .card.product__badge .dropdown__wrapper.banner__badge:hover, .pagination ul span.card .dropdown__wrapper.banner__badge:hover, .btn.--primary.--invert:focus, .card.--blue .btn.--invert:focus, .card.--invert .btn.--invert:focus, .card.banner__badge .btn.--invert:focus, .card.product__badge .btn.--invert:focus, .pagination ul span.card .btn.--invert:focus, .card.--img .btn.--primary:focus, .card.--img .card.--blue .btn:focus, .card.--blue .card.--img .btn:focus, .card.--img .card.--invert .btn:focus, .card.--invert .card.--img .btn:focus, .card.--img .card.banner__badge .btn:focus, .card.banner__badge .card.--img .btn:focus, .card.--img .card.product__badge .btn:focus, .card.product__badge .card.--img .btn:focus, .card.--img .pagination ul span.card .btn:focus, .pagination ul span.card .card.--img .btn:focus, .card.--img .card.tag .btn:focus, .card.--img .pagination ul a.card .btn:focus, .pagination ul .card.--img a.card .btn:focus, .card.--img .card.btn .btn:focus, .card.--img .card.dropdown__wrapper .btn:focus, .pagination ul span.btn.--primary:focus, .pagination ul .card.--blue span.btn:focus, .card.--blue .pagination ul span.btn:focus, .pagination ul .card.--invert span.btn:focus, .card.--invert .pagination ul span.btn:focus, .pagination ul .card.banner__badge span.btn:focus, .card.banner__badge .pagination ul span.btn:focus, .pagination ul .card.product__badge span.btn:focus, .card.product__badge .pagination ul span.btn:focus, .pagination ul span.card span.btn:focus, .btn.--primary.product__badge:focus, .card.--blue .btn.product__badge:focus, .card.--invert .btn.product__badge:focus, .card.banner__badge .btn.product__badge:focus, .card.product__badge .btn.product__badge:focus, .pagination ul span.card .btn.product__badge:focus, .btn.--primary.banner__badge:focus, .card.--blue .btn.banner__badge:focus, .card.--invert .btn.banner__badge:focus, .card.banner__badge .btn.banner__badge:focus, .card.product__badge .btn.banner__badge:focus, .pagination ul span.card .btn.banner__badge:focus, .--primary.--invert.dropdown__wrapper:focus, .card.--blue .--invert.dropdown__wrapper:focus, .card.--invert .--invert.dropdown__wrapper:focus, .card.banner__badge .--invert.dropdown__wrapper:focus, .card.product__badge .--invert.dropdown__wrapper:focus, .pagination ul span.card .--invert.dropdown__wrapper:focus, .card.--img .--primary.dropdown__wrapper:focus, .card.--img .card.--blue .dropdown__wrapper:focus, .card.--blue .card.--img .dropdown__wrapper:focus, .card.--img .card.--invert .dropdown__wrapper:focus, .card.--invert .card.--img .dropdown__wrapper:focus, .card.--img .card.banner__badge .dropdown__wrapper:focus, .card.banner__badge .card.--img .dropdown__wrapper:focus, .card.--img .card.product__badge .dropdown__wrapper:focus, .card.product__badge .card.--img .dropdown__wrapper:focus, .card.--img .pagination ul span.card .dropdown__wrapper:focus, .pagination ul span.card .card.--img .dropdown__wrapper:focus, .card.--img .card.tag .dropdown__wrapper:focus, .card.--img .pagination ul a.card .dropdown__wrapper:focus, .pagination ul .card.--img a.card .dropdown__wrapper:focus, .card.--img .card.btn .dropdown__wrapper:focus, .card.--img .card.dropdown__wrapper .dropdown__wrapper:focus, .pagination ul span.--primary.dropdown__wrapper:focus, .pagination ul .card.--blue span.dropdown__wrapper:focus, .card.--blue .pagination ul span.dropdown__wrapper:focus, .pagination ul .card.--invert span.dropdown__wrapper:focus, .card.--invert .pagination ul span.dropdown__wrapper:focus, .pagination ul .card.banner__badge span.dropdown__wrapper:focus, .card.banner__badge .pagination ul span.dropdown__wrapper:focus, .pagination ul .card.product__badge span.dropdown__wrapper:focus, .card.product__badge .pagination ul span.dropdown__wrapper:focus, .pagination ul span.card span.dropdown__wrapper:focus, .--primary.dropdown__wrapper.product__badge:focus, .card.--blue .dropdown__wrapper.product__badge:focus, .card.--invert .dropdown__wrapper.product__badge:focus, .card.banner__badge .dropdown__wrapper.product__badge:focus, .card.product__badge .dropdown__wrapper.product__badge:focus, .pagination ul span.card .dropdown__wrapper.product__badge:focus, .--primary.dropdown__wrapper.banner__badge:focus, .card.--blue .dropdown__wrapper.banner__badge:focus, .card.--invert .dropdown__wrapper.banner__badge:focus, .card.banner__badge .dropdown__wrapper.banner__badge:focus, .card.product__badge .dropdown__wrapper.banner__badge:focus, .pagination ul span.card .dropdown__wrapper.banner__badge:focus {
  background: var(--Background-Brand-Primary-Inverted-hover);
}
.btn.--secondary, .--secondary.dropdown__wrapper {
  color: var(--Text-Brand-Default);
  background: transparent;
  box-shadow: inset 0 0 0 0.2rem var(--Text-Brand-Default);
}
.btn.--secondary svg, .--secondary.dropdown__wrapper svg {
  fill: var(--Text-Brand-Default);
}
.btn.--secondary:hover, .--secondary.dropdown__wrapper:hover, .btn.--secondary:focus, .--secondary.dropdown__wrapper:focus {
  background: transparent;
  box-shadow: inset 0 0 0 0.4rem var(--Text-Brand-Default);
}
.btn.--secondary.--invert, .card.--img .btn.--secondary, .pagination ul span.btn.--secondary, .btn.--secondary.product__badge, .btn.--secondary.banner__badge, .--secondary.--invert.dropdown__wrapper, .card.--img .--secondary.dropdown__wrapper, .pagination ul span.--secondary.dropdown__wrapper, .--secondary.dropdown__wrapper.product__badge, .--secondary.dropdown__wrapper.banner__badge {
  color: var(--Text-Brand-Inverted);
  box-shadow: inset 0 0 0 0.2rem var(--Background-Brand-Primary-Inverted);
}
.btn.--secondary.--invert svg, .card.--img .btn.--secondary svg, .pagination ul span.btn.--secondary svg, .btn.--secondary.product__badge svg, .btn.--secondary.banner__badge svg, .--secondary.--invert.dropdown__wrapper svg, .card.--img .--secondary.dropdown__wrapper svg, .pagination ul span.--secondary.dropdown__wrapper svg, .--secondary.dropdown__wrapper.product__badge svg, .--secondary.dropdown__wrapper.banner__badge svg {
  fill: var(--Text-Brand-Inverted);
}
.btn.--secondary.--invert:after, .card.--img .btn.--secondary:after, .pagination ul span.btn.--secondary:after, .btn.--secondary.product__badge:after, .btn.--secondary.banner__badge:after, .--secondary.--invert.dropdown__wrapper:after, .card.--img .--secondary.dropdown__wrapper:after, .pagination ul span.--secondary.dropdown__wrapper:after, .--secondary.dropdown__wrapper.product__badge:after, .--secondary.dropdown__wrapper.banner__badge:after {
  background: var(--Text-Brand-Inverted);
}
.btn.--secondary.--invert:hover, .card.--img .btn.--secondary:hover, .pagination ul span.btn.--secondary:hover, .btn.--secondary.product__badge:hover, .btn.--secondary.banner__badge:hover, .--secondary.--invert.dropdown__wrapper:hover, .card.--img .--secondary.dropdown__wrapper:hover, .pagination ul span.--secondary.dropdown__wrapper:hover, .--secondary.dropdown__wrapper.product__badge:hover, .--secondary.dropdown__wrapper.banner__badge:hover, .btn.--secondary.--invert:focus, .card.--img .btn.--secondary:focus, .pagination ul span.btn.--secondary:focus, .btn.--secondary.product__badge:focus, .btn.--secondary.banner__badge:focus, .--secondary.--invert.dropdown__wrapper:focus, .card.--img .--secondary.dropdown__wrapper:focus, .pagination ul span.--secondary.dropdown__wrapper:focus, .--secondary.dropdown__wrapper.product__badge:focus, .--secondary.dropdown__wrapper.banner__badge:focus {
  background: transparent;
  box-shadow: inset 0 0 0 0.4rem var(--Background-Brand-Primary-Inverted);
}
.btn.--back-on-gray, .--back-on-gray.dropdown__wrapper {
  height: 4rem;
  background: #fff;
  border: 0.1rem solid var(--black-black-2);
  display: inline-flex;
  width: auto;
  padding: 0 2rem 0 5rem;
  font-size: 1.6rem;
  color: var(--black-black-4);
  letter-spacing: 0;
  position: relative;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.btn.--back-on-gray:hover, .--back-on-gray.dropdown__wrapper:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn.--back-on-gray:before, .--back-on-gray.dropdown__wrapper:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 2.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/arrow-right.svg) no-repeat center;
          mask: url(../../icons/public/arrow-right.svg) no-repeat center;
  transform: rotate(180deg);
}
.btn.--loading:after, .--loading.dropdown__wrapper:after {
  opacity: 0;
}
.btn.--loading:before, .--loading.dropdown__wrapper:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  right: 3rem;
  top: 50%;
  position: absolute;
  margin-top: -0.9rem;
  background: url(../../icons/public/icon-loader.png) no-repeat;
  background-size: 100% auto;
  animation: loader 1s linear infinite;
  transform: translateY(0);
  -webkit-mask: none;
          mask: none;
}
.btn.--contact, .--contact.dropdown__wrapper, .btn.--event-page, .--event-page.dropdown__wrapper {
  min-width: 26rem;
  max-width: 26rem;
  background: transparent;
  padding: 0 6.5rem 0 3rem;
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: -0.02rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
}
body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--contact, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--contact.dropdown__wrapper, body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--event-page, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--event-page.dropdown__wrapper {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
}
.btn.--contact:after, .--contact.dropdown__wrapper:after, .btn.--event-page:after, .--event-page.dropdown__wrapper:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -1.2rem;
  background: #fff;
  -webkit-mask: url(../../icons/public/chat.svg) no-repeat center;
          mask: url(../../icons/public/chat.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--contact:after, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--contact.dropdown__wrapper:after, body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--event-page:after, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--event-page.dropdown__wrapper:after {
  background: rgba(0, 0, 0, 0.5);
}
.btn.--contact:hover, .--contact.dropdown__wrapper:hover, .btn.--event-page:hover, .--event-page.dropdown__wrapper:hover {
  background: #fff;
  color: var(--Background-Brand-Primary-Default);
  border-color: #fff;
}
body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--contact:hover, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--contact.dropdown__wrapper:hover, body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--event-page:hover, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--event-page.dropdown__wrapper:hover {
  background: var(--Background-Brand-Primary-Default);
  color: #fff;
  border-color: var(--Background-Brand-Primary-Default);
}
.btn.--contact:hover:after, .--contact.dropdown__wrapper:hover:after, .btn.--event-page:hover:after, .--event-page.dropdown__wrapper:hover:after {
  background: var(--Background-Brand-Primary-Default);
}
body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--contact:hover:after, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--contact.dropdown__wrapper:hover:after, body.--page-banner-dark-text .banner__tabs-outer-wrapper .btn.--event-page:hover:after, body.--page-banner-dark-text .banner__tabs-outer-wrapper .--event-page.dropdown__wrapper:hover:after {
  background: #fff;
}
.btn.--event-page:after, .--event-page.dropdown__wrapper:after {
  -webkit-mask: url(../../icons/public/event-arrow.svg) no-repeat center;
          mask: url(../../icons/public/event-arrow.svg) no-repeat center;
}
.btn.--count, .--count.dropdown__wrapper {
  align-items: center;
  justify-content: center;
  background: var(--Background-Brand-Primary-Default);
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 3rem;
  letter-spacing: -0.02rem;
}
.btn.--count:hover, .--count.dropdown__wrapper:hover {
  background: #000;
  color: #fff;
}

.btn-badge {
  height: 3rem;
  background: #fff;
  white-space: nowrap;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: 0.03rem;
  margin-left: 1.5rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
}
.btn:hover .btn-badge, .dropdown__wrapper:hover .btn-badge {
  color: #000;
}

.--brand .btn.--primary, .--brand .card.--blue .btn, .card.--blue .--brand .btn, .--brand .card.--invert .btn, .card.--invert .--brand .btn, .--brand .card.banner__badge .btn, .card.banner__badge .--brand .btn, .--brand .card.product__badge .btn, .card.product__badge .--brand .btn, .--brand .pagination ul span.card .btn, .pagination ul span.card .--brand .btn, .--brand .card.--img .card.tag .btn, .card.--img .card.tag .--brand .btn, .--brand .card.--img .pagination ul a.card .btn, .card.--img .pagination ul a.card .--brand .btn, .--brand .pagination ul .card.--img a.card .btn, .pagination ul .card.--img a.card .--brand .btn, .--brand .card.--img .card.btn .btn, .card.--img .card.btn .--brand .btn, .--brand .card.--img .card.dropdown__wrapper .btn, .card.--img .card.dropdown__wrapper .--brand .btn, .pagination ul a:hover .btn.--primary, .pagination ul a:hover .card.--blue .btn, .card.--blue .pagination ul a:hover .btn, .pagination ul a:hover .card.--invert .btn, .card.--invert .pagination ul a:hover .btn, .pagination ul a:hover .card.banner__badge .btn, .card.banner__badge .pagination ul a:hover .btn, .pagination ul a:hover .card.product__badge .btn, .card.product__badge .pagination ul a:hover .btn, .pagination ul a:hover span.card .btn, .pagination ul span.card a:hover .btn, .pagination ul a:hover .card.--img .card.tag .btn, .card.--img .card.tag .pagination ul a:hover .btn, .card.--img .pagination ul a:hover a.card .btn, .card.--img .pagination ul a.card a:hover .btn, .pagination ul a:hover .card.--img a.card .btn, .pagination ul .card.--img a.card a:hover .btn, .pagination ul a:hover .card.--img .card.btn .btn, .card.--img .card.btn .pagination ul a:hover .btn, .pagination ul a:hover .card.--img .card.dropdown__wrapper .btn, .card.--img .card.dropdown__wrapper .pagination ul a:hover .btn, .--brand .--primary.dropdown__wrapper, .--brand .card.--blue .dropdown__wrapper, .card.--blue .--brand .dropdown__wrapper, .--brand .card.--invert .dropdown__wrapper, .card.--invert .--brand .dropdown__wrapper, .--brand .card.banner__badge .dropdown__wrapper, .card.banner__badge .--brand .dropdown__wrapper, .--brand .card.product__badge .dropdown__wrapper, .card.product__badge .--brand .dropdown__wrapper, .--brand .pagination ul span.card .dropdown__wrapper, .pagination ul span.card .--brand .dropdown__wrapper, .--brand .card.--img .card.tag .dropdown__wrapper, .card.--img .card.tag .--brand .dropdown__wrapper, .--brand .card.--img .pagination ul a.card .dropdown__wrapper, .card.--img .pagination ul a.card .--brand .dropdown__wrapper, .--brand .pagination ul .card.--img a.card .dropdown__wrapper, .pagination ul .card.--img a.card .--brand .dropdown__wrapper, .--brand .card.--img .card.btn .dropdown__wrapper, .card.--img .card.btn .--brand .dropdown__wrapper, .--brand .card.--img .card.dropdown__wrapper .dropdown__wrapper, .card.--img .card.dropdown__wrapper .--brand .dropdown__wrapper, .pagination ul a:hover .--primary.dropdown__wrapper, .pagination ul a:hover .card.--blue .dropdown__wrapper, .card.--blue .pagination ul a:hover .dropdown__wrapper, .pagination ul a:hover .card.--invert .dropdown__wrapper, .card.--invert .pagination ul a:hover .dropdown__wrapper, .pagination ul a:hover .card.banner__badge .dropdown__wrapper, .card.banner__badge .pagination ul a:hover .dropdown__wrapper, .pagination ul a:hover .card.product__badge .dropdown__wrapper, .card.product__badge .pagination ul a:hover .dropdown__wrapper, .pagination ul a:hover span.card .dropdown__wrapper, .pagination ul span.card a:hover .dropdown__wrapper, .pagination ul a:hover .card.--img .card.tag .dropdown__wrapper, .card.--img .card.tag .pagination ul a:hover .dropdown__wrapper, .card.--img .pagination ul a:hover a.card .dropdown__wrapper, .card.--img .pagination ul a.card a:hover .dropdown__wrapper, .pagination ul a:hover .card.--img a.card .dropdown__wrapper, .pagination ul .card.--img a.card a:hover .dropdown__wrapper, .pagination ul a:hover .card.--img .card.btn .dropdown__wrapper, .card.--img .card.btn .pagination ul a:hover .dropdown__wrapper, .pagination ul a:hover .card.--img .card.dropdown__wrapper .dropdown__wrapper, .card.--img .card.dropdown__wrapper .pagination ul a:hover .dropdown__wrapper {
  color: var(--Text-Brand-Default);
  background: var(--Background-Brand-Primary-Inverted);
}
.--brand .btn.--primary svg, .--brand .card.--blue .btn svg, .card.--blue .--brand .btn svg, .--brand .card.--invert .btn svg, .card.--invert .--brand .btn svg, .--brand .card.banner__badge .btn svg, .card.banner__badge .--brand .btn svg, .--brand .card.product__badge .btn svg, .card.product__badge .--brand .btn svg, .--brand .pagination ul span.card .btn svg, .pagination ul span.card .--brand .btn svg, .--brand .card.--img .card.tag .btn svg, .card.--img .card.tag .--brand .btn svg, .--brand .card.--img .pagination ul a.card .btn svg, .card.--img .pagination ul a.card .--brand .btn svg, .--brand .pagination ul .card.--img a.card .btn svg, .pagination ul .card.--img a.card .--brand .btn svg, .--brand .card.--img .card.btn .btn svg, .card.--img .card.btn .--brand .btn svg, .--brand .card.--img .card.dropdown__wrapper .btn svg, .card.--img .card.dropdown__wrapper .--brand .btn svg, .pagination ul a:hover .btn.--primary svg, .pagination ul a:hover .card.--blue .btn svg, .card.--blue .pagination ul a:hover .btn svg, .pagination ul a:hover .card.--invert .btn svg, .card.--invert .pagination ul a:hover .btn svg, .pagination ul a:hover .card.banner__badge .btn svg, .card.banner__badge .pagination ul a:hover .btn svg, .pagination ul a:hover .card.product__badge .btn svg, .card.product__badge .pagination ul a:hover .btn svg, .pagination ul a:hover span.card .btn svg, .pagination ul span.card a:hover .btn svg, .pagination ul a:hover .card.--img .card.tag .btn svg, .card.--img .card.tag .pagination ul a:hover .btn svg, .card.--img .pagination ul a:hover a.card .btn svg, .card.--img .pagination ul a.card a:hover .btn svg, .pagination ul a:hover .card.--img a.card .btn svg, .pagination ul .card.--img a.card a:hover .btn svg, .pagination ul a:hover .card.--img .card.btn .btn svg, .card.--img .card.btn .pagination ul a:hover .btn svg, .pagination ul a:hover .card.--img .card.dropdown__wrapper .btn svg, .card.--img .card.dropdown__wrapper .pagination ul a:hover .btn svg, .--brand .--primary.dropdown__wrapper svg, .--brand .card.--blue .dropdown__wrapper svg, .card.--blue .--brand .dropdown__wrapper svg, .--brand .card.--invert .dropdown__wrapper svg, .card.--invert .--brand .dropdown__wrapper svg, .--brand .card.banner__badge .dropdown__wrapper svg, .card.banner__badge .--brand .dropdown__wrapper svg, .--brand .card.product__badge .dropdown__wrapper svg, .card.product__badge .--brand .dropdown__wrapper svg, .--brand .pagination ul span.card .dropdown__wrapper svg, .pagination ul span.card .--brand .dropdown__wrapper svg, .--brand .card.--img .card.tag .dropdown__wrapper svg, .card.--img .card.tag .--brand .dropdown__wrapper svg, .--brand .card.--img .pagination ul a.card .dropdown__wrapper svg, .card.--img .pagination ul a.card .--brand .dropdown__wrapper svg, .--brand .pagination ul .card.--img a.card .dropdown__wrapper svg, .pagination ul .card.--img a.card .--brand .dropdown__wrapper svg, .--brand .card.--img .card.btn .dropdown__wrapper svg, .card.--img .card.btn .--brand .dropdown__wrapper svg, .--brand .card.--img .card.dropdown__wrapper .dropdown__wrapper svg, .card.--img .card.dropdown__wrapper .--brand .dropdown__wrapper svg, .pagination ul a:hover .--primary.dropdown__wrapper svg, .pagination ul a:hover .card.--blue .dropdown__wrapper svg, .card.--blue .pagination ul a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.--invert .dropdown__wrapper svg, .card.--invert .pagination ul a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.banner__badge .dropdown__wrapper svg, .card.banner__badge .pagination ul a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.product__badge .dropdown__wrapper svg, .card.product__badge .pagination ul a:hover .dropdown__wrapper svg, .pagination ul a:hover span.card .dropdown__wrapper svg, .pagination ul span.card a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.--img .card.tag .dropdown__wrapper svg, .card.--img .card.tag .pagination ul a:hover .dropdown__wrapper svg, .card.--img .pagination ul a:hover a.card .dropdown__wrapper svg, .card.--img .pagination ul a.card a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.--img a.card .dropdown__wrapper svg, .pagination ul .card.--img a.card a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.--img .card.btn .dropdown__wrapper svg, .card.--img .card.btn .pagination ul a:hover .dropdown__wrapper svg, .pagination ul a:hover .card.--img .card.dropdown__wrapper .dropdown__wrapper svg, .card.--img .card.dropdown__wrapper .pagination ul a:hover .dropdown__wrapper svg {
  fill: var(--Text-Brand-Default);
}
.--brand .btn.--primary:after, .--brand .card.--blue .btn:after, .card.--blue .--brand .btn:after, .--brand .card.--invert .btn:after, .card.--invert .--brand .btn:after, .--brand .card.banner__badge .btn:after, .card.banner__badge .--brand .btn:after, .--brand .card.product__badge .btn:after, .card.product__badge .--brand .btn:after, .--brand .pagination ul span.card .btn:after, .pagination ul span.card .--brand .btn:after, .--brand .card.--img .card.tag .btn:after, .card.--img .card.tag .--brand .btn:after, .--brand .card.--img .pagination ul a.card .btn:after, .card.--img .pagination ul a.card .--brand .btn:after, .--brand .pagination ul .card.--img a.card .btn:after, .pagination ul .card.--img a.card .--brand .btn:after, .--brand .card.--img .card.btn .btn:after, .card.--img .card.btn .--brand .btn:after, .--brand .card.--img .card.dropdown__wrapper .btn:after, .card.--img .card.dropdown__wrapper .--brand .btn:after, .pagination ul a:hover .btn.--primary:after, .pagination ul a:hover .card.--blue .btn:after, .card.--blue .pagination ul a:hover .btn:after, .pagination ul a:hover .card.--invert .btn:after, .card.--invert .pagination ul a:hover .btn:after, .pagination ul a:hover .card.banner__badge .btn:after, .card.banner__badge .pagination ul a:hover .btn:after, .pagination ul a:hover .card.product__badge .btn:after, .card.product__badge .pagination ul a:hover .btn:after, .pagination ul a:hover span.card .btn:after, .pagination ul span.card a:hover .btn:after, .pagination ul a:hover .card.--img .card.tag .btn:after, .card.--img .card.tag .pagination ul a:hover .btn:after, .card.--img .pagination ul a:hover a.card .btn:after, .card.--img .pagination ul a.card a:hover .btn:after, .pagination ul a:hover .card.--img a.card .btn:after, .pagination ul .card.--img a.card a:hover .btn:after, .pagination ul a:hover .card.--img .card.btn .btn:after, .card.--img .card.btn .pagination ul a:hover .btn:after, .pagination ul a:hover .card.--img .card.dropdown__wrapper .btn:after, .card.--img .card.dropdown__wrapper .pagination ul a:hover .btn:after, .--brand .--primary.dropdown__wrapper:after, .--brand .card.--blue .dropdown__wrapper:after, .card.--blue .--brand .dropdown__wrapper:after, .--brand .card.--invert .dropdown__wrapper:after, .card.--invert .--brand .dropdown__wrapper:after, .--brand .card.banner__badge .dropdown__wrapper:after, .card.banner__badge .--brand .dropdown__wrapper:after, .--brand .card.product__badge .dropdown__wrapper:after, .card.product__badge .--brand .dropdown__wrapper:after, .--brand .pagination ul span.card .dropdown__wrapper:after, .pagination ul span.card .--brand .dropdown__wrapper:after, .--brand .card.--img .card.tag .dropdown__wrapper:after, .card.--img .card.tag .--brand .dropdown__wrapper:after, .--brand .card.--img .pagination ul a.card .dropdown__wrapper:after, .card.--img .pagination ul a.card .--brand .dropdown__wrapper:after, .--brand .pagination ul .card.--img a.card .dropdown__wrapper:after, .pagination ul .card.--img a.card .--brand .dropdown__wrapper:after, .--brand .card.--img .card.btn .dropdown__wrapper:after, .card.--img .card.btn .--brand .dropdown__wrapper:after, .--brand .card.--img .card.dropdown__wrapper .dropdown__wrapper:after, .card.--img .card.dropdown__wrapper .--brand .dropdown__wrapper:after, .pagination ul a:hover .--primary.dropdown__wrapper:after, .pagination ul a:hover .card.--blue .dropdown__wrapper:after, .card.--blue .pagination ul a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.--invert .dropdown__wrapper:after, .card.--invert .pagination ul a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.banner__badge .dropdown__wrapper:after, .card.banner__badge .pagination ul a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.product__badge .dropdown__wrapper:after, .card.product__badge .pagination ul a:hover .dropdown__wrapper:after, .pagination ul a:hover span.card .dropdown__wrapper:after, .pagination ul span.card a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.--img .card.tag .dropdown__wrapper:after, .card.--img .card.tag .pagination ul a:hover .dropdown__wrapper:after, .card.--img .pagination ul a:hover a.card .dropdown__wrapper:after, .card.--img .pagination ul a.card a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.--img a.card .dropdown__wrapper:after, .pagination ul .card.--img a.card a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.--img .card.btn .dropdown__wrapper:after, .card.--img .card.btn .pagination ul a:hover .dropdown__wrapper:after, .pagination ul a:hover .card.--img .card.dropdown__wrapper .dropdown__wrapper:after, .card.--img .card.dropdown__wrapper .pagination ul a:hover .dropdown__wrapper:after {
  background: var(--Text-Brand-Default);
}
.--brand .btn.--primary:hover, .--brand .card.--blue .btn:hover, .card.--blue .--brand .btn:hover, .--brand .card.--invert .btn:hover, .card.--invert .--brand .btn:hover, .--brand .card.banner__badge .btn:hover, .card.banner__badge .--brand .btn:hover, .--brand .card.product__badge .btn:hover, .card.product__badge .--brand .btn:hover, .--brand .pagination ul span.card .btn:hover, .pagination ul span.card .--brand .btn:hover, .--brand .card.--img .card.tag .btn:hover, .card.--img .card.tag .--brand .btn:hover, .--brand .card.--img .pagination ul a.card .btn:hover, .card.--img .pagination ul a.card .--brand .btn:hover, .--brand .pagination ul .card.--img a.card .btn:hover, .pagination ul .card.--img a.card .--brand .btn:hover, .--brand .card.--img .card.btn .btn:hover, .card.--img .card.btn .--brand .btn:hover, .--brand .card.--img .card.dropdown__wrapper .btn:hover, .card.--img .card.dropdown__wrapper .--brand .btn:hover, .pagination ul a:hover .btn.--primary:hover, .pagination ul a:hover .card.--blue .btn:hover, .card.--blue .pagination ul a:hover .btn:hover, .pagination ul a:hover .card.--invert .btn:hover, .card.--invert .pagination ul a:hover .btn:hover, .pagination ul a:hover .card.banner__badge .btn:hover, .card.banner__badge .pagination ul a:hover .btn:hover, .pagination ul a:hover .card.product__badge .btn:hover, .card.product__badge .pagination ul a:hover .btn:hover, .pagination ul a:hover span.card .btn:hover, .pagination ul span.card a:hover .btn:hover, .pagination ul a:hover .card.--img .card.tag .btn:hover, .card.--img .card.tag .pagination ul a:hover .btn:hover, .card.--img .pagination ul a:hover a.card .btn:hover, .card.--img .pagination ul a.card a:hover .btn:hover, .pagination ul a:hover .card.--img a.card .btn:hover, .pagination ul .card.--img a.card a:hover .btn:hover, .pagination ul a:hover .card.--img .card.btn .btn:hover, .card.--img .card.btn .pagination ul a:hover .btn:hover, .pagination ul a:hover .card.--img .card.dropdown__wrapper .btn:hover, .card.--img .card.dropdown__wrapper .pagination ul a:hover .btn:hover, .--brand .--primary.dropdown__wrapper:hover, .--brand .card.--blue .dropdown__wrapper:hover, .card.--blue .--brand .dropdown__wrapper:hover, .--brand .card.--invert .dropdown__wrapper:hover, .card.--invert .--brand .dropdown__wrapper:hover, .--brand .card.banner__badge .dropdown__wrapper:hover, .card.banner__badge .--brand .dropdown__wrapper:hover, .--brand .card.product__badge .dropdown__wrapper:hover, .card.product__badge .--brand .dropdown__wrapper:hover, .--brand .pagination ul span.card .dropdown__wrapper:hover, .pagination ul span.card .--brand .dropdown__wrapper:hover, .--brand .card.--img .card.tag .dropdown__wrapper:hover, .card.--img .card.tag .--brand .dropdown__wrapper:hover, .--brand .card.--img .pagination ul a.card .dropdown__wrapper:hover, .card.--img .pagination ul a.card .--brand .dropdown__wrapper:hover, .--brand .pagination ul .card.--img a.card .dropdown__wrapper:hover, .pagination ul .card.--img a.card .--brand .dropdown__wrapper:hover, .--brand .card.--img .card.btn .dropdown__wrapper:hover, .card.--img .card.btn .--brand .dropdown__wrapper:hover, .--brand .card.--img .card.dropdown__wrapper .dropdown__wrapper:hover, .card.--img .card.dropdown__wrapper .--brand .dropdown__wrapper:hover, .pagination ul a:hover .--primary.dropdown__wrapper:hover, .pagination ul a:hover .card.--blue .dropdown__wrapper:hover, .card.--blue .pagination ul a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.--invert .dropdown__wrapper:hover, .card.--invert .pagination ul a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.banner__badge .dropdown__wrapper:hover, .card.banner__badge .pagination ul a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.product__badge .dropdown__wrapper:hover, .card.product__badge .pagination ul a:hover .dropdown__wrapper:hover, .pagination ul a:hover span.card .dropdown__wrapper:hover, .pagination ul span.card a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.--img .card.tag .dropdown__wrapper:hover, .card.--img .card.tag .pagination ul a:hover .dropdown__wrapper:hover, .card.--img .pagination ul a:hover a.card .dropdown__wrapper:hover, .card.--img .pagination ul a.card a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.--img a.card .dropdown__wrapper:hover, .pagination ul .card.--img a.card a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.--img .card.btn .dropdown__wrapper:hover, .card.--img .card.btn .pagination ul a:hover .dropdown__wrapper:hover, .pagination ul a:hover .card.--img .card.dropdown__wrapper .dropdown__wrapper:hover, .card.--img .card.dropdown__wrapper .pagination ul a:hover .dropdown__wrapper:hover, .--brand .btn.--primary:focus, .--brand .card.--blue .btn:focus, .card.--blue .--brand .btn:focus, .--brand .card.--invert .btn:focus, .card.--invert .--brand .btn:focus, .--brand .card.banner__badge .btn:focus, .card.banner__badge .--brand .btn:focus, .--brand .card.product__badge .btn:focus, .card.product__badge .--brand .btn:focus, .--brand .pagination ul span.card .btn:focus, .pagination ul span.card .--brand .btn:focus, .--brand .card.--img .card.tag .btn:focus, .card.--img .card.tag .--brand .btn:focus, .--brand .card.--img .pagination ul a.card .btn:focus, .card.--img .pagination ul a.card .--brand .btn:focus, .--brand .pagination ul .card.--img a.card .btn:focus, .pagination ul .card.--img a.card .--brand .btn:focus, .--brand .card.--img .card.btn .btn:focus, .card.--img .card.btn .--brand .btn:focus, .--brand .card.--img .card.dropdown__wrapper .btn:focus, .card.--img .card.dropdown__wrapper .--brand .btn:focus, .pagination ul a:hover .btn.--primary:focus, .pagination ul a:hover .card.--blue .btn:focus, .card.--blue .pagination ul a:hover .btn:focus, .pagination ul a:hover .card.--invert .btn:focus, .card.--invert .pagination ul a:hover .btn:focus, .pagination ul a:hover .card.banner__badge .btn:focus, .card.banner__badge .pagination ul a:hover .btn:focus, .pagination ul a:hover .card.product__badge .btn:focus, .card.product__badge .pagination ul a:hover .btn:focus, .pagination ul a:hover span.card .btn:focus, .pagination ul span.card a:hover .btn:focus, .pagination ul a:hover .card.--img .card.tag .btn:focus, .card.--img .card.tag .pagination ul a:hover .btn:focus, .card.--img .pagination ul a:hover a.card .btn:focus, .card.--img .pagination ul a.card a:hover .btn:focus, .pagination ul a:hover .card.--img a.card .btn:focus, .pagination ul .card.--img a.card a:hover .btn:focus, .pagination ul a:hover .card.--img .card.btn .btn:focus, .card.--img .card.btn .pagination ul a:hover .btn:focus, .pagination ul a:hover .card.--img .card.dropdown__wrapper .btn:focus, .card.--img .card.dropdown__wrapper .pagination ul a:hover .btn:focus, .--brand .--primary.dropdown__wrapper:focus, .--brand .card.--blue .dropdown__wrapper:focus, .card.--blue .--brand .dropdown__wrapper:focus, .--brand .card.--invert .dropdown__wrapper:focus, .card.--invert .--brand .dropdown__wrapper:focus, .--brand .card.banner__badge .dropdown__wrapper:focus, .card.banner__badge .--brand .dropdown__wrapper:focus, .--brand .card.product__badge .dropdown__wrapper:focus, .card.product__badge .--brand .dropdown__wrapper:focus, .--brand .pagination ul span.card .dropdown__wrapper:focus, .pagination ul span.card .--brand .dropdown__wrapper:focus, .--brand .card.--img .card.tag .dropdown__wrapper:focus, .card.--img .card.tag .--brand .dropdown__wrapper:focus, .--brand .card.--img .pagination ul a.card .dropdown__wrapper:focus, .card.--img .pagination ul a.card .--brand .dropdown__wrapper:focus, .--brand .pagination ul .card.--img a.card .dropdown__wrapper:focus, .pagination ul .card.--img a.card .--brand .dropdown__wrapper:focus, .--brand .card.--img .card.btn .dropdown__wrapper:focus, .card.--img .card.btn .--brand .dropdown__wrapper:focus, .--brand .card.--img .card.dropdown__wrapper .dropdown__wrapper:focus, .card.--img .card.dropdown__wrapper .--brand .dropdown__wrapper:focus, .pagination ul a:hover .--primary.dropdown__wrapper:focus, .pagination ul a:hover .card.--blue .dropdown__wrapper:focus, .card.--blue .pagination ul a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.--invert .dropdown__wrapper:focus, .card.--invert .pagination ul a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.banner__badge .dropdown__wrapper:focus, .card.banner__badge .pagination ul a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.product__badge .dropdown__wrapper:focus, .card.product__badge .pagination ul a:hover .dropdown__wrapper:focus, .pagination ul a:hover span.card .dropdown__wrapper:focus, .pagination ul span.card a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.--img .card.tag .dropdown__wrapper:focus, .card.--img .card.tag .pagination ul a:hover .dropdown__wrapper:focus, .card.--img .pagination ul a:hover a.card .dropdown__wrapper:focus, .card.--img .pagination ul a.card a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.--img a.card .dropdown__wrapper:focus, .pagination ul .card.--img a.card a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.--img .card.btn .dropdown__wrapper:focus, .card.--img .card.btn .pagination ul a:hover .dropdown__wrapper:focus, .pagination ul a:hover .card.--img .card.dropdown__wrapper .dropdown__wrapper:focus, .card.--img .card.dropdown__wrapper .pagination ul a:hover .dropdown__wrapper:focus {
  background: var(--Background-Brand-Primary-Inverted-hover);
}
.--brand .btn.--secondary, .pagination ul a:hover .btn.--secondary, .--brand .--secondary.dropdown__wrapper, .pagination ul a:hover .--secondary.dropdown__wrapper {
  color: var(--Text-Brand-Inverted);
  box-shadow: inset 0 0 0 0.2rem var(--Background-Brand-Primary-Inverted);
}
.--brand .btn.--secondary svg, .pagination ul a:hover .btn.--secondary svg, .--brand .--secondary.dropdown__wrapper svg, .pagination ul a:hover .--secondary.dropdown__wrapper svg {
  fill: var(--Text-Brand-Inverted);
}
.--brand .btn.--secondary:after, .pagination ul a:hover .btn.--secondary:after, .--brand .--secondary.dropdown__wrapper:after, .pagination ul a:hover .--secondary.dropdown__wrapper:after {
  background: var(--Text-Brand-Inverted);
}
.--brand .btn.--secondary:hover, .pagination ul a:hover .btn.--secondary:hover, .--brand .--secondary.dropdown__wrapper:hover, .pagination ul a:hover .--secondary.dropdown__wrapper:hover, .--brand .btn.--secondary:focus, .pagination ul a:hover .btn.--secondary:focus, .--brand .--secondary.dropdown__wrapper:focus, .pagination ul a:hover .--secondary.dropdown__wrapper:focus {
  background: transparent;
  box-shadow: inset 0 0 0 0.4rem var(--Background-Brand-Primary-Inverted);
}

.btn + .btn, .dropdown__wrapper + .btn, .btn + .dropdown__wrapper, .dropdown__wrapper + .dropdown__wrapper {
  margin-bottom: 1rem;
}

.btn:has(+ .btn, + .dropdown__wrapper), .dropdown__wrapper:has(+ .btn, + .dropdown__wrapper) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.pagination-item-hidden {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.pagination-item-hidden:not(.pagination-item-visible) {
  display: none !important;
}
.pagination-item-hidden.pagination-item-displayed {
  opacity: 1;
  visibility: visible;
}

.little-article {
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .little-article {
    background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
  }
}
.col-12 .little-article {
  height: 100%;
}
.header-news-content .little-article {
  height: 100%;
}
.little-article .show-hover {
  display: none;
}

.little-article__link {
  display: flex;
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  padding-bottom: 1.6rem;
}
.little-article__link:hover, .little-article__link:focus {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
@media (max-width: 1023.9px) {
  .little-article__link {
    min-height: 0;
  }
}

.little-article__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.little-article__image.--no-image {
  background: var(--black-black-1);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .little-article__image.--no-image {
    display: none;
  }
}
.little-article__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}
.little-article:hover .little-article__image img {
  transform: scale(1.08);
}

.little-article__type,
.g-content .little-article__type {
  text-transform: uppercase;
  margin: 0 1.6rem 1.2rem;
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.little-article__title,
.g-content .little-article__title {
  margin: 0 1.6rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  font-weight: 350;
  color: var(--Text-Neutral-Default, #000);
}

.little-article__text-container {
  margin: 0.8rem 1.6rem 0;
}

.little-article__text,
.g-content .little-article__text {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.4rem;
  transition: all 0.2s ease-in-out;
}

.featured-article {
  display: block;
  padding-bottom: 3.2rem;
}

.featured-article__image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 42rem;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .featured-article__image {
    margin-bottom: 2rem;
    height: 25rem;
    border-radius: 0;
  }
}
.featured-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  /* border-radius: $rad; */
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}
@media (max-width: 1023.9px) {
  .featured-article__image img {
    border-radius: 0;
  }
}
.featured-article:hover .featured-article__image img {
  transform: scale(1.08);
}

@media (max-width: 1023.9px) {
  .featured-article__title {
    font-weight: 500;
    font-size: 2rem;
    color: #000;
    letter-spacing: -0.02rem;
    line-height: 2.6rem;
  }
}

@media (max-width: 1023.9px) {
  .featured-article__link {
    margin-bottom: 1rem;
  }
}

.white-boxes {
  position: relative;
}
@media (max-width: 1023.9px) {
  .white-boxes {
    padding-top: 6rem;
  }
}
.white-boxes:before {
  content: "";
  width: 100vw;
  height: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 1023.9px) {
  .white-boxes:before {
    height: 100%;
  }
}

@media (max-width: 1023.9px) {
  .white-box__wrapper {
    margin-bottom: 1.5rem;
  }
  .white-box__wrapper:last-child {
    margin-bottom: 0;
  }
}

.white-box {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 0.1rem solid var(--black-black-2);
  padding: 5rem;
  height: 100%;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .white-box {
    min-height: 0;
    height: auto;
    padding: 4rem 3rem 3rem;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}

.white-box__text {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-sm);
  font-weight: 400;
  line-height: 125%;
  max-width: 96rem;
}

.white-box__footer {
  margin-top: auto;
  padding-top: 3rem;
}

.white-box__links {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 0.1rem solid var(--black-black-2);
  display: flex;
  min-height: 18rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .white-box__links {
    flex-direction: column;
    height: auto;
    min-height: 0;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
.white-box__links.--vertical {
  flex-direction: column;
  min-height: 20rem;
  /*
  min-height: 40rem;
  height: 100%;
  */
}
@media (max-width: 1023.9px) {
  .white-box__links.--vertical {
    height: auto;
    min-height: 0;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}

.white-box__link {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5rem;
  border-right: 0.1rem solid var(--black-black-2);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .white-box__link {
    padding: 4rem 3rem;
    border: 0;
    border-bottom: 0.1rem solid var(--black-black-2);
  }
}
.white-box__link:hover {
  background: var(--Background-Neutral-Default);
}
.white-box__link:last-child {
  border: 0 !important;
}
.white-box__links.--vertical .white-box__link {
  border: 0;
  border-bottom: 0.1rem solid var(--black-black-2);
}

.white-box__link-label,
.g-content .white-box__link-label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.white-box__link-text,
.g-content .white-box__link-text {
  position: relative;
  gap: 0.8rem;
  display: inline-flex;
  align-items: center;
  margin: 0;
  transition: all 0.2s ease-in-out;
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-sm);
  font-weight: 400;
  line-height: 125%;
  max-width: 96rem;
}
.white-box__link-text:after,
.g-content .white-box__link-text:after {
  content: "";
  display: block;
  min-width: 1.6rem;
  min-height: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}

.product-filter {
  display: flex;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 0.4rem;
}
.product-filter.--select {
  flex-direction: column;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.product-filter.--loading, .product-filter.--loading + .product-filter__options {
  opacity: 0.7;
}
.product-filter button.product-filter__filter-btn span {
  white-space: nowrap;
}

.product-filter__search {
  width: 100%;
  position: relative;
  flex-grow: 1;
}
.product-filter__search:focus-within:after, .product-filter__search:hover:after {
  background: rgba(250, 250, 250, 0);
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 60%);
}
.product-filter__search:focus-within .product-filter__search-input, .product-filter__search:hover .product-filter__search-input {
  background: var(--Background-Neutral-Default);
}
.product-filter__search:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 12rem;
  right: 0.1rem;
  top: 0.1rem;
  bottom: 0.1rem;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
  display: none;
}
@media (max-width: 1023.9px) {
  .product-filter__search:after {
    display: block;
  }
}

.product-filter__search-input {
  padding: 0 3rem;
  margin: 0;
  border: 0.1rem solid var(--black-black-2);
  height: 7rem !important;
  width: 100%;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
  border-radius: 0.4rem;
}
.product-filter .product-filter__search-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-filter.--visible-filter .product-filter__search-input {
  border-bottom-left-radius: 0;
}
.product-filter__search-input:focus {
  background: var(--Background-Neutral-Default);
  border-color: #d9d9d9;
}

.product-filter__combos {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos {
    display: block;
  }
}
.product-filter__combos .classic-selectbox,
.product-filter__combos .multiselect-wrapper {
  flex: 1;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6),
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6) {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6),
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(3) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(3) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(3) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(3) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(3) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(3) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(4) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(4) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(5) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(6):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(6):nth-child(6) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5),
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5) {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5),
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(3) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(3) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(3) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(3) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(3) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(3) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(4) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(4) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(5) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(5):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(5):nth-child(6) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4),
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4) {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4),
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(3) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(3) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(3) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(3) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(3) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(3) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(4) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(4) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(5) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(4):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(4):nth-child(6) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3),
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3) {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3),
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(3) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(3) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(3) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(3) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(3) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(3) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(4) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(4) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(5) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(3):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(3):nth-child(6) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2),
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2) {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2),
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(3) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(3) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(3) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(3) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(3) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(3) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(4) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(4) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(5) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(2):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(2):nth-child(6) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1),
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1) {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1),
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(3) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(3) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(3) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(3) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(3) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(3) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(3) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(4) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(4) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(5) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(1):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(1):nth-child(6) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7),
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7),
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(7):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(7):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6),
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6),
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(6):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(6):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5),
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5),
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(5):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(5):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4),
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4),
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(4):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(4):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3),
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3),
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(3):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(3):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2),
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2),
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(2):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(2):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1),
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1) {
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1),
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(7) .multiselect-input {
  border-top: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0 !important;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(1):nth-child(7) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(7) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(1):nth-child(7) .multiselect-input {
    border-bottom-right-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8),
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8),
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(1):nth-last-child(8):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(1):nth-last-child(8):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7),
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7),
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(2):nth-last-child(7):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(2):nth-last-child(7):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6),
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6),
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(3):nth-last-child(6):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(3):nth-last-child(6):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5),
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5),
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(4):nth-last-child(5):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(4):nth-last-child(5):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4),
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4),
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(5):nth-last-child(4):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(5):nth-last-child(4):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3),
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3),
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(6):nth-last-child(3):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(6):nth-last-child(3):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2),
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2),
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(7):nth-last-child(2):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(7):nth-last-child(2):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1),
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1) {
  min-width: 25%;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1),
  .product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1) {
    max-width: 100%;
  }
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(1) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(1) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(1) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(1) .multiselect-input {
  border-bottom-left-radius: 0;
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(4) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(4) .multiselect-input {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(4) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(4) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(4) .multiselect-input {
    border-top-right-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(5) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(5) .multiselect-input {
  border-top: 0;
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(5) .multiselect-input,
  .product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(5) .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(5) .multiselect-input {
    border-bottom-left-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(6) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(6) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(6) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(6) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(7) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(7) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(7) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(7) .multiselect-input {
  border-top: 0;
}
.product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(8) .classic-selectbox__selected-item, .product-filter__combos .classic-selectbox:nth-child(8):nth-last-child(1):nth-child(8) .multiselect-input,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(8) .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:nth-child(8):nth-last-child(1):nth-child(8) .multiselect-input {
  border-top: 0;
  border-top-right-radius: 0 !important;
}
.product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item,
.product-filter__combos .classic-selectbox:first-child .multiselect-input,
.product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:first-child .multiselect-input {
  border-left: 0.1rem solid var(--black-black-2);
  border-bottom-left-radius: 0.4rem;
}
.product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item:after,
.product-filter__combos .classic-selectbox:first-child .multiselect-input:after,
.product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item:after,
.product-filter__combos .multiselect-wrapper:first-child .multiselect-input:after {
  border-bottom-left-radius: 0.4rem;
}
.product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item,
.product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .multiselect-input,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .multiselect-input {
  border-top-left-radius: 0.4rem;
}
.product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item:after,
.product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .multiselect-input:after,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item:after,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .multiselect-input:after {
  border-top-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item,
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .multiselect-input,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .multiselect-input {
    border-top: 0.1rem solid var(--black-black-2);
    border-top-right-radius: 0.4rem;
  }
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item:after,
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:first-child .multiselect-input:after,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item:after,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:first-child .multiselect-input:after {
    border-top-right-radius: 0.4rem;
  }
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item,
  .product-filter__combos .classic-selectbox:first-child .multiselect-input,
  .product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:first-child .multiselect-input {
    border-radius: 0;
  }
  .product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item:after,
  .product-filter__combos .classic-selectbox:first-child .multiselect-input:after,
  .product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item:after,
  .product-filter__combos .multiselect-wrapper:first-child .multiselect-input:after {
    border-radius: 0;
  }
}
.product-filter__combos .classic-selectbox:first-child .classic-selectbox__selected-item.opened,
.product-filter__combos .classic-selectbox:first-child .multiselect-input.opened,
.product-filter__combos .multiselect-wrapper:first-child .classic-selectbox__selected-item.opened,
.product-filter__combos .multiselect-wrapper:first-child .multiselect-input.opened {
  padding: 0 2.4rem;
}
.product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item,
.product-filter__combos .classic-selectbox:last-child .multiselect-input,
.product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper:last-child .multiselect-input {
  border-bottom-right-radius: 0.4rem;
}
.product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item:after,
.product-filter__combos .classic-selectbox:last-child .multiselect-input:after,
.product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item:after,
.product-filter__combos .multiselect-wrapper:last-child .multiselect-input:after {
  border-bottom-right-radius: 0.4rem;
}
.product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item,
.product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .multiselect-input,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .multiselect-input {
  border-top-right-radius: 0.4rem;
}
.product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item:after,
.product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .multiselect-input:after,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item:after,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .multiselect-input:after {
  border-top-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item,
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .multiselect-input,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .multiselect-input {
    border-top-right-radius: 0;
  }
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item:after,
  .product-filter.--nosearch .product-filter__combos .classic-selectbox:last-child .multiselect-input:after,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item:after,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper:last-child .multiselect-input:after {
    border-top-right-radius: 0;
  }
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item,
  .product-filter__combos .classic-selectbox:last-child .multiselect-input,
  .product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper:last-child .multiselect-input {
    border-bottom-left-radius: 0.4rem;
  }
  .product-filter__combos .classic-selectbox:last-child .classic-selectbox__selected-item:after,
  .product-filter__combos .classic-selectbox:last-child .multiselect-input:after,
  .product-filter__combos .multiselect-wrapper:last-child .classic-selectbox__selected-item:after,
  .product-filter__combos .multiselect-wrapper:last-child .multiselect-input:after {
    border-bottom-left-radius: 0.4rem;
  }
}
.product-filter__combos .classic-selectbox .classic-selectbox__selected-item,
.product-filter__combos .classic-selectbox .multiselect-input,
.product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item,
.product-filter__combos .multiselect-wrapper .multiselect-input {
  border-left: 0;
  border-top: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.product-filter__combos .classic-selectbox .classic-selectbox__selected-item:after,
.product-filter__combos .classic-selectbox .multiselect-input:after,
.product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item:after,
.product-filter__combos .multiselect-wrapper .multiselect-input:after {
  border-radius: 0;
}
.product-filter.--nosearch .product-filter__combos .classic-selectbox .classic-selectbox__selected-item,
.product-filter.--nosearch .product-filter__combos .classic-selectbox .multiselect-input,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item,
.product-filter.--nosearch .product-filter__combos .multiselect-wrapper .multiselect-input {
  border-top: 0.1rem solid var(--black-black-2);
}
@media (max-width: 1023.9px) {
  .product-filter.--nosearch .product-filter__combos .classic-selectbox .classic-selectbox__selected-item,
  .product-filter.--nosearch .product-filter__combos .classic-selectbox .multiselect-input,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item,
  .product-filter.--nosearch .product-filter__combos .multiselect-wrapper .multiselect-input {
    border-top: 0;
  }
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox .classic-selectbox__selected-item,
  .product-filter__combos .classic-selectbox .multiselect-input,
  .product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item,
  .product-filter__combos .multiselect-wrapper .multiselect-input {
    border-left: 0.1rem solid var(--black-black-2);
  }
}
.product-filter__combos .classic-selectbox .classic-selectbox__selected-item.opened,
.product-filter__combos .classic-selectbox .multiselect-input.opened,
.product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item.opened,
.product-filter__combos .multiselect-wrapper .multiselect-input.opened {
  padding: 0 2.3rem;
}
@media (max-width: 1023.9px) {
  .product-filter__combos .classic-selectbox .classic-selectbox__selected-item.opened,
  .product-filter__combos .classic-selectbox .multiselect-input.opened,
  .product-filter__combos .multiselect-wrapper .classic-selectbox__selected-item.opened,
  .product-filter__combos .multiselect-wrapper .multiselect-input.opened {
    padding: 0 2.4rem;
  }
}

input.product-filter__search-input::-moz-placeholder {
  color: var(--black-black-3);
}

input.product-filter__search-input::placeholder {
  color: var(--black-black-3);
}

.product-filter__search-icon {
  position: absolute;
  z-index: 3;
  width: 7rem;
  height: 7rem;
  background: var(--black-black-3);
  padding: 0;
  border: 0;
  right: 0;
  top: 50%;
  margin: -3.5rem 0 0;
  cursor: pointer;
  -webkit-mask: url(../../icons/public/loupe.svg) no-repeat center;
          mask: url(../../icons/public/loupe.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-filter__search-icon.--active {
  background: var(--Background-Brand-Primary-Default);
}
.product-filter__search-icon.--active:hover {
  background: #000;
}

.product-filter__options {
  padding: 1.6rem;
  background: var(--Background-Page-Default, #FFF);
  box-shadow: 0 0 2.4rem 0 var(--Drop-Shadow-Default, rgba(0, 0, 0, 0.1));
}
.product-filter__options .label {
  display: block;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  text-transform: none;
  margin-bottom: 1.6rem;
  color: var(--Text-Neutral-Default, #000);
}
.product-filter__options .radio {
  margin-bottom: 0.8rem;
}

select,
.classic-selectbox__selected-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 3.2rem 3.6rem 1.2rem 1.2rem;
  border: none;
  border-radius: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
  background: var(--Background-Neutral-Input, #FFF) url(../../icons/public/select-arrow.svg) no-repeat center right 1.2rem;
}
select:hover:not(.disabled), select:focus:not(.disabled),
.classic-selectbox__selected-item:hover:not(.disabled),
.classic-selectbox__selected-item:focus:not(.disabled) {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
select:disabled, select.disabled,
.classic-selectbox__selected-item:disabled,
.classic-selectbox__selected-item.disabled {
  cursor: not-allowed;
}
.form-group-combo select,
.form-group-combo .classic-selectbox__selected-item {
  width: 12rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.classic-selectbox.--small .classic-selectbox__selected-item {
  height: 4rem;
  color: var(--black-black-4);
  padding: 0 4.8rem 0 2rem;
  font-size: 1.6rem;
  background: url(../../icons/public/select-arrow.svg) no-repeat #fff center right 2rem;
}
.classic-selectbox.--small .classic-selectbox__selected-item.opened {
  padding: 0 4.8rem 0 1.9rem;
  background-position: center right 1.9rem;
}
.classic-selectbox.--w18 .classic-selectbox__selected-item {
  min-width: 18rem;
}

.classic-selectbox.--with-label .classic-selectbox__selected-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--black-black-4);
  letter-spacing: 0;
  line-height: 1.9rem;
  height: 7rem;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.classic-selectbox.--with-label .classic-selectbox__selected-item span {
  color: var(--Text-Neutral-Subtle, rgba(0, 0, 0, 0.5));
}
.classic-selectbox.--with-label .classic-selectbox__selected-item span.--choosed {
  color: var(--Text-Neutral-Default, #000);
}
.classic-selectbox.--with-label .classic-selectbox__selected-item.opened span {
  color: var(--Text-Neutral-Default, #000);
  padding-bottom: 0.1rem;
}
.classic-selectbox.--with-label .classic-selectbox__selected-item.disabled {
  background-image: url(../../icons/public/select-arrow-big-disabled.svg);
  box-shadow: 0 0.6rem 0.1rem 0 rgb(255, 255, 255);
}
.section.--gray .classic-selectbox.--with-label .classic-selectbox__selected-item.disabled {
  box-shadow: 0 0.6rem 0.1rem 0 rgb(255, 255, 255);
}
.classic-selectbox.--with-label .classic-selectbox__selected-item.disabled label,
.classic-selectbox.--with-label .classic-selectbox__selected-item.disabled span {
  opacity: 0.5;
}
.classic-selectbox__selected-item .classic-selectbox__label {
  display: block;
  margin-bottom: 0;
}

select::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--Text-Neutral-Default);
}

.classic-selectbox__vue-select {
  position: relative;
}
.classic-selectbox__vue-select:focus-within .classic-selectbox__selected-item {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
@media (max-width: 1023.9px) {
  .classic-selectbox__vue-select {
    display: none;
  }
}
@media (max-width: 1023.9px) {
  .classic-selectbox.--with-label .classic-selectbox__vue-select, .classic-selectbox.--no-phone .classic-selectbox__vue-select {
    display: block;
  }
}

.classic-selectbox__item-list {
  position: absolute;
  z-index: 950;
  top: calc(100% - 1rem);
  width: 100%;
  left: 0;
  border: 0.2rem solid var(--Border-Brand-Default, #18403D);
  border-top: none;
  transform: translateY(0%);
  border-radius: 0 0 0.8rem 0.8rem;
  background: var(--Background-Neutral-Input, #FFF);
  transition: all 0.2s ease-in-out;
}
.classic-selectbox.--search .classic-selectbox__item-list {
  overflow: hidden;
}
.classic-selectbox__item-list .classic-selectbox__searchbox-wrapper {
  position: relative;
  margin-top: 1.2rem;
  margin-bottom: -0.2rem;
}
.classic-selectbox__item-list .classic-selectbox__searchbox-wrapper:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  z-index: 10;
  background: url(../../icons/public/magnifier.svg) no-repeat center/contain;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.classic-selectbox__item-list .classic-selectbox__searchbox[type=text] {
  border: none;
  box-shadow: none;
  width: 100% !important;
  border-radius: 0;
  height: 4rem;
  padding: 1.2rem 1.2rem 1.2rem 3.2rem;
  outline: none !important;
  background: var(--Background-Neutral-Default);
}

.classic-selectbox__item-list-inner {
  max-height: 30rem;
  overflow: auto;
  position: relative;
  z-index: 2;
  border-radius: 0.4rem;
  padding: 1rem 0;
}

.classic-selectbox__item {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.6rem 1rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  max-width: none;
  color: var(--Text-Neutral-Default);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.classic-selectbox__item:hover, .classic-selectbox__item.is-active, .classic-selectbox__item.--choosed {
  background-color: var(--Background-Neutral-Default);
}
.classic-selectbox__item.disabled {
  color: var(--black-black-3);
  pointer-events: none;
}
.classic-selectbox__item .classic-selectbox__item-suffix {
  color: var(--black-black-3);
  margin-left: 0.5rem;
}
.classic-selectbox__item .classic-selectbox__item-prefix {
  color: var(--black-black-3);
  margin-right: 0.5rem;
}

.classic-selectbox__native-select {
  display: none;
}
@media (max-width: 1023.9px) {
  .classic-selectbox__native-select {
    display: block;
  }
}
@media (max-width: 1023.9px) {
  .classic-selectbox.--with-label .classic-selectbox__native-select, .classic-selectbox.--no-phone .classic-selectbox__native-select {
    display: none;
  }
}

.fade-select-enter-active {
  opacity: 0;
}

.fade-select-enter-to {
  opacity: 1;
}

.fade-select-leave {
  opacity: 1;
}

.fade-select-leave-to {
  opacity: 0;
}

.classic-selectbox__selected-item .--choosed {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.banner {
  position: relative;
  height: 55rem;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1279.9px) {
  .banner {
    height: auto;
    min-height: calc(100vh - 136px);
  }
}
.banner.--tabs, .banner.--video {
  height: 67rem;
  padding-bottom: 12rem;
  padding-top: 8rem;
}
@media (max-width: 1023.9px) {
  .banner.--tabs, .banner.--video {
    padding: 7rem 0 13rem;
    height: auto;
  }
}
@media (max-width: 1023.9px) {
  .banner.--video {
    padding: 7rem 0 20rem;
  }
}
.banner.--normal {
  height: 55rem;
}
@media (max-width: 1023.9px) {
  .banner.--normal {
    height: auto;
  }
}
@media (max-width: 1023.9px) {
  .banner.--mobile-100vh {
    height: calc(var(--vh, 1vh) * 100 - 7rem);
    min-height: calc(var(--vh, 1vh) * 100 - 7rem);
    max-height: calc(var(--vh, 1vh) * 100 - 7rem);
  }
}

.banner__badge {
  margin-bottom: 1.6rem;
}

.banner__tabs,
.banner__video {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 0;
}

.banner__video-wrapper {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  position: relative;
  height: 12rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .banner__video-wrapper {
    height: auto;
    padding: 2rem 0 6rem;
  }
}

.banner__video-btn {
  display: flex;
}

.banner__video-btn-image {
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  position: relative;
  margin-right: 3rem;
  border-radius: 50%;
}
.banner__video-btn-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__video-btn-image:after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.8rem;
  background: url(../../icons/public/play.svg) no-repeat center;
  top: 50%;
  left: 50%;
  margin-left: 0.2rem;
  transform: translate(-50%, -50%, 0);
  z-index: 1;
}
.banner__video-btn-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}
.banner__video-btn:hover .banner__video-btn-image img {
  transform: scale(1.08);
}

.banner__video-btn-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner__video-btn-content strong {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.035rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.banner__video-btn:hover .banner__video-btn-content strong {
  color: #fff;
}
.banner__video-btn-content span {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 2rem;
}

.banner__tabs-outer-wrapper {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  position: relative;
}
body.--page-banner-dark-text .banner__tabs-outer-wrapper {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.banner__tabs-outer-wrapper .btn, .banner__tabs-outer-wrapper .dropdown__wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3rem;
}

.banner__tabs-wrapper {
  height: 12rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023.9px) {
  .banner__tabs-wrapper {
    height: 8rem;
    justify-content: flex-start;
    overflow: auto;
    width: calc(100% + 3rem);
  }
  .banner__tabs-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.banner__tabs-list {
  display: flex;
  position: relative;
}

.banner__tabs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 7rem;
  border: 0;
  padding: 0 3rem;
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  letter-spacing: -0.02rem;
  white-space: nowrap;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
body.--page-banner-dark-text .banner__tabs-link {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023.9px) {
  .banner__tabs-link {
    height: 5rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: -0.018rem;
  }
}
.banner__tabs-link:hover {
  color: #fff;
}
body.--page-banner-dark-text .banner__tabs-link:hover {
  color: #000;
}
.banner__tabs-link.--active {
  background: #fff;
  color: #000;
}
body.--page-banner-dark-text .banner__tabs-link.--active {
  color: #000;
}

.banner__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.banner__bg:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
  opacity: var(--opacity);
}
body.--page-banner-dark-text .banner__bg:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
}
@media (max-width: 1023.9px) {
  .banner__bg:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
  }
  body.--page-banner-dark-text .banner__bg:before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: var(--opacity);
}
@media (max-width: 1023.9px) {
  .--page-banner-alignment-left .banner__bg img {
    -o-object-position: left center;
       object-position: left center;
  }
  .--page-banner-alignment-right .banner__bg img {
    -o-object-position: right center;
       object-position: right center;
  }
  .--page-banner-alignment-center .banner__bg img {
    -o-object-position: center center;
       object-position: center center;
  }
}

.banner__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.9px) {
  .banner__content {
    margin-top: auto;
  }
}
.banner__content .btn, .banner__content .dropdown__wrapper {
  margin-top: 3.2rem;
}

.banner__image {
  width: 100%;
  height: 49rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3rem;
}
.banner__image.--logo {
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
  height: 20rem;
}
@media (max-width: 1023.9px) {
  .banner__image {
    height: auto;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
.banner__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner__type {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
body.--page-banner-dark-text .banner__type, .--dark-version .banner__type {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023.9px) {
  .banner__type {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023.9px) and (max-height: 600px) {
  .banner__type {
    margin-bottom: 1rem;
  }
}

.banner__titles {
  position: relative;
}

.banner__title {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-md);
  font-weight: 400;
  line-height: 112.5%;
  max-width: 120rem;
  color: var(--Text-Brand-Default, #18403D);
}

.banner__subtitle {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-xl);
  line-height: 137.5%;
  max-width: 80rem;
  font-weight: 350;
  margin-top: 1.6rem;
}

.banner__text {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  margin-top: 1.6rem;
}

.banner__location {
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
body.--page-banner-dark-text .banner__location, .--dark-version .banner__location {
  color: rgba(0, 0, 0, 0.5);
}
.banner__location:before {
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-mask: url(../../icons/public/pin.svg) no-repeat center right;
          mask: url(../../icons/public/pin.svg) no-repeat center right;
  transition: all 0.2s ease-in-out;
}
body.--page-banner-dark-text .banner__location:before, .--dark-version .banner__location:before {
  background: rgba(0, 0, 0, 0.5);
}

.banner__event-wrapper {
  display: flex;
  margin-top: 3rem;
  gap: 3rem;
}
@media (max-width: 767.9px) {
  .banner__event-wrapper {
    gap: 2rem;
    flex-direction: column;
  }
}

.banner__event-date,
.banner__event-location {
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.banner__event-date:hover,
.banner__event-location:hover {
  color: #fff;
}
body.--page-banner-dark-text .banner__event-date, .--dark-version .banner__event-date,
body.--page-banner-dark-text .banner__event-location,
.--dark-version .banner__event-location {
  color: rgba(0, 0, 0, 0.5);
}
.banner__event-date:before,
.banner__event-location:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-mask: url(../../icons/public/event-calendar.svg) no-repeat center;
          mask: url(../../icons/public/event-calendar.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
body.--page-banner-dark-text .banner__event-date:before, .--dark-version .banner__event-date:before,
body.--page-banner-dark-text .banner__event-location:before,
.--dark-version .banner__event-location:before {
  background: rgba(0, 0, 0, 0.5);
}
.banner__event-date span,
.banner__event-location span {
  margin-right: 1.5rem;
}
.banner__event-date span:last-child,
.banner__event-location span:last-child {
  margin-right: 0;
}

.banner__event-location:before {
  width: 1.4rem;
  height: 2rem;
  -webkit-mask: url(../../icons/public/event-location.svg) no-repeat center;
          mask: url(../../icons/public/event-location.svg) no-repeat center;
}

.banner__button-wrapper {
  margin-top: auto;
}
.section.--video-slider .banner__button-wrapper {
  margin-top: 0;
}
.section.--video-slider .banner__button-wrapper .btn, .section.--video-slider .banner__button-wrapper .dropdown__wrapper {
  max-width: 27rem;
}

.banner-text-img {
  padding: 2.4rem 0;
}
.banner-text-img .banner-img {
  position: relative;
  overflow: hidden;
}
.banner-text-img .banner-img img {
  width: 100%;
}
.banner-text-img .banner-img.--rounded {
  border-radius: 100rem;
}
.banner-text-img .banner-text {
  padding: 5rem 0;
}
.banner-text-img .banner-text-title {
  margin-bottom: 1.6rem;
}
.banner-text-img .banner-text p, .banner-text-img .banner-text ul {
  margin-bottom: 3.2rem;
}

.breadcrumb {
  position: relative;
  z-index: 10;
  padding: 3.2rem 0;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  overflow: auto;
  flex-wrap: wrap;
}
.breadcrumb + .banner, .breadcrumb + .--banner, .breadcrumb + .product-banner {
  margin-top: -8.4rem;
  /*@include bp-down(md) {
      margin-top: -21.4rem;
  }*/
}
.breadcrumb.--reverse .breadcrumb__li:not(:last-child):after, .breadcrumb:has(+ section.--brand) .breadcrumb__li:not(:last-child):after {
  background: var(--Icon-Neutral-Inverted);
}
.breadcrumb.--reverse .breadcrumb__link, .breadcrumb:has(+ section.--brand) .breadcrumb__link {
  color: var(--Text-Neutral-Inverted, #FFF);
}
.breadcrumb.--reverse .breadcrumb__text, .breadcrumb:has(+ section.--brand) .breadcrumb__text {
  color: var(--Text-Neutral-Inverted, #FFF);
}

.breadcrumb__li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.breadcrumb__li:not(:last-child):after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  min-height: 1.2rem;
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/chevron-right.svg) no-repeat center/contain;
}

.breadcrumb__link {
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  line-height: 100%;
  font-size: var(--Size-Text-sm, 1.2rem);
  background: var(--Background-Neutral-Default);
}
.breadcrumb__link:hover {
  color: var(--Text-Neutral-Inverted, #FFF);
  background: var(--Background-Brand-Primary-Default-hover);
}

.breadcrumb__text {
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  line-height: 100%;
  font-size: var(--Size-Text-sm, 1.2rem);
  background: var(--Background-Neutral-Default);
}
@media (max-width: 1023.9px) {
  .breadcrumb__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 35rem;
  }
}

.product {
  display: block;
  cursor: pointer;
  position: relative;
  padding-bottom: 1.6rem;
}
@media (max-width: 1023.9px) {
  .product {
    background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
  }
}
.product:hover, .product:focus {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.product:hover .product__image, .product:focus .product__image {
  background: transparent;
}
.col-12 .product {
  height: 100%;
}

.product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
  transition: all 0.2s ease-in-out;
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
@media (max-width: 1023.9px) {
  .product__image {
    background: transparent;
  }
}
.product:hover .product__image img {
  transform: scale(1.06);
}
.product__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}

.product__header {
  display: flex;
  gap: 0.8rem;
  margin: 0 1.6rem 1.2rem;
}

.product__type {
  font-weight: 350;
}

.product__title {
  margin: 0 1.6rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  font-weight: 350;
  color: var(--Text-Neutral-Default, #000);
}

.product__text {
  margin: 0.8rem 1.6rem 0;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.4rem;
  transition: all 0.2s ease-in-out;
}

#listSeriesId, #productsHtmlContainer, .search-result-list {
  --bs-gutter-x: .1rem;
}

#specifyProduct .no-gap {
  --bs-gutter-x: .1rem;
  gap: 0;
}

.hidden_showMore, .hidden_showDetails {
  display: none;
}

.product-specific {
  z-index: 10;
  top: 3.2rem;
  position: sticky;
  padding: 3.2rem;
  margin-top: -16rem;
}
@media (max-width: 1023.9px) {
  .product-specific {
    position: relative;
    padding: 1.6rem;
  }
}
.product-specific-wrapper {
  position: relative;
}
.product-specific-title {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-sm);
  font-weight: 400;
  line-height: 125%;
  max-width: 96rem;
  margin-bottom: 0.8rem;
}
.product-specific-text {
  margin-bottom: 1.6rem;
}
.product-specific-form {
  margin-bottom: 3.2rem;
}
.product-specific-form .row {
  --bs-gutter-x: 0.8rem;
  gap: 0 !important;
}
.product-specific-form .btn, .product-specific-form .dropdown__wrapper {
  margin-top: 0.8rem;
}
.product-specific-footer {
  display: flex;
  gap: 2.4rem;
  align-items: flex-end;
}
.product-specific-footer .btn, .product-specific-footer .dropdown__wrapper {
  white-space: nowrap;
}

.no-max-width {
  max-width: none;
}

label.spare-part__wrapper,
label.accessories-checkbox {
  pointer-events: auto;
}

.modal .modal-badge {
  min-width: 15rem;
}

.tabs-inner-wrapper {
  position: relative;
  display: flex;
}

.tabs {
  display: flex;
  position: relative;
  padding: 0.4rem;
  align-items: center;
  border-radius: 10rem;
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.9px) {
  .tabs-outer-wrapper.--on-table .tab:first-child {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1023.9px) {
  .tabs-outer-wrapper.--on-table .tab:last-child {
    margin-right: 1.5rem;
  }
}

.tab-link {
  display: block;
  padding: 1.6rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border-radius: 10rem;
  color: var(--Text-Neutral-Default, #000);
  border: none;
  background: transparent;
}
.tab.--active .tab-link, .tab-link:hover, .tab-link:focus {
  background: var(--Background-Neutral-Default-hover, rgba(0, 0, 0, 0.1));
}
.tab.--active .tab-link {
  color: var(--Text-Neutral-Inverted, #FFF);
  background: var(--Background-Brand-Primary-Default, #18403D);
}

.tabs-content {
  position: relative;
  z-index: 1;
  margin-top: -0.1rem;
}

.tab-content {
  display: none;
}
.tab-content:first-child {
  display: block;
}
.tab-content:first-child > .summary-table {
  border-top-left-radius: 0;
  margin: 2rem 0rem;
}

.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.4rem;
  gap: 0.8rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 10rem;
  font-size: var(--Size-Text-sm, 1.2rem);
  color: var(--Text-Notification-Default, #18403D);
  background: var(--Background-Notification-Default, #DCFF5E);
}
.badge.--upper {
  text-transform: uppercase;
}
.badge.--big {
  padding: 1rem;
  min-width: 3.2rem;
  font-size: var(--Size-Text-md);
}
.badge sup {
  top: -0.5rem;
  margin-right: 0.2rem;
}
.badge sub {
  top: 0.5rem;
}

@media (min-width: 1024px) {
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
}
.download-section-title {
  margin: 3rem 0;
}

.download-badge {
  height: 3rem;
  display: flex;
  padding: 0 1.5rem;
  margin-right: 5px;
}

.download-link {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 8rem;
  padding: 1rem 2rem 1rem 5rem;
  position: relative;
  cursor: pointer;
  border-bottom: 0.1rem solid var(--black-black-1);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .download-link {
    height: auto;
    padding: 2rem 1.5rem;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
.download-link:hover {
  background: var(--Background-Neutral-Default);
}
.download-link.--thumb:before {
  display: none;
}
.download-link:before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: transparent;
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  box-sizing: border-box;
  border-radius: 0.2rem;
  transform: translateY(-50%);
}
@media (max-width: 1023.9px) {
  .download-link:before {
    display: none;
  }
}
.download-link.--small {
  height: 6rem;
}
@media (max-width: 1023.9px) {
  .download-link.--small {
    height: auto;
    padding: 2rem 1.5rem;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
.download-link.--location {
  padding-right: 3rem;
}

.download-link__content {
  display: flex;
  align-items: center;
}
.download-link.--location .download-link__content {
  display: block;
}
@media (max-width: 1023.9px) {
  .download-link__content {
    width: 100%;
  }
}

.download-link__category {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  line-height: 1.4rem;
  color: var(--black-black-3);
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  padding-top: 0.7rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .download-link__category {
    margin-bottom: 0.5rem;
  }
}
.download-link:hover .download-link__category {
  color: #000;
}

.download-link__location {
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1.4rem;
  color: var(--black-black-3);
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.download-link__location:before {
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  background: var(--black-black-3);
  -webkit-mask: url(../../icons/public/pin.svg) no-repeat center right;
          mask: url(../../icons/public/pin.svg) no-repeat center right;
  transition: all 0.2s ease-in-out;
}
.download-link:hover .download-link__location:before {
  background: #000;
}
.download-link:hover .download-link__location {
  color: #000;
}

.download-link__title {
  font-size: 1.8rem;
  color: #000;
  display: block;
  letter-spacing: -0.018rem;
  line-height: 3rem;
  margin: 0;
}
@media (max-width: 1023.9px) {
  .download-link__title {
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}

.download-link__download {
  font-size: 1.8rem;
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: -0.018rem;
  line-height: 3rem;
  padding-right: 2rem;
  position: relative;
  background: url(../../icons/public/select-arrow-big.svg) no-repeat center right;
}

.download-link__thumb {
  width: 7rem;
  height: 7rem;
  padding: 1rem;
  margin-right: 2rem;
  position: relative;
  border: 0.1rem solid var(--black-black-2);
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  display: none; /* remove on Jahia */
}
@media (max-width: 1023.9px) {
  .download-link__thumb {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
  }
}
.download-link__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.download-link__thumb:hover {
  border-color: var(--Background-Brand-Primary-Default);
  box-shadow: none;
}

.download-link__thumb-tooltip {
  position: absolute;
  width: 28rem;
  padding: 1.5rem;
  bottom: calc(100% + 1.6rem);
  left: 50%;
  z-index: 50;
  background: #fff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  border-radius: 0.4rem;
  transform: translate(-50%, 1rem, 0);
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.download-link__thumb-tooltip:before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: #fff;
  top: calc(100% - 1.4rem);
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.download-link__thumb:hover .download-link__thumb-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0, 0);
}
.download-link__thumb-tooltip img {
  width: 100%;
}

.image-box {
  display: flex;
  height: 27rem;
  overflow: hidden;
  position: relative;
  padding: 5rem;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media (max-width: 1023.9px) {
  .image-box {
    margin: 1rem 0;
    padding: 3rem;
    height: 20rem;
  }
}
.image-box:hover {
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.image-box__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.4rem;
}
.image-box__image:hover img {
  transform: scale(1.08);
}
.image-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.4rem;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}
.image-box__image:not(.--no-shadow):after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.image-box__content {
  display: flex;
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 3;
}

.image-box__text {
  font-weight: 350;
  font-size: 3rem;
  width: 100%;
  display: block;
  color: #fff;
  letter-spacing: -0.015rem;
  line-height: 3.2rem;
  padding-right: 4rem;
  position: relative;
}
@media (max-width: 1023.9px) {
  .image-box__text {
    padding-right: 3rem;
  }
}
.text-light .image-box__text {
  color: #fff;
}
.text-light .image-box__text:after {
  background: #fff;
}
.text-dark .image-box__text {
  color: #000;
}
.text-dark .image-box__text:after {
  background: #000;
}
.image-box__text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 1.4rem;
  margin-top: 1.2rem;
  background: #fff;
  -webkit-mask: url(../../icons/public/arrow-right-big.svg) no-repeat center;
          mask: url(../../icons/public/arrow-right-big.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.image-box:hover .image-box__text:after {
  right: -0.5rem;
}

@media (max-width: 1023.9px) {
  .user-box__wrapper {
    margin-top: 3rem;
  }
}
.user-box__wrapper .label {
  justify-content: flex-start;
}
@media (max-width: 1023.9px) {
  .user-box__wrapper .label {
    justify-content: center;
  }
}

.user-box {
  display: flex;
  padding: 2rem 3rem;
  border: 0.1rem solid var(--black-black-2);
  margin-top: 2rem;
  min-height: 13rem;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .user-box {
    flex-direction: column;
    align-items: center;
    padding: 3.5rem 2rem 3rem;
    position: relative;
    margin-top: 4.5rem;
  }
}

.user-box__photo {
  width: 7rem;
  min-width: 7rem;
  height: 7rem;
  overflow: hidden;
  margin-right: 3rem;
  margin-top: 0.8rem;
  border-radius: 5rem;
}
@media (max-width: 1023.9px) {
  .user-box__photo {
    margin: 0;
    position: absolute;
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
}
.user-box__photo.--no-photo {
  border: 0.1rem solid var(--black-black-2);
  background: url(../../icons/public/user.svg) #fff no-repeat center;
}
@media (max-width: 1023.9px) {
  .user-box__photo.--no-photo {
    background-size: 2rem auto;
  }
}
.user-box__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1023.9px) {
  .user-box__content {
    text-align: center;
  }
}

.user-box__name,
.g-content .user-box__name {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}

.user-box__position,
.g-content .user-box__position {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: var(--black-black-4);
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.user-box__address,
.g-content .user-box__address {
  font-size: 2rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.02rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.media-slider {
  margin: 12rem 0;
  overflow: visible;
}
@media (max-width: 1023.9px) {
  .media-slider {
    margin: 6rem 0;
  }
}

.media-slider__wrapper {
  width: calc(100% + 3rem);
}
@media (max-width: 1023.9px) {
  .media-slider__wrapper {
    width: calc(100% + 1.4rem);
  }
}

.media-slider__content {
  display: flex;
  width: 100%;
  cursor: grabbing;
}
.media-slider__content .slick-list {
  width: 100%;
}
.media-slider__content .slick-track {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023.9px) {
  .media-slider__content .slick-track {
    margin: 0 -0.7rem;
  }
}

.media-slider__header {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.9px) {
  .media-slider__header {
    margin-bottom: 3rem;
  }
}

.media-slider__arrows,
.accessories__arrows,
.events__arrows {
  display: flex;
  margin-right: -0.5rem;
}
.media-slider__arrows.--gb,
.accessories__arrows.--gb,
.events__arrows.--gb {
  justify-content: flex-end;
  padding-right: 3rem;
  margin-bottom: 6rem;
}

.media-slider__arrow,
.accessories__arrow,
.events__arrow {
  width: 3rem;
  height: 3rem;
  display: block;
  background: var(--Background-Brand-Primary-Default);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.media-slider__arrow.slick-disabled,
.accessories__arrow.slick-disabled,
.events__arrow.slick-disabled {
  background: var(--black-black-2);
}
.media-slider__arrow.slick-hidden,
.accessories__arrow.slick-hidden,
.events__arrow.slick-hidden {
  display: none;
}
.media-slider__arrow.--prev,
.accessories__arrow.--prev,
.events__arrow.--prev {
  -webkit-mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center left 0.5rem;
          mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center left 0.5rem;
  transform: rotate(180deg);
}
.media-slider__arrow.--prev:hover,
.accessories__arrow.--prev:hover,
.events__arrow.--prev:hover {
  -webkit-mask-position: center left 1rem;
          mask-position: center left 1rem;
}
.media-slider__arrow.--next,
.accessories__arrow.--next,
.events__arrow.--next {
  -webkit-mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center right 0.5rem;
          mask: url(../../icons/public/arrow-slider-right.svg) no-repeat center right 0.5rem;
  margin-left: 1rem;
}
.media-slider__arrow.--next:hover,
.accessories__arrow.--next:hover,
.events__arrow.--next:hover {
  -webkit-mask-position: center right;
          mask-position: center right;
}

.media-slider__item {
  width: 100%;
  height: 37rem;
  display: flex;
  overflow: hidden;
  margin: 0 1.5rem;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .media-slider__item {
    margin: 0 0.7rem;
    height: 31rem;
  }
}
.media-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-slider__item.--video {
  position: relative;
}
.media-slider__item.--video:before {
  content: "";
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../icons/public/media-play.svg) rgba(0, 0, 0, 0.3) no-repeat 3rem 2.7rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}

.mirror-content {
  margin-bottom: 10rem;
}
@media (max-width: 1023.9px) {
  .mirror-content {
    margin-bottom: 5rem;
  }
}
.mirror-content:last-child {
  margin-bottom: 0;
}

.mirror-content:nth-child(odd) .mirror-content__item:first-child > div {
  padding-right: 2rem;
}
@media (max-width: 1023.9px) {
  .mirror-content:nth-child(odd) .mirror-content__item:first-child > div {
    padding-right: 0rem;
  }
}
.mirror-content:nth-child(odd) .mirror-content__item:last-child > div {
  padding-left: 2rem;
}
@media (max-width: 1023.9px) {
  .mirror-content:nth-child(odd) .mirror-content__item:last-child > div {
    padding-left: 0rem;
  }
}
.mirror-content:nth-child(even) .mirror-content__item:first-child {
  order: 2;
}
@media (max-width: 1023.9px) {
  .mirror-content:nth-child(even) .mirror-content__item:first-child {
    order: 1;
  }
}
.mirror-content:nth-child(even) .mirror-content__item:first-child > div {
  padding-left: 2rem;
}
@media (max-width: 1023.9px) {
  .mirror-content:nth-child(even) .mirror-content__item:first-child > div {
    padding-left: 0rem;
  }
}
.mirror-content:nth-child(even) .mirror-content__item:last-child {
  order: 1;
}
@media (max-width: 1023.9px) {
  .mirror-content:nth-child(even) .mirror-content__item:last-child {
    order: 2;
  }
}
.mirror-content:nth-child(even) .mirror-content__item:last-child > div {
  padding-right: 2rem;
}
@media (max-width: 1023.9px) {
  .mirror-content:nth-child(even) .mirror-content__item:last-child > div {
    padding-right: 0rem;
  }
}

.social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  border-top: 0.1rem solid var(--black-black-2);
}
@media (max-width: 1023.9px) {
  .social-share {
    flex-wrap: wrap;
  }
}

.social-share__label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000;
  letter-spacing: 0.035rem;
  margin-right: 2.5rem;
}
@media (max-width: 1023.9px) {
  .social-share__label {
    margin: 0 0 1rem 0;
  }
}

.social-share__link {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 2rem;
  background: #fff;
  border: 0.1rem solid var(--black-black-2);
  font-size: 1.6rem;
  color: var(--Background-Brand-Primary-Default);
  margin: 0 0.5rem;
  letter-spacing: 0;
  border-radius: 2rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.social-share__link:hover {
  background: var(--Background-Brand-Primary-Default);
  color: #fff;
  border-color: var(--Background-Brand-Primary-Default);
}

.operating-hours__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  border: 0.1rem solid var(--black-black-2);
  border-radius: 2rem;
}

.operating-hours__item {
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: var(--black-black-4);
  letter-spacing: 0.035rem;
  border-right: 0.1rem solid var(--black-black-2);
}
.operating-hours__wrapper.--mobile .operating-hours__item {
  flex: auto;
}
.operating-hours__item.--active {
  background: var(--Background-Brand-Primary-Default);
  color: #fff;
  border-color: #69a311;
  height: calc(100% + 0.2rem);
  margin-top: -0.1rem;
}
.operating-hours__item:first-child {
  padding-left: 2.7rem;
}
.operating-hours__wrapper.--mobile .operating-hours__item:first-child {
  padding-left: 0;
  max-width: 7rem;
}
.operating-hours__item:last-child {
  border-right: 0;
  padding-right: 2.7rem;
}
.operating-hours__wrapper.--mobile .operating-hours__item:last-child {
  padding-right: 0;
  max-width: 7rem;
}

.operating-hours__daytime {
  margin-left: auto;
  border: 0.1px solid var(--black-black-2);
  height: 4rem;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.035rem;
  padding: 0 2rem;
  cursor: pointer;
  border-radius: 2rem;
}
@media (max-width: 1023.9px) {
  .operating-hours__daytime {
    display: flex;
    justify-content: center;
  }
}

.form-group {
  position: relative;
  margin-bottom: 0.8rem;
}
.form-group.--invalid .form-input,
.form-group.--invalid input[type=text],
.form-group.--invalid input[type=email],
.form-group.--invalid select,
.form-group.--invalid .classic-selectbox__selected-item {
  border-color: #dc3545;
}

.form-group-combo {
  display: flex;
}

.form-suffix {
  position: absolute;
  right: 2.5rem;
  font-size: 1.8rem !important;
  color: var(--Text-Neutral-Default) !important;
  text-transform: none !important;
  font-weight: normal !important;
  letter-spacing: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form-message {
  margin-top: 4rem;
  min-height: 8rem;
  align-items: center;
  justify-content: flex-end;
  color: var(--Background-Brand-Primary-Default);
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -0.02rem;
  text-align: right;
  padding: 1.5rem 0;
  border-top: 0.2rem solid var(--Background-Brand-Primary-Default);
  display: none;
}
.form-message.--visible {
  display: flex;
}
.form-message.--classic {
  justify-content: flex-start;
  min-height: 0;
  padding: 3rem 0 4rem 0;
}
.form-message.--classic:before {
  display: none;
}
@media (max-width: 1023.9px) {
  .form-message {
    margin-top: 2rem;
  }
}
.form-message:before {
  content: "";
  min-width: 1.2rem;
  width: 1.2rem;
  height: 0.9rem;
  display: inline-flex;
  margin-right: 1rem;
  background: url(../../icons/public/form-check.svg) no-repeat center;
}
.form-message.--invalid {
  color: #dc3545;
  border-color: #dc3545;
}
.form-message.--invalid:before {
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../icons/public/form-error.svg) no-repeat center;
}

.form-input-score {
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: 0;
  text-transform: none;
  padding: 0 0.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  margin-top: -1px;
  margin-left: auto;
  margin-right: 1rem;
  transition: all 0.2s ease-in-out;
}
.form-input-score i {
  font-style: normal;
}
.form-input-score.--bad {
  border-color: transparent;
  background: #dc3545;
  color: #fff;
}
.form-input-score.--good {
  border-color: transparent;
  background: var(--Background-Brand-Primary-Default);
  color: #fff;
}

.form-group.--required .form-label:after,
.form-group.--required label:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: url(../../icons/public/required.svg) no-repeat 50%;
  display: inline-block;
  top: -0.6rem;
  position: relative;
  margin-left: 0.4rem;
}

label,
.form-label {
  display: block;
  position: absolute;
  z-index: 10;
  top: 2.2rem;
  left: 1.2rem;
  right: 1.2rem;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  line-height: 100%;
  color: var(--Text-Neutral-Subtle, rgba(0, 0, 0, 0.5));
}
label.--inline, label.dropdown__wrapper,
.form-label.--inline,
.form-label.dropdown__wrapper {
  position: static;
  margin-bottom: 0.8rem;
  pointer-events: all !important;
  color: var(--Text-Neutral-Default, #000) !important;
}
.form-group.--active label:not(.--inline):not(.dropdown__wrapper), .form-group:has(.classic-selectbox__selected-item) label:not(.--inline):not(.dropdown__wrapper), .form-group:focus-within label:not(.--inline):not(.dropdown__wrapper),
.form-group.--active .form-label:not(.--inline):not(.dropdown__wrapper),
.form-group:has(.classic-selectbox__selected-item) .form-label:not(.--inline):not(.dropdown__wrapper),
.form-group:focus-within .form-label:not(.--inline):not(.dropdown__wrapper) {
  top: 1.2rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  max-width: none;
  color: var(--Text-Neutral-Default, #000);
}
.form-group:has([disabled]) label,
.form-group:has([disabled]) .form-label {
  color: var(--Text-Disabled-Default, rgba(0, 0, 0, 0.5));
}
.form-group.--with-score label:after,
.form-group.--with-score .form-label:after {
  margin-left: 0;
}
label.--special-symbol,
.form-label.--special-symbol {
  text-transform: none;
}
label.--with-question-mark,
.form-label.--with-question-mark {
  display: inline-block;
  margin-bottom: 1.1rem;
}
label.--flex,
.form-label.--flex {
  margin-bottom: 1.1rem;
}
label small,
.form-label small {
  text-transform: none;
  font-size: 1.4rem;
}
label .opt,
.form-label .opt {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  letter-spacing: -0.007rem;
  text-transform: none;
  font-weight: normal;
}
label .label-column,
.form-label .label-column {
  text-transform: none;
  width: 13rem;
  text-align: center;
  display: inline-block;
  float: right;
  margin-right: 6rem;
}

.fancy-file-upload {
  position: relative;
  left: 0 !important;
  top: 0 !important;
  display: flex;
  cursor: pointer;
  height: 6rem;
  border: none;
  border-radius: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
  align-items: center;
  font-weight: 350;
  text-transform: none;
  padding: 1.2rem;
  pointer-events: all;
  color: var(--Text-Neutral-Default);
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
  background: var(--Background-Neutral-Input, #FFF);
}
.fancy-file-upload span {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
}
.fancy-file-upload__wrapper.--green .fancy-file-upload {
  background: var(--Background-Brand-Primary-Default);
  color: #fff;
}
.fancy-file-upload__wrapper.--green .fancy-file-upload:after {
  background: #fff;
}
.fancy-file-upload__wrapper.--green .fancy-file-upload:hover {
  background: #000;
}
.fancy-file-upload:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/upload.svg) no-repeat center/contain;
          mask: url(../../icons/public/upload.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.fancy-file-upload:hover, .fancy-file-upload:focus {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
.fancy-file-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.fancy-file-upload__text {
  display: block;
  margin-top: 0.4rem;
  color: var(--Text-Disabled-Default, rgba(0, 0, 0, 0.5));
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
}

.fancy-file-upload__file {
  position: relative;
  display: flex;
  height: 6rem;
  align-items: center;
  color: var(--Text-Neutral-Default);
  padding: 1.2rem;
  text-transform: none;
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
}
.fancy-file-upload__file:before {
  content: "";
  margin-right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/upload.svg) no-repeat center/contain;
          mask: url(../../icons/public/upload.svg) no-repeat center/contain;
}

.fancy-file-upload__remove {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  margin-left: auto;
  transition: all 0.2s ease-in-out;
  background-color: var(--Icon-Neutral-Default);
  -webkit-mask: url(../../icons/public/minus.svg) no-repeat center/contain;
          mask: url(../../icons/public/minus.svg) no-repeat center/contain;
}
.fancy-file-upload__remove:hover {
  background-color: var(--Background-Brand-Primary-Default);
}

.checkbox {
  position: static;
  min-height: 2rem;
  width: 100%;
  display: flex;
  cursor: pointer;
  pointer-events: all;
}
.checkbox:hover .checkbox__checkmark {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, rgba(0, 0, 0, 0.25));
}
.checkbox:has(input:disabled) {
  cursor: not-allowed;
}

.checkbox__label {
  position: static;
  display: block;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  width: calc(100% - 3.5rem);
  color: var(--Text-Neutral-Default, #000);
}

.checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox__input:checked ~ .checkbox__checkmark {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, rgba(0, 0, 0, 0.25));
  background: url(../../icons/public/icon-check-white.svg) var(--Border-Brand-Default) no-repeat center;
}
.checkbox__input:focus:not(:checked) ~ .checkbox__checkmark {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, rgba(0, 0, 0, 0.25));
}
.checkbox__input:disabled {
  cursor: not-allowed;
}
.checkbox__input:disabled ~ .checkbox__label {
  cursor: not-allowed;
  color: var(--Text-Disabled-Default, rgba(0, 0, 0, 0.5)) !important;
}
.checkbox__input:disabled ~ .checkbox__checkmark {
  background: var(--Background-Disabled-Default, rgba(0, 0, 0, 0.05)) !important;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Disabled-Default, rgba(0, 0, 0, 0.1)) !important;
}
.checkbox__input:disabled:checked ~ .checkbox__checkmark {
  background: url(../../icons/public/icon-check-white.svg) var(--Background-Disabled-Default) no-repeat center !important;
}

.checkbox__checkmark {
  display: block;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background: center var(--Background-Neutral-Input);
  transition: all 0.2s ease-in-out;
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.checkboxes .checkbox {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 2rem;
}
@media (max-width: 1023.9px) {
  .checkboxes .checkbox {
    width: 100%;
    max-width: 100%;
  }
}

.radio {
  position: static;
  min-height: 2rem;
  width: 100%;
  display: flex;
  cursor: pointer;
  pointer-events: all;
}
.radio:hover .radio__checkmark {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, rgba(0, 0, 0, 0.25));
}
.radio:has(input:disabled) {
  cursor: not-allowed;
}

.radio__label {
  position: static;
  display: block;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  width: calc(100% - 3.5rem);
  color: var(--Text-Neutral-Default, #000);
}

.radio__input {
  position: absolute;
  opacity: 0;
}
.radio__input:checked ~ .radio__checkmark {
  box-shadow: inset 0 0 0 0.6rem var(--Border-Brand-Default, rgba(0, 0, 0, 0.25));
}
.radio__input:focus:not(:checked) ~ .radio__checkmark {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, rgba(0, 0, 0, 0.25));
}
.radio__input:disabled {
  cursor: not-allowed;
}
.radio__input:disabled ~ .radio__label {
  cursor: not-allowed;
  color: var(--Text-Disabled-Default, rgba(0, 0, 0, 0.5)) !important;
}
.radio__input:disabled ~ .radio__checkmark {
  background: var(--Background-Disabled-Default, rgba(0, 0, 0, 0.05)) !important;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Disabled-Default, rgba(0, 0, 0, 0.1)) !important;
}
.radio__input:disabled:checked ~ .radio__checkmark {
  background: var(--Background-Disabled-Default, rgba(0, 0, 0, 0.05)) !important;
  box-shadow: inset 0 0 0 0.6rem var(--Border-Disabled-Default, rgba(0, 0, 0, 0.1)) !important;
}

.radio__checkmark {
  display: block;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background: center var(--Background-Neutral-Input);
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
}

.invalid-feedback {
  height: 1.8rem;
  color: #fff;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background: #dc3545;
  font-size: 1.4rem;
  text-transform: none !important;
  line-height: 1.7rem;
  font-weight: 600;
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  z-index: 99;
}

.--recapcha .invalid-feedback {
  position: relative;
}

.application-box {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
  display: flex;
  border-radius: 0.4rem;
}
.application-box.--bigger {
  height: 25rem;
}
@media (max-width: 1023.9px) {
  .application-box.--bigger {
    height: 9rem;
  }
}
@media (max-width: 1023.9px) {
  .application-box.--icon {
    height: 9rem;
    align-items: center;
    padding-left: 2rem;
  }
}

.application-box__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.application-box:hover .application-box__image img {
  transform: scale(1.08);
}
.application-box__image:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.application-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}

.application-box__icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 15rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.9px) {
  .application-box.--icon .application-box__icon {
    width: 7.5rem;
    min-width: 7.5rem;
    height: 7.5rem;
    position: relative;
  }
}
.application-box__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.application-box__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding: 3rem;
}
.application-box.--icon .application-box__content {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 2.5rem 3rem;
}
@media (max-width: 1023.9px) {
  .application-box.--icon .application-box__content {
    padding: 0 2.5rem 0 0;
    width: auto;
    height: auto;
  }
}

.application-box__type {
  font-weight: 500;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.03rem;
  line-height: 1.4rem;
  display: flex;
  margin-bottom: 1rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.application-box:hover .application-box__type {
  color: #fff;
}

.application-box__title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: -0.02rem;
  line-height: 2.6rem;
}

.application-box__centered-title {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.018rem;
  line-height: 2.4rem;
  height: 5rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.application-box.--bigger .application-box__centered-title {
  font-size: 2rem;
  line-height: 2.5rem;
}
.application-box:hover .application-box__centered-title {
  color: #fff;
}

.relevant-product {
  display: flex;
}

.relevant-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  margin-right: 3rem;
  background: var(--Background-Neutral-Default);
  padding: 1.5rem;
  overflow: hidden;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
.relevant-product:hover .relevant-product__image {
  background: var(--black-black-1);
}
.relevant-product:hover .relevant-product__image img {
  transform: scale(1.06);
}
@media (max-width: 1023.9px) {
  .relevant-product__image {
    min-width: 7rem;
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    margin-right: 2rem;
  }
}
.relevant-product__image img {
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}

.relevant-product__content {
  width: 100%;
}

.relevant-product__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.relevant-product__type {
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  line-height: 3rem;
}
@media (max-width: 1023.9px) {
  .relevant-product__type {
    font-size: 2.6rem;
  }
}

.relevant-product__title {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}

.relevant-product__text {
  font-size: 1.6rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.016rem;
  line-height: 2.4rem;
  transition: all 0.2s ease-in-out;
}
.relevant-product:hover .relevant-product__text {
  color: #000;
}

.spare-part__wrapper {
  position: relative;
  display: flex;
  border: 0.1rem solid var(--black-black-2);
  margin-bottom: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .spare-part__wrapper {
    margin-bottom: 1rem;
  }
}
.spare-part__wrapper:hover {
  background: var(--Background-Neutral-Default);
  border-color: var(--Background-Brand-Primary-Default);
}
.spare-part__wrapper:hover .badge {
  transition: all 0.2s ease-in-out;
  color: #000;
}

.spare-part__checkmark {
  position: absolute;
  z-index: 1;
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  background: #fff;
  left: -0.1rem;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.spare-part__content {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 2;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .spare-part__content {
    align-items: flex-start;
  }
}

.spare-part__checkbox {
  position: absolute;
  opacity: 0;
}
.spare-part__checkbox:checked ~ .spare-part .spare-part__checkmark {
  opacity: 1;
}
.spare-part__checkbox:checked ~ .spare-part .spare-part__plus {
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/minus.svg) no-repeat center;
          mask: url(../../icons/public/minus.svg) no-repeat center;
}
.spare-part__checkbox:checked ~ .spare-part .spare-part__title,
.spare-part__checkbox:checked ~ .spare-part .badge {
  color: #000;
}

.spare-part {
  display: flex;
  width: 100%;
  padding: 1rem 3rem;
  height: 6rem;
}
@media (max-width: 1023.9px) {
  .spare-part {
    padding: 1.5rem 1rem 1.5rem 2rem;
    min-height: 6rem;
    height: auto;
  }
}
.spare-part:last-child {
  margin-bottom: 0;
}

.spare-part__plus {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
  background: var(--black-black-3);
  -webkit-mask: url(../../icons/public/plus.svg) no-repeat center;
          mask: url(../../icons/public/plus.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .spare-part__plus {
    margin-top: 0.2rem;
  }
}
.spare-part__wrapper:hover .spare-part__plus {
  background: var(--Background-Brand-Primary-Default);
}

.spare-part__title {
  text-transform: none;
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.018rem;
  line-height: 2.6rem;
  margin-right: auto;
  transition: all 0.2s ease-in-out;
}
.spare-part__wrapper:hover .spare-part__title {
  color: #000;
}

.quotation__inquiry-number {
  width: 100%;
  display: flex;
  height: 6rem;
  align-items: center;
  border: 0.1rem solid var(--black-black-2);
  padding: 1rem 3rem;
  position: relative;
  border-radius: 0.4rem;
}
.quotation__inquiry-number:before {
  content: "";
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  position: absolute;
  left: 50%;
  right: -0.1rem;
  top: -0.1rem;
  bottom: -0.1rem;
  pointer-events: none;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.quotation__inquiry-number strong {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  flex: 1;
}
.quotation__inquiry-number span {
  flex: 1;
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  text-align: center;
  line-height: 3rem;
}

.quotation {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid var(--black-black-2);
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .quotation {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}

.quotation__item {
  border: 0;
  border-bottom: 0.1rem solid var(--black-black-2);
  position: relative;
}
.quotation__item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.quotation__product {
  padding: 3rem;
  display: flex;
  flex-direction: column;
}

.quotation__product-header {
  display: flex;
  width: 100%;
}
@media (max-width: 1023.9px) {
  .quotation__product-header {
    flex-wrap: wrap;
  }
}

.quotation__product-body {
  display: flex;
  width: 100%;
  padding-left: 8rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 1023.9px) {
  .quotation__product-body {
    padding-left: 0;
    display: block;
  }
}

.quotation__product-body-item {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 25%;
  max-width: 25%;
}
@media (max-width: 1023.9px) {
  .quotation__product-body-item {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    margin-top: 1.5rem;
    align-items: center;
  }
}
@media (max-width: 1023.9px) {
  .quotation__product-body-item strong {
    width: 50%;
  }
}
.quotation__product-body-item span {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0;
  line-height: 2.2rem;
  margin-top: 0.4rem;
}
@media (max-width: 1023.9px) {
  .quotation__product-body-item span {
    width: 50%;
    margin: 0;
  }
}

.quotation__product-header-left {
  display: flex;
}

.quotation__product-header-right {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1023.9px) {
  .quotation__product-header-right {
    margin-top: 2rem;
    padding-left: 5.5rem;
    width: 100%;
  }
}
@media (max-width: 329.9px) {
  .quotation__product-header-right {
    padding-left: 0;
  }
}

.quotation__product-header-serie {
  width: 5rem;
  text-align: center;
  margin-right: 3rem;
}
@media (max-width: 1023.9px) {
  .quotation__product-header-serie {
    width: 3.5rem;
    margin-right: 2rem;
  }
}
.quotation__product-header-serie strong {
  display: block;
  margin-bottom: 1rem;
}
.quotation__product-header-serie h3 {
  font-weight: 350;
  font-size: 3rem;
  color: #000;
  letter-spacing: -0.015rem;
  text-align: center;
  line-height: 4rem;
}
@media (max-width: 1023.9px) {
  .quotation__product-header-serie h3 {
    font-size: 2rem;
    color: #000;
    letter-spacing: -0.01rem;
    line-height: 2.4rem;
  }
}

.quotation__product-header-product strong {
  display: block;
  margin-bottom: 1rem;
}
.quotation__product-header-product h4 {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 2.4rem;
  padding-top: 1rem;
}
@media (max-width: 1023.9px) {
  .quotation__product-header-product h4 {
    padding-top: 0;
  }
}

.quotation__product-header-article {
  text-align: center;
  margin-right: 3rem;
  min-width: 14.5rem;
}
@media (max-width: 1023.9px) {
  .quotation__product-header-article {
    text-align: left;
    margin-right: auto;
    min-width: 0;
  }
}
.quotation__product-header-article strong {
  display: block;
  margin-bottom: 1rem;
}
.quotation__product-header-article .badge {
  color: #000;
  height: 4rem;
  font-size: 1.4rem;
  cursor: default;
  display: inline-flex;
}

.quotation__product-header-quantity {
  text-align: center;
}
.quotation__product-header-quantity strong {
  display: block;
  margin-bottom: 1rem;
}
.quotation__product-header-quantity .badge {
  color: #000;
  height: 4rem;
  font-size: 1.4rem;
}

.quotation__product-header-quantity-number {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 4rem;
}

.quotation__product-header-remove {
  margin-left: 3rem;
}
@media (max-width: 1023.9px) {
  .quotation__product-header-remove {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    margin: 0;
  }
}

.quotation__product-remove {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--black-black-3);
  cursor: pointer;
  margin-top: 3.5rem;
  -webkit-mask: url(../../icons/public/delete.svg) no-repeat center;
          mask: url(../../icons/public/delete.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .quotation__product-remove {
    margin-top: 0;
  }
}
.quotation__product-remove:hover {
  background: #a7a7a7;
}

.quotation__add-btn {
  height: 6rem;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 3rem;
  background: transparent;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: var(--black-black-4);
  letter-spacing: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1023.9px) {
  .quotation__add-btn {
    height: 8rem;
    color: #000;
  }
}
.quotation__add-btn:before {
  content: "";
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
  background: var(--black-black-3);
  -webkit-mask: url(../../icons/public/plus.svg) no-repeat center;
          mask: url(../../icons/public/plus.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .quotation__add-btn:before {
    background: var(--Background-Brand-Primary-Default);
  }
}
.quotation__add-btn:hover {
  color: #000;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.quotation__add-btn:hover:before {
  background: var(--Background-Brand-Primary-Default);
}

.summary-table {
  width: 100%;
}
.summary-table.--with-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1023.9px) {
  .summary-table {
    overflow: auto;
    /*width: calc(100% + 3rem);*/
    margin-left: -1.5rem;
  }
}

@media (max-width: 1023.9px) {
  #contentInquiry .summary-table {
    margin-left: 0rem;
  }
}

.summary-table.--two-columns .summary-table__wrapper {
  display: flex;
}
@media (max-width: 1023.9px) {
  .summary-table.--two-columns .summary-table__wrapper {
    display: block;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023.9px) {
  .summary-table.--mobile-full-width .summary-table__wrapper {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin: 0;
  }
}

.summary-table__column {
  flex: 1;
  margin: 0 3.5rem;
}
@media (max-width: 1023.9px) {
  .summary-table__column {
    margin: 0;
  }
}
@media (max-width: 1023.9px) {
  .summary-table.--mobile-full-width .summary-table__column {
    margin: 0;
  }
  .summary-table.--mobile-full-width .summary-table__column .download-link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023.9px) {
  .summary-table__column:first-child .summary-table__item:last-child {
    border-bottom: 0.1rem solid var(--black-black-2);
  }
}
@media (max-width: 1023.9px) {
  .summary-table.--mobile-full-width .summary-table__column:last-child .download-link:last-child {
    border-bottom: 0;
  }
}

.summary-table__item {
  min-height: 5rem;
  padding: 1.3rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid var(--black-black-2);
  position: relative;
}
@media (max-width: 1023.9px) {
  .summary-table__item {
    display: block;
  }
}
.summary-table__item > .summary-table__item {
  width: 100%;
  padding: 0;
  border-bottom: 0 !important;
  min-height: auto;
}
.summary-table__item:last-child {
  border-bottom: 0;
}
.summary-table__item.--masked:before, .summary-table__item.--masked:after {
  content: "";
  width: 100%;
  height: 3rem;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}

.summary-table__item-header {
  width: 100%;
  min-width: 100%;
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--black-black-4);
  letter-spacing: 0.035rem;
  margin-bottom: 1rem;
}

.summary-table__item-head {
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--black-black-4);
  letter-spacing: 0.035rem;
  width: 35%;
  min-width: 35%;
  padding-right: 2rem;
  padding-top: 0.3rem;
}
@media (max-width: 1023.9px) {
  .summary-table__item-head {
    width: 100%;
  }
}
.summary-table__item-head.--classic {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: -0.018rem;
  line-height: 2.4rem;
  text-transform: none;
  padding-top: 0;
}

.summary-table__item-body {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.018rem;
  line-height: 2.4rem;
  width: 65%;
  position: relative;
}
@media (max-width: 1023.9px) {
  .summary-table__item-body {
    width: 100%;
  }
}
.summary-table__item-body.--masked:before, .summary-table__item-body.--masked:after {
  content: "";
  width: 100%;
  height: 3rem;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.section.--gray .summary-table__item-body.--masked:before, .section.--gray .summary-table__item-body.--masked:after {
  background: rgba(250, 250, 250, 0);
  background: linear-gradient(0deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0) 100%);
}
.summary-table__item-body a {
  color: var(--Background-Brand-Primary-Default);
}
.summary-table__item-body a:hover {
  color: #000;
}

.summary-table__unmask {
  position: absolute;
  z-index: 5;
  bottom: 0.4rem;
  right: 0.2rem;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  background: url(../../icons/public/dotts.svg) #fff no-repeat center;
  border: 0.1rem solid var(--black-black-2);
  border-radius: 2rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.summary-table__unmask:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.summary-table__footer {
  background: var(--Background-Neutral-Default);
  border: 0.1rem solid var(--black-black-2);
  border-top: 0;
  width: 100%;
  padding: 5rem;
  border-radius: 0.4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 1023.9px) {
  .summary-table__footer {
    padding: 3rem;
    overflow: auto;
    /*width: calc(100% + 3rem);
    margin-left: -1.5rem;*/
  }
}

.summary-table__footer.--two-columns .summary-table__footer-wrapper {
  display: flex;
  margin: 0 -3.5rem;
}
@media (max-width: 1023.9px) {
  .summary-table__footer-wrapper {
    min-width: 50rem;
    padding-right: 3rem;
  }
}

.summary-table__footer-column {
  flex: 1;
  margin: 0 3.5rem;
}
@media (max-width: 1023.9px) {
  .summary-table__footer-column {
    min-width: 50rem;
  }
}

.summary-table__footer-item {
  min-height: 6rem;
  padding: 1.8rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid var(--black-black-2);
}
.summary-table__footer-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dimensions__table-item {
  position: relative;
  padding: 5rem;
}
@media (max-width: 1023.9px) {
  .dimensions__table-item {
    padding: 3rem;
  }
  .dimensions__table-item .g-content {
    min-width: 0;
  }
}
.dimensions__table-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black-black-2);
  height: 1px;
}
.dimensions__table-item:last-child:after {
  display: none;
}

.dimensions__table-images {
  display: flex;
  gap: 7rem;
}
@media (max-width: 1023.9px) {
  .dimensions__table-images {
    gap: 4rem;
    flex-direction: column;
  }
}

.dimensions__table-image {
  flex: 1;
}
.dimensions__table-image h4 {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

.dimensions__table-image-wrapper {
  height: 42rem;
  border: 1px solid var(--black-black-2);
  border-radius: 0.4rem;
  padding: 3rem;
}
@media (max-width: 1023.9px) {
  .dimensions__table-image-wrapper {
    height: 30rem;
  }
}
.dimensions__table-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1023.9px) {
  .dimensions__table {
    width: 100%;
    overflow: auto;
    padding: 2px;
  }
}
.dimensions__table > div[data-crudadmin-editor] {
  display: inline-block;
  padding-right: 1px;
}

.dimensions__table table {
  margin-top: 5rem;
  width: 100%;
  table-layout: fixed;
  border-radius: 0.4rem;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px var(--black-black-2);
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  .dimensions__table table {
    min-width: 800px;
  }
}
.dimensions__table table thead tr th,
.dimensions__table table tbody tr th {
  height: 5rem;
  background: #f5f5f5;
  border: 1px solid var(--black-black-2);
  font-weight: 500;
  font-size: 1.4rem;
  color: #7f7f7f;
  letter-spacing: 0.35px;
  text-align: center;
  line-height: 1.4rem;
}
.dimensions__table table tbody tr td {
  height: 5rem;
  border: 1px solid var(--black-black-2);
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.018rem;
  text-align: center;
}

.application-article {
  display: flex;
  padding: 3rem 0;
  border-top: 0.1rem solid var(--black-black-2);
  transition: all 0.2s ease-in-out;
}
.application-article:hover {
  border-color: var(--Background-Brand-Primary-Default);
}

.application-article__image {
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  margin-right: 3rem;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .application-article__image {
    min-width: 7rem;
    width: 7rem;
    height: 7rem;
  }
}
.application-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.application-article__title {
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 2.6rem;
}

.application-article__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.009rem;
  line-height: 2.4rem;
  transition: all 0.2s ease-in-out;
}
.application-article:hover .application-article__text {
  color: #000;
}

.accessories {
  display: flex;
  flex-direction: column;
}
.accessories.--noslider {
  display: flex;
  margin: -1.5rem;
  flex-wrap: wrap;
  flex-direction: row;
}

.accessories__header {
  display: flex;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .accessories__header {
    flex-wrap: wrap;
  }
  .accessories__header h4 {
    order: 1;
    flex: 1;
  }
  .accessories__header .accessories__arrows {
    order: 2;
    flex: 1;
    justify-content: flex-end;
  }
  .accessories__header .classic-selectbox {
    order: 3;
    min-width: 100%;
    margin-top: 2rem;
    flex: 2;
  }
}

.accessories__body {
  margin-top: 3rem;
  width: calc(100% + 3rem);
}
@media (max-width: 1023.9px) {
  .accessories__body {
    margin-top: 2rem;
    width: calc(100% + 1.4rem);
  }
}

.accessories__body-wrapper {
  display: flex;
  width: 100%;
  cursor: grabbing;
}
.accessories__body-wrapper .slick-list {
  width: 100%;
}
.accessories__body-wrapper .slick-track {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023.9px) {
  .accessories__body-wrapper .slick-track {
    margin: 0 -0.7rem;
  }
}

.accessories__body-item {
  width: 100%;
  display: flex;
  margin: 0 1.5rem;
  border-radius: 0.4rem;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.accessories__body-item.slick-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1023.9px) {
  .accessories__body-item {
    margin: 0 0.7rem;
  }
}

.accessories-checkbox__body {
  width: 100%;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  position: relative;
  z-index: 2;
  justify-content: center;
  text-align: center;
  text-transform: none;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .accessories-checkbox__body {
    min-height: 11rem;
    padding: 2rem;
  }
}
.accessories-checkbox__body strong {
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.018rem;
  line-height: 2.6rem;
}
.accessories-checkbox__body span {
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.018rem;
  line-height: 2.6rem;
}

.accessories-checkbox {
  width: 100%;
  min-height: 13rem;
  display: flex;
  background: #fff;
  cursor: pointer;
  border: 0.1rem solid var(--black-black-2);
  position: relative;
  margin-bottom: 0;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .accessories-checkbox {
    min-height: 11rem;
  }
}
.accessories-checkbox:hover {
  background: var(--Background-Neutral-Default);
  border-color: var(--Background-Brand-Primary-Default);
}
.--noslider .accessories-checkbox {
  width: calc(33.3333333333% - 3rem);
  max-width: calc(33.3333333333% - 3rem);
  margin: 1.5rem;
}
@media (max-width: 1023.9px) {
  .--noslider .accessories-checkbox {
    width: 100%;
    max-width: 100%;
  }
}

.accessories-checkbox__input {
  position: absolute;
  opacity: 0;
}
.accessories-checkbox__input:checked ~ .accessories-checkbox__container {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.accessories-checkbox__input:checked ~ .accessories-checkbox__container .accessories-checkbox__checkmark {
  opacity: 1;
}
.accessories-checkbox__input:checked ~ .accessories-checkbox__container .accessories-checkbox__indicator {
  opacity: 1;
}
.accessories-checkbox__input:checked ~ .accessories-checkbox__container .accessories-checkbox__indicator:before {
  -webkit-mask: url(../../icons/public/minus.svg) no-repeat center;
          mask: url(../../icons/public/minus.svg) no-repeat center;
}

.accessories-checkbox__checkmark {
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1;
  left: -0.1rem;
  top: -0.1rem;
  bottom: -0.1rem;
  right: -0.1rem;
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  opacity: 0;
}

.accessories-checkbox__indicator {
  position: absolute;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  top: 50%;
  margin-top: -1.2rem;
  left: -1.2rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
@media (max-width: 1023.9px) {
  .accessories-checkbox__indicator {
    opacity: 1;
  }
}
.accessories-checkbox:hover .accessories-checkbox__indicator {
  opacity: 1;
}
.accessories-checkbox__indicator:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: var(--Background-Brand-Primary-Default);
  -webkit-mask: url(../../icons/public/plus.svg) no-repeat center;
          mask: url(../../icons/public/plus.svg) no-repeat center;
}

.accessories-checkbox__container {
  width: 100%;
}

.accessories-checkbox__content {
  position: relative;
  z-index: 2;
  padding: 3rem;
  display: flex;
  height: 100%;
  align-items: center;
}
.accessories-checkbox__content h5 {
  text-transform: none;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.018rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.accessories-checkbox__content .badge {
  margin-right: 1rem;
}

.accessories-checkbox__image {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.accessories-checkbox__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-icon {
  display: flex;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  background: #d3d3d3;
  -webkit-mask: url(../../icons/public/question.svg) no-repeat center;
          mask: url(../../icons/public/question.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.info-icon:hover {
  background: #a7a7a7;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
}
@media (max-width: 1023.9px) {
  .modal .container-fluid, .modal .container-sm, .modal .container-md, .modal .container-lg, .modal .container-xl, .modal .container-xxl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 374.9px) {
  .modal .container-fluid, .modal .container-sm, .modal .container-md, .modal .container-lg, .modal .container-xl, .modal .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal .container-fluid .row, .modal .container-sm .row, .modal .container-md .row, .modal .container-lg .row, .modal .container-xl .row, .modal .container-xxl .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.modal.--big .container-fluid, .modal.--big .container-sm, .modal.--big .container-md, .modal.--big .container-lg, .modal.--big .container-xl, .modal.--big .container-xxl {
  width: 100%;
  max-width: 100%;
}

.modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.modal__close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 2;
  top: 4.5rem;
  right: 4rem;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  .modal__close {
    right: 2rem;
    top: 3.6rem;
  }
}
.modal__close:hover span {
  transform: rotate(90deg);
}
.modal__close span {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 0;
  background: url(../../icons/public/icon-close.svg) no-repeat center;
  transition-property: all;
  transition-duration: 300ms;
}

.modal__dialog-wrapper {
  max-height: 100%;
}
@media (max-width: 1023.9px) {
  .modal__dialog-wrapper {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 1023.9px) {
  .modal.--cookies .modal__dialog-wrapper {
    width: 100%;
  }
}

.modal__dialog-wrapper-inner {
  padding: 5rem 0;
}
@media (max-width: 1023.9px) {
  .modal__dialog-wrapper-inner {
    padding: 2rem 0;
  }
}
@media (max-width: 1023.9px) {
  .modal.--cookies .modal__dialog-wrapper-inner {
    padding: 0;
  }
}

.modal__dialog {
  width: 87rem;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0.4rem;
  box-shadow: 0 4rem 7rem 0 rgba(0, 0, 0, 0.2);
  transition-property: all;
  transition-duration: 300ms;
}
@media (max-width: 1023.9px) {
  .modal__dialog {
    width: 100%;
    max-width: 87rem;
  }
}
.modal.--small .modal__dialog {
  width: 57rem;
}
@media (max-width: 1023.9px) {
  .modal.--small .modal__dialog {
    width: 100%;
    max-width: 57rem;
  }
}
.modal.--big .modal__dialog {
  width: 100rem;
}
@media (max-width: 1023.9px) {
  .modal.--big .modal__dialog {
    width: 100%;
    max-width: 57rem;
  }
}
@media (max-width: 1023.9px) {
  .modal.--cookies .modal__dialog {
    border-radius: 0;
  }
}

.modal__header {
  padding: 4rem 2rem;
  position: relative;
}
.modal.--video-modal .modal__header {
  padding-bottom: 0;
}
.modal__header:after {
  content: "";
  height: 0.1rem;
  left: 5rem;
  right: 5rem;
  bottom: 0;
  background: var(--black-black-2);
  position: absolute;
}
.modal.--video-modal .modal__header:after {
  display: none;
}
@media (max-width: 1023.9px) {
  .modal__header {
    padding: 3rem 0;
  }
  .modal__header:after {
    left: 2rem;
    right: 2rem;
  }
}
@media (max-width: 1023.9px) {
  .modal__header h2 {
    padding-right: 3rem;
  }
}

.modal__body {
  padding: 4rem 2rem;
}
@media (max-width: 1023.9px) {
  .modal__body {
    padding: 4rem 0;
  }
}
.modal.--small .modal__body {
  padding: 4rem 2rem;
}
@media (max-width: 1023.9px) {
  .modal.--cookies .modal__body {
    padding-bottom: 24rem;
  }
}

.modal__footer {
  padding: 4rem 2rem;
  position: relative;
}
@media (max-width: 1023.9px) {
  .modal__footer {
    padding: 3rem 0;
  }
  .modal__footer:after {
    left: 2rem;
    right: 2rem;
  }
}
.modal__footer:after {
  content: "";
  height: 0.1rem;
  left: 5rem;
  right: 5rem;
  top: 0;
  background: var(--black-black-2);
  position: absolute;
}
@media (max-width: 1023.9px) {
  .modal.--cookies .modal__footer:after {
    display: none;
  }
}
@media (max-width: 1023.9px) {
  .modal.--cookies .modal__footer {
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  }
}

.modal__image {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 0.1rem solid #dddddd;
  border-radius: 0.4rem;
}
.modal__image.--schema {
  height: 50rem;
  padding: 6rem;
}
@media (max-width: 1023.9px) {
  .modal__image.--schema {
    height: 25rem;
    padding: 3rem;
  }
}
.modal__image.--schema img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal__cleanliness-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28rem;
  border: 0.1rem solid #dcdcdc;
  border-radius: 0.4rem;
}

.modal__cleanliness-content {
  text-align: center;
}
.modal__cleanliness-content h5 {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0;
  line-height: 2rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.modal__cleanliness-content strong {
  display: block;
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
}
.modal__cleanliness-content ul {
  text-align: left;
  margin-left: 0;
  margin-top: 3rem;
}
.modal__cleanliness-content ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2rem;
}
.modal__cleanliness-content ul li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: #fff;
  border: 0.2rem solid var(--Background-Brand-Primary-Default);
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 0.2rem;
}
.modal__cleanliness-content ul li:last-child {
  margin-bottom: 0 !important;
}
.modal__cleanliness-content ul li .tooltip__span {
  position: relative;
  cursor: help;
}
.modal__cleanliness-content ul li .tooltip__span i {
  font-style: normal;
  text-decoration: none;
  border-bottom: 1px dotted var(--Text-Neutral-Default);
  transition-property: all;
  transition-duration: 300ms;
}
.modal__cleanliness-content ul li .tooltip__span:hover i {
  color: var(--Background-Brand-Primary-Default);
  border-color: var(--Background-Brand-Primary-Default);
}
.modal__cleanliness-content ul li .tooltip__span:hover .tooltip {
  opacity: 1;
}
.modal__cleanliness-content ul li .tooltip__span .tooltip {
  top: 0;
  left: 50%;
  pointer-events: none;
  margin-top: -2rem;
  transform: translate(-50%, -100%, 0);
  opacity: 0;
}

.fade-modal-enter-active {
  opacity: 0;
}
.fade-modal-enter-active .modal__dialog {
  transform: translateY(-4rem);
}

.fade-modal-enter-to {
  opacity: 1;
}
.fade-modal-enter-to .modal__dialog {
  transform: translateY(0);
}

.fade-modal-leave {
  opacity: 1;
}
.fade-modal-leave .modal__dialog {
  transform: translateY(0);
}

.fade-modal-leave-to {
  opacity: 0;
}
.fade-modal-leave-to .modal__dialog {
  transform: translateY(-4rem);
}

.region-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition-property: all;
  transition-duration: 300ms;
}

.region-modal__dialog-wrapper {
  max-height: 100%;
}
@media (max-width: 1023.9px) {
  .region-modal__dialog-wrapper {
    width: calc(100% - 4rem);
  }
}

.region-modal__dialog-wrapper-inner {
  padding: 5rem 0;
}
@media (max-width: 1023.9px) {
  .region-modal__dialog-wrapper-inner {
    padding: 2rem 0;
  }
}

.region-modal__dialog {
  width: 87rem;
  background: #fff;
  padding: 0 5rem;
  position: relative;
  z-index: 2;
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .region-modal__dialog {
    width: 100%;
    max-width: 87rem;
    padding: 0 2rem;
  }
}
.region-modal__dialog .container-fluid, .region-modal__dialog .container-sm, .region-modal__dialog .container-md, .region-modal__dialog .container-lg, .region-modal__dialog .container-xl, .region-modal__dialog .container-xxl {
  padding: 0;
}

.region-modal__close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 2;
  top: 5rem;
  right: 4rem;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  .region-modal__close {
    right: 2rem;
    top: 3.6rem;
  }
}
.region-modal__close:hover span {
  transform: rotate(90deg);
}
.region-modal__close span {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 0;
  background: url(../../icons/public/icon-close.svg) no-repeat center;
  transition-property: all;
  transition-duration: 300ms;
}

.region-modal__header {
  padding: 4rem 0;
  border-bottom: 0.1rem solid #dddddd;
}
@media (max-width: 1023.9px) {
  .region-modal__header {
    padding: 3rem 0;
  }
}

.region-modal__body {
  padding: 4rem 0;
}
@media (max-width: 1023.9px) {
  .region-modal__body {
    padding: 4rem 0 2rem;
  }
}

.tooltip {
  min-width: 15rem;
  padding: 1.5rem 2rem;
  background: #fff;
  font-size: 1.4rem;
  color: #505050;
  letter-spacing: -0.007rem;
  text-align: center;
  line-height: 2rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  bottom: calc(100% + 1.7rem);
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.tooltip:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  bottom: -0.7rem;
  transform: rotate(45deg);
}

.data-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.data-table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.data-table-wrapper::-webkit-scrollbar:vertical {
  width: 0.8rem;
}
.data-table-wrapper::-webkit-scrollbar:horizontal {
  height: 0.8rem;
}
.data-table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  border: 0.2rem solid #fff;
}
.data-table-wrapper::-webkit-scrollbar-track {
  border-radius: 1rem;
  background-color: #fff;
}

.data-table,
.data-raw-table table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0.1rem solid var(--black-black-2);
  border-spacing: 0;
  overflow: hidden;
  border-radius: 0.4rem;
}
.data-table tr,
.data-table td,
.data-table th,
.data-raw-table table tr,
.data-raw-table table td,
.data-raw-table table th {
  border: 0;
}
.data-table.data-table,
.data-raw-table table.data-table {
  min-width: 60rem;
}
.data-table.--full-width,
.data-raw-table table.--full-width {
  min-width: 100%;
}
.data-table.--center-text, .data-table:not(.data-table),
.data-raw-table table.--center-text,
.data-raw-table table:not(.data-table) {
  text-align: center;
}
.data-table.--center-text td, .data-table:not(.data-table) td,
.data-raw-table table.--center-text td,
.data-raw-table table:not(.data-table) td {
  padding: 0;
}
.data-table .--highlight,
.data-table th,
.data-raw-table table .--highlight,
.data-raw-table table th {
  padding: 0 2rem;
  font-weight: 600;
  color: var(--Text-Neutral-Default);
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.035rem;
  background-color: var(--Background-Neutral-Default);
  border-bottom: 0.1rem solid var(--black-black-2);
  border-right: 0.1rem solid var(--black-black-2);
}
.data-table .--highlight:last-child,
.data-table th:last-child,
.data-raw-table table .--highlight:last-child,
.data-raw-table table th:last-child {
  border-right: 0;
}
.data-table .--uppercase,
.data-table th,
.data-raw-table table .--uppercase,
.data-raw-table table th {
  text-transform: uppercase;
}
.data-table tr,
.data-raw-table table tr {
  height: 6rem;
}
.data-table tr:last-child td,
.data-raw-table table tr:last-child td {
  border-bottom: 0;
}
.data-table tr td,
.data-raw-table table tr td {
  font-size: 1.6rem;
  color: var(--Text-Neutral-Default);
  padding: 0 0 0 2rem;
  border-bottom: 0.1rem solid var(--black-black-2);
  border-right: 0.1rem solid var(--black-black-2);
}
.data-table tr td:last-child,
.data-raw-table table tr td:last-child {
  border-right: 0;
}

.accordion-wrapper {
  margin-bottom: 2rem;
}

.accordion-item,
.mc-accordion__item {
  margin-bottom: 2rem;
  border-radius: 0.8rem;
  box-shadow: inset 0 0 0 0.1rem var(--Border-Neutral-Default, rgba(0, 0, 0, 0.25));
  transition: all 0.2s ease-in-out;
}
.accordion-item.--expanded,
.mc-accordion__item.--expanded {
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default, #18403D);
}
.accordion-item.--expanded .accordion-title,
.mc-accordion__item.--expanded .accordion-title {
  background: transparent;
}

.accordion-title,
.mc-accordion__trigger {
  border-radius: 0.8rem;
  padding: 2rem;
  display: flex;
  gap: 1.6rem;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.accordion-title:hover, .accordion-title:focus,
.mc-accordion__trigger:hover,
.mc-accordion__trigger:focus {
  background: var(--Background-Neutral-Default);
}
.accordion-title:after,
.mc-accordion__trigger:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  margin-left: auto;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/select-arrow.svg) no-repeat center/contain;
          mask: url(../../icons/public/select-arrow.svg) no-repeat center/contain;
}
.accordion-item.--expanded .accordion-title:after, .mc-accordion__item.--expanded .accordion-title:after,
.accordion-item.--expanded .mc-accordion__trigger:after,
.mc-accordion__item.--expanded .mc-accordion__trigger:after {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 0 2rem 2rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  max-width: none;
  display: none;
}

.mc-accordion__content-inner {
  padding: 0 2rem 2rem;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-lg);
  line-height: 137.5%;
  max-width: 72rem;
  max-width: none;
}

.mc-accordion__users {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
@media (max-width: 1023.9px) {
  .mc-accordion__users {
    margin: 1rem -1.5rem -1.5rem;
  }
}
.mc-accordion__users > * {
  min-width: calc(50% - 3rem);
  max-width: calc(50% - 3rem);
  margin: 1.5rem;
}
@media (max-width: 1023.9px) {
  .mc-accordion__users > * {
    min-width: calc(100% - 3rem);
    max-width: calc(100% - 3rem);
    margin: 1.5rem;
  }
}

.autocomplete-wrapper {
  position: fixed;
  top: 15rem;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
}
.autocomplete-wrapper.--dropdown {
  position: absolute;
  top: calc(100% - 0.1rem);
  bottom: auto;
  left: 0;
  right: 0;
  border: 0.1rem solid var(--black-black-2);
  overflow: hidden;
  border-radius: 0.4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023.9px) {
  .autocomplete-wrapper {
    top: auto;
    position: relative;
    bottom: auto;
  }
}

.autocomplete-box {
  position: relative;
  z-index: 2;
  padding: 5rem 21.5rem;
  background: #fff;
  border-top: 0.1rem solid #ededed;
}
.autocomplete-wrapper.--dropdown .autocomplete-box {
  padding: 2.5rem;
  border: 0;
}
@media (max-width: 1279.9px) {
  .autocomplete-box {
    padding: 4rem 15rem;
  }
}
@media (max-width: 1023.9px) {
  .autocomplete-box {
    padding: 3rem 0;
    border: 0;
    max-height: calc(100vh - 20rem);
    overflow: auto;
  }
}
.autocomplete-box h3 {
  font-weight: normal;
  margin: 0 0 0.4rem;
  padding: 0;
  font-size: 1.8rem;
  color: var(--black-black-3);
  letter-spacing: 0;
}
.autocomplete-box strong {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.035rem;
  margin-top: 2rem;
  display: block;
}

.autocomplete-link {
  display: block;
  font-size: 1.6rem;
  color: var(--black-black-4);
  letter-spacing: 0;
  line-height: 30px;
}
.autocomplete-link span {
  color: var(--Text-Neutral-Default);
  transition: all 0.2s ease-in-out;
}
.autocomplete-link:hover {
  color: var(--Background-Brand-Primary-Default);
}
.autocomplete-link:hover span {
  color: var(--Background-Brand-Primary-Default);
}

.mc-quantity {
  display: flex;
  width: 9rem;
  height: 4rem;
  background: #fff;
  overflow: hidden;
  border: 0.1rem solid var(--black-black-2);
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .mc-quantity {
    display: none;
  }
}
.mc-quantity.--disabled {
  opacity: 0.7;
}
.mc-quantity.--readonly {
  opacity: 0.7;
}

.mc-quantity__value {
  border: 0;
  width: 4rem;
  text-align: center;
  padding: 0;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.6rem;
  color: var(--black-black-4);
  letter-spacing: 0;
  padding-bottom: 0.2rem;
  order: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mc-quantity__value:-moz-read-only {
  background: #fff;
}
.mc-quantity__value:disabled, .mc-quantity__value:read-only {
  background: #fff;
}
.mc-quantity__value:-moz-read-only ~ .mc-quantity__btn {
  pointer-events: none;
}
.mc-quantity__value:disabled ~ .mc-quantity__btn, .mc-quantity__value:read-only ~ .mc-quantity__btn {
  pointer-events: none;
}
.mc-quantity__value:-moz-read-only ~ .mc-quantity__btn:after {
  background: var(--black-black-3);
}
.mc-quantity__value:disabled ~ .mc-quantity__btn:after, .mc-quantity__value:read-only ~ .mc-quantity__btn:after {
  background: var(--black-black-3);
}

.mc-quantity__btn {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 100%;
  border: 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mc-quantity__btn:first-child {
  order: 1;
}
.mc-quantity__btn:last-child {
  order: 3;
}
.mc-quantity__btn:after {
  content: "";
  width: 0.8rem;
  height: 0.6rem;
  background: var(--black-black-3);
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  -webkit-mask: url(../../icons/public/select-arrow.svg) no-repeat center;
          mask: url(../../icons/public/select-arrow.svg) no-repeat center;
}
.mc-quantity__btn.--active:after {
  background: var(--Background-Brand-Primary-Default);
}
.mc-quantity__btn.--plus:after {
  left: 0.5rem;
  transform: rotate(-90deg);
}
.mc-quantity__btn.--minus:after {
  right: 0.5rem;
  transform: rotate(90deg);
}

.mc-quantity__select {
  display: none;
}
@media (max-width: 1023.9px) {
  .mc-quantity__select {
    display: flex;
    height: 4rem;
    padding: 0 2rem;
    font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 1.6rem;
    color: var(--black-black-4);
    letter-spacing: 0;
    background: url(../../icons/public/select-arrow.svg) no-repeat #fff center right 1.2rem;
  }
}

.multiselect-wrapper {
  position: relative;
}

.multiselect-label {
  position: absolute;
  z-index: 10;
  left: 2.5rem;
  top: 1.5rem;
}

.multiselect.is-disabled ~ .multiselect-label {
  opacity: 0.5;
}

.multiselect {
  margin: 0;
  width: 100%;
}
.multiselect.--w18 {
  max-width: 18rem;
}

.multiselect-input {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.1rem solid var(--black-black-2);
  height: 6rem;
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  cursor: pointer;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  transition-duration: 300ms;
  opacity: 1;
  transition-property: background-color, box-shadow, color;
}
.multiselect-input:hover, .multiselect-input:focus {
  color: #000 !important;
  background-color: var(--Background-Neutral-Default);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.multiselect-input:before {
  width: 1rem;
  height: 1.4rem;
  background: url(../../icons/public/select-arrow-big.svg) no-repeat center;
  border: 0;
  right: 2rem;
  z-index: 5;
}
.multiselect.is-disabled .multiselect-input:before {
  background-image: url(../../icons/public/select-arrow-big-disabled.svg);
}
.multiselect.is-open .multiselect-input:before {
  transform: translateY(-50%);
}
.multiselect-input:after {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  z-index: 5;
  border: 0.2rem solid var(--Background-Brand-Primary-Default) !important;
  border-radius: 0.4rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.multiselect.is-open .multiselect-input:after {
  opacity: 1;
}
.product-filter__combos .multiselect-input {
  height: 7rem;
}
.multiselect.is-open .multiselect-input {
  background: #fff;
  border-radius: 0.4rem;
}
.multiselect.is-disabled .multiselect-input {
  cursor: not-allowed;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.multiselect.--small .multiselect-input {
  height: 4.4rem;
}

.multiselect-single-label {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  padding: 0 2.5rem;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.multiselect.--with-label .multiselect-single-label {
  padding-top: 2rem;
  font-size: 1.6rem;
  color: var(--black-black-4);
}
.multiselect.--small .multiselect-single-label {
  padding: 0 2rem;
  font-size: 1.6rem;
}
.multiselect:hover .multiselect-single-label {
  color: #000;
}
.multiselect:hover .multiselect-single-label:after {
  background: linear-gradient(to right, rgba(250, 250, 250, 0), var(--Background-Neutral-Default) 50%, var(--Background-Neutral-Default) 90%, var(--Background-Neutral-Default) 90%);
}
.multiselect-single-label:after {
  content: "";
  width: 7rem;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff 90%, #fff 90%);
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.multiselect-placeholder {
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  cursor: pointer;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  background: transparent;
  padding: 0 2.5rem;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.multiselect.--with-label .multiselect-placeholder {
  padding-top: 2rem;
  font-size: 1.6rem;
  color: var(--black-black-4);
}
.multiselect.--small .multiselect-placeholder {
  padding: 0 2rem;
  font-size: 1.6rem;
}
@media (max-width: 1023.9px) {
  .multiselect-placeholder {
    font-size: 1.6rem;
  }
}
.multiselect:hover .multiselect-placeholder {
  color: #000;
}
.multiselect.is-disabled .multiselect-placeholder {
  opacity: 0.5;
  color: var(--Text-Neutral-Default) !important;
}

.multiselect-options {
  top: calc(100% + 0.2rem);
  border: 0.1rem solid var(--black-black-2);
  max-height: 30rem !important;
  transform: translateY(0%);
  border-radius: 0.4rem;
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 300ms;
  box-sizing: border-box;
}

.multiselect-option {
  min-height: 6rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  color: var(--Text-Neutral-Default);
  font-size: 1.8rem;
  line-height: 2.2rem;
  cursor: pointer;
  transition-property: all;
  transition-duration: 300ms;
}
.multiselect-option:hover, .multiselect-option.--active {
  background-color: var(--Background-Neutral-Default) !important;
  color: var(--Background-Brand-Primary-Default) !important;
}
.multiselect-option.is-selected, .multiselect-option.is-selected.is-pointed {
  background-color: var(--Background-Neutral-Default);
  color: #000;
  font-weight: 500;
}
.multiselect-option.is-pointed {
  background-color: inherit;
  color: inherit;
}
.multiselect.--small .multiselect-option {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  min-height: 4rem;
}

.multiselect-enter-active {
  opacity: 0;
  transform: translateY(5%);
}

.multiselect-enter-to {
  opacity: 1;
  transform: translateY(0%);
}

.multiselect-leave {
  opacity: 1;
  transform: translateY(0%);
}

.multiselect-leave-to {
  opacity: 0;
  transform: translateY(5%);
}

.banner-box__wrapper > * {
  margin-bottom: 2.5rem;
}
.banner-box__wrapper > *:last-child {
  margin-bottom: 0;
}

.banner-box {
  display: flex;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.banner-box.--no-shadow {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1023.9px) {
  .banner-box {
    flex-direction: column;
  }
}

a.banner-box {
  color: var(--Text-Neutral-Default);
}
a.banner-box:hover {
  background: var(--Background-Neutral-Default);
}
a.banner-box:hover .text-link:after {
  right: 0;
}

.banner-box__content {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  border: 0.1rem solid var(--black-black-2);
  border-right: 0;
  padding: 5rem 10rem;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .banner-box__content {
    order: 2;
    min-width: 100%;
    max-width: 100%;
    padding: 3rem;
    border: 0.1rem solid var(--black-black-2);
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }
}

.banner-box__image {
  flex: 1;
  min-width: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .banner-box__image {
    order: 1;
    min-width: 100%;
    max-width: 100%;
    height: 25rem;
    border-top-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    border-bottom-right-radius: 0;
  }
}
.banner-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-box__links > * {
  margin-bottom: 1.5rem;
}
.banner-box__links > *:last-child {
  margin-bottom: 0;
}

.banner-small-box__wrapper {
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 1023.9px) {
  .banner-small-box__wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.banner-small-box {
  display: flex;
  flex-direction: column;
  margin: 0 1.5rem;
  padding: 3rem;
  min-width: calc(25% - 3rem);
  border: 0.1rem solid var(--black-black-2);
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.banner-small-box:hover {
  background: var(--Background-Neutral-Default);
}
.banner-small-box__image {
  width: 14rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.banner-small-box__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: left center;
     object-position: left center;
}

.banner-small-box__text {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.009rem;
  line-height: 2.4rem;
  transition: all 0.2s ease-in-out;
}
.banner-small-box:hover .banner-small-box__text {
  color: #000;
}
.banner-small-box__text:after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  width: 0.8rem;
  height: 1.4rem;
  top: 0.1rem;
  position: relative;
  background: url(../../icons/public/arrow-right-big.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.banner-small-box:hover .banner-small-box__text:after {
  transform: translateX(0.5rem);
}

.banner-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 10rem;
  border: 0.1rem solid var(--black-black-2);
  border-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .banner-wide {
    flex-direction: column;
    padding: 3rem;
  }
}

.banner-wide__content {
  max-width: 50%;
  min-width: 50%;
  padding-right: 1.5rem;
}
@media (max-width: 1023.9px) {
  .banner-wide__content {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.banner-wide__content h3 {
  display: flex;
  align-items: center;
}
.banner-wide__content h3 img {
  margin-right: 3rem;
  display: block;
}
.banner-wide__content p {
  font-size: 1.8rem;
}

.banner-wide__action {
  width: 27rem;
}

.banner-container {
  border: 0.1rem solid var(--black-black-2);
  border-radius: 0.4rem;
}

.banner-container__image {
  position: absolute;
  top: -0.1rem;
  left: 1.4rem;
  right: 1.5rem;
  height: calc(100% + 0.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
@media (max-width: 1023.9px) {
  .banner-container__image {
    height: 25rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
}
.banner-container__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-container__title {
  position: relative;
  z-index: 2;
  padding: 5rem;
}
@media (max-width: 1023.9px) {
  .banner-container__title {
    height: 25rem;
    padding: 5rem 3rem;
    display: flex;
    align-items: center;
  }
}

.banner-container__content {
  padding: 5rem 5rem 5rem 2rem;
}
@media (max-width: 1023.9px) {
  .banner-container__content {
    padding: 3rem;
  }
}

.banner-container__item {
  margin-bottom: 3rem;
}
.banner-container__item:last-child {
  margin-bottom: 0;
}
.banner-container__item h4 span {
  margin-right: 1rem;
}
.banner-container__item h4 span:last-child {
  margin-right: 0;
}
.banner-container__item p {
  font-size: 1.8rem;
  color: #000;
  letter-spacing: -0.009rem;
  line-height: 2.4rem;
}

a.banner-container__item:hover p {
  color: var(--Background-Brand-Primary-Default);
}

.events {
  display: flex;
  flex-direction: column;
}

.events__header {
  display: flex;
  align-items: center;
}
@media (max-width: 1023.9px) {
  .events__header {
    flex-wrap: wrap;
  }
  .events__header h4 {
    order: 1;
    flex: 1;
  }
  .events__header .events__arrows {
    order: 2;
    flex: 1;
    justify-content: flex-end;
  }
}

.events__body {
  margin-top: 3rem;
  width: calc(100% + 3rem);
}
@media (max-width: 1023.9px) {
  .events__body {
    margin-top: 2rem;
    width: calc(100% + 1.4rem);
  }
}

.events__body-wrapper {
  display: flex;
  width: 100%;
  cursor: grabbing;
}
.events__body-wrapper .slick-list {
  width: 100%;
}
.events__body-wrapper .slick-track {
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023.9px) {
  .events__body-wrapper .slick-track {
    margin: 0 -0.7rem;
  }
}

.event__wrapper {
  width: 100%;
  display: flex;
  margin: 0 1.5rem;
  border-radius: 0.4rem;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.event__wrapper.slick-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1023.9px) {
  .event__wrapper {
    margin: 0 0.7rem;
  }
}

.event {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 44rem;
  border: 0.1rem solid var(--black-black-2);
  cursor: default;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.event.--hoverable {
  cursor: pointer;
}
.event:hover {
  background: var(--Background-Neutral-Default);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.event__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  margin-bottom: 2rem;
}

.event__type {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
}

.event__logo {
  height: 100%;
}
.event__logo img {
  height: 4rem;
  width: auto;
}

.event__body-wrapper {
  flex: 1;
  padding: 4rem 5rem;
}
@media (max-width: 1023.9px) {
  .event__body-wrapper {
    padding: 3rem;
  }
}

.event__body {
  font-size: 2rem;
  color: #000;
  letter-spacing: -0.02rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
}
.event.--hoverable:hover .event__body {
  color: var(--Background-Brand-Primary-Default);
}

.event__footer {
  margin-top: auto;
}

.event__btn {
  height: 5rem;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border-top: 0.1rem solid var(--black-black-2);
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.035rem;
  padding: 0 5rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .event__btn {
    padding: 0 3rem;
  }
}
.event__btn:hover {
  z-index: 2;
  color: var(--Background-Brand-Primary-Default);
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.event__btn:before {
  content: "";
  width: 1.6rem;
  height: 2rem;
  margin-right: 1.5rem;
}
.event__btn span {
  margin-right: 1.5rem;
}
.event__btn span:last-child {
  margin-right: 0;
}
.event__btn.--date:before {
  background: url(../../icons/public/event-calendar.svg) no-repeat center;
}
.event__btn.--location:before {
  background: url(../../icons/public/event-location.svg) no-repeat center;
}
.event__btn.--page {
  opacity: 0;
  transform: translateY(1rem);
}
@media (max-width: 1023.9px) {
  .event__btn.--page {
    opacity: 1;
    transform: translateY(0);
  }
}
.event:hover .event__btn.--page {
  opacity: 1;
  transform: translateY(0);
}
.event__btn.--page:before {
  background: url(../../icons/public/event-page.svg) no-repeat center;
}
.event__btn:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.event__add,
.event__arrow {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  position: relative;
}
.event__add:before,
.event__arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--black-black-3);
  -webkit-mask: url(../../icons/public/event-plus.svg) no-repeat center right;
          mask: url(../../icons/public/event-plus.svg) no-repeat center right;
  transition: all 0.2s ease-in-out;
}
.event:hover .event__add:before,
.event:hover .event__arrow:before {
  background: var(--Background-Brand-Primary-Default);
}
.event__add:hover:before,
.event__arrow:hover:before {
  background: #000 !important;
}

.event__add:hover .tooltip {
  pointer-events: auto;
  opacity: 1;
}
.event__add .tooltip {
  margin-left: 1rem;
  margin-bottom: -0.8rem;
  text-transform: none;
}

.event__arrow:before {
  -webkit-mask: url(../../icons/public/event-arrow.svg) no-repeat center right;
          mask: url(../../icons/public/event-arrow.svg) no-repeat center right;
}

.valve-finder {
  border: 0.1rem solid var(--black-black-2);
  overflow: hidden;
  border-radius: 0.4rem;
}

.valve-finder__header {
  display: flex;
  align-items: center;
  padding: 5rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .valve-finder__header {
    flex-direction: column;
    padding: 2rem 3rem 3rem;
  }
}
.valve-finder__header:hover {
  background: var(--Background-Neutral-Default);
}

.valve-finder__header-image {
  width: 20rem;
  min-width: 20rem;
  height: 20rem;
  margin-right: 5rem;
}
@media (max-width: 1023.9px) {
  .valve-finder__header-image {
    margin: 0 auto;
  }
}
.valve-finder__header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.valve-finder__header-content {
  flex-grow: 1;
  padding-right: 5rem;
}
@media (max-width: 1023.9px) {
  .valve-finder__header-content {
    padding-right: 0;
    margin-top: 2rem;
  }
}
.valve-finder__header-content p {
  color: var(--Text-Neutral-Default);
  line-height: 2.6rem;
}
.valve-finder__header:hover .valve-finder__header-content p {
  color: #000;
}
.valve-finder__header-content p:after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  width: 0.8rem;
  height: 1.4rem;
  top: 0.1rem;
  position: relative;
  background: url(../../icons/public/arrow-right-big.svg) no-repeat center;
  transition: all 0.2s ease-in-out;
}
.valve-finder__header:hover .valve-finder__header-content p:after {
  transform: translateX(0.5rem);
}

.valve-finder__footer {
  background: var(--Background-Neutral-Default);
  padding: 5rem 10rem;
  display: flex;
  gap: 3rem;
  align-items: flex-end;
}
@media (max-width: 1023.9px) {
  .valve-finder__footer {
    padding: 3rem;
    flex-direction: column;
  }
}
.valve-finder__footer > * {
  flex: 1;
}
@media (max-width: 1023.9px) {
  .valve-finder__footer > * {
    flex: auto;
  }
}

.valve-finder__footer-form {
  display: flex;
  height: 7rem;
}
@media (max-width: 767.9px) {
  .valve-finder__footer-form {
    height: 6rem;
  }
}

.valve-finder__footer-form-wrapper {
  display: flex;
}

.valve-finder__footer-form-input {
  display: flex;
}
.valve-finder__footer-form-input:first-child input {
  width: 12rem;
  border-bottom-left-radius: 0.4rem !important;
  border-top-left-radius: 0.4rem !important;
}
@media (max-width: 767.9px) {
  .valve-finder__footer-form-input:first-child input {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .valve-finder__footer-form-input:last-child {
    width: 66.6666666667%;
  }
}
.valve-finder__footer-form-input:last-child input {
  width: 12rem;
}
@media (max-width: 767.9px) {
  .valve-finder__footer-form-input:last-child input {
    width: 100%;
  }
}
.valve-finder__footer-form-input:last-child:after {
  display: none;
}
.valve-finder__footer-form-input input {
  flex-grow: 1;
  height: 100% !important;
  border-radius: 0 !important;
}
@media (max-width: 767.9px) {
  .valve-finder__footer-form-input input {
    padding: 0 0.5rem;
  }
}
.valve-finder__footer-form-input:after {
  content: "";
  width: 3rem;
  min-width: 3rem;
  display: block;
  height: 100%;
  border-top: 0.1rem solid var(--black-black-2);
  border-bottom: 0.1rem solid var(--black-black-2);
  background: url("../../icons/public/divider.svg") no-repeat center;
}

.valve-finder__footer-form-btn {
  width: 7rem;
  min-width: 7rem;
  height: 100%;
  border: 0.1rem solid var(--black-black-2);
  border-left: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
@media (max-width: 767.9px) {
  .valve-finder__footer-form-btn {
    width: 4rem;
    min-width: 4rem;
  }
}
.valve-finder__footer-form-btn:hover:before {
  background: var(--Background-Brand-Primary-Default);
}
.valve-finder__footer-form-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--black-black-3);
  -webkit-mask: url("../../icons/public/loupe.svg") no-repeat center;
          mask: url("../../icons/public/loupe.svg") no-repeat center;
  transition: all 0.2s ease-in-out;
}

.earth {
  width: 110rem;
  position: absolute !important;
  transform: translate(-15%, -20%, 0);
}
@media (max-width: 1023.9px) {
  .earth {
    position: relative !important;
    width: 100%;
    transform: translate(0%, 0%, 0);
  }
}

.earth-occluded {
  opacity: 0.2;
}

.earth-legend-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.03rem;
  display: flex;
  align-items: center;
}
.earth-legend-item.--green:before {
  width: 0.8;
  height: 1.4rem;
  background: url("../../icons/public/pin-map-dot-green.svg") no-repeat center;
  border-radius: 0;
}
.earth-legend-item.--border:before {
  width: 0.8;
  height: 1.4rem;
  background: url("../../icons/public/pin-map-dot-gray.svg") no-repeat center;
  border-radius: 0;
}
.earth-legend-item.--black:before {
  width: 0.8;
  height: 1.4rem;
  background: url("../../icons/public/pin-map.svg") no-repeat center;
  border-radius: 0;
}
.earth-legend-item:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1rem;
  border-radius: 50%;
}

a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
  display: none;
}

label.CybotCookiebotDialogBodyLevelButtonLabel, #CybotCookiebotDialog label {
  position: static;
  line-height: 1.5em;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  display: flex;
}

#CybotCookiebotDialogTabContent span.CybotCookiebotDialogDetailBulkConsentCount {
  min-width: 2.4em;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
}

.tag, .pagination ul a, .pagination ul span, .banner__badge, .product__badge {
  display: inline-flex;
  padding: 0.5rem 0.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
  line-height: 100%;
}
.tag sup, .pagination ul a sup, .pagination ul span sup, .banner__badge sup, .product__badge sup {
  top: 0;
  font-size: 0.8em;
  align-self: flex-start;
  line-height: 0.8em;
  margin-right: 0.4rem;
  margin-left: 0.2rem;
}
.tag.--invert, .card.--img .tag, .pagination ul a.--invert, .card.--img .pagination ul a, .pagination ul .card.--img a, .pagination ul span, .banner__badge, .product__badge {
  color: var(--Text-Brand-Default, #18403D);
  background: var(--Background-Brand-Primary-Inverted, #DCFF5E);
}
.tag.--brand, .pagination ul a.--brand, .pagination ul a:hover, .pagination ul span.--brand, .--brand.banner__badge, .--brand.product__badge {
  background: var(--Background-Brand-Primary-Default);
}

.search-input {
  display: flex;
  gap: 0.8rem;
  padding: 0 0 0 2rem;
  align-items: center;
  border-radius: 10rem;
  box-shadow: inset 0 0 0 0 var(--Border-Brand-Default);
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
  transition: all 0.2s ease-in-out;
}
.search-input.--active, .search-input:hover, .search-input:focus-within {
  background: var(--Background-Neutral-Input, #FFF);
  box-shadow: inset 0 0 0 0.2rem var(--Border-Brand-Default);
}
.search-input label {
  position: static;
}
.search-input input {
  width: 100%;
  line-height: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
  border: none;
  background: transparent;
  color: var(--Text-Neutral-Default);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.search-input input::-moz-placeholder {
  color: var(--Text-Neutral-Subtle);
}
.search-input input::placeholder {
  color: var(--Text-Neutral-Subtle);
}
.search-input svg {
  fill: var(--Icon-Neutral-Default);
}
.search-input.--active .search-close {
  opacity: 1;
  pointer-events: all;
}
.search-close {
  padding: 1.5rem;
  border: none;
  background: none;
  opacity: 0;
  pointer-events: none;
}
.search-results-header {
  gap: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 1023.9px) {
  .search-results-header {
    justify-content: space-between;
  }
}
.search-results-content {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3.2rem;
  align-self: stretch;
  flex-wrap: wrap;
  max-height: calc(80vh - 160px);
  overflow: auto;
}
@media (max-width: 1023.9px) {
  .search-results-content {
    max-height: none;
  }
}
.search-results-content > li {
  flex-grow: 1;
  width: 30%;
}
@media (max-width: 1279.9px) {
  .search-results-content > li {
    width: 45%;
  }
}
@media (max-width: 1023.9px) {
  .search-results-content > li {
    width: 100%;
  }
}
.search-results-content > li strong {
  display: block;
  margin-bottom: 1.2rem;
}
.search-results-content > li ul {
  gap: 1.2rem;
  display: flex;
  flex-direction: column;
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding: 6.4rem 0;
  background-position: center;
  background-size: cover;
}
.hero > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.hero > .container {
  position: relative;
  z-index: 20;
}
@media (max-width: 1023.9px) {
  .hero {
    padding: 3.2rem 0;
  }
}
.hero__text {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-xl);
  line-height: 137.5%;
  max-width: 80rem;
  margin-top: 1.6rem;
}
.hero .btn, .hero .dropdown__wrapper {
  margin-top: 3.2rem;
}
@media (max-width: 1023.9px) {
  .hero .btn, .hero .dropdown__wrapper {
    width: 100%;
  }
}

.header-news-header {
  gap: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 1023.9px) {
  .header-news-header {
    justify-content: space-between;
  }
}
.header-news-content {
  display: flex;
  gap: 0.1rem;
}
.header-news-content > div {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 1023.9px) {
  .header-news-content {
    display: block;
    height: 40rem;
  }
  .header-news-content .slick-list {
    width: 100%;
  }
  .header-news-content .slick-track {
    display: flex;
    gap: 0.1rem;
  }
  .header-news-content .slick-dots {
    margin-top: 1.6rem;
  }
}

.pagination {
  margin-bottom: 3.2rem;
}
.pagination ul {
  gap: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul a, .pagination ul span {
  min-width: 3.6rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1.2rem 0;
}
.pagination-prev:before {
  margin: auto;
  content: "";
  display: block;
  min-width: 1.2rem;
  min-height: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/arrow-left.svg) no-repeat center/contain;
          mask: url(../../icons/public/arrow-left.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}
.pagination-next:before {
  margin: auto;
  content: "";
  display: block;
  min-width: 1.2rem;
  min-height: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--Text-Neutral-Default);
  -webkit-mask: url(../../icons/public/arrow-right.svg) no-repeat center/contain;
          mask: url(../../icons/public/arrow-right.svg) no-repeat center/contain;
  transition: all 0.2s ease-in-out;
}

.pagination {
  display: flex;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent wrapping */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: thin; /* Firefox scrollbar */
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.pagination::-webkit-scrollbar {
  height: 6px; /* Custom thin scrollbar */
}

.pagination::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3); /* Slightly visible scrollbar */
  border-radius: 10px;
}

.pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px; /* Space between items */
}

.pagination li {
  flex-shrink: 0; /* Prevent shrinking */
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  background: #f5f5f5;
  border-radius: 5px;
  color: #333;
}

.pagination a:hover {
  background: #ddd;
}

.card {
  position: relative;
  transition: all 0.2s ease-in-out;
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.card:hover, .card:focus-within {
  background: var(--Background-Neutral-Default-hover, rgba(0, 0, 0, 0.1));
}
.card:hover .card__visual img, .card:focus-within .card__visual img {
  transform: scale(1.06);
}
.col-12 .card, li .card, .card__list__item .card {
  height: 100%;
}
.card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card__visual img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0, -0.24, 0, 0.51);
}
.card__content {
  padding: 1.6rem;
}
.card__tags {
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.8rem;
}
.card__title {
  display: block;
  margin: 0 4.4rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__title * {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
}
.card__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__text {
  margin: 0.8rem 4.4rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-sm);
  line-height: 137.5%;
  max-width: 48rem;
}
.card .btn, .card .dropdown__wrapper {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 3;
}
.card.--lg .card__visual {
  transition: all 0.4s ease-in-out;
  clip-path: inset(3.2rem 3.2rem 0 3.2rem round 100rem);
}
@media (max-width: 1023.9px) {
  .card.--lg .card__visual {
    clip-path: inset(1.6rem 1.6rem 0 1.6rem round 100rem);
  }
}
.card.--lg .card__visual img {
  aspect-ratio: 3.2/2;
}
.card.--lg .card__content {
  padding: 3.2rem;
}
@media (max-width: 1023.9px) {
  .card.--lg .card__content {
    padding: 1.6rem;
  }
}
.card.--lg .card__tags {
  margin: 0 0 0.8rem;
}
.card.--lg .card__title {
  margin: 0 4.4rem 0 0;
}
.card.--lg .card__title * {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-sm);
  font-weight: 400;
  line-height: 125%;
  max-width: 96rem;
}
.card.--lg .card__text {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  margin: 0.8rem 4.4rem 0 0;
}
.card.--lg .btn, .card.--lg .dropdown__wrapper {
  bottom: 3.2rem;
  right: 3.2rem;
}
@media (max-width: 1023.9px) {
  .card.--lg .btn, .card.--lg .dropdown__wrapper {
    bottom: 1.6rem;
    right: 1.6rem;
  }
}
.card.--lg:hover .card__visual, .card.--lg:focus-within .card__visual {
  clip-path: inset(0 0 0 0 round 0rem);
}
.card.--img {
  background: transparent;
}
.card.--img:hover .card__visual:before, .card.--img:focus-within .card__visual:before {
  opacity: 1;
}
.card.--img:hover .btn .a11y-sr-only, .card.--img:hover .dropdown__wrapper .a11y-sr-only, .card.--img:focus-within .btn .a11y-sr-only, .card.--img:focus-within .dropdown__wrapper .a11y-sr-only {
  max-width: 20rem;
  margin-right: 0.4rem;
}
.card.--img .btn, .card.--img .dropdown__wrapper {
  z-index: 2;
  right: 3.2rem;
  bottom: 3.2rem;
}
.card.--img .btn:hover, .card.--img .dropdown__wrapper:hover {
  background: var(--Background-Brand-Primary-Inverted-hover);
}
@media (max-width: 1023.9px) {
  .card.--img .btn, .card.--img .dropdown__wrapper {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.card.--img .btn .a11y-sr-only, .card.--img .dropdown__wrapper .a11y-sr-only {
  clip-path: none !important;
  height: auto !important;
  min-height: auto !important;
  position: static !important;
  width: auto !important;
  min-width: auto !important;
  max-width: 0;
  margin-right: -0.4rem;
  transition: all 0.2s ease-in-out;
}
.card.--img .card__visual {
  position: relative;
  max-height: 75rem;
}
.card.--img .card__visual:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
}
.card.--img .card__visual img {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/4;
}
.card.--img .card__content {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 3.2rem;
}
@media (max-width: 1023.9px) {
  .card.--img .card__content {
    padding: 1.6rem;
  }
}
.card.--img .card__title > * {
  font-family: "ABCWhyteInktrap", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Title-sm);
  font-weight: 400;
  line-height: 125%;
  max-width: 96rem;
  color: var(--Text-Neutral-Inverted);
}
.card.--img .card__text {
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  font-size: var(--Size-Text-md);
  line-height: 137.5%;
  max-width: 60rem;
  color: var(--Text-Neutral-Inverted);
}
.card.--invert, .card.banner__badge, .card.product__badge, .pagination ul span.card, .card.--img .card.tag, .card.--img .card.banner__badge, .card.--img .card.product__badge, .card.--img .pagination ul a.card, .pagination ul .card.--img a.card, .card.--img .pagination ul span.card, .pagination ul .card.--img span.card, .card.--img .card.btn, .card.--img .card.dropdown__wrapper {
  background: var(--Background-Brand-Primary-Inverted, #DCFF5E);
}
.card.--invert .tag, .card.banner__badge .tag, .card.product__badge .tag, .pagination ul span.card .tag, .card.--img .card.tag .tag, .card.--img .pagination ul a.card .tag, .pagination ul .card.--img a.card .tag, .card.--img .card.btn .tag, .card.--img .card.dropdown__wrapper .tag, .card.--invert .banner__badge, .card.banner__badge .banner__badge, .card.product__badge .banner__badge, .pagination ul span.card .banner__badge, .card.--img .card.tag .banner__badge, .card.--img .pagination ul a.card .banner__badge, .pagination ul .card.--img a.card .banner__badge, .card.--img .card.btn .banner__badge, .card.--img .card.dropdown__wrapper .banner__badge, .card.--invert .product__badge, .card.banner__badge .product__badge, .card.product__badge .product__badge, .pagination ul span.card .product__badge, .card.--img .card.tag .product__badge, .card.--img .pagination ul a.card .product__badge, .pagination ul .card.--img a.card .product__badge, .card.--img .card.btn .product__badge, .card.--img .card.dropdown__wrapper .product__badge, .card.--invert .pagination ul a, .pagination ul .card.--invert a, .card.banner__badge .pagination ul a, .pagination ul .card.banner__badge a, .card.product__badge .pagination ul a, .pagination ul .card.product__badge a, .pagination ul span.card a, .card.--img .card.tag .pagination ul a, .pagination ul .card.--img .card.tag a, .card.--img .pagination ul a.card a, .pagination ul .card.--img a.card a, .card.--img .pagination ul span.card a, .pagination ul .card.--img span.card a, .card.--img .card.btn .pagination ul a, .pagination ul .card.--img .card.btn a, .card.--img .card.dropdown__wrapper .pagination ul a, .pagination ul .card.--img .card.dropdown__wrapper a, .card.--invert .pagination ul span, .pagination ul .card.--invert span, .card.banner__badge .pagination ul span, .pagination ul .card.banner__badge span, .card.product__badge .pagination ul span, .pagination ul .card.product__badge span, .pagination ul span.card span, .card.--img .card.tag .pagination ul span, .pagination ul .card.--img .card.tag span, .card.--img .pagination ul a.card span, .pagination ul .card.--img a.card span, .card.--img .pagination ul span.card span, .pagination ul .card.--img span.card span, .card.--img .card.btn .pagination ul span, .pagination ul .card.--img .card.btn span, .card.--img .card.dropdown__wrapper .pagination ul span, .pagination ul .card.--img .card.dropdown__wrapper span {
  color: var(--Text-Neutral-Inverted, #FFF);
  background: var(--Background-Brand-Primary-Default);
}
.card.--invert:hover, .card.banner__badge:hover, .card.product__badge:hover, .pagination ul span.card:hover, .card.--img .card.tag:hover, .card.--img .pagination ul a.card:hover, .pagination ul .card.--img a.card:hover, .card.--img .card.btn:hover, .card.--img .card.dropdown__wrapper:hover, .card.--invert:focus-within, .card.banner__badge:focus-within, .card.product__badge:focus-within, .pagination ul span.card:focus-within, .card.--img .card.tag:focus-within, .card.--img .pagination ul a.card:focus-within, .pagination ul .card.--img a.card:focus-within, .card.--img .card.btn:focus-within, .card.--img .card.dropdown__wrapper:focus-within {
  background: var(--Background-Brand-Primary-Inverted-hover, #B8EB59);
}
.card.--blue {
  background: var(--Background-Brand-Secondary-Default, #D8EAF1);
}
.card.--blue .tag, .card.--blue .banner__badge, .card.--blue .product__badge, .card.--blue .pagination ul a, .pagination ul .card.--blue a, .card.--blue .pagination ul span, .pagination ul .card.--blue span {
  color: var(--Text-Neutral-Inverted, #FFF);
  background: var(--Background-Brand-Primary-Default);
}
.card.--blue:hover, .card.--blue:focus-within {
  background: var(--Background-Brand-Secondary-Default-hover, #B4D4DF);
}
.card__container {
  position: relative;
}
.card__container:before, .card__container:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 100%;
}
@media (max-width: 1023.9px) {
  .card__container:before, .card__container:after {
    display: none;
  }
}
.card__container:before {
  left: -1.6rem;
  transform: translate(-100%, -50%);
}
.card__container:after {
  right: -1.6rem;
  transform: translate(100%, -50%);
}
.card__container.--bg-invert:before, .card__container.--bg-invert:after {
  background: var(--Background-Brand-Primary-Inverted, #DCFF5E);
}
.card__container.--bg-neutral:before, .card__container.--bg-neutral:after {
  background: var(--Background-Neutral-Default, rgba(0, 0, 0, 0.05));
}
.card__list {
  display: flex;
  gap: 0.1rem;
  margin: 0 -3.2rem;
}
.card__list + .card__list {
  margin-top: 0.1rem;
}
@media (max-width: 1279.9px) {
  .card__list:not(.card__slider) {
    flex-wrap: wrap;
  }
  .card__list:not(.card__slider) .card__list__item {
    flex-grow: 1;
    width: calc(50% - 0.1rem);
  }
}
@media (max-width: 1279.9px) and (max-width: 1023.9px) {
  .card__list:not(.card__slider) .card__list__item {
    width: 100%;
  }
}
@media (max-width: 1023.9px) {
  .card__list {
    margin: 0 -1.6rem;
    flex-direction: column;
  }
}
.card__list__item {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 1023.9px) {
  .card__slider {
    display: block;
    overflow: hidden;
    min-height: 40rem;
  }
  .card__slider .slick-list {
    width: 100%;
  }
  .card__slider .slick-track {
    display: flex;
    gap: 0.1rem;
  }
  .card__slider .slick-dots {
    margin: 1.6rem;
  }
}

[v-cloak],
.toEncrypt {
  display: none !important;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  color: var(--Text-Neutral-Default);
  font-weight: 350;
  font-family: "ABCWhyte", Helvetica, Tahoma, Arial, sans-serif;
  overflow-x: hidden;
  text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 1023.9px) {
  body .main-content {
    overflow-x: hidden;
  }
}

#app {
  min-height: 100vh;
  width: 100vw;
  padding-top: 9.6rem;
  background: var(--Background-Page-Default, #FFF);
}
@media (max-width: 1023.9px) {
  #app {
    max-width: 100vw;
    padding-top: 13.6rem;
  }
}
body.page-login #app {
  padding: 5rem 0;
}
body.header-transparent #app {
  padding-top: 0;
}
body.header-transparent #app .breadcrumb {
  position: absolute;
  width: 100%;
  top: 9.6rem;
}
@media (max-width: 1023.9px) {
  body.header-transparent #app .breadcrumb {
    top: 13.6rem;
  }
}

[inert], [inert] * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

[inert] {
  pointer-events: none;
  cursor: default;
}

#page-mask-white {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #fff;
  display: block;
}
#page-mask-white.--hidden {
  display: none;
}

#page-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

.sg-title {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--Background-Neutral-Default);
}
.sg-title + .container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.sg-item {
  margin-bottom: 2rem;
}
.sg-item > p {
  margin-bottom: 1rem;
}

.col-max-60 {
  max-width: 60rem;
}

.masked-content__wrapper {
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.masked-content__wrapper.--hidden-mask:after {
  display: none;
}
.masked-content__wrapper:after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s ease-in-out;
}
.masked-content__wrapper.--visible {
  max-height: 100% !important;
}
.masked-content__wrapper.--visible:after {
  opacity: 0;
}
.masked-content__wrapper.--h240 {
  max-height: 24rem;
}
@media (max-width: 1023.9px) {
  .masked-content__wrapper.--h240 {
    max-height: 30rem;
  }
}
.masked-content__wrapper.--h240:after {
  height: 16rem;
  pointer-events: none;
}

.masked-content__show-btn {
  background: #fff;
  border: 1px solid var(--black-black-2);
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  z-index: 5;
  height: 4rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  font-size: 1.6rem;
  color: var(--Background-Brand-Primary-Default);
  letter-spacing: -0.018rem;
  cursor: pointer;
  transform: translateX(-50%);
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.masked-content__show-btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.scroll-down {
  position: absolute;
  z-index: 99;
  bottom: 2rem;
  cursor: pointer;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 3rem;
  background: #fff;
  -webkit-mask: url(../../icons/public/arrow-scroll-down.svg) no-repeat center;
          mask: url(../../icons/public/arrow-scroll-down.svg) no-repeat center;
  animation: float 3s ease-in-out infinite;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.9px) {
  .scroll-down {
    right: 3rem;
    left: auto;
    bottom: 5rem;
    margin-left: 0;
  }
}
.section.--dark-tools .scroll-down {
  background: #000;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.3rem);
  }
  100% {
    transform: translatey(0);
  }
}
.horizontal-divider {
  width: 100%;
  height: 0.1rem;
  background: var(--black-black-2);
}
@media (max-width: 1023.9px) {
  .horizontal-divider.--mobile-full {
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
}

.rounded-border {
  border-radius: 0.4rem;
}

.full-width-image {
  width: 100%;
}

.search-result-section {
  border-bottom: 0.1rem solid var(--black-black-2);
  padding: 5rem 0 7rem;
}
@media (max-width: 1023.9px) {
  .search-result-section {
    padding: 5rem 0 3rem;
  }
}
.search-result-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.icon {
  width: 7.2rem;
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1023.9px) {
  .icon-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: -0.016rem;
  }
}

.iframe-container {
  width: 100%;
  height: 70rem;
  border: 0;
}
@media (max-width: 1023.9px) {
  .iframe-container {
    height: 40rem;
  }
}

.login-page {
  width: 100vw;
  min-height: calc(100vh - 10rem);
  display: flex;
  align-items: center;
}

.ie-message {
  max-width: 600px;
  width: 90%;
  padding: 20px;
  border: 0.1rem solid var(--black-black-3);
  margin: 100px auto;
  display: none;
  border-radius: 0.4rem;
}
.ie-message a {
  color: var(--Background-Brand-Primary-Default);
}
.ie-message a:hover {
  color: var(--Text-Neutral-Default);
}

.video {
  width: 100% !important;
  height: auto !important;
}

.dont-have-spare-parts {
  padding: 3rem 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spare-parts-not-found {
  padding: 2rem;
  background: rgba(255, 255, 255, 0);
  border: 1px solid var(--black-black-2);
  border-radius: 0.4rem;
  text-align: center;
  font-size: 2rem;
  color: var(--Text-Neutral-Default);
  letter-spacing: -0.02rem;
  line-height: 3rem;
}
.spare-parts-not-found a {
  color: var(--Background-Brand-Primary-Default);
}
.spare-parts-not-found a:hover {
  color: #000;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 160rem;
  width: calc(100% - 3.2rem);
}
@media (max-width: 1023.9px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
  }
}
.container .row, .container-fluid .row, .container-xxl .row, .container-xl .row, .container-lg .row, .container-md .row, .container-sm .row {
  gap: 3.2rem 0;
}
.container section .container, .container section .container-fluid, .container section .container-xxl, .container section .container-xl, .container section .container-lg, .container section .container-md, .container section .container-sm, .container-fluid section .container, .container-fluid section .container-fluid, .container-fluid section .container-xxl, .container-fluid section .container-xl, .container-fluid section .container-lg, .container-fluid section .container-md, .container-fluid section .container-sm, .container-xxl section .container, .container-xxl section .container-fluid, .container-xxl section .container-xxl, .container-xxl section .container-xl, .container-xxl section .container-lg, .container-xxl section .container-md, .container-xxl section .container-sm, .container-xl section .container, .container-xl section .container-fluid, .container-xl section .container-xxl, .container-xl section .container-xl, .container-xl section .container-lg, .container-xl section .container-md, .container-xl section .container-sm, .container-lg section .container, .container-lg section .container-fluid, .container-lg section .container-xxl, .container-lg section .container-xl, .container-lg section .container-lg, .container-lg section .container-md, .container-lg section .container-sm, .container-md section .container, .container-md section .container-fluid, .container-md section .container-xxl, .container-md section .container-xl, .container-md section .container-lg, .container-md section .container-md, .container-md section .container-sm, .container-sm section .container, .container-sm section .container-fluid, .container-sm section .container-xxl, .container-sm section .container-xl, .container-sm section .container-lg, .container-sm section .container-md, .container-sm section .container-sm {
  padding: 0;
  width: 100%;
}

@media (max-width: 1023.9px) {
  form .row {
    gap: 0 !important;
  }
}

.--gutter-xs {
  --bs-gutter-x: .1rem;
}
