/*
@import "node_modules/bootstrap/scss/reboot";
@import "node_modules/bootstrap/scss/functions";
@import "node_modules/bootstrap/scss/variables";
@import "node_modules/bootstrap/scss/mixins";

// Grid system
@import "node_modules/bootstrap/scss/grid";

// Utilities
@import "node_modules/bootstrap/scss/utilities";
*/
/* CUSTOM MFI VARS */
@font-face {
  font-family: "Open Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Regular"), url("../assets/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans"), url("../assets/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Regular"), url("../assets/fonts/OpenSans-VariableFont_wdthwght.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Italic"), url("../assets/fonts/OpenSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Italic"), url("../assets/fonts/OpenSans-Italic-VariableFont_wdthwght.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Light"), url("../assets/fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Light Italic"), url("../assets/fonts/OpenSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans SemiBold"), url("../assets/fonts/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans SemiBold Italic"), url("../assets/fonts/OpenSans-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Bold"), url("../assets/fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Bold Italic"), url("../assets/fonts/OpenSans-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans ExtraBold"), url("../assets/fonts/OpenSans-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans ExtraBold Italic"), url("../assets/fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Light Regular"), url("../assets/fonts/OpenSans-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "Open Sans Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans Condensed Bold"), url("../assets/fonts/OpenSans-CondBold.woff") format("woff");
}
:root {
  --primary-light: #a6f9d6;
  --primary: #5be2a9;
  --primary-dark: #53ce9a;
  --secondary: #1e2145;
  --white: #fff;
  --grey: #e6e6ff;
  --grey-dark: #6d7098;
  --red: #ff6b6b;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 9px;
  transition: all 150ms ease;
  background: rgb(154, 203, 235);
  color: #F8F7F7;
}

/*
select {
  height: 45px;
}
*/
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 4px #56A8DD;
  background: #3384B8;
}

.selectContainer input:focus {
  outline: none;
  box-shadow: none;
}

select:focus {
  border: none;
  outline: none;
}

::placeholder {
  color: #F8F7F7;
}

input:disabled,
select:disabled,
textarea:disabled {
  color: #ccc;
}

.single-select input[type=text]::placeholder {
  color: #474747 !important;
}

.multi-select {
  color: #474747 !important;
}
.multi-select input[type=text]::placeholder {
  color: #474747 !important;
}

/*
button {
  color: #fff;
  background-color: var(--primary);
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  outline: none;
  border-radius: 4px;
  display: block;
  margin-top: 12px;
  line-height: 1.8;
  font-size: 12px;
  padding: 10px 18px;
  min-width: 120px;
  transition: all 150ms ease;
  cursor: pointer;
}
*/
.selectContainer.disabled input {
  background: var(--disabledColor, #ebedef) !important;
}

button:disabled {
  background-color: var(--grey);
}

/*
button:hover:not(:disabled) {
  background-color: var(--primary-dark);
}
*/
/*
label {
  display: block;
  color: $white;
  font-weight: bold;
  //font-weight: 400;
  margin-top: 20px;
  margin-bottom: 4px;
  //text-transform: uppercase;
  font-size: 14px;
  //letter-spacing: 1.9px;
  line-height: 2;
}

 */
.error {
  border: 1px solid #F64E60 !important;
}

/* used for errors */
small {
  display: block;
  font-size: 12px;
  color: var(--red);
  margin-top: 10px;
}

.svelte-select {
  --item-is-active-bg: red;
  --item-hover-bg: red;
  --item-hover-color: white;
  --selected-item-color: red;
  --border-focused: 1px solid transparent;
  --border: none;
  ---multi-item-outline:none;
}

/*GRID */
.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*
.custom-col-2{
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.custom-col-8{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.custom-col-12{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}


.custom-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
*/
/*
}
.custom-col-6,.custom-col-12,.custom-col-4,custom-col-5,.custom-col-3,.custom-col-8,.custom-col{
 */
/*
.custom-col, .custom-col-1, .custom-col-10, .custom-col-11, .custom-col-12, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-auto, .custom-col-lg, .custom-col-lg-1, .custom-col-lg-10, .custom-col-lg-11, .custom-col-lg-12, .custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-4, .custom-col-lg-5, .custom-col-lg-6, .custom-col-lg-7, .custom-col-lg-8, .custom-col-lg-9, .custom-col-lg-auto, .custom-col-md, .custom-col-md-1, .custom-col-md-10, .custom-col-md-11, .custom-col-md-12, .custom-col-md-2, .custom-col-md-3, .custom-col-md-4, .custom-col-md-5, .custom-col-md-6, .custom-col-md-7, .custom-col-md-8, .custom-col-md-9, .custom-col-md-auto, .custom-col-sm, .custom-col-sm-1, .custom-col-sm-10, .custom-col-sm-11, .custom-col-sm-12, .custom-col-sm-2, .custom-col-sm-3, .custom-col-sm-4, .custom-col-sm-5, .custom-col-sm-6, .custom-col-sm-7, .custom-col-sm-8, .custom-col-sm-9, .custom-col-sm-auto, .custom-col-xl, .custom-col-xl-1, .custom-col-xl-10, .custom-col-xl-11, .custom-col-xl-12, .custom-col-xl-2, .custom-col-xl-3, .custom-col-xl-4, .custom-col-xl-5, .custom-col-xl-6, .custom-col-xl-7, .custom-col-xl-8, .custom-col-xl-9, .custom-col-xl-auto{


  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;

}
*/
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.custom-col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stepper-item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  /*
  @media (max-width: 768px) {
    font-size: 12px;
  }

   */
}

.stepper-item::before {
  position: absolute;
  content: "";
  border: 2px solid #474747;
  left: 11px;
  height: 100%;
  margin-top: 12px;
  z-index: 2;
}

/*
.stepper-item::after {
  position: absolute;
  content: "";
  //border: 2px solid $primary-color;
  //width: 100%;
  //top: 20px;
  left: calc($dot-radius / 2  - 1px); //alignment for 2px border
  height:100%;
  z-index: 2;
}
*/
.stepper-item .step-dot {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #474747;
}

.stepper-item .stepper-item-inner {
  display: flex;
  align-items: center;
}
.stepper-item .stepper-item-inner .stepper-item-content {
  display: flex;
  align-items: center;
}

.stepper-item.active {
  font-weight: bold;
  color: #56A8DD;
}
.stepper-item.active .step-dot {
  position: relative;
  background-color: #56A8DD;
}
.stepper-item.active .step-dot::before {
  content: "";
  flex-shrink: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 12px solid #F8F7F7;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.stepper-item.active .step-dot::after {
  content: "";
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #56A8DD;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

/* progress not needed
.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
*/
.stepper-item:last-child {
  flex-grow: 0;
}

.stepper-item:last-child::before {
  content: none;
}

/*
.stepper-item:last-child::after {
  content: none;
}
*/
/* BASE LAYOUT */
.custom-modal {
  max-width: 620px !important;
}

.custom-modal-bg {
  backdrop-filter: blur(10px);
}

#mfi-request-form-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#mfi-request-form-wrapper .left-sidebar {
  flex: 1;
  padding-right: 1rem;
  padding-left: 0.8rem;
}
#mfi-request-form-wrapper .form-content {
  margin-left: 3rem;
  flex: 2;
}

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

.box-remove-btn div {
  background: rgb(154, 203, 235);
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-remove-btn div img {
  width: 0.5rem;
}

/* SECTIONS */
.section {
  margin-bottom: 3rem;
  border-bottom: 1px solid #474747;
}
.section .title {
  margin-bottom: 1rem;
}
.section ul {
  padding-left: 0;
}
.section:last-child {
  border-bottom: none;
}

.custom-box {
  background: #474747;
  color: #F8F7F7;
  border-radius: 9px;
  padding: 1.5rem;
  padding-top: 0.5rem;
}

#mfi-request-form .accordion-el {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

body, html {
  background: #F8F7F7;
  color: #474747;
}

.accordion-content {
  white-space: normal !important;
}

/* BUTTONS */
.section.no-border {
  border-bottom: none;
}

/*Map Container*/
#mfi-request-form {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

#mfi-request-form {
  max-width: 100%;
  background: #F8F7F7;
}

/* LAYOUT */
.separator {
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 2px solid #D9D9D9;
}

.step-info-list {
  position: relative;
}
.step-info-list .step-info-item:last-child .vertical-line {
  display: none;
}

/* BUTTONS */
.btn {
  cursor: pointer;
  margin-top: 1rem;
  border: 0px;
  border-radius: 50px;
  outline: none !important;
  background: #F8F7F7;
  padding: 0.75rem 2.5rem;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: #08475A;
}
.btn:hover {
  color: white;
  background: #676767;
}

.btn-brand:hover {
  background-color: rgba(187, 41, 187, 0.8);
}

.submitBtn {
  color: white;
  border-radius: 10px;
  font-weight: bold;
  background: #56A8DD;
}
.submitBtn:hover {
  background-color: #80bee6;
}

.radio-btn:hover {
  cursor: pointer !important;
}

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

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

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

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

.custom-flex-column {
  flex-direction: column;
}

.custom-flex-row {
  flex-direction: row;
}

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

.required-info:after {
  color: #BB29BB;
  content: "*";
}

.text-brand {
  color: #474747;
}

.file-upload-wrapper label {
  margin-top: 0 !important;
}

.selectedItem .selection {
  position: relative;
}

.step-validation-btn {
  display: flex;
  justify-content: flex-end;
}

.selectContainer {
  cursor: pointer !important;
}
.selectContainer .multiSelectItem {
  cursor: pointer !important;
}
.selectContainer input {
  cursor: pointer !important;
}
.selectContainer .clearSelect {
  cursor: pointer;
}

.modal.svelte-58a0mp.svelte-58a0mp {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px;
}

@media (max-width: 600px) {
  .modal.svelte-58a0mp.svelte-58a0mp {
    padding: 20px;
  }
}
.modal.svelte-58a0mp .modal-header.svelte-58a0mp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: baseline;
}

.modal.svelte-58a0mp .modal-header .modal-title.svelte-58a0mp {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
}

.modal.svelte-58a0mp .modal-header button.modal-close.svelte-58a0mp {
  margin-left: 2rem;
  border-radius: 9px;
  border: 0;
  cursor: pointer;
  background: #56A8DD;
  display: flex;
  padding: 0.75rem;
}

.modal.svelte-58a0mp .modal-header button.modal-close svg.svelte-58a0mp {
  transform: scale(2);
}

.modal.svelte-58a0mp .modal-body.svelte-58a0mp {
  margin-bottom: 20px;
  color: #474747;
}

@media (max-width: 600px) {
  .modal.svelte-58a0mp .modal-body.svelte-58a0mp {
    margin-bottom: 30px;
  }
}
.modal.svelte-58a0mp .modal-footer.svelte-58a0mp {
  display: flex;
  justify-content: center;
}

.modal.svelte-58a0mp .modal-footer .modal-button.svelte-58a0mp {
  all: unset;
  cursor: pointer;
  color: white;
  background: #56A8DD;
  border-radius: 9px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding: 10px 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.modal.svelte-58a0mp .modal-footer .modal-button svg.svelte-58a0mp {
  width: 30px;
  margin-right: 1rem;
}

@media (max-width: 600px) {
  .modal.svelte-58a0mp .modal-footer .modal-button.svelte-58a0mp {
    padding: 10px 20px;
  }
}
.modal.svelte-58a0mp .modal-footer .modal-button.svelte-58a0mp:hover {
  background: #2c92d4;
}

.svelte-n7cvum {
  box-sizing: border-box;
}

.bg.svelte-n7cvum {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.66);
}

.wrap.svelte-n7cvum {
  position: relative;
  margin: 2rem;
  max-height: 100%;
}

.window.svelte-n7cvum {
  position: relative;
  width: 40rem;
  max-width: 100%;
  max-height: 100%;
  margin: 2rem auto;
  color: black;
  border-radius: 0.5rem;
  background: white;
}

.content.svelte-n7cvum {
  position: relative;
  padding: 1rem;
  max-height: calc(100vh - 4rem);
  overflow: auto;
}

.close.svelte-n7cvum {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  color: black;
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 0 0 1px black;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-appearance: none;
}

.close.svelte-n7cvum:before, .close.svelte-n7cvum:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: black;
  transform-origin: center;
  transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.close.svelte-n7cvum:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  left: 0.25rem;
}

.close.svelte-n7cvum:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  left: 0.25rem;
}

.close.svelte-n7cvum:hover {
  background: black;
}

.close.svelte-n7cvum:hover:before, .close.svelte-n7cvum:hover:after {
  height: 2px;
  background: white;
}

.close.svelte-n7cvum:focus {
  border-color: #3399ff;
  box-shadow: 0 0 0 2px #3399ff;
}

.close.svelte-n7cvum:active {
  transform: scale(0.9);
}

.close.svelte-n7cvum:hover, .close.svelte-n7cvum:focus, .close.svelte-n7cvum:active {
  outline: none;
}

.left-sidebar.svelte-1kvi0bz {
  max-width: 300px;
}

.left-sidebar.placeholder-element.svelte-1kvi0bz {
  display: none;
}

.left-sidebar.placeholder-element.sticky.svelte-1kvi0bz {
  display: block;
}

.left-sidebar.fixed.svelte-1kvi0bz {
  position: fixed;
  top: 150px;
}

.stepper-wrapper.svelte-1kvi0bz {
  margin-top: 20px;
  height: 450px;
}

.modal.svelte-19l1zq6.svelte-19l1zq6 {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px;
}

@media (max-width: 600px) {
  .modal.svelte-19l1zq6.svelte-19l1zq6 {
    padding: 20px;
  }
}
.modal.svelte-19l1zq6 .modal-header.svelte-19l1zq6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: baseline;
}

.modal.svelte-19l1zq6 .modal-header .modal-title.svelte-19l1zq6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
}

.modal.svelte-19l1zq6 .modal-header button.modal-close.svelte-19l1zq6 {
  margin-left: 2rem;
  border-radius: 9px;
  border: 0;
  cursor: pointer;
  background: #56A8DD;
  display: flex;
  padding: 0.75rem;
}

.modal.svelte-19l1zq6 .modal-header button.modal-close svg.svelte-19l1zq6 {
  transform: scale(2);
}

.modal.svelte-19l1zq6 .modal-body.svelte-19l1zq6 {
  margin-bottom: 20px;
  color: #474747;
}

@media (max-width: 600px) {
  .modal.svelte-19l1zq6 .modal-body.svelte-19l1zq6 {
    margin-bottom: 30px;
  }
}
.modal.svelte-19l1zq6 .modal-footer.svelte-19l1zq6 {
  display: flex;
  justify-content: center;
}

.modal.svelte-19l1zq6 .modal-footer .modal-button.svelte-19l1zq6 {
  all: unset;
  cursor: pointer;
  color: white;
  background: #56A8DD;
  border-radius: 9px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding: 10px 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.modal.svelte-19l1zq6 .modal-footer .modal-button svg.svelte-19l1zq6 {
  width: 30px;
  margin-right: 1rem;
}

@media (max-width: 600px) {
  .modal.svelte-19l1zq6 .modal-footer .modal-button.svelte-19l1zq6 {
    padding: 10px 20px;
  }
}
.modal.svelte-19l1zq6 .modal-footer .modal-button.svelte-19l1zq6:hover {
  background: #2c92d4;
}

.form-control.svelte-19l1zq6.svelte-19l1zq6:has(input[type=radio]:checked) {
  background: #56A8DD;
  color: #F8F7F7;
}

.form-control.svelte-19l1zq6.svelte-19l1zq6 {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: #E7E7E7;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 100%;
  border-radius: 9px;
  color: #474747 !important;
}

.form-control.svelte-19l1zq6.svelte-19l1zq6:hover {
  background: #56A8DD;
  color: #F8F7F7;
}

input[type=email].svelte-19l1zq6.svelte-19l1zq6 {
  color: #474747 !important;
  background: #E7E7E7 !important;
}

input[type=email].svelte-19l1zq6.svelte-19l1zq6::placeholder {
  color: #474747 !important;
}

input[type=radio].svelte-19l1zq6.svelte-19l1zq6 {
  box-sizing: border-box;
  appearance: none;
  background-color: #F8F7F7;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.15em solid #F8F7F7;
  border-radius: 50%;
  display: grid;
  place-content: center;
  -webkit-appearance: none;
}

input[type=radio].svelte-19l1zq6.svelte-19l1zq6::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #F8F7F7;
  background-color: #F8F7F7;
}

input[type=radio].svelte-19l1zq6.svelte-19l1zq6:checked::before {
  transform: scale(1);
  background-color: #56A8DD;
}

input[type=radio].svelte-19l1zq6.svelte-19l1zq6:checked {
  background-color: #56A8DD;
}

.modal.svelte-14ye4ee.svelte-14ye4ee {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px;
}

@media (max-width: 600px) {
  .modal.svelte-14ye4ee.svelte-14ye4ee {
    padding: 20px;
  }
}
.modal.svelte-14ye4ee .modal-header.svelte-14ye4ee {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: baseline;
}

.modal.svelte-14ye4ee .modal-header .modal-title.svelte-14ye4ee {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
}

.modal.svelte-14ye4ee .modal-header button.modal-close.svelte-14ye4ee {
  margin-left: 2rem;
  border-radius: 9px;
  border: 0;
  cursor: pointer;
  background: #56A8DD;
  display: flex;
  padding: 0.75rem;
}

.modal.svelte-14ye4ee .modal-header button.modal-close svg.svelte-14ye4ee {
  transform: scale(2);
}

.modal.svelte-14ye4ee .modal-body.svelte-14ye4ee {
  margin-bottom: 20px;
  color: #474747;
}

@media (max-width: 600px) {
  .modal.svelte-14ye4ee .modal-body.svelte-14ye4ee {
    margin-bottom: 30px;
  }
}
.modal.svelte-14ye4ee .modal-footer.svelte-14ye4ee {
  display: flex;
  justify-content: center;
}

.modal.svelte-14ye4ee .modal-footer .modal-button.svelte-14ye4ee {
  all: unset;
  cursor: pointer;
  color: white;
  background: #56A8DD;
  border-radius: 9px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
  padding: 10px 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.modal.svelte-14ye4ee .modal-footer .modal-button svg.svelte-14ye4ee {
  width: 30px;
  margin-right: 1rem;
}

@media (max-width: 600px) {
  .modal.svelte-14ye4ee .modal-footer .modal-button.svelte-14ye4ee {
    padding: 10px 20px;
  }
}
.modal.svelte-14ye4ee .modal-footer .modal-button.svelte-14ye4ee:hover {
  background: #2c92d4;
}

.progress-element.svelte-14ye4ee.svelte-14ye4ee {
  margin-top: 1rem;
}

.progress-container.svelte-14ye4ee.svelte-14ye4ee {
  position: relative;
  display: flex;
  background: #E7E7E7;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.progress-container.svelte-14ye4ee .progress-bar.svelte-14ye4ee {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #56A8DD;
  transition: 1s ease-in;
}

.progress-label.svelte-14ye4ee.svelte-14ye4ee {
  display: flex;
  justify-content: space-between;
}

.success-box.svelte-14ye4ee.svelte-14ye4ee {
  display: flex;
  justify-content: start;
  align-items: center;
}

.success-box.svelte-14ye4ee .success-info-text.svelte-14ye4ee {
  font-weight: bold;
  color: #474747;
  padding-left: 2rem;
}

@keyframes svelte-14ye4ee-outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
#outline.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.38s ease-in svelte-14ye4ee-outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes svelte-14ye4ee-circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
#white-circle.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.35s ease-in 0.35s forwards svelte-14ye4ee-circle;
  transform: none;
  transform-origin: center;
}

@keyframes svelte-14ye4ee-check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
#check.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards svelte-14ye4ee-check;
  stroke-dasharray: 0, 75px;
}

@keyframes svelte-14ye4ee-check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
#check-group.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.32s ease-in-out 1.03s svelte-14ye4ee-check-group;
  transform-origin: center;
}

.cancel-btn.svelte-14ye4ee.svelte-14ye4ee {
  background: #F64E60;
}

.modal.svelte-14ye4ee.svelte-14ye4ee {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px;
}

@media (max-width: 600px) {
  .modal.svelte-14ye4ee.svelte-14ye4ee {
    padding: 20px;
  }
}
.modal.svelte-14ye4ee .modal-header.svelte-14ye4ee {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: baseline;
}

.modal.svelte-14ye4ee .modal-header .modal-title.svelte-14ye4ee {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #474747;
}

.modal.svelte-14ye4ee .modal-header button.modal-close.svelte-14ye4ee {
  margin-left: 2rem;
  border-radius: 9px;
  border: 0;
  cursor: pointer;
  background: #56A8DD;
  display: flex;
  padding: 0.75rem;
}

.modal.svelte-14ye4ee .modal-header button.modal-close svg.svelte-14ye4ee {
  transform: scale(2);
}

.modal.svelte-14ye4ee .modal-body.svelte-14ye4ee {
  margin-bottom: 20px;
  color: #474747;
}

@media (max-width: 600px) {
  .modal.svelte-14ye4ee .modal-body.svelte-14ye4ee {
    margin-bottom: 30px;
  }
}
.modal.svelte-14ye4ee .modal-footer .modal-button svg.svelte-14ye4ee {
  width: 30px;
  margin-right: 1rem;
}

.success-box.svelte-14ye4ee.svelte-14ye4ee {
  display: flex;
  justify-content: start;
  align-items: center;
}

.success-box.svelte-14ye4ee .success-info-text.svelte-14ye4ee {
  font-weight: bold;
  color: #474747;
  padding-left: 2rem;
}

@keyframes svelte-14ye4ee-outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
#outline.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.38s ease-in svelte-14ye4ee-outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes svelte-14ye4ee-circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
#white-circle.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.35s ease-in 0.35s forwards svelte-14ye4ee-circle;
  transform: none;
  transform-origin: center;
}

@keyframes svelte-14ye4ee-check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
#check.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards svelte-14ye4ee-check;
  stroke-dasharray: 0, 75px;
}

@keyframes svelte-14ye4ee-check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
#check-group.svelte-14ye4ee.svelte-14ye4ee {
  animation: 0.32s ease-in-out 1.03s svelte-14ye4ee-check-group;
  transform-origin: center;
}

.step-name.svelte-k8o2pd {
  padding-left: 1.5rem;
  font-weight: bold;
}

.step-validation.svelte-k8o2pd {
  display: flex;
  width: 40px;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.accordion-wrapper.svelte-1rw5szb.svelte-1rw5szb {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 3rem;
}

.accordion-wrapper.svelte-1rw5szb .svelte-1rw5szb {
  margin: 0;
}

.accordion-el.svelte-1rw5szb.svelte-1rw5szb {
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  font-weight: normal;
  min-height: auto;
  max-height: 1em;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #474747;
  outline: none;
  background-color: #FFFFFF;
  transition: 0.3s all ease-in-out;
  z-index: 99;
  padding: 10px;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.accordion-el.svelte-1rw5szb.svelte-1rw5szb::after {
  position: absolute;
  right: 0em;
  margin-right: -2rem;
  top: 0;
  line-height: 4rem;
  content: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.81322 7.72701L0.286495 2.46079C-0.095499 2.09681 -0.0954989 1.50823 0.286496 1.14811L1.20491 0.272991C1.5869 -0.0909968 2.2046 -0.0909967 2.58253 0.272992L6.5 4.00581L10.4175 0.272993C10.7995 -0.0909952 11.4172 -0.0909951 11.7951 0.272993L12.7135 1.14811C13.0955 1.5121 13.0955 2.10068 12.7135 2.4608L7.18678 7.72701C6.81291 8.091 6.19522 8.091 5.81322 7.72701Z' fill='%23054055'/%3E%3C/svg%3E");
  transform: rotate(360deg);
  transition: 0.4s all ease-in-out;
}

.accordion-el.expanded.svelte-1rw5szb.svelte-1rw5szb {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 4em;
  max-height: 1000em;
  overflow: visible;
  cursor: default;
}

.accordion-el.expanded.svelte-1rw5szb.svelte-1rw5szb::after {
  transform-origin: center;
  transform: rotate(180deg);
}

.accordion-title.svelte-1rw5szb.svelte-1rw5szb {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  position: absolute;
  z-index: 101;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.accordion-content.svelte-1rw5szb.svelte-1rw5szb {
  margin-top: 70px;
  white-space: pre-wrap;
}

.accordion-wrapper.disabled.svelte-1rw5szb.svelte-1rw5szb {
  opacity: 0.5;
}

.accordion-wrapper.active.svelte-1rw5szb .accordion-el.svelte-1rw5szb::after {
  visibility: hidden;
}

.accordion-wrapper.disabled.svelte-1rw5szb .accordion-el.svelte-1rw5szb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 4rem);
  height: 100%;
  z-index: 100;
}

.person-wrapper.svelte-1a7rdi {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
}

.syndicate-name.svelte-3foacg.svelte-3foacg {
  background: #56A8DD;
  padding: 1.5em;
  border-radius: 9px;
}

.syndicate-name.svelte-3foacg input.svelte-3foacg {
  width: 100%;
}

.bank-account-repeater.svelte-t0nyfk.svelte-t0nyfk {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  row-gap: 2rem;
}

.add-btn-box.svelte-t0nyfk.svelte-t0nyfk {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.add-btn.svelte-t0nyfk.svelte-t0nyfk {
  background: #56A8DD;
  color: white;
  border-radius: 9px;
  cursor: pointer;
  padding: 10px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
}

.add-btn.svelte-t0nyfk img.svelte-t0nyfk {
  height: 1.5rem;
  width: 1.5rem;
}

.section.svelte-dyami1.svelte-dyami1 {
  border: none !important;
}

.coordinator-repeater.svelte-dyami1.svelte-dyami1 {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.add-btn-box.svelte-dyami1.svelte-dyami1 {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.add-btn.svelte-dyami1.svelte-dyami1 {
  background: #56A8DD;
  color: white;
  border-radius: 9px;
  cursor: pointer;
  padding: 10px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
}

.add-btn.svelte-dyami1 img.svelte-dyami1 {
  height: 1.5rem;
  width: 1.5rem;
}

.circle.svelte-dqjlks {
  height: var(--size);
  width: var(--size);
  border-color: var(--color) transparent var(--color) var(--color);
  border-width: calc(var(--size) / 15);
  border-style: solid;
  border-image: initial;
  border-radius: 50%;
  animation: var(--duration) linear 0s infinite normal none running svelte-dqjlks-rotate;
}

.pause-animation.svelte-dqjlks {
  animation-play-state: paused;
}

@keyframes svelte-dqjlks-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper.svelte-kxapcj {
  position: relative;
  width: var(--size);
  height: var(--size);
}

.border.svelte-kxapcj {
  border-color: var(--color);
  position: absolute;
  top: 0px;
  left: 0px;
  width: var(--size);
  height: var(--size);
  opacity: 0.4;
  perspective: 800px;
  border-width: 6px;
  border-style: solid;
  border-image: initial;
  border-radius: 100%;
}

.border.\31 .svelte-kxapcj {
  animation: var(--duration) linear 0s infinite normal none running svelte-kxapcj-ringOne;
}

.border.\32 .svelte-kxapcj {
  animation: var(--duration) linear 0s infinite normal none running svelte-kxapcj-ringTwo;
}

.pause-animation.svelte-kxapcj {
  animation-play-state: paused;
}

@keyframes svelte-kxapcj-ringOne {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(180deg) rotateZ(360deg);
  }
}
@keyframes svelte-kxapcj-ringTwo {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(180deg) rotateY(360deg) rotateZ(360deg);
  }
}
.wrapper.svelte-1bsg8wv {
  position: relative;
  width: var(--size);
  height: var(--size);
}

.circle.svelte-1bsg8wv {
  position: absolute;
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  border-radius: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  animation-fill-mode: both;
  animation-name: svelte-1bsg8wv-bounce !important;
}

.pause-animation.svelte-1bsg8wv {
  animation-play-state: paused;
}

@keyframes svelte-1bsg8wv-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.svelte-rhgdjk {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  background: #f86;
  border-radius: 50%;
  transform: rotateZ(90deg);
  transform-origin: 50% 50%;
  animation: svelte-rhgdjk-plus-loader-background var(--duration) infinite ease-in-out;
}

.svelte-rhgdjk::after {
  background: #f86;
  border-radius: 50% 0 0 50%;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: svelte-rhgdjk-plus-loader-top var(--duration) infinite linear;
}

.svelte-rhgdjk::before {
  background: #fc6;
  border-radius: 50% 0 0 50%;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: svelte-rhgdjk-plus-loader-bottom var(--duration) infinite linear;
}

.pause-animation.svelte-rhgdjk, .pause-animation.svelte-rhgdjk::before, .pause-animation.svelte-rhgdjk::after {
  animation-play-state: paused;
}

@keyframes svelte-rhgdjk-plus-loader-top {
  2.5% {
    background: #f86;
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  13.75% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  13.76% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: ease-out;
  }
  25% {
    background: #fc6;
    transform: rotateY(180deg);
  }
  27.5% {
    background: #fc6;
    transform: rotateY(180deg);
    animation-timing-function: ease-in;
  }
  41.25% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  41.26% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: ease-out;
  }
  50% {
    background: #6d7;
    transform: rotateY(0deg);
  }
  52.5% {
    background: #6d7;
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  63.75% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  63.76% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: ease-out;
  }
  75% {
    background: #4ae;
    transform: rotateY(180deg);
  }
  77.5% {
    background: #4ae;
    transform: rotateY(180deg);
    animation-timing-function: ease-in;
  }
  91.25% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  91.26% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: ease-in;
  }
  100% {
    background: #f86;
    transform: rotateY(0deg);
    animation-timing-function: step-start;
  }
}
@keyframes svelte-rhgdjk-plus-loader-bottom {
  0% {
    background: #fc6;
    animation-timing-function: step-start;
  }
  50% {
    background: #fc6;
    animation-timing-function: step-start;
  }
  75% {
    background: #4ae;
    animation-timing-function: step-start;
  }
  100% {
    background: #4ae;
    animation-timing-function: step-start;
  }
}
@keyframes svelte-rhgdjk-plus-loader-background {
  0% {
    background: #f86;
    transform: rotateZ(180deg);
  }
  25% {
    background: #f86;
    transform: rotateZ(180deg);
    animation-timing-function: step-start;
  }
  27.5% {
    background: #6d7;
    transform: rotateZ(90deg);
  }
  50% {
    background: #6d7;
    transform: rotateZ(90deg);
    animation-timing-function: step-start;
  }
  52.5% {
    background: #6d7;
    transform: rotateZ(0deg);
  }
  75% {
    background: #6d7;
    transform: rotateZ(0deg);
    animation-timing-function: step-start;
  }
  77.5% {
    background: #f86;
    transform: rotateZ(270deg);
  }
  100% {
    background: #f86;
    transform: rotateZ(270deg);
    animation-timing-function: step-start;
  }
}
.circle.svelte-1w4sjib {
  width: var(--size);
  height: var(--size);
  box-sizing: border-box;
  position: relative;
  border: 3px solid transparent;
  border-top-color: var(--colorOuter);
  border-radius: 50%;
  animation: svelte-1w4sjib-circleSpin var(--durationOuter) linear infinite;
}

.circle.svelte-1w4sjib::before, .circle.svelte-1w4sjib::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}

.circle.svelte-1w4sjib::after {
  border-top-color: var(--colorInner);
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  animation: svelte-1w4sjib-circleSpin var(--durationInner) linear infinite;
}

.circle.svelte-1w4sjib::before {
  border-top-color: var(--colorCenter);
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  animation: svelte-1w4sjib-circleSpin var(--durationCenter) linear infinite;
}

.pause-animation.svelte-1w4sjib, .pause-animation.svelte-1w4sjib::after, .pause-animation.svelte-1w4sjib::before {
  animation-play-state: paused;
}

@keyframes svelte-1w4sjib-circleSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper.svelte-bnawe9 {
  height: calc(var(--size) / 15);
  width: calc(var(--size) * 2);
  background-color: var(--rgba);
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
}

.lines.svelte-bnawe9 {
  height: calc(var(--size) / 15);
  background-color: var(--color);
}

.small-lines.svelte-bnawe9 {
  position: absolute;
  overflow: hidden;
  background-clip: padding-box;
  display: block;
  border-radius: 2px;
  will-change: left, right;
  animation-fill-mode: forwards;
}

.small-lines.\31 .svelte-bnawe9 {
  animation: var(--duration) cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s infinite normal none running svelte-bnawe9-long;
}

.small-lines.\32 .svelte-bnawe9 {
  animation: var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc((var(--duration) + 0.1) / 2) infinite normal none running svelte-bnawe9-short;
}

.pause-animation.svelte-bnawe9 {
  animation-play-state: paused;
}

@keyframes svelte-bnawe9-long {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes svelte-bnawe9-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.wrapper.svelte-nfuakd {
  width: var(--size);
  height: var(--stroke);
  transform: scale(calc(var(--floatSize) / 75));
  display: flex;
  justify-content: center;
  align-items: center;
}

.line.svelte-nfuakd {
  width: var(--size);
  height: var(--stroke);
  background: var(--color);
  border-radius: var(--stroke);
  transform-origin: center center;
  animation: svelte-nfuakd-spineLine var(--duration) ease infinite;
}

.pause-animation.svelte-nfuakd {
  animation-play-state: paused;
}

@keyframes svelte-nfuakd-spineLine {
  0% {
    transform: rotate(-20deg);
    height: 5px;
    width: 75px;
  }
  5% {
    height: 5px;
    width: 75px;
  }
  30% {
    transform: rotate(380deg);
    height: 5px;
    width: 75px;
  }
  40% {
    transform: rotate(360deg);
    height: 5px;
    width: 75px;
  }
  55% {
    transform: rotate(0deg);
    height: 5px;
    width: 5px;
  }
  65% {
    transform: rotate(0deg);
    height: 5px;
    width: 85px;
  }
  68% {
    transform: rotate(0deg);
    height: 5px;
  }
  75% {
    transform: rotate(0deg);
    height: 5px;
    width: 1px;
  }
  78% {
    height: 5px;
    width: 5px;
  }
  90% {
    height: 5px;
    width: 75px;
    transform: rotate(0deg);
  }
  99%, 100% {
    height: 5px;
    width: 75px;
    transform: rotate(-20deg);
  }
}
.wrapper.svelte-14x3x60 {
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot.svelte-14x3x60 {
  height: var(--dotSize);
  width: var(--dotSize);
  background-color: var(--color);
  margin: 2px;
  display: inline-block;
  border-radius: 100%;
  animation: svelte-14x3x60-sync var(--duration) ease-in-out infinite alternate both running;
}

.pause-animation.svelte-14x3x60 {
  animation-play-state: paused;
}

@-webkit-keyframes svelte-14x3x60-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes svelte-14x3x60-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.wrapper.svelte-cihful {
  height: var(--size);
  width: var(--size);
  display: inline-block;
  text-align: center;
  font-size: 10px;
}

.rect.svelte-cihful {
  height: 100%;
  width: 10%;
  display: inline-block;
  margin-right: 4px;
  transform: scaleY(0.4);
  background-color: var(--color);
  animation: svelte-cihful-stretch var(--duration) ease-in-out infinite;
}

.pause-animation.svelte-cihful {
  animation-play-state: paused;
}

@keyframes svelte-cihful-stretch {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.wrapper.svelte-7wj78d {
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-sizing: border-box;
}

.inner.svelte-7wj78d {
  transform: scale(calc(var(--floatSize) / 52));
}

.ball-container.svelte-7wj78d {
  animation: svelte-7wj78d-ballTwo var(--duration) infinite;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
}

.single-ball.svelte-7wj78d {
  width: 44px;
  height: 44px;
  position: absolute;
}

.ball.svelte-7wj78d {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  animation: svelte-7wj78d-ballOne var(--duration) infinite ease;
}

.pause-animation.svelte-7wj78d {
  animation-play-state: paused;
}

.ball-top-left.svelte-7wj78d {
  background-color: var(--ballTopLeftColor);
  top: 0;
  left: 0;
}

.ball-top-right.svelte-7wj78d {
  background-color: var(--ballTopRightColor);
  top: 0;
  left: 24px;
}

.ball-bottom-left.svelte-7wj78d {
  background-color: var(--ballBottomLeftColor);
  top: 24px;
  left: 0;
}

.ball-bottom-right.svelte-7wj78d {
  background-color: var(--ballBottomRightColor);
  top: 24px;
  left: 24px;
}

@keyframes svelte-7wj78d-ballOne {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@keyframes svelte-7wj78d-ballTwo {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
.wrapper.svelte-1lgkc8y {
  width: var(--size);
  height: calc(var(--size) / 2);
  overflow: hidden;
}

.rainbow.svelte-1lgkc8y {
  width: var(--size);
  height: var(--size);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: var(--color);
  border-right-color: var(--color);
  box-sizing: border-box;
  transform: rotate(-200deg);
  border-radius: 50%;
  border-style: solid;
  animation: var(--duration) ease-in-out 0s infinite normal none running svelte-1lgkc8y-rotate;
}

.pause-animation.svelte-1lgkc8y {
  animation-play-state: paused;
}

@keyframes svelte-1lgkc8y-rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
.wrapper.svelte-c0n7a9 {
  width: var(--size);
  height: var(--size);
}

.circle.svelte-c0n7a9 {
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  animation: svelte-c0n7a9-bounce var(--duration) linear infinite;
}

.pause-animation.svelte-c0n7a9 {
  animation-play-state: paused;
}

@keyframes svelte-c0n7a9-bounce {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.wrapper.svelte-1w8rpx6 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: calc(var(--size) / 2.5);
}

.cube.svelte-1w8rpx6 {
  position: absolute;
  top: 0px;
  width: calc(var(--size) / 5);
  height: calc(var(--size) / 2.5);
  background-color: var(--color);
  animation: svelte-1w8rpx6-motion var(--duration) cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}

.pause-animation.svelte-1w8rpx6 {
  animation-play-state: paused;
}

@keyframes svelte-1w8rpx6-motion {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper.svelte-x7zza7 {
  width: calc(var(--size) * 1.3);
  height: calc(var(--size) * 1.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.firework.svelte-x7zza7 {
  border: calc(var(--size) / 10) dotted var(--color);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  animation: svelte-x7zza7-fire var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

.pause-animation.svelte-x7zza7 {
  animation-play-state: paused;
}

@keyframes svelte-x7zza7-fire {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  25% {
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.square.svelte-x90y {
  height: var(--size);
  width: var(--size);
  background-color: var(--color);
  animation: svelte-x90y-squareDelay var(--duration) 0s infinite cubic-bezier(0.09, 0.57, 0.49, 0.9);
  animation-fill-mode: both;
  perspective: 100px;
  display: inline-block;
}

.pause-animation.svelte-x90y {
  animation-play-state: paused;
}

@keyframes svelte-x90y-squareDelay {
  25% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
  }
}
.wrapper.svelte-1rvptk {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
}

.ring.svelte-1rvptk {
  position: absolute;
  border: 2px solid var(--color);
  border-radius: 50%;
  background-color: transparent;
  animation: svelte-1rvptk-motion var(--duration) ease infinite;
}

.pause-animation.svelte-1rvptk {
  animation-play-state: paused;
}

@keyframes svelte-1rvptk-motion {
  0% {
    transform: translateY(var(--motionOne));
  }
  50% {
    transform: translateY(var(--motionTwo));
  }
  100% {
    transform: translateY(var(--motionThree));
  }
}
span.svelte-1jnfmql.svelte-1jnfmql {
  width: var(--size);
  height: calc(var(--size) / 4);
  position: relative;
  display: block;
}

div.svelte-1jnfmql.svelte-1jnfmql {
  width: calc(var(--size) / 4);
  height: calc(var(--size) / 4);
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  transform: translateX(-50%) rotate(45deg) scale(0);
  animation: svelte-1jnfmql-diamonds var(--duration) linear infinite;
}

div.svelte-1jnfmql.svelte-1jnfmql:nth-child(1) {
  animation-delay: calc(var(--duration) * 2 / 3 * -1);
}

div.svelte-1jnfmql.svelte-1jnfmql:nth-child(2) {
  animation-delay: calc(var(--duration) * 2 / 3 * -2);
}

div.svelte-1jnfmql.svelte-1jnfmql:nth-child(3) {
  animation-delay: calc(var(--duration) * 2 / 3 * -3);
}

.pause-animation.svelte-1jnfmql div.svelte-1jnfmql {
  animation-play-state: paused;
}

@keyframes svelte-1jnfmql-diamonds {
  50% {
    left: 50%;
    transform: translateX(-50%) rotate(45deg) scale(1);
  }
  100% {
    left: 100%;
    transform: translateX(-50%) rotate(45deg) scale(0);
  }
}
.wrapper.svelte-1cx3779.svelte-1cx3779 {
  height: var(--size);
  width: var(--size);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper.svelte-1cx3779 .svelte-1cx3779 {
  line-height: 0;
  box-sizing: border-box;
}

.spinner-inner.svelte-1cx3779.svelte-1cx3779 {
  height: var(--size);
  width: var(--size);
  transform: scale(calc(var(--size) / 70));
}

.mask.svelte-1cx3779.svelte-1cx3779 {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  perspective: 1000;
  backface-visibility: hidden;
}

.plane.svelte-1cx3779.svelte-1cx3779 {
  background: var(--color);
  width: 400%;
  height: 100%;
  position: absolute;
  z-index: 100;
  perspective: 1000;
  backface-visibility: hidden;
}

#top.svelte-1cx3779 .plane.svelte-1cx3779 {
  z-index: 2000;
  animation: svelte-1cx3779-trans1 var(--duration) ease-in infinite 0s backwards;
}

#middle.svelte-1cx3779 .plane.svelte-1cx3779 {
  transform: translate3d(0px, 0, 0);
  background: var(--rgba);
  animation: svelte-1cx3779-trans2 var(--duration) linear infinite calc(var(--duration) / 4) backwards;
}

#bottom.svelte-1cx3779 .plane.svelte-1cx3779 {
  z-index: 2000;
  animation: svelte-1cx3779-trans3 var(--duration) ease-out infinite calc(var(--duration) / 2) backwards;
}

#top.svelte-1cx3779.svelte-1cx3779 {
  width: 53px;
  height: 20px;
  left: 20px;
  top: 5px;
  transform: skew(-15deg, 0);
  z-index: 100;
}

#middle.svelte-1cx3779.svelte-1cx3779 {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 21px;
  transform: skew(-15deg, 40deg);
}

#bottom.svelte-1cx3779.svelte-1cx3779 {
  width: 53px;
  height: 20px;
  top: 35px;
  transform: skew(-15deg, 0);
}

.pause-animation.svelte-1cx3779 .plane.svelte-1cx3779 {
  animation-play-state: paused;
}

@keyframes svelte-1cx3779-trans1 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes svelte-1cx3779-trans2 {
  from {
    transform: translate3d(-160px, 0, 0);
  }
  to {
    transform: translate3d(53px, 0, 0);
  }
}
@keyframes svelte-1cx3779-trans3 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-220px, 0, 0);
  }
}
.wrapper.svelte-1uhddr4 {
  height: var(--size);
  width: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner.svelte-1uhddr4 {
  height: var(--size);
  width: var(--size);
  animation: svelte-1uhddr4-rotate var(--duration) infinite linear;
}

.dot.svelte-1uhddr4 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--color);
  border-radius: 100%;
  animation: svelte-1uhddr4-bounce var(--duration) infinite ease-in-out;
}

.pause-animation.svelte-1uhddr4 {
  animation-play-state: paused;
}

@keyframes svelte-1uhddr4-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes svelte-1uhddr4-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.wrapper.svelte-1w1ueev {
  width: var(--size);
  height: var(--size);
}

.circle.svelte-1w1ueev {
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  animation-duration: var(--duration);
  border-radius: 100%;
  display: inline-block;
  animation: svelte-1w1ueev-scaleOut var(--duration) ease-in-out infinite;
}

.pause-animation.svelte-1w1ueev {
  animation-play-state: paused;
}

@keyframes svelte-1w1ueev-scaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
div.svelte-db2m9w {
  position: relative;
  width: var(--size);
  height: var(--size);
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px var(--color);
  border-radius: 50%;
}

div.svelte-db2m9w::before, div.svelte-db2m9w::after {
  position: absolute;
  content: "";
  background-color: var(--color);
}

div.svelte-db2m9w::after {
  width: calc(var(--size) / 2.4);
  height: 2px;
  top: calc(var(--size) / 2);
  left: calc(var(--size) / 2);
  transform-origin: 1px 1px;
  animation: svelte-db2m9w-rotate calc(var(--duration) / 4) linear infinite;
}

div.svelte-db2m9w::before {
  width: calc(var(--size) / 3);
  height: 2px;
  top: calc(var(--size) / 2);
  left: calc(var(--size) / 2);
  transform-origin: 1px 1px;
  animation: svelte-db2m9w-rotate var(--duration) linear infinite;
}

.pause-animation.svelte-db2m9w, .pause-animation.svelte-db2m9w::before, .pause-animation.svelte-db2m9w::after {
  animation-play-state: paused;
}

@keyframes svelte-db2m9w-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.wrapper.svelte-bv9t2p {
  display: inherit;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.circle.svelte-bv9t2p {
  position: absolute;
  width: var(--size);
  height: var(--size);
  border: thick solid var(--rgba);
  border-radius: 50%;
  opacity: 1;
  top: 0px;
  left: 0px;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1);
  animation-direction: normal, normal;
  animation-fill-mode: none, none;
  animation-play-state: running, running;
  animation-name: svelte-bv9t2p-puff-1, svelte-bv9t2p-puff-2;
  box-sizing: border-box;
}

.pause-animation.svelte-bv9t2p {
  animation-play-state: paused;
}

@keyframes svelte-bv9t2p-puff-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes svelte-bv9t2p-puff-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wrapper.svelte-1vzsw15 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--size) * 2.5);
  height: var(--size);
  overflow: hidden;
}

.bar.svelte-1vzsw15 {
  position: absolute;
  top: calc(var(--size) / 10);
  width: calc(var(--size) / 5);
  height: calc(var(--size) / 10);
  margin-top: calc(var(--size) - var(--size) / 10);
  transform: skewY(0deg);
  background-color: var(--color);
  animation: svelte-1vzsw15-motion var(--duration) ease-in-out infinite;
}

.pause-animation.svelte-1vzsw15 {
  animation-play-state: paused;
}

@keyframes svelte-1vzsw15-motion {
  25% {
    transform: skewY(25deg);
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  75% {
    transform: skewY(-25deg);
  }
}
.wrapper.svelte-f6hkgc {
  width: var(--size);
  height: calc(var(--size) * 1.5);
  margin-left: var(--size);
  background: var(--color);
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: svelte-f6hkgc-bump var(--duration) ease-in infinite alternate;
}

.wrapper.svelte-f6hkgc::after {
  content: "";
  box-sizing: border-box;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  border: var(--size) solid transparent;
  border-top-color: var(--color);
}

.pause-animation.svelte-f6hkgc {
  animation-play-state: paused;
}

@keyframes svelte-f6hkgc-bump {
  0% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}
.wrapper.svelte-5bpnhx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
}

.shadow.svelte-5bpnhx {
  color: var(--color);
  font-size: var(--size);
  overflow: hidden;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin: 28px auto;
  position: relative;
  transform: translateZ(0);
  animation: svelte-5bpnhx-load var(--duration) infinite ease, svelte-5bpnhx-round var(--duration) infinite ease;
}

.pause-animation.svelte-5bpnhx {
  animation-play-state: paused;
}

@keyframes svelte-5bpnhx-load {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes svelte-5bpnhx-round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper.svelte-e653jg {
  height: var(--size);
  width: var(--size);
  border-radius: 100%;
  animation: svelte-e653jg-moonStretchDelay var(--duration) 0s infinite linear;
  animation-fill-mode: forwards;
  position: relative;
}

.circle-one.svelte-e653jg {
  top: var(--moonSize);
  background-color: var(--color);
  width: calc(var(--size) / 7);
  height: calc(var(--size) / 7);
  border-radius: 100%;
  animation: svelte-e653jg-moonStretchDelay var(--duration) 0s infinite linear;
  animation-fill-mode: forwards;
  opacity: 0.8;
  position: absolute;
}

.circle-two.svelte-e653jg {
  opacity: 0.1;
  border: calc(var(--size) / 7) solid var(--color);
  height: var(--size);
  width: var(--size);
  border-radius: 100%;
  box-sizing: border-box;
}

.pause-animation.svelte-e653jg {
  animation-play-state: paused;
}

@keyframes svelte-e653jg-moonStretchDelay {
  100% {
    transform: rotate(360deg);
  }
}
.wrapper.svelte-1ju64u {
  width: var(--size);
  height: calc(var(--size) * 1.5);
  margin-left: var(--size);
  margin-top: var(--size);
  background: var(--color);
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: svelte-1ju64u-bump var(--duration) ease-in infinite alternate;
}

.wrapper.svelte-1ju64u::after {
  content: "";
  box-sizing: border-box;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  border: var(--size) solid transparent;
  border-bottom-color: var(--color);
}

.pause-animation.svelte-1ju64u {
  animation-play-state: paused;
}

@keyframes svelte-1ju64u-bump {
  0% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}
.action-text.svelte-187bdaq.svelte-187bdaq {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0 1rem 2px 1rem;
  font-size: 0.875rem;
  line-height: 1.28572;
  letter-spacing: 0.16px;
  color: #f4f4f4;
}

.action-text.svelte-187bdaq > span.svelte-187bdaq {
  margin-left: 0.75rem;
}

li.svelte-1tbdbmc {
  margin: 2rem 1rem 0;
  color: #525252;
}

span.svelte-1tbdbmc {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.02rem;
  color: #c6c6c6;
}

.bx--header__action.svelte-smaelc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

label.svelte-72pbvm.svelte-72pbvm {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0);
}

[role=search].svelte-72pbvm.svelte-72pbvm {
  position: relative;
  display: flex;
  max-width: 28rem;
  width: 100%;
  margin-left: 0.5rem;
  height: 3rem;
  background-color: #393939;
  color: #fff;
  transition: max-width 0.11s cubic-bezier(0.2, 0, 0.38, 0.9), background 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
}

[role=search].svelte-72pbvm.svelte-72pbvm:not(.active) {
  max-width: 3rem;
  background-color: #161616;
}

[role=search].active.svelte-72pbvm.svelte-72pbvm {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

[aria-haspopup=menu].svelte-72pbvm.svelte-72pbvm {
  display: flex;
  flex-grow: 1;
  border-bottom: 1px solid #393939;
}

input.svelte-72pbvm.svelte-72pbvm {
  width: 100%;
  height: 3rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #fff;
  caret-color: #fff;
  background-color: initial;
  border: none;
  outline: none;
  transition: opacity 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
}

input.svelte-72pbvm.svelte-72pbvm:not(.active) {
  opacity: 0;
  pointer-events: none;
}

button.svelte-72pbvm.svelte-72pbvm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 100%;
  padding: 0;
  flex-shrink: 0;
  opacity: 1;
  transition: background-color 0.11s cubic-bezier(0.2, 0, 0.38, 0.9), opacity 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
}

.disabled.svelte-72pbvm.svelte-72pbvm {
  border: none;
  pointer-events: none;
}

[aria-label="Clear search"].svelte-72pbvm.svelte-72pbvm:hover {
  background-color: #4c4c4c;
}

.hidden.svelte-72pbvm.svelte-72pbvm {
  opacity: 0;
  display: none;
}

ul.svelte-72pbvm.svelte-72pbvm {
  position: absolute;
  z-index: 10000;
  padding: 1rem 0;
  left: 0;
  right: 0;
  top: 3rem;
  background-color: #161616;
  border: 1px solid #393939;
  border-top: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

[role=menuitem].svelte-72pbvm.svelte-72pbvm {
  padding: 6px 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  display: block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c6c6c6;
}

.selected.svelte-72pbvm.svelte-72pbvm, [role=menuitem].svelte-72pbvm.svelte-72pbvm:hover {
  background-color: #353535;
  color: #f4f4f4;
}

[role=menuitem].svelte-72pbvm span.svelte-72pbvm {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  text-transform: lowercase;
  color: #c6c6c6;
}

.info-box.svelte-1b315y4.svelte-1b315y4 {
  display: flex;
  background: #56A8DD;
  color: white;
  padding: 1rem;
  border-radius: 9px;
}

.info-icon.svelte-1b315y4.svelte-1b315y4 {
  width: 25px;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.info-icon.svelte-1b315y4 img.svelte-1b315y4 {
  width: 100%;
  height: auto;
}

div.svelte-6n7kfr {
  border-radius: 9px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: white;
  background: #EE716F;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 12px 20px;
}

.contact-person-box.svelte-1o2frwd.svelte-1o2frwd {
  background: #56A8DD;
  padding: 1.5rem;
  border-radius: 9px;
  color: #F8F7F7;
  max-width: 600px;
  min-width: 298px;
  flex: 1;
}

.contact-person-box.svelte-1o2frwd .box-header.svelte-1o2frwd {
  margin-bottom: 1rem;
}

.contact-person-box.svelte-1o2frwd .box-header h4.svelte-1o2frwd {
  margin: 0;
  padding: 0;
}

.file-info.svelte-xnfzet.svelte-xnfzet {
  margin-top: 0.75rem;
}

.file-info.svelte-xnfzet div.svelte-xnfzet {
  margin-top: 5px;
  margin-bottom: 5px;
}

.file-info.svelte-xnfzet .remove-btn img.svelte-xnfzet {
  width: 10px;
  height: 10px;
}

.file-btn-wrapper.svelte-xnfzet.svelte-xnfzet {
  display: flex;
  align-items: center;
}

.file-btn.svelte-xnfzet.svelte-xnfzet {
  margin-right: 1rem;
  display: inline-flex;
  align-content: center;
}

.file-btn.svelte-xnfzet input[type=file].svelte-xnfzet {
  opacity: 0;
  position: fixed;
  width: 0;
}

.file-btn.svelte-xnfzet label.svelte-xnfzet {
  display: flex;
  align-items: center;
  line-height: normal;
  cursor: pointer;
  color: #474747;
  background-color: #ddd;
  padding: 5px 15px;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}

.file-btn.svelte-xnfzet label.error.svelte-xnfzet {
  border-color: #F64E60;
}

.file-btn.svelte-xnfzet label.svelte-xnfzet:hover {
  transform: scale(1.02);
}

.text-content.svelte-1v9f3is.svelte-1v9f3is, .overlay-content.svelte-1v9f3is.svelte-1v9f3is {
  display: flex;
  padding: 12px;
  padding-right: 15%;
}

.text-content.svelte-1v9f3is.svelte-1v9f3is {
  background: rgb(154, 203, 235);
  color: #F8F7F7 !important;
}

.upload-info-box.svelte-1v9f3is.svelte-1v9f3is {
  padding: 0;
  color: #F8F7F7;
  border-radius: 9px;
  position: relative;
  min-height: 20px;
  overflow: hidden;
}

.overlay-icon-wrapper.svelte-1v9f3is.svelte-1v9f3is {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 100;
}

.overlay-icon.svelte-1v9f3is.svelte-1v9f3is {
  background: #F8F7F7;
  border-radius: 50%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
}

.overlay-icon.svelte-1v9f3is.svelte-1v9f3is:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.overlay-icon.svelte-1v9f3is div.svelte-1v9f3is {
  width: 12px;
  height: 12px;
}

.overlay-icon.svelte-1v9f3is img.svelte-1v9f3is {
  width: 100%;
  height: 100%;
}

.overlay-icon.active.svelte-1v9f3is.svelte-1v9f3is {
  background: #56A8DD;
}

.overlay-content.svelte-1v9f3is.svelte-1v9f3is {
  background: #F8F7F7;
  color: #474747;
  z-index: 99;
}

.radio-btn.svelte-19frcr5.svelte-19frcr5.svelte-19frcr5 {
  display: inline-flex;
  align-content: center;
  margin-right: 1rem;
  position: relative;
}

.radio-btn.svelte-19frcr5 .btn-icon.svelte-19frcr5.svelte-19frcr5 {
  margin-right: 0.7rem;
  height: 20px;
}

.radio-btn.svelte-19frcr5 .radio-title.svelte-19frcr5.svelte-19frcr5 {
  font-size: 18px;
  min-height: 22px;
}

.radio-btn.svelte-19frcr5 input[type=radio].svelte-19frcr5.svelte-19frcr5 {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-btn.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5 {
  display: flex;
  align-items: center;
  line-height: normal;
  background-color: #ddd;
  padding: 5px 15px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 7px;
  cursor: pointer;
}

.radio-btn.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2L4.8125 8L2 5.27273' stroke='%23F8F7F7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  border-radius: 12px;
  padding: 2px 5px;
  top: -10px;
  right: -10px;
}

.radio-btn.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5:hover {
  background-color: #dfd;
}

.type-yes.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5 {
  color: #56B833;
  background: #abe297;
}

.type-yes.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5:hover {
  background-color: rgba(180, 246, 243, 0.7);
}

.type-yes.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5 {
  border: 4px solid #56B833;
}

.type-yes.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5::after {
  background-color: #56B833;
}

.type-no.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5 {
  color: #F64E60;
  background: #fbafb7;
}

.type-no.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5:hover {
  background-color: rgba(251, 175, 183, 0.7);
}

.type-no.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5 {
  border: 4px solid #F64E60;
}

.type-no.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5::after {
  background-color: #F64E60;
}

.type-neutral.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5 {
  color: #F3953F !important;
  background: #f9ca9f;
}

.type-neutral.svelte-19frcr5 label span.svelte-19frcr5.svelte-19frcr5 {
  color: #F3953F !important;
}

.type-neutral.svelte-19frcr5 label.svelte-19frcr5.svelte-19frcr5:hover {
  background-color: rgba(243, 149, 63, 0.7);
}

.type-neutral.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5 {
  border: 4px solid #F3953F;
}

.type-neutral.svelte-19frcr5 input[type=radio].svelte-19frcr5:checked + label.svelte-19frcr5::after {
  background-color: #F3953F;
}

.community-data-box.svelte-h3ck5z.svelte-h3ck5z {
  background: #56A8DD;
  padding: 1.5rem;
  border-radius: 9px;
  color: #F8F7F7 !important;
  flex: 1;
}

.community-data-box.svelte-h3ck5z .box-header.svelte-h3ck5z {
  margin-bottom: 1rem;
}

.community-data-box.svelte-h3ck5z .box-header h4.svelte-h3ck5z {
  margin: 0;
  padding: 0;
}

label.svelte-1h01r1d {
  width: 100%;
  position: relative;
  color: #474747;
  background-color: #F8F7F7;
  font-size: 16px;
  border-radius: 9px;
}

label.svelte-1h01r1d:hover {
  background-color: #dfd;
}

.box-divider.svelte-174twzq.svelte-174twzq {
  margin-top: 1.5rem;
  border-bottom: 1px solid rgb(154, 203, 235);
  margin-bottom: 1.5rem;
}

.community-data-box.svelte-174twzq.svelte-174twzq {
  background: #56A8DD;
  padding: 1.5rem;
  border-radius: 9px;
  color: #F8F7F7 !important;
  flex: 1;
}

.community-data-box.svelte-174twzq .box-header.svelte-174twzq {
  margin-bottom: 1rem;
}

.community-data-box.svelte-174twzq .box-header h4.svelte-174twzq {
  margin: 0;
  padding: 0;
}

.coordinator-box.svelte-1t3c0u.svelte-1t3c0u {
  background: #56A8DD;
  padding: 1.5rem;
  border-radius: 9px;
  color: #F8F7F7;
  max-width: 600px;
  flex: 1 1 400px;
  box-sizing: border-box;
}

.coordinator-box.svelte-1t3c0u .box-header.svelte-1t3c0u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.coordinator-box.svelte-1t3c0u .box-header h4.svelte-1t3c0u {
  margin: 0;
  padding: 0;
}

.box-divider.svelte-4577vm.svelte-4577vm {
  margin-top: 1.5rem;
  border-bottom: 1px solid rgb(154, 203, 235);
  margin-bottom: 1.5rem;
}

.community-data-box.svelte-4577vm.svelte-4577vm {
  background: #56A8DD;
  padding: 1.5rem;
  border-radius: 9px;
  color: #F8F7F7 !important;
  flex: 1;
}

.community-data-box.svelte-4577vm .box-header.svelte-4577vm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.community-data-box.svelte-4577vm .box-header h4.svelte-4577vm {
  margin: 0;
  padding: 0;
}

.selectContainer.svelte-17l1npl.svelte-17l1npl {
  --internalPadding:0 16px;
  border: var(--border, 1px solid #d8dbdf);
  border-radius: var(--borderRadius, 3px);
  box-sizing: border-box;
  height: var(--height, 42px);
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--padding, var(--internalPadding));
  background: var(--background, #fff);
  margin: var(--margin, 0);
}

.selectContainer.svelte-17l1npl input.svelte-17l1npl {
  cursor: default;
  border: none;
  color: var(--inputColor, #3f4f5f);
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--inputPadding, var(--padding, var(--internalPadding)));
  width: 100%;
  background: transparent;
  font-size: var(--inputFontSize, 14px);
  letter-spacing: var(--inputLetterSpacing, -0.08px);
  position: absolute;
  left: var(--inputLeft, 0);
  margin: var(--inputMargin, 0);
}

.selectContainer.svelte-17l1npl input.svelte-17l1npl::placeholder {
  color: var(--placeholderColor, #78848f);
  opacity: var(--placeholderOpacity, 1);
}

.selectContainer.svelte-17l1npl input.svelte-17l1npl:focus {
  outline: none;
}

.selectContainer.svelte-17l1npl.svelte-17l1npl:hover {
  border-color: var(--borderHoverColor, #b2b8bf);
}

.selectContainer.focused.svelte-17l1npl.svelte-17l1npl {
  border-color: var(--borderFocusColor, #006fe8);
}

.selectContainer.disabled.svelte-17l1npl.svelte-17l1npl {
  background: var(--disabledBackground, #ebedef);
  border-color: var(--disabledBorderColor, #ebedef);
  color: var(--disabledColor, #c1c6cc);
}

.selectContainer.disabled.svelte-17l1npl input.svelte-17l1npl::placeholder {
  color: var(--disabledPlaceholderColor, #c1c6cc);
  opacity: var(--disabledPlaceholderOpacity, 1);
}

.selectedItem.svelte-17l1npl.svelte-17l1npl {
  line-height: var(--height, 42px);
  height: var(--height, 42px);
  overflow-x: hidden;
  padding: var(--selectedItemPadding, 0 20px 0 0);
}

.selectedItem.svelte-17l1npl.svelte-17l1npl:focus {
  outline: none;
}

.clearSelect.svelte-17l1npl.svelte-17l1npl {
  position: absolute;
  right: var(--clearSelectRight, 10px);
  top: var(--clearSelectTop, 11px);
  bottom: var(--clearSelectBottom, 11px);
  width: var(--clearSelectWidth, 20px);
  color: var(--clearSelectColor, #c5cacf);
  flex: none !important;
}

.clearSelect.svelte-17l1npl.svelte-17l1npl:hover {
  color: var(--clearSelectHoverColor, #2c3e50);
}

.selectContainer.focused.svelte-17l1npl .clearSelect.svelte-17l1npl {
  color: var(--clearSelectFocusColor, #3f4f5f);
}

.indicator.svelte-17l1npl.svelte-17l1npl {
  position: absolute;
  right: var(--indicatorRight, 10px);
  top: var(--indicatorTop, 11px);
  width: var(--indicatorWidth, 20px);
  height: var(--indicatorHeight, 20px);
  color: var(--indicatorColor, #c5cacf);
}

.indicator.svelte-17l1npl svg.svelte-17l1npl {
  display: inline-block;
  fill: var(--indicatorFill, currentcolor);
  line-height: 1;
  stroke: var(--indicatorStroke, currentcolor);
  stroke-width: 0;
}

.spinner.svelte-17l1npl.svelte-17l1npl {
  position: absolute;
  right: var(--spinnerRight, 10px);
  top: var(--spinnerLeft, 11px);
  width: var(--spinnerWidth, 20px);
  height: var(--spinnerHeight, 20px);
  color: var(--spinnerColor, #51ce6c);
  animation: svelte-17l1npl-rotate 0.75s linear infinite;
}

.spinner_icon.svelte-17l1npl.svelte-17l1npl {
  display: block;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: none;
}

.spinner_path.svelte-17l1npl.svelte-17l1npl {
  stroke-dasharray: 90;
  stroke-linecap: round;
}

.multiSelect.svelte-17l1npl.svelte-17l1npl {
  display: flex;
  padding: var(--multiSelectPadding, 0 35px 0 16px);
  height: auto;
  flex-wrap: wrap;
  align-items: stretch;
}

.multiSelect.svelte-17l1npl > .svelte-17l1npl {
  flex: 1 1 50px;
}

.selectContainer.multiSelect.svelte-17l1npl input.svelte-17l1npl {
  padding: var(--multiSelectInputPadding, 0);
  position: relative;
  margin: var(--multiSelectInputMargin, 0);
}

.hasError.svelte-17l1npl.svelte-17l1npl {
  border: var(--errorBorder, 1px solid #ff2d55);
  background: var(--errorBackground, #fff);
}

.a11yText.svelte-17l1npl.svelte-17l1npl {
  z-index: 9999;
  border: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
}

@keyframes svelte-17l1npl-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.item.svelte-3e0qet {
  cursor: default;
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--itemPadding, 0 20px);
  color: var(--itemColor, inherit);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.groupHeader.svelte-3e0qet {
  text-transform: var(--groupTitleTextTransform, uppercase);
}

.groupItem.svelte-3e0qet {
  padding-left: var(--groupItemPaddingLeft, 40px);
}

.item.svelte-3e0qet:active {
  background: var(--itemActiveBackground, #b9daff);
}

.item.active.svelte-3e0qet {
  background: var(--itemIsActiveBG, #007aff);
  color: var(--itemIsActiveColor, #fff);
}

.item.notSelectable.svelte-3e0qet {
  color: var(--itemIsNotSelectableColor, #999);
}

.item.first.svelte-3e0qet {
  border-radius: var(--itemFirstBorderRadius, 4px 4px 0 0);
}

.item.hover.svelte-3e0qet:not(.active) {
  background: var(--itemHoverBG, #e7f2ff);
  color: var(--itemHoverColor, inherit);
}

.selection.svelte-pu1q1n {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.multiSelectItem.svelte-liu9pa.svelte-liu9pa {
  background: var(--multiItemBG, #ebedef);
  margin: var(--multiItemMargin, 5px 5px 0 0);
  border-radius: var(--multiItemBorderRadius, 16px);
  height: var(--multiItemHeight, 32px);
  line-height: var(--multiItemHeight, 32px);
  display: flex;
  cursor: default;
  padding: var(--multiItemPadding, 0 10px 0 15px);
  max-width: 100%;
}

.multiSelectItem_label.svelte-liu9pa.svelte-liu9pa {
  margin: var(--multiLabelMargin, 0 5px 0 0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multiSelectItem.svelte-liu9pa.svelte-liu9pa:hover, .multiSelectItem.active.svelte-liu9pa.svelte-liu9pa {
  background-color: var(--multiItemActiveBG, #006fff);
  color: var(--multiItemActiveColor, #fff);
}

.multiSelectItem.disabled.svelte-liu9pa.svelte-liu9pa:hover {
  background: var(--multiItemDisabledHoverBg, #ebedef);
  color: var(--multiItemDisabledHoverColor, #c1c6cc);
}

.multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa {
  border-radius: var(--multiClearRadius, 50%);
  background: var(--multiClearBG, #52616f);
  min-width: var(--multiClearWidth, 16px);
  max-width: var(--multiClearWidth, 16px);
  height: var(--multiClearHeight, 16px);
  position: relative;
  top: var(--multiClearTop, 8px);
  text-align: var(--multiClearTextAlign, center);
  padding: var(--multiClearPadding, 1px);
}

.multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa:hover, .active.svelte-liu9pa .multiSelectItem_clear.svelte-liu9pa {
  background: var(--multiClearHoverBG, #fff);
}

.multiSelectItem_clear.svelte-liu9pa:hover svg.svelte-liu9pa, .active.svelte-liu9pa .multiSelectItem_clear svg.svelte-liu9pa {
  fill: var(--multiClearHoverFill, #006fff);
}

.multiSelectItem_clear.svelte-liu9pa svg.svelte-liu9pa {
  fill: var(--multiClearFill, #ebedef);
  vertical-align: top;
}

.listContainer.svelte-1uyqfml {
  box-shadow: var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));
  border-radius: var(--listBorderRadius, 4px);
  max-height: var(--listMaxHeight, 250px);
  overflow-y: auto;
  background: var(--listBackground, #fff);
  border: var(--listBorder, none);
  position: var(--listPosition, absolute);
  z-index: var(--listZIndex, 2);
  width: 100%;
  left: var(--listLeft, 0);
  right: var(--listRight, 0);
}

.virtualList.svelte-1uyqfml {
  height: var(--virtualListHeight, 200px);
}

.listGroupTitle.svelte-1uyqfml {
  color: var(--groupTitleColor, #8f8f8f);
  cursor: default;
  font-size: var(--groupTitleFontSize, 12px);
  font-weight: var(--groupTitleFontWeight, 600);
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--groupTitlePadding, 0 20px);
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  text-transform: var(--groupTitleTextTransform, uppercase);
}

.empty.svelte-1uyqfml {
  text-align: var(--listEmptyTextAlign, center);
  padding: var(--listEmptyPadding, 20px 0);
  color: var(--listEmptyColor, #78848f);
}

svelte-virtual-list-viewport.svelte-g2cagw {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}

svelte-virtual-list-contents.svelte-g2cagw, svelte-virtual-list-row.svelte-g2cagw {
  display: block;
}

svelte-virtual-list-row.svelte-g2cagw {
  overflow: hidden;
}

label.svelte-1m8z3bx {
  width: 100%;
  color: #474747;
  background-color: #F8F7F7;
  font-size: 16px;
  border-radius: 9px;
}

label.svelte-1m8z3bx:hover {
  background-color: #dfd;
}

/*# sourceMappingURL=bundle.css.map */