<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&amp;family=Roboto:wght@300;400;500;700&amp;display=swap");
#coupon-applied-pop-up {
  display: none;
  gap: 15px;
  flex-direction: column;
  height: 335px;
  width: 444px;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1102;
  border-radius: 30px 6px 30px 6px;
  padding: 35px;
}

#coupon-applied-pop-up p {
  color: #566B87;
  font-size: 18px;
  font-weight: 500;
}

#coupon-applied-pop-up button {
  background: var(--primary-lightgreen);
  height: 56px;
  border-radius: 6px;
  color: white;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  padding: 11px 0px 11px 0px;
}

#coupon-applied-pop-up .popup-title {
  color: var(--primary-blue);
  font-size: 32px;
  font-weight: 700;
}

#coupon-applied-strip {
  display: none;
  padding: 5px 20px;
  width: 100%;
  background-color: var(--primary-lightgreen);
  text-align: center;
}

#coupon-applied-strip-text {
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.google-lp-container {
  width: 1300px;
  padding: 0px 25px;
}

.google-lp-super-container .trustpilot-widget {
  width: 100%;
}

.google-lp-super-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E7FCF7;
  min-height: 100vh;
}

.google-lp-super-container.bg-pink {
  background-color: #F6F2EE;
}

.google-lp-super-container.img-bg {
  background-image: url(/img_v4/landing/lp-10-bg.png);
  background-position-x: 40%;
}

.google-lp-super-container.img-bg.fr {
  background-image: url(/img_v4/landing/lp-10-bg-fr.webp);
  background-position-x: 40%;
}

.google-lp-header {
  margin-top: 20px;
  height: 50px;
}

.google-lp-header .logo {
  width: 100%;
  display: flex;
  padding: 0;
}

.google-lp-header img {
  width: 185px;
}

.google-lp-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}

.google-lp-content-left {
  width: 50%;
  display: flex;
  gap: 35px;
  flex-direction: column;
  padding-right: 50px;
}

.dark-mode *:not(.google-lp-button) {
  color: white !important;
}

.google-lp-content-right {
  padding-left: 50px;
  width: 50%;
}

.google-lp-super-container h1, .google-lp-super-container .h1 {
  color: #0D2C54;
  font-size: 46px;
  font-weight: 700;
}

.google-lp-super-container p {
  color: #0D2C54;
  font-size: 18px;
  font-weight: 400;
}

.google-lp-super-container .bullet p {
  font-weight: 600;
  margin-bottom: 0px;
}

.google-lp-super-container .checkmark-icon {
  height: 20px;
  width: 20px;
  background-image: url(/img_v4/icons/checkmark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 33px;
}

.google-lp-doctor-image {
  height: 632px;
  width: 589px;
  background-image: url(/img_v4/landing/google_lp_v9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.google-lp-phone-image {
  height: 567px;
  width: 604px;
  background-image: url(/img_v4/landing/google_lp_v11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.google-lp-super-container .bullet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.selling-points {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.selling-points .point {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.selling-points .point h1, .selling-points .point .h1 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 60px;
}

.google-lp-button {
  width: 385px;
  height: 88px;
  background-color: #0EEFB9;
  padding: 16px 32px 16px 32px;
  border-radius: 6px;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #2B2B2B;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.underline {
  text-decoration: underline;
}

.google-lp-advantages {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 41px 39px -20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.google-lp-advantages.dark-mode {
  background-color: rgba(39, 39, 39, 0.5);
  backdrop-filter: blur(8px);
}

.google-lp-super-container .bullet.bullet-short {
  margin-bottom: 0px;
}

.google-lp-super-container .bullet.bullet-short p {
  font-weight: 500;
  font-size: 18px;
  max-width: 190px;
}

.google-lp-super-container footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.google-lp-super-container .disclaimer {
  margin: 45px 0 40px;
}

.horizontal-line {
  margin-top: 30px;
  background-color: #EEF1F6;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .google-lp-container {
    width: 570px;
    padding: 0;
  }
  .google-lp-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .google-lp-header .logo {
    justify-content: center;
  }
  .google-lp-content {
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .google-lp-doctor-image {
    height: 256px;
    width: 335px;
    background-image: url(/img_v4/landing/google_lp_v9_mobile.png);
  }
  .google-lp-phone-image {
    height: 342px;
    width: 335px;
    background-image: url(/img_v4/landing/google_lp_v11_mobile.png);
  }
  .google-lp-content-left {
    width: auto;
    padding-right: 0px;
    gap: 20px;
  }
  .google-lp-content-right {
    margin-bottom: 30px;
    padding-left: 0px;
    width: auto;
  }
  .google-lp-button {
    width: auto;
  }
  .google-lp-advantages {
    gap: 0px;
    column-gap: 70px;
    flex-wrap: wrap;
    height: 250px;
  }
  .google-lp-advantages .bullet {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .d-mobile-none {
    display: none !important;
  }
  .google-lp-super-container.img-bg {
    background-image: url(/img_v4/landing/lp-10-bg-md.png);
  }
  .google-lp-super-container.img-bg.fr {
    background-image: url(/img_v4/landing/lp-10-bg-fr-md.webp);
  }
  .google-lp-super-container {
    width: 100%;
  }
  .google-lp-header .dark-mode img {
    width: 150px;
  }
  .google-lp-header .logo.dark-mode {
    justify-content: start;
  }
  .google-lp-content.dark-mode {
    margin-top: 170px;
  }
  .google-lp-container {
    width: 330px;
  }
  .google-lp-content-left h1, .google-lp-content-left .h1 {
    max-width: 250px;
  }
  .google-lp-container.dark-mode .disclaimer {
    margin: 30px 0 40px;
  }
  .google-lp-super-container h1, .google-lp-super-container .h1 {
    font-size: 28px;
  }
  .google-lp-super-container p {
    font-size: 15px;
  }
  .google-lp-button {
    height: 62px;
    font-size: 20px;
  }
  .selling-points .point h1, .selling-points .point .h1 {
    font-size: 34px;
  }
  .google-lp-advantages {
    column-gap: 10px;
  }
  .google-lp-super-container .bullet.bullet-short p {
    font-weight: 500;
    font-size: 14px;
    max-width: 160px;
  }
  #coupon-applied-pop-up {
    width: 350px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .trustpilot-widget iframe {
    height: 160px !important;
  }
  .trustpilot-widget.ie-height iframe {
    height: 20px !important;
  }
  .trustpilot-widget-wrapper-ie {
    max-width: 255px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .online-d .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .online-d .container {
    max-width: 738px;
  }
}
@media (max-width: 767px) {
  .online-d .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .pharmacies-lp .container {
    max-width: 1200px;
  }
}

.ph-product-lp * {
  font-family: "Arial", sans-serif;
}
.ph-product-lp .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  min-width: 304px;
  text-transform: uppercase;
}
.ph-product-lp .btn:focus {
  box-shadow: none;
}
.ph-product-lp .out-of-stock .btn-gray {
  display: block;
  margin: 0 auto 60px;
}
.ph-product-lp .out-of-stock .btn-gray:hover, .ph-product-lp .out-of-stock .btn-gray:focus {
  background-color: #ccc;
}
.ph-product-lp .footer-headline {
  font-family: "Archivo Narrow", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ph-product-lp .product-page__mobile-price-btn .btn-gray {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ph-product-lp .out-of-stock {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .ph-product-lp .container {
    max-width: 900px;
  }
}
@media (max-width: 1023px) {
  .ph-product-lp .container {
    max-width: 768px;
  }
  .ph-product-lp .btn {
    min-width: 300px;
  }
}

.new-cus .link-wrapper {
  max-width: 485px;
  text-align: center;
  margin: auto;
}
.new-cus .link-wrapper .btn-big {
  margin-left: auto;
  margin-right: auto;
}
.new-cus .link-wrapper .start-from {
  font-size: 13px;
  line-height: 1.46;
  color: #555555;
  max-width: 330px;
  margin: auto;
}

.product-link.color {
  font-size: 16px;
  padding: 20px 10px;
  font-weight: bold;
  min-width: 100%;
  margin-top: 0;
  min-height: 70px;
  margin-bottom: 15px;
  word-break: break-all;
}
.product-link.color.v10 {
  margin: 0 auto 15px auto;
  word-break: normal;
  min-width: 468px;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a &gt; code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote &gt; :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "—&nbsp;";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 698px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1000px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 375px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto &gt; * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table &gt; :not(caption) &gt; * &gt; * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table &gt; tbody {
  vertical-align: inherit;
}
.table &gt; thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm &gt; :not(caption) &gt; * &gt; * {
  padding: 0.25rem 0.25rem;
}

.table-bordered &gt; :not(caption) &gt; * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered &gt; :not(caption) &gt; * &gt; * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless &gt; :not(caption) &gt; * &gt; * {
  border-bottom-width: 0;
}
.table-borderless &gt; :not(:first-child) {
  border-top-width: 0;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns &gt; :not(caption) &gt; tr &gt; :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(185.94, 203.4, 229.14);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 374.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext,
.form-floating &gt; .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating &gt; label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating &gt; label {
    transition: none;
  }
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating &gt; .form-control::placeholder,
.form-floating &gt; .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown),
.form-floating &gt; .form-control-plaintext:focus,
.form-floating &gt; .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:-webkit-autofill,
.form-floating &gt; .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:focus ~ label::after,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label::after,
.form-floating &gt; .form-control-plaintext ~ label::after,
.form-floating &gt; .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating &gt; .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating &gt; :disabled ~ label {
  color: #6c757d;
}
.form-floating &gt; :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group &gt; .form-control,
.input-group &gt; .form-select,
.input-group &gt; .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-select:focus,
.input-group &gt; .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-control,
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation &gt; .form-floating:nth-last-child(n+3) &gt; .form-control,
.input-group.has-validation &gt; .form-floating:nth-last-child(n+3) &gt; .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .form-floating:not(:first-child) &gt; .form-control,
.input-group &gt; .form-floating:not(:first-child) &gt; .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group &gt; .form-control:not(:focus):valid, .input-group &gt; .form-control:not(:focus).is-valid,
.was-validated .input-group &gt; .form-select:not(:focus):valid,
.input-group &gt; .form-select:not(:focus).is-valid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):valid,
.input-group &gt; .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group &gt; .form-control:not(:focus):invalid, .input-group &gt; .form-control:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-select:not(:focus):invalid,
.input-group &gt; .form-select:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):invalid,
.input-group &gt; .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg &gt; .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm &gt; .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 375px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group &gt; :not(.btn-check:first-child) + .btn,
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn.dropdown-toggle-split:first-child,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:nth-child(n+3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn ~ .btn,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show &gt; .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-md,
.navbar &gt; .container-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 375px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card &gt; .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group &gt; .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 375px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

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

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

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

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

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

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active &gt; .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled &gt; .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked &gt; .progress {
  overflow: visible;
}

.progress-stacked &gt; .progress &gt; .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered &gt; .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal &gt; .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal &gt; .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal &gt; .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 375px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg &gt; .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush &gt; .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush &gt; .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container &gt; :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer &gt; * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 375px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
.modal-xl {
  --bs-modal-width: 1140px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 374.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before, .bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before, .bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before, .bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before, .bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 374.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 374.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 374.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 375px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1023.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 375px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

@font-face {
  font-family: "icomoon";
  src: url(/fonts_v4/icomoon/icomoon.woff);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pen:before {
  content: "\e93c";
}

.icon-library_books:before {
  content: "\e93b";
}

.icon-timer:before {
  content: "\e91b";
}

.icon-checkbox:before {
  content: "\e91a";
}

.icon-credit-card:before {
  content: "\e93a";
}

.icon-eye-slash:before {
  content: "\e938";
}

.icon-eye-old:before {
  content: "\e939";
}

.icon-angle-down:before {
  content: "\e936";
}

.icon-angle-up:before {
  content: "\e937";
}

.icon-sign-out:before {
  content: "\e935";
}

.icon-twitter:before {
  content: "\e933";
}

.icon-facebook:before {
  content: "\e934";
}

.icon-header-phone:before {
  content: "\e930";
  color: #b6bdc2;
}

.icon-blog-calendar:before {
  content: "\e92b";
  color: #a4a4a4;
}

.icon-blog-eye:before {
  content: "\e92c";
  color: #a4a4a4;
}

.icon-blog-user:before {
  content: "\e92d";
  color: #a4a4a4;
}

.icon-header-cart:before {
  content: "\e92e";
}

.icon-header-mail:before {
  content: "\e92f";
}

.icon-header-search:before {
  content: "\e931";
}

.icon-header-user:before {
  content: "\e932";
}

.icon-smart-arrow:before {
  content: "\e92a";
}

.icon-house:before {
  content: "\e928";
}

.icon-location:before {
  content: "\e929";
}

.icon-email:before {
  content: "\e920";
}

.icon-eye:before {
  content: "\e921";
}

.icon-lock:before {
  content: "\e922";
}

.icon-person:before {
  content: "\e923";
}

.icon-done:before {
  content: "\e91f";
}

.icon-bag:before {
  content: "\e91d";
}

.icon-bell:before {
  content: "\e91e";
}

.icon-home-search:before {
  content: "\e91c";
}

.icon-home-offer:before {
  content: "\e924";
}

.icon-home-security:before {
  content: "\e925";
}

.icon-home-shipping:before {
  content: "\e926";
}

.icon-home-timelapse:before {
  content: "\e927";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-discount:before {
  content: "\e916";
  color: #25a4cf;
}

.icon-free-delivery:before {
  content: "\e917";
  color: #25a4cf;
}

.icon-guarantee:before {
  content: "\e918";
  color: #25a4cf;
}

.icon-support:before {
  content: "\e919";
  color: #25a4cf;
}

.icon-earth:before {
  content: "\e915";
  color: #25a4cf;
}

.icon-arrow:before {
  content: "\e90f";
}

.icon-ber:before {
  content: "\e911";
}

.icon-dosage:before {
  content: "\e912";
}

.icon-effects:before {
  content: "\e913";
}

.icon-leaflet:before {
  content: "\e914";
}

.icon-close-conversation:before {
  content: "\e90d";
}

.icon-history:before {
  content: "\e900";
}

.icon-orders:before {
  content: "\e901";
}

.icon-products:before {
  content: "\e902";
}

.icon-send:before {
  content: "\e903";
}

.icon-arzt-fragen:before {
  content: "\e904";
}

.icon-bersicht:before {
  content: "\e905";
}

.icon-delivery:before {
  content: "\e906";
  color: #25a4cf;
}

.icon-plus:before {
  content: "\e90e";
}

.icon-file:before {
  content: "\e907";
  color: #25a4cf;
}

.icon-lieferadresse-verwalten:before {
  content: "\e908";
}

.icon-check:before {
  content: "\e909";
  color: #70c255;
}

.icon-meine-bestellungen:before {
  content: "\e90a";
}

.icon-passwort-ndern:before {
  content: "\e90b";
}

.icon-patientenakte:before {
  content: "\e90c";
}

.icon-agreements:before {
  content: "\e910";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.product-link {
  display: table;
  padding: 22px 40px;
  border-radius: 35px;
  background-image: -webkit-linear-gradient(100deg, #00b4ff, #1994c7 80%);
  background-image: -o-linear-gradient(100deg, #00b4ff, #1994c7 80%);
  background-image: linear-gradient(190deg, #00b4ff, #1994c7 80%);
  font-size: 20px;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: center;
  max-width: max-content;
  transition: 0.3s ease-in-out 0.1s;
  font-weight: 500;
}
.product-link:active, .product-link:focus, .product-link:hover {
  text-decoration: none;
  color: #fff;
}
.product-link.color {
  text-decoration: auto;
  background-image: none;
  background-color: #29bbec;
  font-size: 18px;
  padding: 20px 10px;
  min-width: 468px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.product-link.color.v10 {
  font-size: 16px;
}
.product-link.color:active, .product-link.color:focus, .product-link.color:hover {
  background-color: rgb(64.4206008584, 194.4420600858, 238.0793991416);
  outline: none;
  cursor: pointer;
}
.product-link.pink {
  background-color: #e376bf;
  min-width: 465px;
  margin-bottom: 15px;
}
.product-link.pink:active, .product-link.pink:focus, .product-link.pink:hover {
  background-color: rgb(231.3272727273, 139.1727272727, 200.8909090909);
  outline: none;
  cursor: pointer;
}

.button-green,
.button-white {
  display: inline-block;
  text-align: center;
  padding: 20px;
  min-width: 335px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border: 0;
  outline: none;
}
.button-green:focus,
.button-white:focus {
  outline: none;
}

.button-green {
  background-color: #73c25a;
  color: #fff;
}
.button-green:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(88.6637168142, 170.110619469, 62.889380531);
}

.button-white {
  background-color: #fff;
  color: #111111;
}
.button-white:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(229.5, 229.5, 229.5);
}

.time {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 335px;
  margin: 10px 0 0;
  color: #666666;
  font-size: 12px;
}
.time .icon {
  font-size: 20px;
  margin-right: 10px;
}

.disclaimer {
  text-align: center;
  margin: 20px 0 130px;
}
.disclaimer span {
  font-size: 11px;
  letter-spacing: 0.22px;
}
.disclaimer p {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #7b7b7b;
  margin: 0;
}
.disclaimer.google {
  margin: 0;
  padding-bottom: 55px;
}
.disclaimer.google p {
  font-size: 11px;
  color: #999999;
  line-height: 1.64;
  letter-spacing: 0.22px;
}
.disclaimer.google .black {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #454647;
  text-align: right;
  margin-right: 8px;
}
.disclaimer.v7 {
  background-color: #f7f7f7;
}
.disclaimer.v7 .container {
  padding-top: 50px;
  border-top: 1px solid #e7e7e7;
}
.disclaimer.v7 p {
  font-size: 12px;
}
.disclaimer.v7 .black {
  color: #999999;
}
.disclaimer--v10 {
  margin: 0 0 50px 0;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}
.disclaimer--v10 .container {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-link.color {
    min-width: 445px;
  }
  .product-link.pink {
    min-width: 365px;
  }
  .disclaimer {
    margin: 0 0 65px;
  }
  .disclaimer.google {
    padding: 50px 0 400px;
  }
  .disclaimer.google p {
    max-width: 370px;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
  }
  .disclaimer.google .black {
    margin-bottom: 0;
    margin: auto;
    text-align: center;
  }
  .disclaimer.v7 {
    padding: 50px 0;
  }
  .disclaimer.v7 .container {
    padding-top: 0;
    border: 0;
  }
  .disclaimer.v7 p {
    color: #777777;
    max-width: 100%;
  }
  .disclaimer.v7 p.black {
    color: #777777;
  }
}
@media only screen and (max-width: 767px) {
  .product-link {
    border-radius: 30px;
    padding: 21px 33px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto 15px;
    min-width: 320px;
  }
  .product-link.color {
    min-width: auto;
    flex-direction: column;
  }
  .product-link.color.big-btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    min-width: 336px;
    max-width: 336px;
    border-radius: 35px;
  }
  .button-green,
  .button-white {
    min-width: 315px;
    padding: 20px 5px;
    border-radius: 5px;
  }
  .time {
    font-weight: 500;
    margin: 10px auto 0;
  }
  .disclaimer {
    margin: 10px 0 40px;
  }
  .disclaimer.google {
    padding: 50px 0;
  }
  .disclaimer.google p {
    margin-bottom: 25px;
    text-align: center;
  }
  .disclaimer.google .black {
    text-align: center;
    margin: 0;
  }
  .disclaimer.v7 .container {
    padding-top: 0;
    border: 0;
  }
  .disclaimer.v7 p {
    color: #777777;
  }
  .disclaimer.v7 p.black {
    color: #777777;
  }
  .disclaimer--v10 {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 374px) {
  .product-link {
    min-width: 280px;
    padding: 20px;
    font-size: 14px;
  }
  .button-green,
  .button-white {
    min-width: auto;
  }
}
.header {
  padding: 30px 0;
}
.header .logo img {
  width: 170px;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header.ed {
  background-color: #e3eff6;
}
.header.bc {
  background-color: #f8eff5;
}
.header .trustpilot-widget iframe {
  height: 22px !important;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
  .header .logo img {
    width: 149px;
  }
  .header.ed {
    padding: 20px 0;
  }
  .header.bc {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .header.v10 .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header.v10 .container {
    max-width: 738px;
  }
}
@media (max-width: 767px) {
  .header.v10 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.doctor-welcome {
  background-color: #f6f6f6;
  overflow: hidden;
}
.doctor-welcome .tablet {
  display: none;
}
.doctor-welcome h1, .doctor-welcome .h1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.64px;
  color: #0f181c;
  margin-bottom: 15px;
  line-height: 1.38;
}
.doctor-welcome .description {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.36px;
  color: #333333;
  font-style: italic;
  text-indent: 25px;
  margin-bottom: 50px;
}
.doctor-welcome .description::before,
.doctor-welcome .description::after {
  position: absolute;
  font-size: 52px;
  font-weight: 500;
  color: #1994c7;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.doctor-welcome .description::before {
  content: "“";
  top: -12px;
  left: -26px;
}
.doctor-welcome .description::after {
  content: "”";
  bottom: -50px;
  margin-left: -15px;
}
.doctor-welcome .rabatt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.36px;
  color: #0f181c;
  display: block;
  margin-bottom: 30px;
}
.doctor-welcome .product-link {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
.doctor-welcome .doctors {
  position: relative;
}
.doctor-welcome .doctors.desktop {
  display: block;
}
.doctor-welcome .doctors.mobile {
  display: none;
}
.doctor-welcome .doctors-photo {
  background-repeat: no-repeat;
  width: 691px;
  height: 666px;
}
.doctor-welcome .doctors-info__nerisanu {
  max-width: 124px;
  position: absolute;
  left: 0;
  bottom: 75px;
  text-align: right;
}
.doctor-welcome .doctors-info__chiranthana {
  max-width: 80px;
  position: absolute;
  top: 282px;
  right: -130px;
  text-align: left;
}
.doctor-welcome .doctors .name {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.26px;
  color: #555555;
  font-style: italic;
}
.doctor-welcome .doctors .mhra-img {
  width: 110px;
  height: 92px;
  position: absolute;
  right: -80px;
  bottom: 50px;
}
.doctor-welcome ~ .reviews h2, .doctor-welcome ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
  .doctor-welcome .doctors .mhra-img {
    right: 0;
  }
  .doctor-welcome .doctors-info__chiranthana {
    bottom: 75px;
    left: 195px;
    top: unset;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .doctor-welcome {
    padding: 70px 0 30px;
    background-repeat: no-repeat;
    background-position: 100px 155px;
  }
  .doctor-welcome .description {
    margin-bottom: 40px;
  }
  .doctor-welcome .rabatt {
    max-width: 330px;
  }
  .doctor-welcome .doctors-info {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .doctor-welcome .doctors-info__nerisanu {
    position: static;
    margin-right: 60px;
  }
  .doctor-welcome .doctors-info__chiranthana {
    position: static;
    margin-right: 15px;
  }
  .doctor-welcome .doctors-info .name {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0.26px;
    color: #555555;
    font-style: italic;
  }
}
@media only screen and (min-width: 929px) and (max-width: 1023px) {
  .doctor-welcome {
    background-position: 465px 155px;
  }
}
@media only screen and (max-width: 767px) {
  .doctor-welcome {
    padding-top: 35px;
    margin-bottom: 40px;
    overflow: unset;
  }
  .doctor-welcome h1, .doctor-welcome .h1 {
    font-size: 22px;
    letter-spacing: 0.44px;
    line-height: 1.45;
  }
  .doctor-welcome .description {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.32px;
    text-align: left;
    margin-bottom: 0;
  }
  .doctor-welcome .desktop {
    display: none;
  }
  .doctor-welcome .mobile {
    display: block;
  }
  .doctor-welcome .doctors.desktop {
    display: none;
  }
  .doctor-welcome .doctors.mobile {
    display: block;
  }
  .doctor-welcome .doctors-photo {
    width: 100%;
    height: 60px;
    background-position: 50% -45px;
  }
  .doctor-welcome .doctors-info {
    margin-bottom: 40px;
  }
  .doctor-welcome .doctors-info__nerisanu {
    position: static;
    max-width: 100%;
    padding-right: 5px;
  }
  .doctor-welcome .doctors-info__chiranthana {
    position: static;
    max-width: 100%;
    padding-left: 5px;
  }
  .doctor-welcome .doctors .name {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #7b7b7b;
  }
  .doctor-welcome .doctors .rabatt {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 0.32px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .doctor-welcome .doctors .link-wrapper {
    position: absolute;
    bottom: -90px;
    width: 100%;
  }
  .doctor-welcome .doctors .product-link {
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 10px;
    max-width: 300px;
  }
  .doctor-welcome .doctors .product-link span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .doctor-welcome ~ .reviews h2, .doctor-welcome ~ .reviews .h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
}
.mr-coupon {
  background-color: #e3eff6;
  padding-top: 30px;
  overflow: hidden;
}
.mr-coupon.v10 {
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .mr-coupon.v10 .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mr-coupon.v10 .container {
    max-width: 738px;
  }
}
@media (max-width: 767px) {
  .mr-coupon.v10 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mr-coupon h1, .mr-coupon .h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.64px;
  color: #0f181c;
  margin: 0 -90px 35px 0;
}
.mr-coupon.google h1, .mr-coupon.google .h1 {
  margin: 0 15px 35px 0;
  color: #111111;
  margin-bottom: 15px;
}
.mr-coupon.google .description {
  color: #454647;
  margin-bottom: 20px;
}
.mr-coupon.google .try {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.32px;
  color: #111111;
}
.mr-coupon.google .product-link {
  margin-top: 45px;
}
.mr-coupon.google .product-link.v10 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px;
}
.mr-coupon .catalog_page_link {
  margin-bottom: 66px;
  font-size: 12px;
  max-width: 335px;
  padding-top: 8px;
  display: flex;
  justify-content: center;
  text-decoration: underline;
}
.mr-coupon.v7 .under-cta {
  text-align: center;
  max-width: 465px;
  line-height: 1;
  margin-bottom: 0;
}
.mr-coupon.v7 .under-cta span {
  cursor: pointer;
  color: #0e83aa;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}
.mr-coupon.v7 .under-cta span:after {
  content: "";
  position: absolute;
  background-color: #0e83aa;
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.mr-coupon.v7 .under-cta span:hover {
  text-decoration: none;
}
.mr-coupon.v7 .under-cta span:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.mr-coupon.v7 .product-link {
  margin-bottom: 15px;
}
.mr-coupon .coupon__wrapper {
  max-width: 340px;
  text-align: center;
}
.mr-coupon .coupon__wrapper .js-anchor-link {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #333333;
  text-decoration: underline;
}
.mr-coupon .coupon__wrapper .js-anchor-link:hover {
  text-decoration: none;
}
.mr-coupon .coupon__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #1994c7;
  text-align: center;
  margin-bottom: 5px;
}
.mr-coupon .coupon__code {
  background-image: url(/img_v4/landing/coupon-cut.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 72px;
  margin-bottom: 3px;
}
.mr-coupon .coupon__code p {
  top: 28px;
}
.mr-coupon .coupon__code p span {
  color: #0f181c;
  font-size: 20px;
}
.mr-coupon .description {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.63;
  letter-spacing: 0.32px;
  margin-bottom: 35px;
}
.mr-coupon .product-link {
  margin-bottom: 20px;
}
.mr-coupon .mr-bg {
  background-image: url(/img_v4/landing/mrcoupon-bg.png);
  width: 472px;
  height: 601px;
}
.mr-coupon .mn-bg {
  background-image: url(/img_v4/landing/mn.png);
  width: 870px;
  height: 601px;
  background-size: cover;
}
.mr-coupon .wm-bg {
  background-image: url(/img_v4/landing/wm.png);
  width: 750px;
  height: 601px;
  background-size: cover;
}
.mr-coupon ~ .reviews h2, .mr-coupon ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .mr-coupon .wm-bg {
    width: 646px;
    height: 587px;
    background-size: 40em;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .mr-coupon .mn-bg {
    width: 646px;
    height: 587px;
    background-size: 40em;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-coupon {
    padding-top: 50px;
  }
  .mr-coupon.google {
    padding-top: 35px;
  }
  .mr-coupon.google h1, .mr-coupon.google .h1 {
    margin: 0 -40px 18px 0;
  }
  .mr-coupon.google .description {
    margin-bottom: 70px;
  }
  .mr-coupon.google .product-link {
    margin-top: 26px;
    margin-bottom: 90px;
    position: relative;
    z-index: 10;
  }
  .mr-coupon.google .mr-bg {
    background-image: url(/img_v4/landing/mr-bg-md.png);
    background-repeat: no-repeat;
    height: 550px;
    margin: 0 0 0 10px;
  }
  .mr-coupon.v7 .description {
    margin-bottom: 20px;
  }
  .mr-coupon.v7 .under-cta {
    max-width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .mr-coupon.v7 .link-wrapper {
    margin-bottom: 50px;
  }
  .mr-coupon.v7 .link-wrapper .product-link {
    margin: 40px 0 15px;
    min-width: 445px;
  }
  .mr-coupon.v7 .link-wrapper .product-link.v10 {
    min-width: 296px;
    width: 296px;
    line-height: 1.2;
    padding: 13px;
  }
  .mr-coupon.v7 .link-wrapper .product-link.md-w-btn {
    min-width: 296px;
    font-size: 16px;
  }
  .mr-coupon.v7 .link-wrapper .under-cta {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    max-width: 445px;
  }
  .mr-coupon.v10 .md-pl-none {
    padding-left: 0;
  }
  .mr-coupon.v10 .md-pr-30 {
    padding-right: 30px;
  }
  .mr-coupon.mn-md-bg {
    background-image: url(/img_v4/landing/mn.png);
    background-size: 38em;
    background-repeat: no-repeat;
    background-position: bottom right -135px;
    padding-bottom: 200px;
  }
  .mr-coupon.wm-md-bg {
    background-image: url(/img_v4/landing/wm.png);
    background-size: 30em;
    background-repeat: no-repeat;
    background-position: bottom right -105px;
    padding-bottom: 200px;
  }
  .mr-coupon .product-link {
    margin-bottom: 60px;
    padding: 20px;
    min-height: 70px;
    line-height: normal;
  }
  .mr-coupon .product-link.v10 {
    padding: 10px 25px;
    min-height: 60px;
  }
  .mr-coupon .mr-bg {
    margin: 0 0 0 -40px;
  }
}
@media only screen and (max-width: 767px) {
  .mr-coupon {
    padding: 35px 0 55px;
    margin-bottom: 40px;
    overflow: unset;
  }
  .mr-coupon.google {
    padding: 10px 0 55px;
    margin-bottom: 35px;
  }
  .mr-coupon.google h1, .mr-coupon.google .h1 {
    margin: 0 0 20px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .mr-coupon.google .description {
    font-size: 15px;
    line-height: 1.53;
  }
  .mr-coupon.google .link-wrapper {
    width: 100%;
    margin: 0;
  }
  .mr-coupon.google .link-wrapper .product-link {
    border-radius: 35px;
    font-size: 20px;
    padding: 13px;
    min-width: 336px;
    max-width: 90%;
    font-weight: bold;
  }
  .mr-coupon.google .link-wrapper .product-link span {
    font-weight: 600;
    display: block;
    font-size: 16px;
    letter-spacing: 0.28px;
  }
  .mr-coupon .catalog_page_link {
    margin: 0 auto 0 auto;
    font-size: 14px;
  }
  .mr-coupon.v7 {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .mr-coupon.v7 .under-cta {
    margin-bottom: 0;
    max-width: 100%;
  }
  .mr-coupon.v7 .under-cta:first-of-type {
    margin-bottom: 25px;
  }
  .mr-coupon.v7 .under-cta:last-of-type {
    font-weight: 600;
    font-size: 14px;
  }
  .mr-coupon.v7 .link-wrapper {
    position: relative;
    bottom: 0;
  }
  .mr-coupon.v7 .link-wrapper .product-link {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    font-size: 16px;
    font-weight: 500;
  }
  .mr-coupon.v7 .link-wrapper .product-link.v10 {
    min-height: 60px;
    min-width: auto;
    max-width: 336px;
  }
  .mr-coupon .mn-bg {
    background-image: url(/img_v4/landing/mn-sm.png);
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mr-coupon .wm-bg {
    background-image: url(/img_v4/landing/wm-sm.png);
    width: 100%;
    height: 215px;
    margin-bottom: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mr-coupon h1, .mr-coupon .h1 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin: 0 0 25px 0;
  }
  .mr-coupon .coupon__wrapper {
    max-width: inherit;
  }
  .mr-coupon .coupon__wrapper .js-anchor-link {
    margin-bottom: 10px;
  }
  .mr-coupon .coupon__title {
    margin: 0;
  }
  .mr-coupon .coupon__code {
    width: 280px;
    background-size: contain;
  }
  .mr-coupon .coupon__code p {
    top: 27px;
  }
  .mr-coupon .coupon__code p span {
    font-size: 18px;
  }
  .mr-coupon .mr-bg {
    background-image: url(/img_v4/landing/mrcoupon-bg-m.png);
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 260px;
  }
  .mr-coupon .description {
    margin-bottom: 0;
  }
  .mr-coupon .link-wrapper {
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0;
  }
  .mr-coupon .product-link {
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 20px;
    min-width: 300px;
    margin: 0 auto;
  }
  .mr-coupon ~ .reviews h2, .mr-coupon ~ .reviews .h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
}
@media only screen and (max-width: 374px) {
  .mr-coupon.google .link-wrapper .product-link {
    min-width: 310px;
  }
}
.women-coupon {
  background-color: #f8eff5;
  padding-top: 30px;
  overflow: hidden;
}
.women-coupon h1, .women-coupon .h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.64px;
  color: #0f181c;
  margin: 0 -90px 35px 0;
}
.women-coupon.google h1, .women-coupon.google .h1 {
  margin: 0 15px 35px 0;
  color: #111111;
  margin-bottom: 15px;
}
.women-coupon.google .description {
  color: #454647;
  margin-bottom: 20px;
}
.women-coupon.google .try {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.32px;
  color: #111111;
}
.women-coupon.google .product-link {
  margin-top: 45px;
}
.women-coupon .coupon__wrapper {
  max-width: 340px;
  text-align: center;
}
.women-coupon .coupon__wrapper .js-anchor-link {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #333333;
  text-decoration: underline;
}
.women-coupon .coupon__wrapper .js-anchor-link:hover {
  text-decoration: none;
}
.women-coupon .coupon__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #1994c7;
  text-align: center;
  margin-bottom: 5px;
}
.women-coupon .coupon__code {
  background-image: url(/img_v4/landing/coupon-cut.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 72px;
  margin-bottom: 3px;
}
.women-coupon .coupon__code p {
  top: 28px;
}
.women-coupon .coupon__code p span {
  color: #0f181c;
  font-size: 20px;
}
.women-coupon .description {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.63;
  letter-spacing: 0.32px;
  margin-bottom: 35px;
}
.women-coupon .product-link {
  margin-bottom: 20px;
}
.women-coupon .ms-bg {
  background-image: url(/img_v4/landing/women-coupon-bg.png);
  width: 402px;
  height: 600px;
  margin-left: 40px;
}
.women-coupon ~ .reviews h2, .women-coupon ~ .reviews .h2 {
  color: #0f181c;
}
.women-coupon.v7 .under-cta {
  text-align: center;
  max-width: 465px;
  line-height: 1;
  margin-bottom: 0;
}
.women-coupon.v7 .under-cta span {
  cursor: pointer;
  color: #e376bf;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}
.women-coupon.v7 .under-cta span:after {
  content: "";
  position: absolute;
  background-color: #e376bf;
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.women-coupon.v7 .under-cta span:hover {
  text-decoration: none;
}
.women-coupon.v7 .under-cta span:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.women-coupon.v7 .product-link {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .women-coupon {
    padding-top: 50px;
  }
  .women-coupon.google {
    padding-top: 35px;
  }
  .women-coupon.google h1, .women-coupon.google .h1 {
    margin: 0 -40px 18px 0;
  }
  .women-coupon.google .description {
    margin-bottom: 22px;
  }
  .women-coupon.google .product-link {
    margin-top: 46px;
    margin-bottom: 140px;
    position: relative;
    z-index: 10;
    min-width: 470px;
  }
  .women-coupon.google .ms-bg {
    background-repeat: no-repeat;
    height: 600px;
    margin: 0 0 0 10px;
  }
  .women-coupon.v7 .under-cta {
    max-width: 100%;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 500;
  }
  .women-coupon.v7 .link-wrapper {
    margin-bottom: 50px;
  }
  .women-coupon.v7 .link-wrapper .product-link {
    margin: 55px 0 15px;
    min-width: 365px;
  }
  .women-coupon.v7 .link-wrapper .under-cta {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    max-width: 365px;
  }
  .women-coupon h1, .women-coupon .h1 {
    margin: 0 -70px 35px 0;
  }
  .women-coupon .product-link {
    margin-bottom: 60px;
    padding: 20px;
    min-height: 70px;
    line-height: normal;
    min-width: 340px;
  }
  .women-coupon .ms-bg {
    width: 340px;
    height: 550px;
    margin: 0 0 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  .women-coupon {
    padding: 35px 0 55px;
    margin-bottom: 40px;
    overflow: unset;
  }
  .women-coupon.google {
    padding: 10px 0 55px;
    margin-bottom: 35px;
  }
  .women-coupon.google h1, .women-coupon.google .h1 {
    margin: 0 0 20px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .women-coupon.google .description {
    font-size: 15px;
    line-height: 1.53;
  }
  .women-coupon.google .link-wrapper {
    width: 100%;
    margin: 0;
  }
  .women-coupon.google .link-wrapper .product-link {
    border-radius: 35px;
    font-size: 20px;
    padding: 13px;
    min-width: 336px;
    max-width: 100%;
    font-weight: bold;
    background-color: #e376bf;
  }
  .women-coupon.google .link-wrapper .product-link span {
    font-weight: 600;
    display: block;
    font-size: 16px;
    letter-spacing: 0.28px;
  }
  .women-coupon.v7 {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .women-coupon.v7 .under-cta {
    margin-bottom: 0;
    max-width: 100%;
  }
  .women-coupon.v7 .under-cta:first-of-type {
    margin-bottom: 25px;
  }
  .women-coupon.v7 .under-cta:last-of-type {
    font-weight: 600;
    font-size: 14px;
  }
  .women-coupon.v7 .link-wrapper {
    position: relative;
    bottom: 0;
  }
  .women-coupon.v7 .link-wrapper .product-link {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    font-size: 16px;
    font-weight: 500;
  }
  .women-coupon h1, .women-coupon .h1 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin: 0 0 25px 0;
  }
  .women-coupon .coupon__wrapper {
    max-width: inherit;
  }
  .women-coupon .coupon__wrapper .js-anchor-link {
    margin-bottom: 10px;
  }
  .women-coupon .coupon__title {
    margin: 0;
  }
  .women-coupon .coupon__code {
    width: 280px;
    background-size: contain;
  }
  .women-coupon .coupon__code p {
    top: 27px;
  }
  .women-coupon .coupon__code p span {
    font-size: 18px;
  }
  .women-coupon .ms-bg {
    background-image: url(/img_v4/landing/women-coupon-bg-m.png);
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 255px;
    margin: auto;
    background-position: 50% 0;
  }
  .women-coupon .description {
    margin-bottom: 0;
  }
  .women-coupon .link-wrapper {
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0;
  }
  .women-coupon .product-link {
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 20px;
    min-width: 300px;
    margin: 0 auto;
  }
  .women-coupon ~ .reviews h2, .women-coupon ~ .reviews .h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
}
.testi-ed {
  padding: 50px 0;
  background-color: #e3eff6;
}
.testi-ed h1, .testi-ed .h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.64px;
  color: #0f181c;
  margin-bottom: 36px;
  text-align: center;
}
.testi-ed .testimonials {
  margin-bottom: 45px;
  position: relative;
}
.testi-ed .testimonials .testi-prev {
  left: 0;
  top: 25%;
  z-index: 20;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: solid 1px #1994c7;
  border-radius: 50%;
  background-color: #e3eff6;
  cursor: pointer;
}
.testi-ed .testimonials .testi-prev .icon {
  font-size: 23px;
  color: #1994c7;
}
.testi-ed .testimonials .testi-next {
  right: 0;
  top: 25%;
  z-index: 20;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: solid 1px #1994c7;
  border-radius: 50%;
  background-color: #e3eff6;
  cursor: pointer;
}
.testi-ed .testimonials .testi-next .icon {
  font-size: 23px;
  transform: rotate(180deg);
  color: #1994c7;
}
.testi-ed .testimonials__wrapper {
  justify-content: space-between;
  display: none;
}
.testi-ed .testimonials__wrapper.slick-initialized {
  display: flex;
}
.testi-ed .testimonials__wrapper--item {
  display: flex;
  flex: 1;
  outline: none;
  min-width: 420px;
}
.testi-ed .testimonials__wrapper--item:first-of-type {
  margin-right: 100px;
}
.testi-ed .testimonials__wrapper--item .photo {
  margin-right: 30px;
}
.testi-ed .testimonials__wrapper--item .photo img {
  border-radius: 9px;
}
.testi-ed .testimonials__wrapper--item .review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex: 1;
}
.testi-ed .testimonials__wrapper--item .review .message {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  font-family: "Roboto Slab", serif;
  letter-spacing: normal;
  color: #0f181c;
  text-indent: 22px;
  margin-bottom: 30px;
}
.testi-ed .testimonials__wrapper--item .review .message:before, .testi-ed .testimonials__wrapper--item .review .message:after {
  position: absolute;
  font-size: 52px;
  font-weight: 500;
  color: #bbbbbb;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.testi-ed .testimonials__wrapper--item .review .message:before {
  content: "“";
  top: -12px;
  left: -23px;
}
.testi-ed .testimonials__wrapper--item .review .message:after {
  content: "”";
  bottom: -47px;
  margin-left: -15px;
}
.testi-ed .testimonials__wrapper--item .review .link a {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.testi-ed .testimonials__wrapper--item .review .link .name {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.28px;
  color: #7b7b7b;
  font-style: italic;
  margin-top: 5px;
}
.testi-ed .description {
  font-size: 18px;
  font-weight: 600;
  color: #0f181c;
  line-height: 1.44;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
  text-align: center;
}
.testi-ed .coupon__wrapper {
  max-width: 340px;
  margin: auto;
  text-align: center;
}
.testi-ed .coupon__wrapper .js-anchor-link {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #333333;
  text-decoration: underline;
}
.testi-ed .coupon__wrapper .js-anchor-link:hover {
  text-decoration: none;
}
.testi-ed .coupon__code {
  background-image: url(/img_v4/landing/coupon-cut.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 72px;
  margin-bottom: 3px;
}
.testi-ed .coupon__code p {
  top: 28px;
  font-size: 19px;
}
.testi-ed .coupon__code p span {
  color: #0f181c;
}
.testi-ed .link-wrapper .product-link {
  margin: auto;
  font-size: 16px;
  min-width: 430px;
  min-height: 70px;
  line-height: normal;
}
.testi-ed ~ .reviews h2, .testi-ed ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testi-ed {
    padding: 60px 0;
  }
  .testi-ed h1, .testi-ed .h1 {
    font-size: 28px;
    letter-spacing: 0.56px;
    margin-bottom: 25px;
  }
  .testi-ed .testimonials {
    padding: 0 50px;
  }
  .testi-ed .testimonials .testi-prev,
  .testi-ed .testimonials .testi-next {
    display: flex;
    top: 40%;
  }
  .testi-ed .testimonials__wrapper--item {
    justify-content: center;
  }
  .testi-ed .testimonials__wrapper--item:first-of-type {
    margin-right: 0;
  }
  .testi-ed .testimonials__wrapper--item .review {
    max-width: 250px;
  }
  .testi-ed .testimonials__wrapper--item .review .link .name {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testi-ed {
    padding: 30px 0 50px;
    margin-bottom: 40px;
  }
  .testi-ed h1, .testi-ed .h1 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin-bottom: 25px;
  }
  .testi-ed .testimonials {
    padding: 0 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5dcdf;
  }
  .testi-ed .testimonials .testi-prev,
  .testi-ed .testimonials .testi-next {
    display: flex;
    top: 18%;
  }
  .testi-ed .testimonials__wrapper--item {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }
  .testi-ed .testimonials__wrapper--item:first-of-type {
    margin-right: 0;
  }
  .testi-ed .testimonials__wrapper--item .photo {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .testi-ed .testimonials__wrapper--item .photo img {
    width: 124px;
    height: 176px;
  }
  .testi-ed .testimonials__wrapper--item .review {
    padding: 0 20px;
  }
  .testi-ed .testimonials__wrapper--item .review .message {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
  }
  .testi-ed .testimonials__wrapper--item .review .link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testi-ed .testimonials__wrapper--item .review .link a {
    flex: 1;
    border-right: 1px solid #d5dcdf;
    margin-right: 15px;
    padding-right: 15px;
  }
  .testi-ed .testimonials__wrapper--item .review .link a img {
    float: right;
  }
  .testi-ed .testimonials__wrapper--item .review .link .name {
    flex: 1;
  }
  .testi-ed .description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
  }
  .testi-ed .coupon__wrapper {
    max-width: inherit;
  }
  .testi-ed .coupon__wrapper .js-anchor-link {
    margin-bottom: 10px;
  }
  .testi-ed .coupon__code {
    width: 280px;
    background-size: contain;
  }
  .testi-ed .coupon__code p {
    top: 31px;
    font-size: 15px;
  }
  .testi-ed .link-wrapper {
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0;
  }
  .testi-ed .link-wrapper .product-link {
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 20px;
    min-width: 300px;
    margin: 0 auto;
    min-height: auto;
  }
  .testi-ed ~ .reviews h2, .testi-ed ~ .reviews .h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
}
.testi-bc {
  padding: 50px 0;
  background-color: #f8eff5;
}
.testi-bc h1, .testi-bc .h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.64px;
  color: #0f181c;
  margin-bottom: 36px;
  text-align: center;
}
.testi-bc .testimonials {
  margin-bottom: 45px;
  position: relative;
}
.testi-bc .testimonials .testi-prev {
  left: 0;
  top: 25%;
  z-index: 20;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: solid 1px #e376bf;
  border-radius: 50%;
  background-color: #f8eff5;
  cursor: pointer;
}
.testi-bc .testimonials .testi-prev .icon {
  font-size: 23px;
  color: #e376bf;
}
.testi-bc .testimonials .testi-next {
  right: 0;
  top: 25%;
  z-index: 20;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: solid 1px #e376bf;
  border-radius: 50%;
  background-color: #f8eff5;
  cursor: pointer;
}
.testi-bc .testimonials .testi-next .icon {
  font-size: 23px;
  transform: rotate(180deg);
  color: #e376bf;
}
.testi-bc .testimonials__wrapper {
  justify-content: space-between;
  display: none;
}
.testi-bc .testimonials__wrapper.slick-initialized {
  display: flex;
}
.testi-bc .testimonials__wrapper--item {
  display: flex;
  flex: 1;
  outline: none;
  min-width: 420px;
}
.testi-bc .testimonials__wrapper--item:first-of-type {
  margin-right: 100px;
}
.testi-bc .testimonials__wrapper--item .photo {
  margin-right: 30px;
}
.testi-bc .testimonials__wrapper--item .photo img {
  border-radius: 9px;
}
.testi-bc .testimonials__wrapper--item .review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex: 1;
}
.testi-bc .testimonials__wrapper--item .review .message {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  font-family: "Roboto Slab", serif;
  letter-spacing: normal;
  color: #0f181c;
  text-indent: 22px;
  margin-bottom: 30px;
}
.testi-bc .testimonials__wrapper--item .review .message:before, .testi-bc .testimonials__wrapper--item .review .message:after {
  position: absolute;
  font-size: 52px;
  font-weight: 500;
  color: #bbbbbb;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.testi-bc .testimonials__wrapper--item .review .message:before {
  content: "“";
  top: -12px;
  left: -23px;
}
.testi-bc .testimonials__wrapper--item .review .message:after {
  content: "”";
  bottom: -47px;
  margin-left: -15px;
}
.testi-bc .testimonials__wrapper--item .review .link a {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.testi-bc .testimonials__wrapper--item .review .link .name {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.28px;
  color: #7b7b7b;
  font-style: italic;
  margin-top: 5px;
}
.testi-bc .description {
  font-size: 18px;
  font-weight: 600;
  color: #0f181c;
  line-height: 1.44;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
  text-align: center;
}
.testi-bc .coupon__wrapper {
  max-width: 340px;
  margin: auto;
  text-align: center;
}
.testi-bc .coupon__wrapper .js-anchor-link {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #333333;
  text-decoration: underline;
}
.testi-bc .coupon__wrapper .js-anchor-link:hover {
  text-decoration: none;
}
.testi-bc .coupon__code {
  background-image: url(/img_v4/landing/coupon-cut.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 72px;
  margin-bottom: 3px;
}
.testi-bc .coupon__code p {
  top: 28px;
  font-size: 19px;
}
.testi-bc .coupon__code p span {
  color: #0f181c;
}
.testi-bc .link-wrapper .product-link {
  margin: auto;
  font-size: 16px;
  min-width: 430px;
  min-height: 70px;
  line-height: normal;
}
.testi-bc ~ .reviews h2, .testi-bc ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testi-bc {
    padding: 60px 0;
  }
  .testi-bc h1, .testi-bc .h1 {
    font-size: 28px;
    letter-spacing: 0.56px;
    margin-bottom: 25px;
  }
  .testi-bc .testimonials {
    padding: 0 50px;
  }
  .testi-bc .testimonials .testi-prev,
  .testi-bc .testimonials .testi-next {
    display: flex;
    top: 40%;
  }
  .testi-bc .testimonials__wrapper--item {
    justify-content: center;
  }
  .testi-bc .testimonials__wrapper--item:first-of-type {
    margin-right: 0;
  }
  .testi-bc .testimonials__wrapper--item .review {
    max-width: 250px;
  }
  .testi-bc .testimonials__wrapper--item .review .link .name {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testi-bc {
    padding: 30px 0 50px;
    margin-bottom: 40px;
  }
  .testi-bc h1, .testi-bc .h1 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin-bottom: 25px;
  }
  .testi-bc .testimonials {
    padding: 0 20px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5dcdf;
  }
  .testi-bc .testimonials .testi-prev,
  .testi-bc .testimonials .testi-next {
    display: flex;
    top: 18%;
  }
  .testi-bc .testimonials__wrapper--item {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }
  .testi-bc .testimonials__wrapper--item:first-of-type {
    margin-right: 0;
  }
  .testi-bc .testimonials__wrapper--item .photo {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .testi-bc .testimonials__wrapper--item .photo img {
    width: 124px;
    height: 176px;
  }
  .testi-bc .testimonials__wrapper--item .review {
    padding: 0 20px;
  }
  .testi-bc .testimonials__wrapper--item .review .message {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
  }
  .testi-bc .testimonials__wrapper--item .review .link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testi-bc .testimonials__wrapper--item .review .link a {
    flex: 1;
    border-right: 1px solid #d5dcdf;
    margin-right: 15px;
    padding-right: 15px;
  }
  .testi-bc .testimonials__wrapper--item .review .link a img {
    float: right;
  }
  .testi-bc .testimonials__wrapper--item .review .link .name {
    flex: 1;
  }
  .testi-bc .description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
  }
  .testi-bc .coupon__wrapper {
    max-width: inherit;
  }
  .testi-bc .coupon__wrapper .js-anchor-link {
    margin-bottom: 10px;
  }
  .testi-bc .coupon__code {
    width: 280px;
    background-size: contain;
  }
  .testi-bc .coupon__code p {
    top: 31px;
    font-size: 15px;
  }
  .testi-bc .link-wrapper {
    position: absolute;
    bottom: -90px;
    width: 100%;
    left: 0;
  }
  .testi-bc .link-wrapper .product-link {
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 20px;
    min-width: 300px;
    margin: 0 auto;
    min-height: auto;
  }
  .testi-bc ~ .reviews h2, .testi-bc ~ .reviews .h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
}
.next-day {
  padding: 50px;
}
.next-day.ed {
  background-color: #e3eff6;
}
.next-day.bc {
  background-color: #f8eff5;
}
.next-day h1, .next-day .h1 {
  font-size: 24px;
  font-weight: bold;
  color: #0f181c;
  letter-spacing: 0.48px;
  text-align: center;
  margin-bottom: 40px;
}
.next-day .testimonial {
  margin-bottom: 45px;
  position: relative;
}
.next-day .testimonial__wrapper--item {
  display: flex;
  outline: none;
}
.next-day .testimonial__wrapper--item .photo {
  margin-right: 40px;
}
.next-day .testimonial__wrapper--item .photo img {
  border-radius: 50%;
}
.next-day .testimonial__wrapper--item .photo img.ed-image {
  box-shadow: 0px 30px 40px 0 rgba(0, 0, 0, 0.3);
}
.next-day .testimonial__wrapper--item .photo img.bc-image {
  box-shadow: 0px 30px 40px 0 rgba(192, 58, 148, 0.2);
}
.next-day .testimonial__wrapper--item .review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex: 1;
}
.next-day .testimonial__wrapper--item .review .message {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  font-family: "Roboto Slab", serif;
  letter-spacing: normal;
  color: #0f181c;
  text-indent: 22px;
  margin-bottom: 30px;
}
.next-day .testimonial__wrapper--item .review .message:before, .next-day .testimonial__wrapper--item .review .message:after {
  position: absolute;
  font-size: 52px;
  font-weight: 500;
  color: #2ea5cd;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.next-day .testimonial__wrapper--item .review .message:before {
  content: "“";
  top: -12px;
  left: -23px;
}
.next-day .testimonial__wrapper--item .review .message:after {
  content: "”";
  bottom: -47px;
  margin-left: -15px;
}
.next-day .testimonial__wrapper--item .review .link a {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.next-day .testimonial__wrapper--item .review .link .name {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.28px;
  color: #7b7b7b;
  font-style: italic;
  margin-top: 5px;
}
.next-day .description {
  font-size: 18px;
  font-weight: 600;
  color: #0f181c;
  line-height: 1.44;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
  text-align: center;
}
.next-day .coupon__wrapper {
  max-width: 340px;
  margin: auto;
  text-align: center;
}
.next-day .coupon__wrapper .js-anchor-link {
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #333333;
  text-decoration: underline;
}
.next-day .coupon__wrapper .js-anchor-link:hover {
  text-decoration: none;
}
.next-day .coupon__code {
  background-image: url(/img_v4/landing/coupon-cut.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 72px;
  margin-bottom: 3px;
}
.next-day .coupon__code p {
  top: 28px;
  font-size: 19px;
}
.next-day .coupon__code p span {
  color: #0f181c;
}
.next-day .link-wrapper .product-link {
  margin: auto;
  font-size: 16px;
  min-width: 430px;
  min-height: 70px;
  line-height: normal;
}
.next-day ~ .reviews h2, .next-day ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .next-day h1, .next-day .h1 {
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
  }
  .next-day .testimonial__wrapper--item {
    justify-content: center;
  }
  .next-day .testimonial__wrapper--item .review {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .next-day {
    padding: 30px 0 50px;
    margin-bottom: 40px;
  }
  .next-day h1, .next-day .h1 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.44px;
    margin-bottom: 25px;
  }
  .next-day .testimonial {
    padding: 0 10px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5dcdf;
  }
  .next-day .testimonial__wrapper--item {
    flex-direction: column;
    align-items: center;
    min-width: auto;
  }
  .next-day .testimonial__wrapper--item .photo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .next-day .testimonial__wrapper--item .photo img {
    width: 126px;
    height: 126px;
  }
  .next-day .testimonial__wrapper--item .review {
    padding: 0 20px;
  }
  .next-day .testimonial__wrapper--item .review .message {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    max-width: 450px;
  }
  .next-day .testimonial__wrapper--item .review .message:before {
    left: auto;
    margin-left: -47px;
  }
  .next-day .testimonial__wrapper--item .review .link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .next-day .testimonial__wrapper--item .review .link a {
    flex: 1;
    border-right: 1px solid #d5dcdf;
    margin-right: 15px;
    padding-right: 15px;
  }
  .next-day .testimonial__wrapper--item .review .link a img {
    float: right;
    width: 75px;
  }
  .next-day .testimonial__wrapper--item .review .link .name {
    flex: 1;
    font-size: 13px;
    letter-spacing: 0.26px;
  }
  .next-day .description {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
  }
  .next-day .coupon__wrapper {
    max-width: inherit;
  }
  .next-day .coupon__wrapper .js-anchor-link {
    margin-bottom: 10px;
  }
  .next-day .coupon__code {
    width: 280px;
    background-size: contain;
  }
  .next-day .coupon__code p {
    top: 31px;
    font-size: 15px;
  }
  .next-day .link-wrapper {
    position: absolute;
    bottom: -79px;
    width: 100%;
    left: 0;
  }
  .next-day .link-wrapper .product-link {
    font-size: 16px;
    letter-spacing: 0.3px;
    min-width: 300px;
    margin: 0 auto;
    min-height: auto;
    min-height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .next-day ~ .reviews h2, .next-day ~ .reviews .h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
}
.video {
  padding: 100px 0;
}
.video.ed {
  background-color: #e3eff6;
}
.video.bc {
  background-color: #f8eff5;
}
.video .container {
  max-width: 1200px;
}
.video h1, .video .h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #0f181c;
  margin-bottom: 25px;
}
.video .rabatt {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.36px;
  color: #0f181c;
  margin-bottom: 30px;
}
.video .link-wrapper .product-link {
  font-size: 16px;
}
.video-wrapper {
  margin-left: 25px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 360px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video ~ .reviews h2, .video ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
  .video .link-wrapper .product-link {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .video {
    padding: 40px 0;
  }
  .video .container {
    max-width: 700px;
  }
  .video h1, .video .h1 {
    text-align: center;
  }
  .video-wrapper {
    height: 375px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .video .rabatt {
    max-width: 490px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .video .link-wrapper .product-link {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .video {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .video h1, .video .h1 {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
  .video .rabatt {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
  }
  .video .link-wrapper {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .video .link-wrapper .product-link {
    font-size: 18px;
    letter-spacing: 0.36px;
    padding: 10px;
    max-width: 300px;
    width: 100%;
  }
  .video .link-wrapper .product-link span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .video-wrapper {
    margin-left: 0;
    margin-bottom: 30px;
    height: 375px;
  }
  .video ~ .advantages .advantages__list {
    flex-direction: column;
  }
}
.why-us {
  background-color: #f6f6f6;
  overflow: hidden;
}
.why-us h1, .why-us .h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.68px;
  color: #0f181c;
  padding-top: 40px;
  margin: 0 -90px 0 0;
}
.why-us .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #0f181c;
  margin-bottom: 24px;
}
.why-us .reasons-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 22px;
}
.why-us .reasons-list li {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.32px;
  color: #0f181c;
  position: relative;
  padding-left: 29px;
}
.why-us .reasons-list li:before {
  content: url(/img_v4/landing/check-bl.png);
  position: absolute;
  left: 0;
  top: 1px;
  height: 12px;
  width: 14px;
}
.why-us .description {
  font-size: 16px;
  font-weight: 600;
  color: #0f181c;
  line-height: 1.63;
  letter-spacing: 0.32px;
  margin-bottom: 7px;
}
.why-us .coupon__wrapper {
  max-width: 340px;
  margin-left: 45px;
  text-align: center;
}
.why-us .coupon__wrapper .js-anchor-link {
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #333333;
  text-decoration: underline;
}
.why-us .coupon__wrapper .js-anchor-link:hover {
  text-decoration: none;
}
.why-us .coupon__code {
  background-image: url(/img_v4/landing/coupon-cut.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 72px;
  margin-bottom: 3px;
}
.why-us .coupon__code p {
  top: 28px;
  font-size: 19px;
}
.why-us .coupon__code p span {
  color: #0f181c;
}
.why-us .link-wrapper {
  margin-bottom: 50px;
}
.why-us .link-wrapper .product-link {
  font-size: 16px;
  min-width: 430px;
  min-height: 70px;
  line-height: normal;
}
.why-us .doctor {
  position: relative;
}
.why-us .doctor.desktop {
  display: block;
}
.why-us .doctor.tablet {
  display: none;
}
.why-us .doctor.mobile {
  display: none;
}
.why-us .doctor-photo {
  background-repeat: no-repeat;
  width: 640px;
  height: 620px;
  background-position: 40px 0;
}
.why-us .about-doctor {
  position: absolute;
  right: -80px;
  bottom: 50px;
  display: flex;
  align-items: flex-end;
}
.why-us .about-doctor.tablet {
  display: none;
}
.why-us .about-doctor .name {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.28px;
  color: #0f181c;
  font-style: italic;
  margin-right: 10px;
}
.why-us .about-doctor .mhra-img {
  width: 110px;
  height: 92px;
}
.why-us ~ .advantages {
  display: none;
}
.why-us ~ .reviews h2, .why-us ~ .reviews .h2 {
  color: #0f181c;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .why-us .doctor-photo {
    background-position: 0 0;
  }
  .why-us .about-doctor {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .why-us {
    background-repeat: no-repeat;
    background-position: right -170px bottom;
  }
  .why-us h1, .why-us .h1 {
    margin: 0;
  }
  .why-us .coupon__wrapper {
    margin-left: 0;
  }
  .why-us .description {
    margin-right: 80px;
  }
  .why-us .doctor.tablet {
    display: block;
  }
  .why-us .about-doctor {
    right: -190px;
    flex-direction: column-reverse;
  }
  .why-us .about-doctor.tablet {
    display: flex;
  }
  .why-us .about-doctor .mhra-img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .why-us {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .why-us-wrapper {
    background-color: #f6f6f6;
    margin: 0 -15px;
    padding: 30px 20px 0;
  }
  .why-us h1, .why-us .h1 {
    padding: 0;
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: 0.52px;
    text-align: left;
    margin: 0;
  }
  .why-us .title {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.32px;
    text-align: left;
  }
  .why-us .reasons-list li {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
  }
  .why-us .description {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.28px;
    text-align: left;
  }
  .why-us .coupon__wrapper {
    max-width: inherit;
    margin: 0;
    padding-bottom: 40px;
  }
  .why-us .coupon__wrapper .js-anchor-link {
    margin-bottom: 10px;
  }
  .why-us .coupon__code {
    width: 280px;
    height: 62px;
    background-size: contain;
  }
  .why-us .coupon__code p {
    top: 26px;
    font-size: 15px;
  }
  .why-us .link-wrapper {
    position: absolute;
    bottom: -79px;
    width: 100%;
    left: 0;
    z-index: 2;
  }
  .why-us .link-wrapper .product-link {
    font-size: 16px;
    letter-spacing: 0.3px;
    min-width: 300px;
    margin: 0 auto;
    min-height: auto;
    min-height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why-us .doctor {
    padding: 40px 0;
    max-width: 320px;
    margin: auto;
  }
  .why-us .doctor-photo {
    width: auto;
    height: 270px;
    background-position: right -12px bottom -15px;
  }
  .why-us .about-doctor {
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 5px;
    bottom: 40px;
    right: auto;
  }
  .why-us .about-doctor .mhra-img {
    margin-bottom: 15px;
  }
  .why-us .about-doctor .name {
    font-size: 11px;
    line-height: 1.18;
    letter-spacing: 0.22px;
  }
  .why-us ~ .reviews h2, .why-us ~ .reviews .h2 {
    color: #0f181c;
    font-size: 16px;
    font-weight: bold;
  }
}
.order {
  padding: 135px 0;
  background-color: #f7f6f9;
}
.order .custom-col {
  padding: 0;
}
.order__title {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  color: #0f181c;
}
.order__subtitle {
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #0f181c;
  margin-bottom: 32px;
}
.order__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.order__list.desktop {
  display: block;
}
.order__list.mobile {
  display: none;
}
.order__list--item {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #0f181c;
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
}
.order__list--item:last-of-type {
  margin-bottom: 0;
}
.order__list--item:before {
  content: url(/img_v4/check-bl.png);
  position: absolute;
  left: 0;
  top: 1px;
  height: 14px;
  width: 16px;
}

@media only screen and (min-width: 1124px) {
  .order__list {
    margin-right: -45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .order {
    padding: 50px 0 60px;
  }
  .order__title {
    text-align: center;
    margin-bottom: 45px;
  }
  .order__list {
    max-width: 300px;
    margin: 15px auto 0;
  }
  .order__list.desktop {
    display: none;
  }
  .order__list.mobile {
    display: block;
  }
  .order__subtitle {
    margin: 0 0 35px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .order .product-link {
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 767px) {
  .order {
    padding: 35px 0;
  }
  .order .custom-col {
    padding: 0 15px;
  }
  .order__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .order__list {
    max-width: 255px;
    margin: 15px auto 0;
  }
  .order__list.desktop {
    display: none;
  }
  .order__list.mobile {
    display: block;
  }
  .order__list--item {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
  .order .product-link {
    font-size: 18px;
  }
  .order__subtitle {
    margin: 0 0 35px;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-align: center;
  }
}
.coupon {
  padding: 100px 0;
  background-color: #f7f6f9;
}
.coupon__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.6px;
  color: #0f181c;
  margin-bottom: 22px;
}
.coupon__code {
  background-image: url(/img_v4/landing/coupon-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative;
  width: 267px;
  height: 85px;
  margin-bottom: 40px;
}
.coupon__code p {
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #0f181c;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  text-align: center;
}
.coupon__code p span {
  font-weight: bold;
  color: #026a95;
}
.coupon__subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #0f181c;
  margin-bottom: 32px;
  line-height: 1;
}
.coupon__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupon__list--item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #0f181c;
  margin-bottom: 30px;
}
.coupon__list--item .num {
  font-size: 22px;
  color: #00b4ff;
}
.coupon__list--item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 1137px) {
  .coupon .custom-col {
    padding: 0;
  }
  .coupon__subtitle {
    margin-right: -60px;
  }
  .coupon__list {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .coupon {
    padding: 55px 0;
  }
  .coupon__title {
    text-align: center;
  }
  .coupon__code {
    margin: 0 auto 40px;
  }
  .coupon .product-link {
    margin: 0 auto 55px;
  }
  .coupon__subtitle {
    text-align: center;
  }
  .coupon__list {
    max-width: 320px;
    margin: 0 auto;
  }
  .coupon__list--item {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .coupon {
    padding: 35px 0;
  }
  .coupon__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
    margin-bottom: 15px;
    text-align: center;
  }
  .coupon__code {
    margin: 0 auto 20px;
  }
  .coupon .product-link {
    margin-bottom: 35px;
  }
  .coupon__subtitle {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
  }
  .coupon__list {
    max-width: 255px;
    margin: 0 auto;
  }
  .coupon__list--item {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
  }
  .coupon__list--item .num {
    font-size: 18px;
    font-weight: 500;
  }
}
.reviews {
  padding: 95px 0 100px;
}
.reviews h2, .reviews .h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #7b7b7b;
  text-align: center;
  margin-bottom: 75px;
}
.reviews.new-cus .product-link.color {
  margin-top: 46px;
}
.reviews .title {
  margin-bottom: 30px;
  font-weight: 700;
  color: #333333;
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews {
    padding: 55px 0 60px;
  }
  .reviews h2, .reviews .h2 {
    line-height: 1.36;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    padding: 35px 0 40px;
  }
  .reviews h2, .reviews .h2 {
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
  }
  .reviews .trustpilot-widget iframe {
    margin: 0 auto;
  }
  .reviews.v10 {
    padding: 95px 0 50px;
  }
  .reviews.remarketing .title {
    font-size: 22px;
  }
}
.certificates {
  background-color: #f7f6f9;
  padding: 100px 0;
}
.certificates .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.6px;
  color: #0f181c;
  margin-bottom: 30px;
}
.certificates__icons {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.certificates__icons--item {
  margin-right: 20px;
}
.certificates__icons--item a {
  display: block;
}
.certificates__icons--item img {
  width: 110px;
  height: 92px;
}
.certificates__list {
  margin: 0;
  margin-left: 50px;
  padding: 0;
  list-style-type: none;
}
.certificates__list--item {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #0f181c;
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
}
.certificates__list--item:last-of-type {
  margin-bottom: 35px;
}
.certificates__list--item:before {
  content: url(/img_v4/check-bl.png);
  position: absolute;
  left: 0;
  top: 1px;
  height: 14px;
  width: 16px;
}
.certificates .product-link {
  margin-left: 50px;
}
.certificates.google {
  background-color: #fff;
  padding: 100px 0 85px;
}
.certificates.google .title {
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.64px;
  margin-bottom: 22px;
  margin-right: 30px;
}
.certificates.google .certificates__list {
  margin-left: 18px;
}
.certificates.google .certificates__list.bc .certificates__list--item:before {
  content: url(/img_v4/landing/check-bc-2.png);
}
.certificates.google.v10 .certificates__list {
  margin-bottom: 50px;
}
.certificates.google.v10 .certificates__list--item {
  margin-bottom: 25px;
}
.certificates.google .product-link.color {
  min-width: 370px;
  margin-left: 18px;
}
.certificates.google .product-link.color.big-btn {
  min-width: 468px;
  margin-left: -65px;
  padding: 25px 10px;
}
.certificates.v7 {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.certificates.v7 .title {
  font-size: 28px;
  margin-bottom: 50px;
}
.certificates.v7 .certificates__list.bc .certificates__list--item {
  font-size: 15px;
}
.certificates.v7 .certificates__list.bc .certificates__list--item:before {
  content: url(/img_v4/check-bl.png);
}
.certificates.v7 .certificates__list.bc .certificates__list--item:last-of-type {
  margin-bottom: 50px;
}
.certificates.v7 .under-cta {
  margin-top: 10px;
  text-align: center;
  margin-left: 18px;
  margin-bottom: 0;
  font-weight: 500;
  max-width: 370px;
}

@media only screen and (max-width: 1124px) {
  .certificates.how .product-link {
    margin-right: -80px;
  }
  .certificates.google .product-link.color.big-btn {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .certificates {
    padding: 55px 0 60px;
  }
  .certificates .title {
    text-align: center;
  }
  .certificates__icons {
    justify-content: center;
    margin-bottom: 50px;
  }
  .certificates__icons--item:last-of-type {
    margin-right: 0;
  }
  .certificates__list {
    max-width: 305px;
    margin: 0 auto 35px;
  }
  .certificates .product-link {
    margin: auto;
  }
  .certificates.google {
    padding: 60px 0;
  }
  .certificates.google.v10 {
    padding: 100px 0;
  }
  .certificates.google .title {
    margin-right: 0;
  }
  .certificates.google .certificates__icons {
    margin-bottom: 40px;
  }
  .certificates.google .certificates__list {
    margin: 0 auto;
    max-width: 335px;
  }
  .certificates.google .certificates__list--item {
    padding-left: 35px;
  }
  .certificates.google .certificates__list--item:last-of-type {
    margin-bottom: 45px;
  }
  .certificates.google .product-link.color, .certificates.google .product-link.color.big-btn {
    margin: 0 auto;
  }
  .certificates.v7 {
    padding: 100px 0 45px;
  }
  .certificates.v7 .certificates__icons {
    margin-bottom: 50px;
  }
  .certificates.v7 .certificates__list--item {
    margin-bottom: 17px;
    font-size: 15px;
  }
  .certificates.v7 .certificates__list--item:last-of-type {
    margin-bottom: 50px;
  }
  .certificates.v7 .product-link.color {
    min-width: 445px;
  }
  .certificates.v7 .under-cta {
    margin: 10px auto 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .certificates {
    padding: 35px 0 40px;
  }
  .certificates .title {
    font-size: 17px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 35px;
  }
  .certificates__icons {
    justify-content: center;
    margin-bottom: 35px;
  }
  .certificates__icons--item {
    margin-right: 10px;
  }
  .certificates__icons--item:last-of-type {
    margin-right: 0;
  }
  .certificates__list {
    max-width: 255px;
    margin: 0 auto 35px;
  }
  .certificates__list.desktop {
    display: none;
  }
  .certificates__list.mobile {
    display: block;
  }
  .certificates__list--item {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
  .certificates .product-link {
    margin-left: auto;
  }
  .certificates.google {
    padding: 60px 0 50px;
    border-bottom: 1px solid #e9e9e9;
  }
  .certificates.google.v7 .link-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
  .certificates.google.v7 .product-link.color {
    width: auto;
  }
  .certificates.google.v10 {
    border-bottom: none;
  }
  .certificates.google.v10 .title {
    font-size: 24px;
  }
  .certificates.google .title {
    font-size: 20px;
    margin-right: 0;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: 0.4px;
  }
  .certificates.google .certificates__icons {
    margin-bottom: 30px;
  }
  .certificates.google .certificates__list {
    margin: auto;
  }
  .certificates.google .certificates__list--item {
    font-weight: 500;
  }
  .certificates.google .product-link.color {
    min-width: 100%;
    max-width: 400px;
    padding: 13px;
    border-radius: 35px;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
  }
  .certificates.google .product-link.color.big-btn {
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 50px;
    min-width: auto;
    max-width: 336px;
    margin: 0 auto;
  }
  .certificates.v7 {
    padding: 50px 0;
  }
  .certificates.v7 .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .certificates.v7 .certificates__icons {
    margin-bottom: 45px;
  }
  .certificates.v7 .certificates__list {
    max-width: 300px;
  }
  .certificates.v7 .certificates__list--item {
    font-size: 14px;
  }
  .certificates.v7 .product-link.color {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    min-width: auto;
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 13px;
  }
  .certificates.v7 .under-cta {
    font-size: 14px;
    max-width: 400px;
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 1320px) {
  .certificates.google.v7 .product-link.color {
    width: 468px;
  }
}
.steps {
  padding: 95px 0 100px;
}
.steps .title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.5px;
  color: #0f181c;
  margin-bottom: 80px;
}
.steps__item {
  margin: 0 20px;
}
.steps__item .image-wrapper {
  height: 70px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps__item .image.pills {
  width: 56px;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQuNCA2OS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NC40IDY5Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMDBCMzc4O308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjMsMTguNEMxLjIsMjEuMS0xLjcsMjguMiwxLDM0LjNjMi42LDYuMSw5LjcsOC45LDE1LjksNi4zbDE0LjItNi4yYzIuNi0xLDIuOC0yLjQsMS45LTQuNGMtMi4zLTUuNC00LjYtMTAuNy03LTE2LjFjLTAuOC0yLTIuMy0yLjYtNC42LTEuNkw3LjMsMTguNEw3LjMsMTguNHogTTQ2LDUyLjdsLTQuNCwxMS42Yy0wLjksMi41LTIuOSwyLjUtNC4yLDEuNGMtNC45LTQuMy02LjgtMTEuNC00LjQtMTcuOWMyLjQtNi41LDguNi0xMC41LDE1LjEtMTAuNWMxLjcsMCwzLjIsMS40LDIuMywzLjhMNDYsNTIuN0w0Niw1Mi43eiBNNDYuNCwxLjVjNi4xLTIuNiwxMy4yLDAuMiwxNS45LDYuM2MyLjYsNi4xLTAuMiwxMy4yLTYuMywxNS45bC0xNC4yLDYuMmMtMi41LDEuMi0zLjcsMC40LTQuNi0xLjZjLTIuMy01LjQtNC42LTEwLjctNy0xNi4xYy0wLjktMi0wLjMtMy41LDItNC40TDQ2LjQsMS41TDQ2LjQsMS41eiBNNTAuNCw1NC40TDQ2LDY2Yy0wLjksMi40LDAuNiwzLjgsMi4zLDMuOGM2LjUsMCwxMi42LTQsMTUuMS0xMC41YzIuNC02LjUsMC41LTEzLjUtNC40LTE3LjljLTEuMy0xLjEtMy4zLTEuMS00LjIsMS40TDUwLjQsNTQuNHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
}
.steps__item .image.note {
  width: 47px;
  height: 67px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTMuOCA3Ni45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1My44IDc2Ljk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDBCMzc4O308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy43LDQuM2g1Ljh2LTJjMC0xLjMsMS0yLjMsMi4zLTIuM0MyMywwLDI0LDEsMjQsMi4zdjJoNS44di0yYzAtMS4zLDEtMi4zLDIuMy0yLjNjMS4zLDAsMi4zLDEsMi4zLDIuM3YyaDUuOHYtMmMwLTEuMywxLTIuMywyLjMtMi4zYzEuMywwLDIuMywxLDIuMywyLjN2MmMyLjUsMCw0LjgsMSw2LjUsMi43YzEuNywxLjcsMi43LDQsMi43LDYuNXY1NC4yYzAsMi41LTEsNC44LTIuNyw2LjVjLTEuNywxLjctNCwyLjctNi41LDIuN0g5LjJjLTIuNSwwLTQuOC0xLTYuNS0yLjdDMSw3Mi41LDAsNzAuMiwwLDY3LjdWMTMuNUMwLDExLDEsOC43LDIuNyw3YzEuNy0xLjcsMy45LTIuNyw2LjUtMi43di0yYzAtMS4zLDEtMi4zLDIuMy0yLjNjMS4zLDAsMi4zLDEsMi4zLDIuM1Y0LjNMMTMuNyw0LjN6IE0xMC40LDYxLjRjLTAuNiwwLTEuMSwwLjUtMS4xLDEuMWMwLDAuNiwwLjUsMS4xLDEuMSwxLjFoMzNjMC42LDAsMS4xLTAuNSwxLjEtMS4xYzAtMC42LTAuNS0xLjEtMS4xLTEuMUgxMC40TDEwLjQsNjEuNHogTTEwLjQsNTIuM2MtMC42LDAtMS4xLDAuNS0xLjEsMS4xYzAsMC42LDAuNSwxLjEsMS4xLDEuMWgzM2MwLjYsMCwxLjEtMC41LDEuMS0xLjFjMC0wLjYtMC41LTEuMS0xLjEtMS4xSDEwLjRMMTAuNCw1Mi4zeiBNMTAuNCwzNC40Yy0xLjUsMC0xLjUsMi4zLDAsMi4zaDcuMWMwLjYsMCwxLjMsMC4xLDEuNiwwLjlsMC41LDEuOGMwLjQsMS40LDIuNiwxLjUsMi45LTAuMWwxLjgtOC4ybDEuNSwxMi40YzAuMiwxLjcsMi45LDEuOSwzLjIsMC4xbDEuMy02LjdjMC4xLTAuNywwLjYtMC45LDEuMS0wLjloMTEuOWMxLjUsMCwxLjUtMi4zLDAtMi4zSDMwLjdjLTIsMC0yLjQsMS41LTIuNSwyLjNsLTAuNiwzLjFsLTEuNi0xM2MtMC4yLTEuNS0yLjUtMS42LTIuOSwwbC0yLjIsOS45Yy0wLjctMS4yLTItMS42LTMuNC0xLjZIMTAuNEwxMC40LDM0LjR6IE00MC4xLDguOWMtMC42LDAuNi0wLjksMS40LTAuOSwyLjNjMCwxLjgsMS40LDMuMiwzLjIsMy4yYzEuOCwwLDMuMi0xLjQsMy4yLTMuMmMwLTAuOS0wLjQtMS43LTAuOS0yLjN2MC43YzAsMS4zLTEsMi4zLTIuMywyLjNjLTEuMywwLTIuMy0xLTIuMy0yLjNWOC45TDQwLjEsOC45eiBNMjkuOCw4LjljLTAuNiwwLjYtMC45LDEuNC0wLjksMi4zYzAsMS44LDEuNCwzLjIsMy4yLDMuMmMxLjgsMCwzLjItMS40LDMuMi0zLjJjMC0wLjktMC40LTEuNy0wLjktMi4zdjAuN2MwLDEuMy0xLDIuMy0yLjMsMi4zYy0xLjMsMC0yLjMtMS0yLjMtMi4zVjguOUwyOS44LDguOXogTTE5LjUsOC45Yy0wLjYsMC42LTAuOSwxLjQtMC45LDIuM2MwLDEuOCwxLjQsMy4yLDMuMiwzLjJjMS44LDAsMy4yLTEuNCwzLjItMy4yYzAtMC45LTAuNC0xLjctMC45LTIuM3YwLjdjMCwxLjMtMSwyLjMtMi4zLDIuM2MtMS4zLDAtMi4zLTEtMi4zLTIuM1Y4LjlMMTkuNSw4Ljl6IE05LjIsOC45Yy0wLjYsMC42LTAuOSwxLjQtMC45LDIuM2MwLDEuOCwxLjQsMy4yLDMuMiwzLjJjMS44LDAsMy4yLTEuNCwzLjItMy4yYzAtMC45LTAuNC0xLjctMC45LTIuM3YwLjdjMCwxLjMtMSwyLjMtMi4zLDIuM2MtMS4zLDAtMi4zLTEtMi4zLTIuM1Y4LjlMOS4yLDguOXogTTQ4LjksMThoLTQ0djQ5LjdjMCwxLjIsMC41LDIuMywxLjMsM0M3LDcxLjUsOCw3Miw5LjIsNzJoMzUuNGMxLjIsMCwyLjMtMC41LDMtMS4zYzAuOC0wLjgsMS4zLTEuOSwxLjMtM1YxOHoiLz48L3N2Zz4=);
}
.steps__item .image.delivery {
  width: 60px;
  height: 41px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjguOSA0Ny44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2OC45IDQ3Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMDBCMzc4O308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjksMGgzOS43YzIuMiwwLjEsMy41LDEuMSwzLjYsMy44bDAuOSw5LjhjMCwwLjQsMC4yLDAuNywwLjYsMC43YzMuMiwwLDYuMiwwLjIsOS4xLDEuOWM0LjMsMi41LDguMyw4LjQsOCwyMi42YzAsMS42LTEuMywyLjktMi45LDIuOWgtMi43Yy0wLjMsMC0wLjUtMC4xLTAuNS0wLjVjLTAuNC0zLjctMy41LTYuNi03LjMtNi42Yy0zLjgsMC02LjksMi45LTcuMyw2LjZjMCwwLjMtMC4xLDAuNS0wLjUsMC41SDIwLjFjLTAuNCwwLTAuNS0wLjItMC41LTAuNWMtMC40LTMuNy0zLjUtNi42LTcuMy02LjZjLTMuOCwwLTYuOSwyLjktNy4zLDYuNmMwLDAuNC0wLjEsMC41LTAuNiwwLjVIMi45Yy0xLjksMC0zLjEtMS0yLjktMi45TDMuMiwzLjJDMy41LDAuOSw0LjcsMCw2LjksMEw2LjksMHogTTU1LjUsMzYuMmMtMy4yLDAtNS44LDIuNi01LjgsNS44YzAsMy4yLDIuNiw1LjgsNS44LDUuOGMzLjIsMCw1LjgtMi42LDUuOC01LjhDNjEuMywzOC44LDU4LjcsMzYuMiw1NS41LDM2LjJMNTUuNSwzNi4yeiBNNTUuNSwzOS4xYy0xLjYsMC0yLjksMS4zLTIuOSwyLjljMCwxLjYsMS4zLDIuOSwyLjksMi45czIuOS0xLjMsMi45LTIuOUM1OC40LDQwLjQsNTcuMSwzOS4xLDU1LjUsMzkuMUw1NS41LDM5LjF6IE0xMi4zLDM2LjJjLTMuMiwwLTUuOCwyLjYtNS44LDUuOHMyLjYsNS44LDUuOCw1LjhjMy4yLDAsNS44LTIuNiw1LjgtNS44UzE1LjUsMzYuMiwxMi4zLDM2LjJMMTIuMywzNi4yeiBNMTIuMywzOS4xYy0xLjYsMC0yLjksMS4zLTIuOSwyLjljMCwxLjYsMS4zLDIuOSwyLjksMi45YzEuNiwwLDIuOS0xLjMsMi45LTIuOUMxNS4zLDQwLjQsMTQsMzkuMSwxMi4zLDM5LjFMMTIuMywzOS4xeiBNMTUsMTguOGMwLDAuOSwwLjgsMS43LDEuNywxLjdoNS41VjI2YzAsMC45LDAuOCwxLjcsMS43LDEuN2gyLjVjMC45LDAsMS43LTAuOCwxLjctMS43di01LjVoNS41YzAuOSwwLDEuNy0wLjgsMS43LTEuN3YtMi41YzAtMC45LTAuOC0xLjctMS43LTEuN2gtNS41VjkuMWMwLTAuOS0wLjgtMS43LTEuNy0xLjdIMjRjLTAuOSwwLTEuNywwLjgtMS43LDEuN3Y1LjVoLTUuNWMtMC45LDAtMS43LDAuOC0xLjcsMS43VjE4LjhMMTUsMTguOHogTTQ5LjksMTkuN2MtMC42LDAtMSwwLjUtMSwxdjkuMmMwLDAuNiwwLjUsMSwxLDFoOWMwLjYsMCwxLjEtMC41LDEuMS0xdi01LjhjMC0yLjctMS40LTQuNC00LjQtNC40SDQ5Ljl6Ii8+PC9zdmc+);
}
.steps__item .heading {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.steps__item .description {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: 0.3px;
  color: #555555;
}
.steps .product-link {
  margin-top: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .steps {
    padding: 55px 0 60px;
  }
  .steps .title {
    margin-bottom: 55px;
  }
  .steps__item {
    margin: 0;
  }
  .steps__item .heading {
    font-size: 14px;
    line-height: 1.14;
  }
  .steps__item .description {
    font-size: 14px;
    line-height: 1.36;
  }
  .steps .product-link {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .steps {
    padding: 35px 0 40px;
  }
  .steps .title {
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 40px;
  }
  .steps__item {
    margin: 0 0 55px 0;
  }
  .steps__item .image-wrapper {
    margin-bottom: 15px;
    height: auto;
  }
  .steps__item .heading {
    max-width: 250px;
    margin: 0 auto 5px;
    text-align: center;
  }
  .steps__item .description {
    max-width: 240px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .steps .last-col .steps__item {
    margin-bottom: 0;
  }
  .steps .product-link {
    margin-top: 35px;
  }
}
.main_how {
  padding: 75px 0 80px;
  background-color: #f7f6f9;
}
.main_how .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-align: center;
  color: #0f181c;
  margin-bottom: 54px;
}
.main_how .subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.5px;
  color: #0f181c;
  margin-bottom: 60px;
}
.main_how .product-link {
  margin-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main_how {
    padding: 50px 0 60px;
  }
  .main_how .title {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .main_how {
    padding: 35px 0 40px;
  }
  .main_how .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
  }
  .main_how .subtitle {
    font-size: 17px;
    line-height: 1.24;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    text-align: center;
  }
  .main_how .last-col .steps__item {
    margin-bottom: 0;
  }
  .main_how .product-link {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.advantages {
  background-color: #009262;
  padding: 20px 0;
}
.advantages.white {
  background-color: #FAFAFA;
  border-bottom: 1px solid #F7F7F7;
}
.advantages__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
}
.advantages__list--item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
  padding-left: 26px;
  position: relative;
}
.advantages__list--item:before {
  content: url(/img_v4/landing/check-gr.png);
  position: absolute;
  left: 0;
  top: 1px;
  height: 14px;
  width: 16px;
}
.advantages.remarketing {
  background-color: #FAFAFA;
}
.advantages.remarketing .advantages__list {
  width: 100%;
}
.advantages.remarketing .advantages__list--item {
  font-size: 13px;
}
.advantages.remarketing.v3 {
  background-color: #FAFAFA;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 17px 0;
}
.advantages.remarketing.v3 .advantages__list--item {
  color: #222222;
}
.advantages.remarketing.v3 .advantages__list--item span {
  padding: 0 0 0 32px;
}
.advantages.remarketing.v3 .advantages__list--item span:before {
  content: url(/img_v4/landing/check-remarketing.png);
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.advantages.remarketing.v1 {
  background-color: #081C36;
  padding: 15px 0;
}
.advantages.remarketing.v1 .advantages__list--item {
  color: #FFFFff;
}
.advantages.remarketing.v1 .advantages__list--item span {
  padding: 0 0 0 32px;
}
.advantages.remarketing.v1 .advantages__list--item span:before {
  content: url(/img_v4/landing/check-remarketing.png);
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.advantages.v10 .advantages__list--item {
  text-align: left;
  padding-left: 0;
  justify-content: center;
}
.advantages.v10 .advantages__list--item:before {
  display: none;
}
.advantages.v10 .advantages__list--item span {
  display: inline-block;
  padding-left: 26px;
  padding-right: 25px;
  position: relative;
  margin: 0 auto;
}
.advantages.v10 .advantages__list--item span:before {
  content: url(/img_v4/landing/check-ed.png);
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  height: 14px;
  width: 16px;
}
.advantages.bc {
  background-color: #e376bf;
}
.advantages.bc .advantages__list--item:before {
  content: url(/img_v4/landing/check-bc.png);
}
.advantages.dark {
  background-color: #454647;
}
.advantages.dark .advantages__list--item:before {
  content: url(/img_v4/landing/check-ed.png);
}
.advantages.google .advantages__list--item {
  margin-right: 25px;
}
.advantages.google .advantages__list--item:before {
  top: 50%;
  transform: translateY(-50%);
}
.advantages.white {
  background-color: #fff;
}
.advantages.white .advantages__list--item {
  color: #222222;
  font-size: 14px;
}
.advantages.white .advantages__list--item:before {
  content: url(/img_v4/landing/check-ed.png);
}
.advantages.gray {
  background-color: #FAFAFA;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.advantages.gray .advantages__list--item {
  color: #222222;
  font-size: 14px;
}
.advantages.gray .advantages__list--item:before {
  content: url(/img_v4/landing/check-ed.png);
}
.advantages.blue {
  background-color: #081C36;
}
.advantages.blue .advantages__list--item {
  color: #FFFFff;
  font-size: 14px;
}
.advantages.blue .advantages__list--item:before {
  content: url(/img_v4/landing/check-ed.png);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .advantages__list--item:before {
    top: 10px;
  }
  .advantages.v3 .advantages__list {
    max-width: 300px;
  }
  .advantages.google .advantages__list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 1023px) {
  .advantages.v10 {
    padding: 26px 0;
  }
  .advantages.v10 .advantages__list--item {
    text-align: center;
    margin-right: 0;
  }
  .advantages.v10 .advantages__list {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .advantages {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    padding: 35px 0;
  }
  .advantages__list {
    color: #0f181c;
    max-width: 250px;
    align-items: flex-start;
    margin: auto;
  }
  .advantages__list--item {
    font-weight: normal;
    margin-bottom: 15px;
  }
  .advantages__list--item:before {
    content: url(/img_v4/landing/check-dark.png);
  }
  .advantages__list--item:last-of-type {
    margin-bottom: 0;
  }
  .advantages__list--item.bold {
    font-weight: 700;
  }
  .advantages__list.js-init-slick-mobile {
    flex-direction: row;
  }
  .advantages.bc {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .advantages.remarketing .advantages__list--item {
    font-size: 14px;
  }
}
.how-it-works.google {
  padding: 100px 0;
}
.how-it-works.google .title {
  font-size: 24px;
  letter-spacing: 0.48px;
  font-weight: bold;
  color: #0f181c;
  margin-bottom: 50px;
  line-height: 1;
}
.how-it-works.google .mob-btn-wrapper {
  display: none;
}
.how-it-works.google iframe {
  margin-bottom: 50px;
  width: 100%;
}
.how-it-works.google .mid-col {
  padding: 0 !important;
}
.how-it-works.google .mid-col .steps__item {
  margin: 0 15px 25px;
}
.how-it-works.google .steps__item {
  margin: 0 21px 25px;
}
.how-it-works.google .steps__item .heading {
  font-weight: 600;
  letter-spacing: 0.32px;
  color: #111111;
  margin-bottom: 10px;
}
.how-it-works.google .steps__item .description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.how-it-works.google .steps__item .image-wrapper {
  margin-bottom: 30px;
}
.how-it-works.google .steps__item .image.start {
  width: 63px;
  height: 65px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjIuOCA2NC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2Mi44IDY0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzRkY2JhMTtzdHJva2Utd2lkdGg6Mi44MzU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7ZmlsbDpub25lO3N0cm9rZTojNGRjYmExO3N0cm9rZS13aWR0aDoyLjgzNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PGc+PGRlZnM+PHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIwIiB3aWR0aD0iNjIuOCIgaGVpZ2h0PSI2NC44Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+PC9jbGlwUGF0aD48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDkuNCw1MC40djljMCwyLjItMS44LDQtNCw0aC0zMmMtMi4yLDAtNC0xLjgtNC00di0yMSIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjQsMjAuNHYtMTVjMC0yLjIsMS44LTQsNC00aDMyYzIuMiwwLDQsMS44LDQsNHYzIi8+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNDMuNCw4LjQgNDMuNCw3LjQgMTUuNCw3LjQgMTUuNCwxOC40ICIvPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE1LjQsNDAuNCAxNS40LDUxLjQgNDMuNCw1MS40IDQzLjQsNTAuNCAiLz48bGluZSBjbGFzcz0ic3QxIiB4MT0iMjUuNCIgeTE9IjU3LjQiIHgyPSIzMy40IiB5Mj0iNTcuNCIvPjxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxLjQiIHkxPSIyNi40IiB4Mj0iNC40IiB5Mj0iMjYuNCIvPjxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxMC40IiB5MT0iMjYuNCIgeDI9IjIxLjQiIHkyPSIyNi40Ii8+PGxpbmUgY2xhc3M9InN0MSIgeDE9IjQuNCIgeTE9IjMyLjQiIHgyPSI3LjQiIHkyPSIzMi40Ii8+PGxpbmUgY2xhc3M9InN0MSIgeDE9IjEzLjQiIHkxPSIzMi40IiB4Mj0iMjQuNCIgeTI9IjMyLjQiLz48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjQxLjQsMTQuNCA1MS40LDE0LjQgNTEuNCwyNC40IDYxLjQsMjQuNCA2MS40LDM0LjQgNTEuNCwzNC40IDUxLjQsNDQuNCA0MS40LDQ0LjQgNDEuNCwzNC40IDMxLjQsMzQuNCAzMS40LDI0LjQgNDEuNCwyNC40ICIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
}
.how-it-works.google .steps__item .image.select {
  width: 63px;
  height: 65px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjIuOCA2NC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2Mi44IDY0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzRkY2JhMTtzdHJva2Utd2lkdGg6Mi44MzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0ZGNiYTE7c3Ryb2tlLXdpZHRoOjIuODM1O3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6IzRkY2JhMTt9PC9zdHlsZT48Zz48ZGVmcz48cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAiIHdpZHRoPSI2Mi44IiBoZWlnaHQ9IjY0LjgiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NC40LDIwLjRjMCwwLTYuOSw0LjgtMTcsNVY0MWMwLDUuNCwyLjUsMTAuNiw2LjcsMTRsMTAuMyw4LjRMNTQuNyw1NWM0LjItMy40LDYuNy04LjYsNi43LTE0VjI1LjRDNTEuMywyNS4yLDQ0LjQsMjAuNCw0NC40LDIwLjR6Ii8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI0Ny40LDM2LjQgNDcuNCwzMC40IDQxLjQsMzAuNCA0MS40LDM2LjQgMzUuNCwzNi40IDM1LjQsNDIuNCA0MS40LDQyLjQgNDEuNCw0OC40IDQ3LjQsNDguNCA0Ny40LDQyLjQgNTMuNCw0Mi40IDUzLjQsMzYuNCAiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYuNCwxMy40di00YzAtMS43LTEuMy0zLTMtM2gtMnYtNWgtMTZ2NWgtMmMtMS43LDAtMywxLjMtMywzdjRIMzYuNHoiLz48cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSIyMC40LDYuNCAyMC40LDguNCAyNi40LDguNCAyNi40LDYuNCAiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYuNCw2My40aC0zM2MtMS4xLDAtMi0wLjktMi0ydi01MGMwLTEuMSwwLjktMiwyLTJoMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNy40LDkuNGg1YzEuMSwwLDIsMC45LDIsMnYzIi8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE4LjQiIHkxPSIzMC40IiB4Mj0iMjcuNCIgeTI9IjMwLjQiLz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMTguNCIgeTE9IjM3LjQiIHgyPSIyNy40IiB5Mj0iMzcuNCIvPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxOC40IiB5MT0iNDQuNCIgeDI9IjI3LjQiIHkyPSI0NC40Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTEzLjQsMzAuNGMwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTMTMuNCwyOS4zLDEzLjQsMzAuNCIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMy40LDM3LjRjMCwxLjEtMC45LDItMiwycy0yLTAuOS0yLTJjMC0xLjEsMC45LTIsMi0yUzEzLjQsMzYuMywxMy40LDM3LjQiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTMuNCw0NC40YzAsMS4xLTAuOSwyLTIsMnMtMi0wLjktMi0yYzAtMS4xLDAuOS0yLDItMlMxMy40LDQzLjMsMTMuNCw0NC40Ii8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.how-it-works.google .steps__item .image.receive {
  width: 65px;
  height: 63px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQuOCA2Mi44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NC44IDYyLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzRkY2JhMTtzdHJva2Utd2lkdGg6Mi44MzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0ZGNiYTE7c3Ryb2tlLXdpZHRoOjIuODM1O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48Zz48ZGVmcz48cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAiIHdpZHRoPSI2NC44IiBoZWlnaHQ9IjYyLjgiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjQ5LjQiIGN5PSI1NS40IiByPSI2Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuNCIgY3k9IjU1LjQiIHI9IjYiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDAuNCwyNS40djVjMCwyLjIsMS44LDQsNCw0aDciLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTYuNCw1Ni40aDNjMi4yLDAsNC0xLjgsNC00VjQ1YzAtMi40LTAuOC00LjYtMi4yLTYuNWwtMTEuOC0xNmMtMS45LTIuNi00LjktNC4xLTgtNC4xaC0zNmMtMi4yLDAtNCwxLjgtNCw0djMwYzAsMi4yLDEuOCw0LDQsNGg0Ii8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjIxLjQiIHkxPSI1Ni40IiB4Mj0iNDMuNCIgeTI9IjU2LjQiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjEuNCwxNS40di0xYzAtMi44LDIuMy01LDUtNXM1LDIuMyw1LDV2MSIvPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyNi40IiB5MT0iMS40IiB4Mj0iMjYuNCIgeTI9IjUuNCIvPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxNC40IiB5MT0iOC40IiB4Mj0iMTcuNCIgeTI9IjEwLjQiLz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMzguNCIgeTE9IjguNCIgeDI9IjM1LjQiIHkyPSIxMC40Ii8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyNC40LDMxLjQgMjQuNCwyNS40IDE4LjQsMjUuNCAxOC40LDMxLjQgMTIuNCwzMS40IDEyLjQsMzcuNCAxOC40LDM3LjQgMTguNCw0My40IDI0LjQsNDMuNCAyNC40LDM3LjQgMzAuNCwzNy40IDMwLjQsMzEuNCAiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
}
.how-it-works.google .steps__item .image.foot {
  width: 65px;
  height: 63px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTM2LjggNzI2LjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzNi44IDcyNi45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOiMyOWJiZWM7fTwvc3R5bGU+PGc+PGRlZnM+PHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iNTM2LjgiIGhlaWdodD0iNzI2LjkiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MjIsNjc0LjRjLTAuNywwLTEuNS0wLjEtMi4yLTAuMmwtOTYuNy0yMC4xYy0yLjgtMC42LTUuMi0yLjItNi44LTQuNmMtMS42LTIuNC0yLjEtNS4zLTEuNS04LjFsMC4xLTAuM2MwLjYtMi44LDIuMi01LjIsNC42LTYuOGMxLjgtMS4xLDMuOC0xLjgsNS45LTEuOGMwLjcsMCwxLjUsMC4xLDIuMiwwLjJsOTYuNywyMC4xYzIuOCwwLjYsNS4yLDIuMiw2LjgsNC42YzEuNiwyLjQsMi4xLDUuMywxLjUsOC4xbC0wLjEsMC4zYy0wLjYsMi44LTIuMiw1LjItNC42LDYuOEM1MjYuMSw2NzMuOCw1MjQuMSw2NzQuNCw1MjIsNjc0LjQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTI3LjYsNjY0LjlsMC0wLjFsMC0wLjFjMC4zLTEuNSwwLTMuMS0wLjgtNC4zYy0wLjgtMS4yLTIuMS0yLjEtMy42LTIuNWwtNDguMy0xMC4xbC00OC4zLTEwLjFjLTEuNS0wLjMtMy4xLDAtNC4zLDAuOGMtMS4yLDAuOC0yLjEsMi4xLTIuNSwzLjZsMCwwLjFsMCwwLjFjLTAuMywxLjUsMCwzLjEsMC44LDQuM2MwLjgsMS4yLDIuMSwyLjEsMy42LDIuNWw0OC4zLDEwLjFsNDguNCwxMC4xYzEuNSwwLjMsMy4xLDAsNC4zLTAuOEM1MjYuNCw2NjcuNyw1MjcuMyw2NjYuNCw1MjcuNiw2NjQuOSIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MjIsNjc2LjRjLTAuOSwwLTEuNy0wLjEtMi42LTAuM0w0MjIuNyw2NTZjLTMuMy0wLjctNi4yLTIuNi04LTUuNWMtMS45LTIuOC0yLjUtNi4yLTEuOC05LjZsMC4xLTAuM2MwLjctMy4zLDIuNi02LjIsNS41LThjMi4xLTEuNCw0LjUtMi4xLDctMi4xYzAuOSwwLDEuNywwLjEsMi42LDAuM2w5Ni43LDIwLjFjMy4zLDAuNyw2LjIsMi42LDgsNS41YzEuOSwyLjgsMi41LDYuMiwxLjgsOS42bC0wLjEsMC4zYy0wLjcsMy4zLTIuNiw2LjItNS41LDhDNTI2LjksNjc1LjcsNTI0LjUsNjc2LjQsNTIyLDY3Ni40Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTUyMiw2NzEuNGMtMC41LDAtMS4xLTAuMS0xLjYtMC4ybC05Ni43LTIwLjFjLTItMC40LTMuNy0xLjYtNC45LTMuM2MtMS4xLTEuNy0xLjUtMy44LTEuMS01LjhsMC4xLTAuM2MwLjQtMiwxLjYtMy43LDMuMy00LjljMS43LTEuMSwzLjgtMS41LDUuOC0xLjFsOTYuNywyMC4xYzIsMC40LDMuNywxLjYsNC45LDMuM2MxLjEsMS43LDEuNSwzLjgsMS4xLDUuOGwtMC4xLDAuM2MtMC40LDItMS42LDMuNy0zLjMsNC45QzUyNSw2NzEsNTIzLjUsNjcxLjQsNTIyLDY3MS40IE00MjUuNCw2MzkuNmMtMC43LDAtMS40LDAuMi0yLDAuNmMtMC44LDAuNS0xLjQsMS40LTEuNiwyLjNsLTAuMSwwLjNjLTAuMiwxLDAsMiwwLjUsMi44YzAuNSwwLjgsMS40LDEuNCwyLjMsMS42bDk2LjcsMjAuMWMxLDAuMiwyLDAsMi44LTAuNWMwLjgtMC41LDEuNC0xLjQsMS42LTIuM2wwLjEtMC4zYzAuMi0xLDAtMi0wLjUtMi44Yy0wLjUtMC44LTEuNC0xLjQtMi4zLTEuNmwtOTYuNy0yMC4xQzQyNS45LDYzOS42LDQyNS42LDYzOS42LDQyNS40LDYzOS42Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTUyMiw2NzYuNWMtMC40LDAtMC45LDAtMS4zLTAuMWMtMC40LDAtMC45LTAuMS0xLjMtMC4ybC05Ni43LTIwLjFjLTEuNy0wLjMtMy4yLTEtNC42LTEuOWMtMS40LTAuOS0yLjYtMi4xLTMuNS0zLjZjLTAuOS0xLjQtMS42LTMtMS45LTQuNmMtMC4zLTEuNi0wLjMtMy4zLDAtNWwwLjEtMC4zYzAuNy0zLjMsMi42LTYuMiw1LjUtOC4xYzIuMS0xLjQsNC41LTIuMSw3LTIuMWMwLjksMCwxLjcsMC4xLDIuNiwwLjNsOTYuNywyMC4xYzEuNywwLjMsMy4yLDEsNC42LDEuOWMxLjQsMC45LDIuNiwyLjEsMy41LDMuNmMwLjksMS40LDEuNiwzLDEuOSw0LjZjMC4zLDEuNywwLjMsMy4zLDAsNWwtMC4xLDAuM2MtMC42LDIuOS0yLjIsNS41LTQuNSw3LjRDNTI3LjcsNjc1LjUsNTI0LjksNjc2LjUsNTIyLDY3Ni41Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTUyMS4yLDY3MS40Yy0wLjMsMC0wLjUtMC4xLTAuOC0wLjFsLTQ4LjMtMTAuMWwtNDguNC0xMC4xYy0xLTAuMi0yLTAuNi0yLjgtMS4yYy0wLjgtMC42LTEuNS0xLjMtMi4xLTIuMmMtMC42LTAuOS0xLTEuOC0xLjEtMi44Yy0wLjItMS0wLjItMiwwLTNsMC0wLjFsMC0wLjFjMC40LTIuMSwxLjctMy44LDMuMy00LjlzMy43LTEuNSw1LjgtMS4xbDQ4LjMsMTAuMWw0OC40LDEwLjFjMSwwLjIsMiwwLjYsMi44LDEuMmMwLjgsMC42LDEuNSwxLjMsMi4xLDIuMmMwLjYsMC45LDEsMS44LDEuMSwyLjhjMC4yLDEsMC4yLDIsMCwzbDAsMC4xbDAsMC4xYy0wLjQsMS44LTEuNCwzLjQtMi43LDQuNWMtMS40LDEuMS0zLjEsMS43LTQuOSwxLjdDNTIxLjgsNjcxLjUsNTIxLjUsNjcxLjUsNTIxLjIsNjcxLjQgTTQyMy4xLDY0MC40Yy0wLjYsMC41LTEuMSwxLjMtMS4zLDIuMWwwLDAuMWwwLDAuMWMtMC4xLDAuNS0wLjEsMSwwLDEuNGMwLjEsMC41LDAuMywwLjksMC41LDEuM2MwLjMsMC40LDAuNiwwLjgsMSwxYzAuNCwwLjMsMC44LDAuNSwxLjMsMC42bDQ4LjQsMTAuMWw0OC4zLDEwLjFjMSwwLjIsMiwwLDIuOC0wLjVjMC44LTAuNSwxLjQtMS4zLDEuNi0yLjNsMC0wLjFsMC0wLjFjMC4xLTAuNSwwLjEtMSwwLTEuNGMtMC4xLTAuNS0wLjMtMC45LTAuNS0xLjNjLTAuMy0wLjQtMC42LTAuOC0xLTFjLTAuNC0wLjMtMC44LTAuNS0xLjMtMC42bC00OC40LTEwLjFsLTQ4LjMtMTAuMWMtMC4xLDAtMC4zLDAtMC40LTAuMWMtMC4xLDAtMC4zLDAtMC40LDBDNDI0LjUsNjM5LjYsNDIzLjcsNjM5LjksNDIzLjEsNjQwLjQiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTIyLDY3OC41Yy0wLjUsMC0xLDAtMS41LTAuMWMtMC41LDAtMS0wLjEtMS41LTAuMkw0MjIuMyw2NThjLTEuOS0wLjQtMy43LTEuMi01LjMtMi4zYy0xLjYtMS4xLTMtMi41LTQtNC4xYy0xLjEtMS42LTEuOC0zLjQtMi4yLTUuM2MtMC40LTEuOS0wLjMtMy44LDAuMS01LjhsMC4xLTAuM2MwLjgtMy45LDMuMS03LjIsNi40LTkuM2MyLjQtMS42LDUuMi0yLjQsOC4xLTIuNGMxLDAsMiwwLjEsMywwLjNsOTYuNywyMC4xYzEuOSwwLjQsMy43LDEuMiw1LjMsMi4zYzEuNiwxLjEsMywyLjUsNCw0LjFjMS4xLDEuNiwxLjgsMy40LDIuMiw1LjNjMC40LDEuOSwwLjMsMy44LTAuMSw1LjhsLTAuMSwwLjNjLTAuNywzLjMtMi41LDYuNC01LjIsOC41QzUyOC42LDY3Ny4zLDUyNS40LDY3OC41LDUyMiw2NzguNSIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MjIsNjczLjVjLTAuMywwLTAuNywwLTEtMC4xYy0wLjMsMC0wLjctMC4xLTEtMC4ybC05Ni43LTIwLjFjLTEuMy0wLjMtMi40LTAuOC0zLjUtMS41Yy0xLjEtMC43LTItMS42LTIuNy0yLjdjLTAuNy0xLjEtMS4yLTIuMy0xLjQtMy41Yy0wLjItMS4zLTAuMi0yLjUsMC0zLjhsMC4xLTAuM2MwLjUtMi42LDItNC43LDQuMi02LjJjMi4yLTEuNCw0LjgtMS45LDcuMy0xLjRsOTYuNywyMC4xYzEuMywwLjMsMi40LDAuOCwzLjUsMS41YzEuMSwwLjcsMiwxLjYsMi43LDIuN2MwLjcsMS4xLDEuMiwyLjMsMS40LDMuNWMwLjIsMS4zLDAuMiwyLjUsMCwzLjhsLTAuMSwwLjNjLTAuNSwyLjItMS43LDQuMi0zLjQsNS42QzUyNi40LDY3Mi43LDUyNC4yLDY3My41LDUyMiw2NzMuNSBNNDI1LjQsNjM3LjVjLTEuMSwwLTIuMiwwLjMtMy4xLDAuOWMtMS4zLDAuOC0yLjIsMi4xLTIuNSwzLjZsLTAuMSwwLjNjLTAuMiwwLjctMC4yLDEuNSwwLDIuMmMwLjEsMC43LDAuNCwxLjQsMC44LDIuMWMwLjQsMC42LDEsMS4yLDEuNiwxLjZjMC42LDAuNCwxLjMsMC43LDIuMSwwLjlsOTYuNywyMC4xYzAuMiwwLDAuNCwwLjEsMC42LDAuMWwwLDBjMS41LDAuMiwzLTAuMyw0LjItMS4yYzEtMC44LDEuOC0yLDItMy4zbDAuMS0wLjNjMC4yLTAuNywwLjItMS41LDAtMi4yYy0wLjEtMC43LTAuNC0xLjQtMC44LTIuMWMtMC40LTAuNi0xLTEuMi0xLjYtMS42Yy0wLjYtMC40LTEuMy0wLjctMi4xLTAuOWwtOTYuNy0yMC4xQzQyNi4yLDYzNy42LDQyNS44LDYzNy41LDQyNS40LDYzNy41IE01MjIsNjY5LjRjLTAuNCwwLTAuOCwwLTEuMi0wLjFsLTk2LjctMjAuMWMtMC43LTAuMi0xLjQtMC40LTItMC45Yy0wLjYtMC40LTEuMS0xLTEuNi0xLjZjLTAuNC0wLjYtMC43LTEuMy0wLjgtMi4xYy0wLjEtMC43LTAuMS0xLjUsMC0yLjJsMC4xLTAuM2MwLjMtMS4zLDEtMi40LDItMy4zYzEuMi0wLjksMi43LTEuNCw0LjItMS4yYzAuMiwwLDAuNCwwLDAuNiwwLjFsOTYuNywyMC4xYzAuNywwLjIsMS40LDAuNCwyLDAuOWMwLjYsMC40LDEuMSwxLDEuNiwxLjZjMC40LDAuNiwwLjcsMS4zLDAuOCwyLjFjMC4xLDAuNywwLjEsMS41LDAsMi4ybC0wLjEsMC4zYy0wLjMsMS41LTEuMiwyLjgtMi40LDMuNkM1MjQuMiw2NjkuMSw1MjMuMSw2NjkuNCw1MjIsNjY5LjQgTTQyNS40LDY0MS42Yy0wLjQsMC0wLjgsMC4xLTEuMSwwLjRjLTAuMiwwLjItMC41LDAuNS0wLjYsMWwtMC4xLDAuM2MwLDAuMiwwLDAuNCwwLDAuN2MwLDAuMiwwLjEsMC40LDAuMywwLjZjMC4xLDAuMiwwLjMsMC40LDAuNSwwLjVjMC4yLDAuMSwwLjQsMC4yLDAuNiwwLjNsOTYuNywyMC4xYzAuNCwwLjEsMC45LDAsMS4zLTAuMmMwLjQtMC4yLDAuNi0wLjYsMC43LTEuMWwwLjEtMC4zYzAtMC4yLDAtMC40LDAtMC43YzAtMC4yLTAuMS0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjMtMC40LTAuNS0wLjVjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zbC05Ni43LTIwLjFjLTAuMSwwLTAuMSwwLTAuMiwwQzQyNS41LDY0MS42LDQyNS40LDY0MS42LDQyNS40LDY0MS42Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ2My45LDcyMi44Yy0wLjcsMC0xLjUtMC4xLTIuMi0wLjJsLTk2LjctMjAuMWMtMi44LTAuNi01LjItMi4yLTYuOC00LjZjLTEuNi0yLjQtMi4xLTUuMy0xLjUtOC4xYzAuNi0yLjgsMi4yLTUuMiw0LjYtNi44YzEuOC0xLjIsMy44LTEuOCw1LjktMS44YzAuNywwLDEuNSwwLjEsMi4yLDAuMmw5Ni43LDIwLjFjMi44LDAuNiw1LjIsMi4yLDYuOCw0LjZjMS42LDIuNCwyLjEsNS4zLDEuNSw4LjFjLTAuNiwyLjgtMi4yLDUuMi00LjYsNi44QzQ2OC4xLDcyMi4yLDQ2Niw3MjIuOCw0NjMuOSw3MjIuOEw0NjMuOSw3MjIuOHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDY5LjUsNzEzLjNMNDY5LjUsNzEzLjNMNDY5LjUsNzEzLjNjMC4zLTEuNSwwLTMuMS0wLjgtNC4zcy0yLjEtMi4xLTMuNi0yLjVsLTQ4LjMtMTAuMWwtNDguNC0xMC4xYy0xLjUtMC4zLTMuMSwwLTQuMywwLjhjLTEuMiwwLjgtMi4xLDIuMS0yLjUsMy42Yy0wLjMsMS41LDAsMy4xLDAuOCw0LjNjMC44LDEuMiwyLjEsMi4xLDMuNiwyLjVsNDguMywxMC4xbDQ4LjQsMTAuMWMxLjUsMC4zLDMuMSwwLDQuMy0wLjhDNDY4LjMsNzE2LjEsNDY5LjIsNzE0LjgsNDY5LjUsNzEzLjMiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDY0LDcyNC44Yy0wLjksMC0xLjctMC4xLTIuNi0wLjNsLTk2LjctMjAuMWMtMy4zLTAuNy02LjItMi42LTgtNS41Yy0xLjktMi44LTIuNS02LjItMS44LTkuNmMwLjctMy4zLDIuNi02LjIsNS41LThjMi4xLTEuNCw0LjUtMi4xLDctMi4xYzAuOSwwLDEuNywwLjEsMi42LDAuM2w5Ni43LDIwLjFjMy4zLDAuNyw2LjIsMi42LDgsNS41YzEuOSwyLjksMi41LDYuMiwxLjgsOS42Yy0wLjcsMy4zLTIuNiw2LjItNS41LDhDNDY4LjgsNzI0LjEsNDY2LjQsNzI0LjgsNDY0LDcyNC44Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ2NCw3MTkuOGMtMC41LDAtMS4xLTAuMS0xLjYtMC4ybC05Ni43LTIwLjFjLTItMC40LTMuNy0xLjYtNC45LTMuM2MtMS4xLTEuNy0xLjUtMy44LTEuMS01LjhjMC40LTIsMS42LTMuNywzLjMtNC45YzEuNy0xLjEsMy44LTEuNSw1LjgtMS4xbDk2LjcsMjAuMWMyLDAuNCwzLjcsMS42LDQuOSwzLjNjMS4xLDEuNywxLjUsMy44LDEuMSw1LjhjLTAuNCwyLTEuNiwzLjctMy4zLDQuOUM0NjYuOSw3MTkuNCw0NjUuNCw3MTkuOCw0NjQsNzE5LjggTTM2Ny4zLDY4OC4zYy0wLjcsMC0xLjQsMC4yLTIsMC42Yy0wLjgsMC41LTEuNCwxLjQtMS42LDIuM2MtMC4yLDEsMCwyLDAuNSwyLjhjMC41LDAuOCwxLjQsMS40LDIuMywxLjZsOTYuNywyMC4xYzEsMC4yLDIsMCwyLjgtMC41YzAuOC0wLjUsMS40LTEuNCwxLjYtMi4zdjBjMC4yLTEsMC0yLTAuNS0yLjhjLTAuNS0wLjgtMS40LTEuNC0yLjMtMS42TDM2OCw2ODguM0MzNjcuOCw2ODguMywzNjcuNSw2ODguMywzNjcuMyw2ODguMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NjQsNzI0LjljLTAuNCwwLTAuOSwwLTEuMy0wLjFjLTAuNCwwLTAuOS0wLjEtMS4zLTAuMmwtOTYuNy0yMC4xYy0xLjctMC4zLTMuMi0xLTQuNi0xLjljLTEuNC0wLjktMi42LTIuMS0zLjUtMy42Yy0wLjktMS40LTEuNi0zLTEuOS00LjZjLTAuMy0xLjctMC4zLTMuMywwLTVjMC43LTMuMywyLjYtNi4yLDUuNS04LjFjMi4xLTEuNCw0LjUtMi4xLDctMi4xYzAuOSwwLDEuNywwLjEsMi42LDAuM2w5Ni43LDIwLjFjMS43LDAuMywzLjIsMSw0LjYsMS45YzEuNCwwLjksMi42LDIuMSwzLjUsMy42YzAuOSwxLjQsMS42LDMsMS45LDQuNmMwLjMsMS42LDAuMywzLjMsMCw1Yy0wLjYsMi45LTIuMiw1LjUtNC41LDcuM0M0NjkuNyw3MjMuOSw0NjYuOCw3MjQuOSw0NjQsNzI0LjkiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDYzLjIsNzE5LjhjLTAuMywwLTAuNS0wLjEtMC44LTAuMUw0MTQsNzA5LjZsLTQ4LjQtMTAuMWMtMS0wLjItMi0wLjYtMi44LTEuMmMtMC44LTAuNi0xLjUtMS4zLTIuMS0yLjJjLTAuNi0wLjktMS0xLjgtMS4xLTIuOGMtMC4yLTEtMC4yLTIsMC0zYzAuNC0yLjEsMS43LTMuOCwzLjMtNC45YzEuNy0xLjEsMy43LTEuNSw1LjgtMS4xbDQ4LjQsMTAuMWw0OC40LDEwLjFjMSwwLjIsMiwwLjYsMi44LDEuMmMwLjgsMC42LDEuNSwxLjMsMi4xLDIuMmMwLjYsMC45LDEsMS44LDEuMSwyLjhjMC4yLDEsMC4yLDIsMCwzYy0wLjQsMS44LTEuNCwzLjQtMi43LDQuNWMtMS40LDEuMS0zLjEsMS43LTQuOSwxLjdDNDYzLjcsNzE5LjksNDYzLjQsNzE5LjksNDYzLjIsNzE5LjggTTM2NC45LDY4OS4xYy0wLjYsMC41LTEuMSwxLjItMS4zLDIuMWMtMC4yLDEsMCwyLDAuNSwyLjhjMC41LDAuOCwxLjMsMS40LDIuMywxLjZsNDguMywxMC4xbDQ4LjQsMTAuMWMxLDAuMiwyLDAsMi44LTAuNWMwLjgtMC41LDEuNC0xLjMsMS42LTIuM2gwYzAuMS0wLjUsMC4xLTEsMC0xLjRjLTAuMS0wLjUtMC4zLTAuOS0wLjUtMS4zYy0wLjMtMC40LTAuNi0wLjgtMS0xYy0wLjQtMC4zLTAuOC0wLjUtMS4zLTAuNmwtNDguNC0xMC4xTDM2OCw2ODguNGMtMC4xLDAtMC4zLDAtMC40LTAuMWMtMC4xLDAtMC4zLDAtMC40LDBDMzY2LjQsNjg4LjMsMzY1LjYsNjg4LjYsMzY0LjksNjg5LjEiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDY0LDcyNi45Yy0wLjUsMC0xLDAtMS41LTAuMWMtMC41LTAuMS0xLTAuMS0xLjUtMC4ybC05Ni43LTIwLjFjLTEuOS0wLjQtMy43LTEuMi01LjMtMi4zYy0xLjYtMS4xLTMtMi41LTQtNC4xYy0xLjEtMS42LTEuOC0zLjQtMi4yLTUuM2MtMC40LTEuOS0wLjMtMy45LDAuMS01LjhjMC44LTMuOSwzLjEtNy4yLDYuNC05LjNjMi40LTEuNiw1LjItMi40LDguMS0yLjRjMSwwLDIsMC4xLDMsMC4zbDk2LjcsMjAuMWMxLjksMC40LDMuNywxLjIsNS4zLDIuM2MxLjYsMS4xLDMsMi41LDQsNC4xYzEuMSwxLjYsMS44LDMuNCwyLjIsNS4zYzAuNCwxLjksMC4zLDMuOC0wLjEsNS44Yy0wLjcsMy4zLTIuNSw2LjQtNS4yLDguNUM0NzAuNiw3MjUuNyw0NjcuMyw3MjYuOSw0NjQsNzI2LjkiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDY0LDcyMS45Yy0wLjMsMC0wLjcsMC0xLTAuMXMtMC43LTAuMS0xLTAuMmwtOTYuNy0yMC4xYy0xLjMtMC4zLTIuNC0wLjgtMy41LTEuNWMtMS4xLTAuNy0yLTEuNi0yLjctMi43Yy0wLjctMS4xLTEuMi0yLjMtMS40LTMuNWMtMC4yLTEuMy0wLjItMi41LDAtMy44YzAuNS0yLjUsMi00LjcsNC4yLTYuMmMyLjItMS40LDQuOC0xLjksNy4zLTEuNGw5Ni43LDIwLjFjMS4zLDAuMywyLjQsMC44LDMuNSwxLjVjMS4xLDAuNywyLDEuNiwyLjcsMi43YzAuNywxLjEsMS4yLDIuMywxLjQsMy41YzAuMiwxLjMsMC4yLDIuNSwwLDMuOGMtMC41LDIuMi0xLjcsNC4yLTMuNCw1LjZDNDY4LjMsNzIxLjEsNDY2LjIsNzIxLjksNDY0LDcyMS45IE0zNjcuMiw2ODYuMmMtMS4xLDAtMi4yLDAuMy0zLjEsMC45Yy0xLjMsMC44LTIuMiwyLjEtMi41LDMuNmMtMC4yLDAuNy0wLjIsMS41LDAsMi4yYzAuMSwwLjcsMC40LDEuNCwwLjgsMi4xYzAuNCwwLjYsMSwxLjIsMS42LDEuNmMwLjYsMC40LDEuMywwLjcsMi4xLDAuOWw5Ni43LDIwLjFjMC4yLDAsMC40LDAuMSwwLjYsMC4xYzEuNSwwLjIsMy0wLjMsNC4yLTEuMmMxLTAuOCwxLjgtMiwyLTMuM2MwLjItMC43LDAuMi0xLjUsMC0yLjJjLTAuMS0wLjctMC40LTEuNC0wLjgtMi4xYy0wLjQtMC42LTEtMS4yLTEuNi0xLjZjLTAuNi0wLjQtMS4zLTAuNy0yLjEtMC45bC05Ni43LTIwLjFDMzY4LDY4Ni4zLDM2Ny42LDY4Ni4yLDM2Ny4yLDY4Ni4yIE00NjQsNzE3LjhjLTAuNCwwLTAuOCwwLTEuMi0wLjFsLTk2LjctMjAuMWMtMS41LTAuMy0yLjgtMS4yLTMuNi0yLjRjLTAuOC0xLjMtMS4xLTIuOC0wLjgtNC4zYzAuMy0xLjMsMS0yLjQsMi0zLjNjMS4yLTAuOSwyLjYtMS40LDQuMS0xLjJjMC4yLDAsMC40LDAuMSwwLjYsMC4xbDk2LjcsMjAuMWMwLjcsMC4yLDEuNCwwLjQsMiwwLjlzMS4xLDEsMS41LDEuNmMwLjQsMC42LDAuNywxLjMsMC44LDIuMWMwLjEsMC43LDAuMSwxLjUsMCwyLjJjLTAuMywxLjUtMS4yLDIuOC0yLjQsMy42QzQ2Ni4xLDcxNy41LDQ2NS4xLDcxNy44LDQ2NCw3MTcuOCBNMzY3LjMsNjkwLjNjLTAuNCwwLTAuOCwwLjEtMS4xLDAuNGwwLDBjLTAuMiwwLjItMC41LDAuNS0wLjYsMWMtMC4xLDAuNCwwLDAuOSwwLjIsMS4zYzAuMiwwLjQsMC42LDAuNiwxLjEsMC43bDk2LjcsMjAuMWMwLjQsMC4xLDAuOSwwLDEuMy0wLjJjMC40LTAuMiwwLjYtMC42LDAuNy0xLjFjMC0wLjIsMC0wLjQsMC0wLjZjMC0wLjItMC4xLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMy0wLjQtMC41LTAuNWMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNsLTk2LjctMjAuMWMtMC4xLDAtMC4xLDAtMC4yLDBDMzY3LjQsNjkwLjMsMzY3LjMsNjkwLjMsMzY3LjMsNjkwLjMiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjkxLjQsNzA4LjVjLTEuMSwwLTIuMS0wLjEtMy4yLTAuMmMtMC43LTAuMS0xLjMtMC4yLTEuOC0wLjNjLTAuNS0wLjEtMC45LTAuMS0xLjEtMC4ybC0wLjEsMGMtMzkuNC04LjEtNzguOC0xNi4yLTExOC4yLTI0LjRjLTM5LjQtOC4xLTc4LjgtMTYuMi0xMTguMi0yNC4zYy04LjgtMS44LTE0LjQtNC42LTE4LjEtOWMtMy43LTQuNS01LjMtMTAuNS01LjMtMTkuNmwwLTMzLjljMC0yMC40LDAtNDAuOCwwLTYxLjJjMC0zNy4xLDAtNjcuMy0wLjEtOTVjMC0xLjctMC4yLTMuNC0wLjYtNWMtMC40LTEuNi0xLTMuMi0xLjctNC44Yy02LjQtMTMuMS0xMS4yLTI3LTE0LjQtNDEuMkM1LjUsMzc1LjcsNCwzNjEuMiw0LDM0Ni4zYzAuMS0yOSwwLjEtNTcuOCwwLjEtNzkuOGwwLTMzYzAtMTUuNiwwLTMxLjIsMC00Ni44YzAtMTAuMywxLjYtMTYuNCw1LjQtMjFjMy4zLTMuOSw4LTYuNCwxNS44LTguM3YtMy4yYzAtMTcuOSwwLTM1LjgsMC01My43YzAtMTcuOSwwLTM1LjgsMC01My43YzAtMTEuNCw0LjQtMjIuMSwxMi41LTMwLjJDNDUuOSw4LjYsNTYuNiw0LjEsNjgsNC4xYzIwLjgsMCw0MS0wLjEsNjAuMS0wLjFoMi4zYzE5LjcsMCwzOS4xLDAsNTcuOCwwLjFjMTIuNCwwLDIzLjEsNC4xLDMwLjcsMTEuN2M3LjcsNy42LDExLjgsMTguMiwxMS45LDMwLjZjMC4xLDkuMiwwLjEsMTguNCwwLjEsMjYuOWwwLDcuNGMwLDYuNSwwLDEzLDAsMTkuNGMwLDAuNSwwLDEsMCwxLjRjMC42LDAuMSwxLjIsMC4yLDEuOCwwLjRjMS44LDAuNCwzLjksMC45LDUuOSwxLjljNSwyLjQsOC42LDYsMTAuOCwxMC44YzEuNywzLjgsMi41LDguMywyLjUsMTRsMCwyM2MtMC4xLDI4LjQtMC4xLDU2LjgtMC4xLDg1LjJjMCw0MS44LDAsNzYuMiwwLjIsMTA4LjNjMC4xLDE1LjQtMS41LDMwLjQtNC41LDQ0LjVjLTMuMiwxNC42LTguMSwyOC44LTE0LjcsNDIuM2MtMC42LDEuMS0xLDIuNS0xLjMsMy45Yy0wLjMsMS40LTAuNSwyLjktMC41LDQuM2MtMC4xLDE2LjQtMC4xLDMzLjctMC4xLDU2LjNjMCwxMC40LDAsMjAuOCwwLDMxLjJsMCwyNS4yYzAsMiwwLDYuNSwwLjYsNy4zYzAuNywwLjcsNS4yLDEuNiw3LjEsMmMxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2M1LjYsMS4xLDEyLjQsMy4yLDE1LjYsOS42YzIuMiw0LjUsMi4zLDEwLjEsMC4zLDE5LjNjLTIuOCwxMi43LTUuMiwyNS43LTcuNiwzOC4ybC0wLjYsM2MtMi43LDE0LjEtNS40LDI3LjgtOC40LDQxLjVsMCwwLjFsLTAuMSwwLjRjLTEsNS45LTQuMiwxMS4xLTkuMiwxNC43QzMwMSw3MDcsMjk2LjMsNzA4LjUsMjkxLjQsNzA4LjUgTTI5MC4xLDY4Ni45YzAuMSwwLDAuMiwwLDAuMiwwYzAuNiwwLDEuMS0wLjIsMS42LTAuNWMwLjctMC40LDEuMS0xLjEsMS4zLTEuOWMyLjktMTMuOSw1LjctMjcuNyw4LjYtNDEuN2MyLjktMTMuOSw1LjgtMjgsOC43LTQyLjFjMC0wLjEsMC0wLjEsMC0wLjJjMC0wLjEsMC0wLjIsMC0wLjNjMC0wLjUtMC4yLTEuMS0wLjUtMS41Yy0wLjItMC4zLTAuNy0wLjctMS4zLTAuOGMtOS4zLTEuOS0xOC43LTMuOS0yOC01LjhsLTEwLjgtMi4yYy0xMi4zLTIuNS0yNS41LTUuMy0zOC44LTguMWMtNi0xLjMtMTEuNC00LjYtMTUuMi05LjNjLTMuOC00LjctNi0xMC43LTYtMTYuOGMwLTE3LjUsMC0zNS4xLDAtNTIuNmwwLTE3LjVjMC0xMS43LDAtMjMuNCwwLTM1LjF2LTYuOWgtMzcuM2MtMS40LDAtMi44LTAuMy00LjEtMC44Yy0xLjMtMC41LTIuNC0xLjMtMy40LTIuM2MtMS0wLjktMS43LTIuMS0yLjItMy4zYy0wLjYtMS4zLTAuOC0yLjctMC44LTQuMWMwLTIuOCwxLjEtNS41LDMuMS03LjVjMi0yLDQuNi0zLjEsNy41LTMuMWwyMi44LDBjMy41LDAsNy4yLDAsMTEuNSwwbDIuOCwwYzAuNSwwLDAuOSwwLDEuNCwwLjFjMS4yLDAsMi0wLjIsMi40LTAuNWMwLjUtMC4zLDEuMS0xLjEsMS43LTIuM2M1LjMtMTEuMSw5LjMtMjIuNywxMS45LTM0LjVjMi42LTExLjcsMy45LTIzLjksMy45LTM2LjJjLTAuMS0zOC44LTAuMS03Ny42LTAuMS0xMTAuM2wwLTM4LjZjMC0yMy45LDAtNDcuOCwwLTcxLjdjMC0zLjQtMC4yLTQuOC0wLjQtNS4zYy0wLjUtMC4yLTEuOC0wLjQtNS4xLTAuNGMtMy42LDAtNy4zLDAtMTAuOSwwYy00LjksMC0yOS4yLDAtMjkuMiwwYy05LjUsMC0yMiwwLTM0LjYtMC4xbC0wLjMsMGMtNC4yLDAtNy45LDAuNy0xMS4zLDIuMmMtMy41LDEuNS02LjYsMy43LTkuNiw2LjhjLTQuOSw1LjEtMTAsMTAuMy0xNC45LDE1LjNsLTAuMywwLjNjLTQuNyw0LjgtMTAsMTAuMi0xNS4xLDE1LjVjLTUuMiw1LjMtMTAuOSw5LjQtMTcsMTJjLTUuOSwyLjYtMTIuNCwzLjktMTkuMywzLjljLTAuNCwwLTAuOSwwLTEuMywwYy0yLjktMC4xLTYuMS0wLjEtOS45LTAuMWMtMiwwLTMuOSwwLTUuOSwwbC0xLjksMGMtMi42LDAtNS4yLDAtNy44LDBjLTIuMSwwLTQuMiwwLTYuMywwbC0wLjIsMGMtMi4zLDAtMywwLjUtMy4xLDAuNmMtMC4zLDAuMy0wLjcsMS4zLTAuNywzLjJjMC4xLDE5LjMsMC4xLDM4LjYsMC4xLDU3LjljMCwxMC45LDAsMjEuOCwwLDMyLjdjMCwyNi43LDAuMSw1OC40LDAuNSw5MC42YzAuMSw5LjYsMS43LDE5LjMsNC44LDI5LjZjMi42LDguOCw2LjQsMTgsMTEuNCwyOC4yYzAuMSwwLjEsMC4zLDAuMiwwLjYsMC40YzAuNywwLjMsMS4zLDAuNSwxLjQsMC41YzUuMSwwLjEsMTAuOCwwLjIsMTcuOCwwLjJoMS4xYzMuMSwwLDYuMiwwLDkuMywwYzIuNSwwLDUsMCw3LjYsMGMyLjYsMCw1LjQsMC4yLDcuOSwxLjRjMy41LDEuNyw1LjQsNSw1LjUsOS4yYzAuMSw1LjktMy40LDguNC01LjUsOS40Yy0yLjUsMS4yLTUuMywxLjMtNy44LDEuM0g0Ni40djE4Ni44YzAsNC40LDAuMyw1LjcsMC42LDYuMWMwLjMsMC4zLDEuNSwwLjksNS42LDEuOGMzOS41LDguMSwxOTcuNCw0MC40LDIzNi44LDQ4LjVMMjkwLjEsNjg2Ljl6IE00OS42LDE1Ny40YzEuNCwwLDIuOSwwLDQuMywwYzAuOCwwLDIuNiwwLDIuNiwwYzMuMiwwLDUuOSwwLDguNC0wLjFjMy41LTAuMSw2LjctMC45LDkuNy0yLjRjMi45LTEuNCw1LjctMy41LDguMy02LjJjMy43LTMuOSw3LjUtNy43LDExLjItMTEuNWwzLjUtMy42YzQuNy00LjgsOS43LTkuOSwxNC41LTE1LjFjNS41LTUuOSwxMS42LTEwLjMsMTguMy0xMy4xYzYuMy0yLjcsMTMuMy00LDIwLjktNGMwLjUsMCwwLjksMCwxLjQsMGM3LjEsMC4xLDE0LjcsMC4yLDIzLjksMC4yYzIuMSwwLDQuMywwLDYuNCwwYzQsMCw4LDAsMTIsMGM0LjgsMCw5LjYsMCwxNC40LTAuMWMwLTQuNywwLjEtOS40LDAuMS0xNC4xYzAuMS00LjUsMC4xLTkuMSwwLjEtMTMuNmMwLjEtOC41LDAuMS0xOS43LTAuMy0zMWMtMC4yLTUuMS0yLjEtOS40LTUuNC0xMi42Yy0zLjQtMy4yLTgtNC45LTEzLjMtNC45Yy0yMC40LTAuMi00MS4zLTAuMy02Mi40LTAuM2gtMC43Yy0yMC4xLDAtNDAuOCwwLjEtNjEuNywwLjJjLTUuNiwwLTEwLjMsMS44LTEzLjgsNS4yYy0zLjQsMy4zLTUuMyw3LjktNS40LDEzLjNjLTAuMiwyMS4zLTAuMiw0Mi40LTAuMiw1OC4zYzAsOC45LDAsMTcuOCwwLjEsMjYuN2MwLDkuNSwwLjEsMTkuMSwwLjEsMjguNkM0Ny42LDE1Ny40LDQ4LjYsMTU3LjQsNDkuNiwxNTcuNCIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjEsMjY2LjVjMCwyNi42LDAsNTMuMi0wLjEsNzkuOGMwLDE0LjQsMS40LDI4LjUsNC40LDQyLjJzNy42LDI3LjEsMTQsNDBjMC45LDEuOSwxLjYsMy44LDIuMSw1LjhjMC41LDIsMC43LDQuMSwwLjcsNi4xYzAuMSwzMS43LDAuMSw2My40LDAuMSw5NWMwLDMxLjcsMCw2My40LDAsOTVjMCw3LjYsMS4yLDEyLjcsNC4yLDE2LjRjMywzLjcsNy45LDUuOCwxNS4yLDcuM2MzOS40LDguMSw3OC44LDE2LjIsMTE4LjIsMjQuM2MzOS40LDguMSw3OC44LDE2LjIsMTE4LjIsMjQuNGMwLjIsMCwwLjUsMC4xLDEsMC4yYzAuNSwwLjEsMS4xLDAuMiwxLjgsMC4zYzQuOCwwLjcsOS41LTAuNiwxMy4yLTMuM2MzLjctMi42LDYuNC02LjYsNy4xLTExLjRjMC0wLjEsMC0wLjIsMC4xLTAuNGMwLTAuMSwwLTAuMywwLjEtMC40YzMuMS0xMy44LDUuOC0yNy41LDguNC00MS4zYzIuNi0xMy44LDUuMi0yNy41LDguMi00MS4zYzEuNi03LjQsMS45LTEyLjUsMC4xLTE2Yy0xLjgtMy42LTUuNi01LjYtMTIuMS02LjljLTEyLjctMi42LTI1LjUtNS4xLTM4LjItNy43Yy0xMi43LTIuNi0yNS41LTUuMS0zOC4yLTcuN2MtNS41LTEuMS04LjQtMS44LTEwLTMuN2MtMS41LTEuOS0xLjctNC45LTEuNy0xMC41YzAtMTguOCwwLTM3LjYsMC01Ni4zYzAtMTguOCwwLTM3LjYsMC4xLTU2LjNjMC0xLjcsMC4yLTMuNSwwLjYtNS4zYzAuNC0xLjgsMS0zLjUsMS43LTVjNi41LTEzLjQsMTEuMi0yNy4xLDE0LjMtNDEuMmMzLjEtMTQuMSw0LjUtMjguNiw0LjQtNDMuNGMtMC4yLTM2LjEtMC4yLTcyLjItMC4yLTEwOC4zYzAtMzYuMSwwLjEtNzIuMiwwLjItMTA4LjNjMC00LjQtMC41LTguNS0yLjEtMTEuOWMtMS42LTMuNS00LjItNi4zLTguNC04LjRjLTEuNS0wLjctMy4xLTEuMS00LjgtMS41Yy0xLjctMC40LTMuNi0wLjctNS41LTEuMmMtMC4xLTAuOC0wLjItMS43LTAuMi0yLjZjLTAuMS0wLjktMC4xLTEuOS0wLjEtMi45YzAtOC45LDAtMTcuOSwwLTI2LjhjMC04LjksMC0xNy45LTAuMS0yNi44Yy0wLjEtMTEuMy0zLjktMjAuNi0xMC40LTI3LjFjLTYuNi02LjUtMTUuOS0xMC4yLTI3LjItMTAuM2MtMjAtMC4xLTQwLjEtMC4xLTYwLjEtMC4xYy0yMCwwLTQwLjEsMC02MC4xLDAuMWMtMTAuNCwwLTE5LjgsNC4zLTI2LjYsMTEuMXMtMTEsMTYuMy0xMSwyNi43YzAsMTcuOSwwLDM1LjgsMCw1My43YzAsMTcuOSwwLDM1LjgsMCw1My43djMuNnYzLjZjLTguNSwxLjYtMTMuOCwzLjYtMTcsNy40Yy0zLjIsMy44LTQuMiw5LjMtNC4yLDE3LjdDOS4xLDIxMy4zLDkuMSwyMzkuOSw5LjEsMjY2LjUgTTIxNC43LDczLjhjLTAuMSwxMC40LTAuMywyMC44LTAuMywzMS4yYzAsMC4yLTAuMSwwLjMtMC40LDAuNmMtMC4yLDAuMi0wLjUsMC41LTAuOSwxYy05LjksMC0yMCwwLjEtMzAuMSwwLjFjLTEwLjEsMC0yMC4zLDAtMzAuNC0wLjJjLTcuNC0wLjItMTQuMSwxLTIwLjIsMy42Yy02LjEsMi42LTExLjYsNi41LTE2LjYsMTEuOWMtNC44LDUuMS05LjcsMTAuMS0xNC42LDE1LjJjLTQuOSw1LTkuOCwxMC0xNC43LDE1Yy0zLDMuMS02LjIsNS41LTkuOCw3LjNjLTMuNiwxLjctNy41LDIuNy0xMS43LDIuOWMtMy43LDAuMS03LjQsMC4xLTExLjIsMC4xYy0zLjcsMC03LjUtMC4xLTExLjMtMC4xYy0wLjMtMC42LTAuNS0xLTAuNi0xLjNjLTAuMi0wLjMtMC4yLTAuNS0wLjItMC43YzAtMTkuNC0wLjEtMzguOS0wLjEtNTguM2MwLTE5LjQsMC0zOC45LDAuMi01OC4zYzAuMS02LjksMi42LTEyLjcsNi45LTE2LjhjNC4zLTQuMSwxMC4zLTYuNSwxNy4yLTYuNmMyMC44LTAuMiw0MS42LTAuMiw2Mi40LTAuMmMyMC44LDAsNDEuNiwwLjEsNjIuNCwwLjNjNi43LDAuMSwxMi41LDIuMywxNi43LDYuM2M0LjIsMy45LDYuOCw5LjUsNywxNkMyMTQuNyw1MywyMTQuOCw2My40LDIxNC43LDczLjggTTIwLjYsMjczYy0wLjEtMzAuMi0wLjEtNjAuNC0wLjItOTAuNmMwLTMuMiwwLjctNS40LDIuMi02LjljMS41LTEuNCwzLjgtMi4xLDYuOS0yYzUuMywwLjEsMTAuNiwwLDE2LDBzMTAuNiwwLDE2LDAuMWM2LjgsMC4yLDEyLjktMSwxOC41LTMuNGM1LjYtMi40LDEwLjctNi4xLDE1LjMtMTAuOWM1LTUuMiwxMC4xLTEwLjQsMTUuMi0xNS42YzUuMS01LjIsMTAuMS0xMC40LDE1LjItMTUuNmMzLjQtMy41LDcuMS02LjIsMTEuMi03LjljNC4xLTEuNyw4LjYtMi42LDEzLjYtMi41YzEyLjQsMC4xLDI0LjksMC4xLDM3LjMsMC4xYzEyLjQsMCwyNC45LDAsMzcuMywwYzQuNiwwLDcuMywwLjMsOC43LDEuOHMxLjgsNC4yLDEuOCw4LjljMCwzNi44LDAsNzMuNSwwLDExMC4zYzAsMzYuOCwwLDczLjUsMC4xLDExMC4zYzAsMTIuOC0xLjMsMjUuMi00LDM3LjNjLTIuNywxMi4xLTYuOCwyMy45LTEyLjIsMzUuNWMtMSwyLjItMi4yLDMuNi0zLjcsNC41Yy0xLjUsMC45LTMuMywxLjItNS42LDEuMWMtMTAuOS0wLjEsNy4zLTAuMS0zLjYtMC4xYy0xMC45LDAtMTcuNywwLTI4LjYsMGg4LjJoLTEzLjhjLTEuNSwwLTIuOSwwLjYtMy45LDEuNmMtMSwxLTEuNiwyLjQtMS42LDRjMCwwLjgsMC4yLDEuNSwwLjQsMi4yYzAuMywwLjcsMC43LDEuMywxLjIsMS44YzAuNSwwLjUsMS4xLDAuOSwxLjgsMS4yYzAuNywwLjMsMS40LDAuNCwyLjIsMC40aDIyLjZoMTkuNnY1Ljl2NS45YzAsMTcuNSwwLDM1LjEsMCw1Mi42YzAsMTcuNSwwLDM1LjEsMCw1Mi42YzAsNS4xLDEuOCw5LjksNC44LDEzLjZjMywzLjgsNy4zLDYuNSwxMi40LDcuNWMxMi45LDIuNywyNS45LDUuNCwzOC44LDguMWMxMi45LDIuNywyNS45LDUuMywzOC44LDhjMS43LDAuNCwzLjIsMS4zLDQuMiwyLjZjMSwxLjMsMS42LDIuOSwxLjYsNC42YzAsMC4yLDAsMC41LDAsMC43YzAsMC4yLTAuMSwwLjUtMC4xLDAuN2MtMi45LDE0LjItNS44LDI4LjItOC43LDQyLjFjLTIuOSwxMy45LTUuNywyNy44LTguNiw0MS43Yy0wLjQsMi4xLTEuNywzLjktMy40LDVjLTEuNywxLjEtMy44LDEuNi01LjksMS4yYzAsMCwwLDAsMCwwYzAsMCwwLDAsMCwwYy0zOS41LTguMS03OS0xNi4yLTExOC41LTI0LjNjLTM5LjUtOC4xLTc5LTE2LjItMTE4LjUtMjQuM2MtNC41LTAuOS03LjEtMS43LTguNS0zLjVzLTEuNy00LjUtMS44LTkuMnYtOTUuOXYtOTUuOWgxOS40aDE5LjRjMiwwLDQuMS0wLjEsNS43LTAuOGMxLjYtMC43LDIuNi0yLjEsMi42LTQuOGMwLTIuNi0xLjEtNC0yLjctNC44Yy0xLjYtMC44LTMuNi0wLjktNS43LTAuOWMtNiwwLTEyLDAtMTgsMGMtNiwwLTEyLTAuMS0xOC0wLjJjLTEuMSwwLTIuNC0wLjQtMy42LTFjLTEuMi0wLjYtMi4yLTEuNC0yLjYtMi4zYy00LjctOS41LTguOS0xOS4yLTExLjktMjkuM2MtMy0xMC00LjgtMjAuMy01LTMxQzIwLjgsMzMzLjQsMjAuNywzMDMuMiwyMC42LDI3MyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOTEuNCw3MTAuNWMtMS4yLDAtMi4zLTAuMS0zLjUtMC4yYy0wLjctMC4xLTEuNC0wLjItMS45LTAuM2MtMC41LTAuMS0xLTAuMi0xLjItMC4ybC0wLjEsMGMtMzkuNC04LjEtNzguOC0xNi4zLTExOC4yLTI0LjRjLTM5LjQtOC4xLTc4LjgtMTYuMi0xMTguMi0yNC4zYy05LjMtMS45LTE1LjItNC45LTE5LjItOS43Yy00LTQuOS01LjgtMTEuMy01LjgtMjAuOWwwLTMzLjljMC0yMC40LDAtNDAuNywwLTYxLjFjMC0zNywwLTY3LjItMC4xLTk1YzAtMS41LTAuMi0zLjEtMC41LTQuNWMtMC40LTEuNS0wLjktMy0xLjUtNC4zQzE0LjcsNDE4LjMsOS44LDQwNC4zLDYuNiwzOTBDMy41LDM3NiwyLDM2MS4zLDIsMzQ2LjNjMC4xLTI5LjEsMC4xLTU3LjksMC4xLTc5LjhsMC0zMy4xYzAtMTUuNiwwLTMxLjEsMC00Ni43YzAtMTAuOCwxLjctMTcuMyw1LjktMjIuMmMzLjQtNCw4LjEtNi42LDE1LjMtOC41di0xLjZjMC0xNy45LDAtMzUuOCwwLTUzLjdjMC0xNy45LDAtMzUuOCwwLTUzLjdjMC0xMS45LDQuNy0yMy4yLDEzLjEtMzEuNkM0NC44LDYuOCw1NiwyLjEsNjgsMi4xYzIwLjcsMCw0MC45LTAuMSw2MC4xLTAuMWw2LjMsMGMxNywwLDM0LjcsMCw1My44LDAuMWMxMywwLDI0LjEsNC4zLDMyLjEsMTIuM2M4LDgsMTIuNCwxOS4xLDEyLjUsMzJjMC4xLDkuMywwLjEsMTguNCwwLjEsMjYuOWwwLDcuNGMwLDYuNCwwLDEyLjgsMCwxOS4yYzAuMSwwLDAuMiwwLDAuMywwLjFjMS45LDAuNCw0LjIsMSw2LjQsMi4xYzUuNCwyLjYsOS40LDYuNiwxMS43LDExLjhjMS45LDQuMSwyLjcsOC44LDIuNywxNC44bC0wLjEsMjQuOWMtMC4xLDI3LjgtMC4xLDU1LjUtMC4xLDgzLjNjMCw0MS44LDAsNzYuMiwwLjIsMTA4LjJjMC4xLDE1LjUtMS41LDMwLjctNC42LDQ1Yy0zLjIsMTQuNy04LjIsMjkuMS0xNC44LDQyLjdjLTAuNSwxLTAuOSwyLjItMS4yLDMuNWMtMC4zLDEuMy0wLjQsMi42LTAuNCwzLjhjLTAuMSwxNi4zLTAuMSwzMy43LTAuMSw1Ni4zYzAsMTAuNCwwLDIwLjgsMCwzMS4xbDAsMjUuMmMwLDEuMiwwLDQuNSwwLjIsNmMxLjQsMC41LDQuNiwxLjIsNS44LDEuNGMxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2M1LjYsMS4xLDEzLjQsMy41LDE3LDEwLjZjMi41LDQuOSwyLjYsMTAuOSwwLjUsMjAuN2MtMi44LDEyLjctNS4yLDI1LjYtNy42LDM4LjFsLTAuNiwzLjFjLTIuNywxNC4xLTUuNCwyNy44LTguNCw0MS40bC0wLjEsMC40Yy0xLjEsNi41LTQuNiwxMi4yLTEwLDE2QzMwMS44LDcwOC45LDI5Ni43LDcxMC41LDI5MS40LDcxMC41TDI5MS40LDcxMC41eiBNMjkwLjQsNjg0LjljMC4yLDAsMC4zLDAsMC41LTAuMmMwLjItMC4xLDAuNC0wLjQsMC40LTAuNmw4LjYtNDEuN2MyLjktMTMuOSw1LjgtMjgsOC43LTQyLjFjMC0wLjEsMC0wLjItMC4xLTAuM2MtMC4xLTAuMS0wLjEtMC4xLTAuMi0wLjFjLTkuMS0xLjktMTguMS0zLjctMjcuMi01LjZsLTExLjYtMi40Yy0xMi4zLTIuNS0yNS41LTUuMy0zOC45LTguMWMtNi40LTEuMy0xMi4yLTQuOS0xNi40LTEwYy00LjEtNS4xLTYuNC0xMS41LTYuNC0xOGMwLTE3LjUsMC0zNS4xLDAtNTIuN2wwLTE3LjVjMC0xMS43LDAtMjMuNCwwLTM1LjF2LTQuOWgtMzUuM2MtMS43LDAtMy4zLTAuMy00LjktMWMtMS41LTAuNi0yLjktMS42LTQtMi43Yy0xLjEtMS4xLTItMi41LTIuNy00Yy0wLjctMS42LTEtMy4yLTEtNC45YzAtMy40LDEuMy02LjUsMy43LTguOWMyLjQtMi40LDUuNS0zLjcsOC45LTMuN2wyMywwYzMuNSwwLDcsMCwxMS4yLDBsMy40LDBjMC40LDAsMC44LDAsMS4yLDAuMWMwLjgtMC4xLDEtMC4yLDEuMS0wLjJjMCwwLDAuMy0wLjMsMC44LTEuNGM1LjItMTEsOS4xLTIyLjUsMTEuNy0zNGMyLjYtMTEuNSwzLjgtMjMuNiwzLjgtMzUuOGMtMC4xLTM4LjktMC4xLTc3LjYtMC4xLTExMC4zbDAtMzguNmMwLTIzLjksMC00Ny44LDAtNzEuN2MwLTEuNy0wLjEtMi45LTAuMS0zLjZjLTAuNy0wLjEtMS44LTAuMS0zLjQtMC4xYy0zLjYsMC03LjMsMC0xMC45LDBjLTQuOSwwLTI2LjQsMC0yNi40LDBjLTEwLjcsMC0yNCwwLTM3LjQtMC4xbC0wLjMsMGMtMy45LDAtNy4zLDAuNy0xMC41LDJjLTMuMiwxLjQtNi4yLDMuNC04LjksNi4zYy00LjksNS4xLTkuOSwxMC4yLTE0LjgsMTUuMmwtMC40LDAuNGMtNC43LDQuOC0xMCwxMC4yLTE1LjEsMTUuNWMtNS4zLDUuNS0xMS4zLDkuNy0xNy42LDEyLjVjLTYuMiwyLjctMTMsNC0yMC4xLDRjLTAuNCwwLTAuOSwwLTEuMywwYy0yLjktMC4xLTYtMC4xLTkuOS0wLjFjLTIsMC00LDAtNS45LDBsLTEuOSwwYy0yLjYsMC01LjIsMC03LjksMGMtMi4xLDAtNC4yLDAtNi4zLDBsLTAuMywwYy0wLjgsMC0xLjMsMC4xLTEuNiwwLjFjLTAuMSwwLjMtMC4yLDAuOC0wLjIsMS43YzAuMSwxOS4zLDAuMSwzOC42LDAuMSw1Ny45YzAsMTAuOSwwLDIxLjgsMCwzMi43YzAsMjYuNywwLjEsNTguNCwwLjUsOTAuNmMwLjEsOS40LDEuNiwxOC45LDQuNywyOS4xYzIuNSw4LjUsNi4yLDE3LjUsMTEuMSwyNy40YzAuMywwLjEsMC41LDAuMiwwLjYsMC4yYzUuMSwwLjEsMTAuNywwLjIsMTcuNywwLjJjMy41LDAsNi45LDAsMTAuNCwwYzIuNSwwLDUsMCw3LjUsMGMyLjksMCw1LjksMC4yLDguNywxLjZjNC4yLDIsNi42LDYsNi42LDExYzAuMSw1LjEtMi40LDkuMi02LjYsMTEuMmMtMi45LDEuMy02LDEuNS04LjYsMS41SDQ4LjR2MTg0LjhjMCwyLjcsMC4xLDQuMSwwLjMsNC43YzAuNiwwLjIsMS44LDAuNiw0LjQsMS4yYzAsMCwxOTcuNCw0MC41LDIzNi45LDQ4LjVMMjkwLjQsNjg0LjlDMjkwLjQsNjg0LjksMjkwLjQsNjg0LjksMjkwLjQsNjg0LjkgTTUzLjgsMTU1LjRjMC44LDAsMS43LDAsMi41LDBjMy4yLDAsNS45LDAsOC4zLTAuMWMzLjItMC4xLDYuMi0wLjksOC45LTIuMmMyLjctMS4zLDUuMy0zLjMsNy44LTUuOGMzLjctMy45LDcuNS03LjcsMTEuMi0xMS41bDMuNS0zLjZjNC43LTQuNyw5LjYtOS44LDE0LjUtMTVjNS43LTYuMiwxMi0xMC42LDE5LTEzLjZjNi42LTIuOCwxMy45LTQuMiwyMS43LTQuMmMwLjUsMCwwLjksMCwxLjQsMGM3LDAuMSwxNC44LDAuMiwyMy44LDAuMmMyLjMsMCw0LjQsMCw2LjQsMGMzLjgsMCw3LjcsMCwxMS41LDBsMC42LDBjNC4xLDAsOC4zLDAsMTIuNCwwYzAtNCwwLjEtOCwwLjEtMTJsMC0wLjJjMC4xLTQuNSwwLjEtOS4xLDAuMS0xMy42YzAuMS04LjUsMC4xLTE5LjctMC4zLTMwLjljLTAuMi00LjUtMS44LTguNC00LjgtMTEuMmMtMy0yLjgtNy4zLTQuMy0xMi00LjRjLTIwLjMtMC4yLTQxLjMtMC4zLTYyLjQtMC4zaC0wLjZjLTIwLjIsMC00MSwwLjEtNjEuOCwwLjJjLTUsMC05LjMsMS42LTEyLjQsNC42Yy0zLjEsMi45LTQuNyw3LjEtNC44LDExLjljLTAuMiwyMS40LTAuMiw0Mi4zLTAuMiw1OC4yYzAsOC44LDAsMTcuNywwLjEsMjYuNWMwLDguOSwwLjEsMTcuOSwwLjEsMjYuOEM0OC45LDE1NS40LDUyLjQsMTU1LjQsNTMuOCwxNTUuNCBNMjE5LjYsMTEwLjdsLTAuMS0wLjhjLTAuMiwwLjItMC4zLDAuNC0wLjUsMC42bC0wLjIsMC4yQzIxOS4xLDExMC43LDIxOS40LDExMC43LDIxOS42LDExMC43Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI5MS40LDcwNS41Yy0wLjksMC0xLjktMC4xLTIuOC0wLjJjLTAuNy0wLjEtMS4zLTAuMi0xLjgtMC4zYy0wLjUtMC4xLTAuOS0wLjEtMS4xLTAuMmMtMzkuNC04LjEtNzguOC0xNi4zLTExOC4yLTI0LjRjLTM5LjQtOC4xLTc4LjgtMTYuMi0xMTguMi0yNC4zYy04LjEtMS43LTEzLjItNC4xLTE2LjQtOGMtMy4yLTMuOS00LjYtOS40LTQuNi0xNy43bDAtMzMuM2MwLTIwLjYsMC00MS4yLDAtNjEuOGMwLTM3LDAtNjcuMi0wLjEtOTVjMC0xLjktMC4yLTMuOC0wLjctNS43Yy0wLjQtMS45LTEuMS0zLjctMS45LTUuNGMtNi4zLTEyLjktMTEtMjYuNS0xNC4xLTQwLjVjLTMtMTMuNi00LjUtMjgtNC41LTQyLjZjMC4xLTI5LDAuMS01Ny44LDAuMS03OS44bDAtMzMuMWMwLTE1LjYsMC0zMS4xLDAtNDYuN2MwLTkuNSwxLjQtMTUuMSw0LjctMTljMy4yLTMuOCw4LTYuMSwxNi41LTcuOHYtNS42YzAtMTcuOSwwLTM1LjgsMC01My43YzAtMTcuOSwwLTM1LjgsMC01My43YzAtMTAuNiw0LjEtMjAuNiwxMS42LTI4LjFDNDcuNCwxMS4zLDU3LjQsNy4xLDY4LDcuMWMyMC44LDAsNDEtMC4xLDYwLjEtMC4xYzIwLjQsMCw0MC43LDAsNjAuMSwwLjFjMTEuNiwwLDIxLjUsMy44LDI4LjYsMTAuOGM3LjEsNy4xLDEwLjksMTYuOSwxMSwyOC41YzAuMSw5LjIsMC4xLDE4LjMsMC4xLDI2LjhsMCw3LjRjMCw2LjUsMCwxMywwLDE5LjRjMCwxLDAuMSwyLDAuMSwyLjdjMCwwLjQsMC4xLDAuOCwwLjEsMS4yYzAsMCwwLDAsMCwwYzAuNywwLjIsMS40LDAuMywyLjEsMC40YzAuNiwwLjEsMS4zLDAuMiwxLjksMC40YzEuNiwwLjMsMy41LDAuOCw1LjMsMS43YzQuNCwyLjEsNy41LDUuMiw5LjQsOS4zYzEuNiwzLjQsMi4zLDcuNSwyLjMsMTIuOGwwLDIzYy0wLjEsMjguNC0wLjEsNTYuOC0wLjEsODUuM2MwLDQxLjgsMCw3Ni4yLDAuMiwxMDguM2MwLjEsMTUuMi0xLjQsMjkuOS00LjUsNDMuOWMtMy4xLDE0LjMtOCwyOC4zLTE0LjQsNDEuNmMtMC43LDEuNC0xLjIsMi45LTEuNiw0LjZjLTAuNCwxLjYtMC41LDMuMy0wLjUsNC45Yy0wLjEsMTYuNC0wLjEsMzMuNy0wLjEsNTYuM2MwLDEwLjQsMCwyMC44LDAsMzEuMWwwLDI1LjJjMCw1LjMsMC4yLDcuOSwxLjIsOS4yYzEuMSwxLjMsMy42LDIsOC44LDNjMTIuNywyLjYsMjUuNSw1LjEsMzguMiw3LjdjMTIuNywyLjYsMjUuNSw1LjEsMzguMiw3LjdjNy4zLDEuNSwxMS41LDMuOSwxMy41LDhjMS45LDMuOCwxLjksOC44LDAuMSwxNy40Yy0yLjgsMTIuOC01LjIsMjUuNy03LjYsMzguMmwtMC42LDNjLTIuNywxNC01LjQsMjcuOC04LjQsNDEuNGMwLDAuMSwwLDAuMSwwLDAuMmwtMC4xLDAuNGMtMC44LDUuMS0zLjcsOS42LTcuOSwxMi43QzI5OS44LDcwNC4yLDI5NS42LDcwNS41LDI5MS40LDcwNS41IE0xMzAuMywxMWgtMi4yYy0xOS4xLDAtMzkuMywwLTYwLjEsMC4xYy05LjUsMC0xOC41LDMuOC0yNS4yLDEwLjVDMzYsMjguNCwzMi4zLDM3LjQsMzIuMyw0Ni45YzAsMTcuOSwwLDM1LjgsMCw1My43YzAsMTcuOSwwLDM1LjgsMCw1My43djguOWwtMS42LDAuM2MtOC41LDEuNi0xMy4xLDMuNS0xNS44LDYuN2MtMi43LDMuMi0zLjgsOC0zLjgsMTYuNWMwLDE1LjYsMCwzMS4xLDAsNDYuN2wwLDMzLjFjMCwyMS45LDAsNTAuOC0wLjEsNzkuOGMwLDE0LjQsMS40LDI4LjQsNC40LDQxLjhjMywxMy42LDcuNywyNywxMy44LDM5LjZjMSwyLDEuNyw0LjEsMi4yLDYuMmMwLjUsMi4yLDAuOCw0LjQsMC44LDYuNmMwLjEsMjcuOCwwLjEsNTgsMC4xLDk1LjFjMCwyMC42LDAsNDEuMiwwLDYxLjhsMCwzMy4zYzAsNy4zLDEuMSwxMiwzLjcsMTUuMWMyLjYsMy4xLDYuOSw1LjIsMTQuMSw2LjZjMzkuNCw4LjEsNzguOCwxNi4yLDExOC4yLDI0LjNjMzkuNCw4LjEsNzguOCwxNi4yLDExOC4yLDI0LjRjMC4xLDAsMC41LDAuMSwwLjksMC4xYzAuNSwwLjEsMS4xLDAuMiwxLjcsMC4zYzQuMiwwLjYsOC4zLTAuNSwxMS43LTIuOWMzLjQtMi40LDUuNy02LDYuMy0xMC4xbDAuMS0wLjNjMC0wLjIsMC4xLTAuMywwLjEtMC41YzMuMS0xMy42LDUuNy0yNy4yLDguNC00MS4zbDAuNi0zYzIuNC0xMi42LDQuOS0yNS41LDcuNy0zOC4zYzEuNi03LjUsMS43LTExLjksMC4zLTE0LjdjLTEuNC0yLjktNC42LTQuNi0xMC43LTUuOGMtMTIuNy0yLjYtMjUuNS01LjEtMzguMi03LjdjLTEyLjctMi42LTI1LjUtNS4xLTM4LjItNy43Yy01LjYtMS4xLTkuMS0xLjktMTEuMS00LjRjLTItMi41LTIuMS02LjEtMi4xLTExLjhsMC0yNS4yYzAtMTAuNCwwLTIwLjgsMC0zMS4xYzAtMjIuNiwwLTQwLDAuMS01Ni40YzAtMS45LDAuMi0zLjgsMC42LTUuN2MwLjQtMiwxLjEtMy44LDEuOS01LjVjNi4zLTEzLDExLjEtMjYuNywxNC4xLTQwLjdjMy0xMy43LDQuNC0yOC4xLDQuNC00M2MtMC4yLTMyLjEtMC4yLTY2LjUtMC4yLTEwOC4zYzAtMjguNCwwLjEtNTYuOSwwLjEtODUuM2wwLTIzYzAtNC43LTAuNi04LjItMS45LTExLjFjLTEuNS0zLjMtMy45LTUuNy03LjUtNy40Yy0xLjQtMC43LTMtMS4xLTQuNC0xLjRjLTAuNi0wLjEtMS4yLTAuMi0xLjgtMC40Yy0xLjItMC4yLTIuNC0wLjUtMy43LTAuOGwtMS40LTAuM2wtMC4xLTEuNGMwLTAuNC0wLjEtMC45LTAuMS0xLjRjMC0wLjQtMC4xLTAuOC0wLjEtMS4yYy0wLjEtMC44LTAuMi0xLjktMC4yLTMuMWMwLTYuNSwwLTEzLDAtMTkuNWwwLTcuNGMwLTguNSwwLTE3LjYtMC4xLTI2LjhjLTAuMS0xMC41LTMuNS0xOS40LTkuOC0yNS43Yy02LjMtNi4zLTE1LjMtOS42LTI1LjgtOS43QzE2OS41LDExLjEsMTUwLDExLDEzMC4zLDExIE0yOTAuNCw2OTMuOWMtMC42LDAtMS4yLTAuMS0xLjgtMC4ybC0wLjIsMGMtMzkuNS04LjEtNzktMTYuMi0xMTguNS0yNC4zYy0zOS41LTguMS03OS0xNi4yLTExOC41LTI0LjNjLTUtMS03LjgtMS45LTkuNy00LjJjLTEuOC0yLjMtMi4yLTUuNC0yLjItMTAuNVY0MzYuNmg0MC44YzEuNywwLDMuNiwwLDQuOC0wLjZjMC44LTAuNCwxLjUtMSwxLjQtMi45YzAtMi0wLjgtMi42LTEuNS0zYy0xLjItMC42LTMuMS0wLjctNC44LTAuN2MtMi41LDAtNSwwLTcuNSwwYy0zLjUsMC03LDAtMTAuNSwwYy03LjEsMC0xMi44LTAuMS0xOC0wLjJjLTEuNCwwLTMtMC41LTQuNS0xLjNjLTEuMi0wLjYtMi43LTEuNy0zLjUtMy4yYy01LjMtMTAuNy05LjItMjAuNC0xMi0yOS42Yy0zLjMtMTEtNC45LTIxLjMtNS0zMS41Yy0wLjQtMzIuMi0wLjUtNjMuOS0wLjUtOTAuNmMwLTEwLjksMC0yMS44LDAtMzIuN2MwLTE5LjMsMC0zOC42LTAuMS01Ny45YzAtMy44LDAuOS02LjUsMi44LTguM2MxLjktMS44LDQuNi0yLjYsOC4zLTIuNmM0LjYsMC4xLDkuNCwwLDE0LDBsMiwwYzUuMSwwLDEwLjYsMCwxNiwwLjFjNi4zLDAuMiwxMi4zLTEsMTcuNy0zLjNjNS4yLTIuMywxMC4yLTUuOCwxNC43LTEwLjVjNS4xLTUuMywxMC41LTEwLjgsMTUuMi0xNS42bDAuMy0wLjNjNC45LTUsOS45LTEwLjEsMTQuOC0xNS4yYzMuNi0zLjcsNy42LTYuNSwxMS45LTguM2M0LjMtMS44LDkuMi0yLjcsMTQuNC0yLjdjMTMuMSwwLjEsMjYuMiwwLjEsMzcuMywwLjFsMTEuOCwwYzguNSwwLDE3LDAsMjUuNiwwYzUuMiwwLDguMiwwLjQsMTAuMiwyLjRjMiwyLDIuMyw1LDIuNCwxMC4zYzAsMjMuOSwwLDQ3LjgsMCw3MS43bDAsMzguNmMwLDMyLjcsMCw3MS40LDAuMSwxMTAuM2MwLDEyLjktMS4zLDI1LjYtNCwzNy44Yy0yLjcsMTIuMi02LjksMjQuMy0xMi40LDM1LjljLTEuMiwyLjYtMi42LDQuMy00LjQsNS40Yy0xLjcsMS0zLjcsMS40LTYuNiwxLjRjLTkuOS0wLjEsOC41LTAuMS0zLjYtMC4xYy0xMC45LDAtMTcuNywwLTI4LjYsMGgtNS42Yy0wLjksMC0xLjgsMC40LTIuNSwxLjFjLTAuNywwLjctMS4xLDEuNi0xLjEsMi41YzAsMC41LDAuMSwxLDAuMywxLjRjMC4yLDAuNCwwLjQsMC44LDAuOCwxLjFjMC4zLDAuMywwLjcsMC42LDEuMSwwLjhjMC40LDAuMiwwLjksMC4zLDEuNCwwLjNoNDQuM3YxMy45YzAsMTEuNywwLDIzLjQsMCwzNS4xbDAsMTcuNWMwLDE3LjUsMCwzNS4xLDAsNTIuNmMwLDQuNSwxLjYsOC45LDQuNCwxMi40YzIuOCwzLjUsNi44LDUuOSwxMS4yLDYuOWMxMy40LDIuOCwyNi41LDUuNSwzOC44LDguMWwxMC44LDIuMmM5LjMsMS45LDE4LjcsMy44LDI4LDUuOGMyLjEsMC40LDQsMS42LDUuNCwzLjNjMS4zLDEuNywyLjEsMy44LDIuMSw1LjljMCwwLjMsMCwwLjYsMCwwLjljMCwwLjMtMC4xLDAuNi0wLjEsMWMtMi45LDE0LjEtNS44LDI4LjItOC43LDQyLjFjLTIuOSwxMy45LTUuNywyNy44LTguNiw0MS43Yy0wLjUsMi42LTIsNC44LTQuMiw2LjNDMjk0LjIsNjkzLjQsMjkyLjMsNjkzLjksMjkwLjQsNjkzLjkgTTI4OS43LDY4OS45YzEuNCwwLjIsMi44LTAuMiw0LTAuOWMxLjMtMC45LDIuMi0yLjIsMi41LTMuOGMyLjktMTMuOSw1LjctMjcuNyw4LjYtNDEuN2MyLjktMTMuOSw1LjgtMjgsOC43LTQyLjFjMC0wLjIsMC4xLTAuNCwwLjEtMC41YzAtMC4yLDAtMC40LDAtMC41YzAtMS4yLTAuNC0yLjQtMS4yLTMuNGMtMC44LTEtMS45LTEuNi0zLjEtMS45Yy05LjMtMS45LTE4LjctMy45LTI4LTUuOGwtMTAuOC0yLjJjLTEyLjMtMi41LTI1LjUtNS4zLTM4LjgtOC4xYy01LjMtMS4xLTEwLjEtNC0xMy41LTguMmMtMy40LTQuMi01LjMtOS41LTUuMy0xNC45YzAtMTcuNSwwLTM1LjEsMC01Mi42bDAtMTcuNWMwLTExLjcsMC0yMy40LDAtMzUuMXYtOS45aC00MC4zYy0xLDAtMi0wLjItMi45LTAuNmMtMC45LTAuNC0xLjctMC45LTIuNC0xLjZjLTAuNy0wLjctMS4yLTEuNS0xLjYtMi40Yy0wLjQtMC45LTAuNi0xLjktMC42LTNjMC0yLDAuOC0zLjksMi4yLTUuNGMxLjQtMS40LDMuMy0yLjIsNS4zLTIuMmg1LjZjMTAuOSwwLDE3LjcsMCwyOC42LDBjMTIuMSwwLTYuMywwLDMuNiwwLjFjMi4xLDAsMy41LTAuMyw0LjYtMC45YzEuMS0wLjYsMi0xLjgsMi45LTMuNmM1LjQtMTEuMyw5LjQtMjMuMSwxMi4xLTM1LjFjMi42LTExLjksNC0yNC4zLDMuOS0zNi45Yy0wLjEtMzguOS0wLjEtNzcuNi0wLjEtMTEwLjNsMC0zOC42YzAtMjMuOSwwLTQ3LjgsMC03MS43YzAtMy45LTAuMi02LjUtMS4yLTcuNWMtMS0xLTMuNS0xLjItNy4zLTEuMmMtOC41LDAtMTcsMC0yNS41LDBsLTExLjgsMGMtMTEuMSwwLTI0LjIsMC0zNy40LTAuMWMtNC43LDAtOC45LDAuNy0xMi44LDIuNGMtMy45LDEuNi03LjMsNC4xLTEwLjYsNy40Yy00LjksNS4xLTEwLDEwLjMtMTQuOSwxNS4zbC0wLjMsMC4zYy00LjcsNC44LTEwLDEwLjItMTUuMSwxNS42Yy00LjksNS4xLTEwLjMsOC45LTE2LDExLjRjLTUuOSwyLjYtMTIuNCwzLjgtMTkuNCwzLjZjLTUuMy0wLjEtMTAuOC0wLjEtMTUuOS0wLjFsLTEuOSwwYy00LjYsMC05LjQsMC4xLTE0LDBjLTIuNi0wLjEtNC40LDAuNC01LjUsMS41Yy0xLjEsMS0xLjYsMi44LTEuNiw1LjRjMC4xLDE5LjMsMC4xLDM4LjYsMC4xLDU3LjljMCwxMC45LDAsMjEuOCwwLDMyLjdjMCwyNi44LDAuMSw1OC40LDAuNSw5MC42YzAuMSw5LjksMS43LDE5LjgsNC45LDMwLjRjMi43LDksNi41LDE4LjUsMTEuNywyOC45YzAuMiwwLjMsMC43LDAuOSwxLjgsMS40YzAuOSwwLjUsMiwwLjgsMi43LDAuOGM1LjIsMC4xLDEwLjksMC4yLDE3LjksMC4yYzMuNSwwLDcsMCwxMC40LDBjMi41LDAsNSwwLDcuNSwwYzIuMywwLDQuNiwwLjEsNi42LDEuMWMxLjcsMC44LDMuOCwyLjYsMy44LDYuNWMwLjEsNC0yLDUuOC0zLjgsNi42Yy0yLDAuOS00LjMsMS02LjUsMUg0My40djE4OS44YzAsNCwwLjIsNi42LDEuMyw4YzEuMSwxLjMsMy41LDIsNy40LDIuOGMzOS41LDguMSw3OSwxNi4yLDExOC41LDI0LjNjMzkuNSw4LjEsNzguOSwxNi4yLDExOC40LDI0LjNMMjg5LjcsNjg5Ljl6IE01Ni40LDE2NC40Yy0wLjksMC0xLjgsMC0yLjcsMGMtMS40LDAtMi45LDAtNC4zLDBjLTIuMywwLTQuNiwwLTcsMGgtMS4zbC0wLjUtMS4yYy0wLjItMC40LTAuMy0wLjctMC41LTAuOWwtMC4xLTAuMmMtMC4yLTAuNC0wLjUtMC45LTAuNS0xLjZjMC0xMC42LDAtMjEuMi0wLjEtMzEuOGMwLTguOC0wLjEtMTcuNy0wLjEtMjYuNWMwLTE1LjksMC0zNywwLjItNTguNGMwLjEtNy4yLDIuOC0xMy43LDcuNS0xOC4zYzQuNy00LjUsMTEuMy03LjEsMTguNi03LjFjMjEuMS0wLjIsNDIuMS0wLjMsNjIuNC0wLjJjMjEsMCw0MiwwLjEsNjIuNCwwLjNjNywwLjEsMTMuNCwyLjUsMTguMSw2LjhjNC43LDQuNCw3LjQsMTAuNiw3LjcsMTcuNGMwLjQsMTEuNCwwLjQsMjIuNywwLjMsMzEuM2MwLDQuNS0wLjEsOS4xLTAuMSwxMy43Yy0wLjEsNS44LTAuMSwxMS43LTAuMiwxNy41YzAsMS0wLjYsMS43LTAuOSwybC0wLjIsMC4yYy0wLjIsMC4yLTAuNCwwLjQtMC42LDAuN2wtMC42LDAuN2gtMC45Yy02LDAtMTIsMC0xOCwwLjFjLTQsMC04LDAtMTIuMSwwYy04LjQsMC0xOS40LDAtMzAuNS0wLjJjLTcuMi0wLjEtMTMuNSwxLTE5LjQsMy41Yy01LjgsMi41LTExLjEsNi4yLTE1LjksMTEuNGMtNC45LDUuMi05LjksMTAuNC0xNC42LDE1LjJsLTMuNSwzLjZjLTMuNywzLjctNy41LDcuNi0xMS4xLDExLjRjLTMuMiwzLjMtNi43LDUuOS0xMC4zLDcuN2MtMy45LDEuOS04LjEsMi45LTEyLjUsMy4xQzYyLjEsMTY0LjQsNTkuMSwxNjQuNCw1Ni40LDE2NC40IE00My43LDE2MC40YzEuOSwwLDMuOCwwLDUuOCwwYzEuNCwwLDIuOSwwLDQuMywwYzMuMywwLDcuMSwwLDExLjEtMC4xYzMuOS0wLjEsNy41LTEsMTAuOS0yLjdjMy4zLTEuNiw2LjMtMy45LDkuMi02LjljMy43LTMuOCw3LjUtNy43LDExLjItMTEuNGwzLjUtMy42YzQuNy00LjgsOS43LTkuOSwxNC41LTE1LjFjNS4zLTUuNiwxMC45LTkuNywxNy4zLTEyLjRjNi4zLTIuNywxMy40LTMuOSwyMS0zLjhjMTEsMC4yLDIyLDAuMiwzMC40LDAuMmM0LDAsOC4xLDAsMTIuMSwwYzUuOCwwLDExLjUtMC4xLDE3LjItMC4xYzAuMSwwLDAuMS0wLjEsMC4xLTAuMWMwLTUuNywwLjEtMTEuMywwLjItMTdjMC4xLTQuNSwwLjEtOS4xLDAuMS0xMy42bDIsMGwtMiwwYzAuMS04LjUsMC4xLTE5LjgtMC4zLTMxLjFjLTAuMi01LjktMi40LTEwLjktNi40LTE0LjZjLTMuOS0zLjYtOS40LTUuNy0xNS40LTUuN2MtMjAuNC0wLjItNDEuNC0wLjMtNjIuNC0wLjNjLTIwLjMsMC00MS4zLDAuMS02Mi40LDAuMmMtNi4zLDAtMTEuOCwyLjEtMTUuOCw2Yy00LDMuOS02LjIsOS4yLTYuMywxNS40Yy0wLjIsMjEuNC0wLjIsNDIuNC0wLjIsNTguM2MwLDguOCwwLDE3LjcsMC4xLDI2LjVjMCwxMC41LDAuMSwyMSwwLjEsMzEuNWMwLDAsMCwwLDAsMEw0My43LDE2MC40eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOTEuNCw3MTAuNmMtMC42LDAtMS4xLDAtMS43LTAuMWMtMC42LDAtMS4xLTAuMS0xLjctMC4yYy0wLjctMC4xLTEuNC0wLjItMS45LTAuM2MtMC42LTAuMS0xLTAuMi0xLjItMC4ybC0wLjEsMGMtNDUuOC05LjQtODcuNC0xOC0xMjYuNC0yNmMtMzguOS04LTc1LjEtMTUuNS0xMTAtMjIuNmMtOS40LTEuOS0xNS4zLTQuOS0xOS4zLTkuOGMtNC00LjktNS43LTExLjMtNS43LTIwLjhsMC0zMy40YzAtMjUuNywwLTUxLjgsMC03OGMwLTI5LjUsMC01NS4zLTAuMS03OC42YzAtMS41LTAuMi0zLTAuNS00LjVjLTAuNC0xLjUtMC45LTMtMS41LTQuM2MtNi40LTEzLjEtMTEuMi0yNi45LTE0LjQtNDEuMUMzLjYsMzc2LjMsMiwzNjEuNCwyLDM0Ni4zYzAtMTguOCwwLjEtMzcuOCwwLjEtNTYuN2MwLTE4LjksMC0zNy43LDAtNTYuM0wyLDIxMGwwLTIzLjNjMC0xMC40LDEuNi0xNi45LDUuNS0yMS44YzMuMy00LjMsOC4yLTcsMTUuOC05bDAtMTA5YzAtMTEuOSw0LjctMjMuMiwxMy4xLTMxLjZDNDQuOCw2LjgsNTYuMSwyLjEsNjgsMi4xQzg5LjQsMiwxMTAuMiwyLDEzMC4xLDJjMjAuMSwwLDM5LjEsMCw1OC4xLDAuMWMxMy4xLDAsMjQuMiw0LjMsMzIuMiwxMi4yczEyLjMsMTkuMSwxMi40LDMyLjFjMCw1LjcsMC4xLDExLjQsMC4xLDE3LjFjMCw1LjcsMCwxMS40LDAsMTdsMCw5LjhjMCwzLjIsMCw2LjQsMCw5LjVjMC44LDAuMiwxLjUsMC4zLDIuMywwLjVjMS42LDAuNCwzLjEsMC45LDQuNCwxLjZjNS44LDIuOCw5LjksNywxMi4yLDEyLjdjMi4xLDUuMSwyLjMsMTAuNCwyLjMsMTRsLTAuMSwyMy42Yy0wLjEsMjkuNi0wLjEsNjMuMS0wLjIsOTZjMCwzNi40LDAsNjgsMC4yLDk2LjhjMC4xLDE1LjgtMS41LDMxLjItNC43LDQ1LjZjLTMuMiwxNC40LTguMSwyOC42LTE0LjcsNDIuMWMtMC41LDEtMC45LDIuMi0xLjIsMy40Yy0wLjMsMS4zLTAuNCwyLjYtMC40LDMuOWMtMC4xLDEzLTAuMSwyNy4zLTAuMSw0My43YzAsMTQuNiwwLDI5LjEsMCw0My40bDAsMjUuNWMwLDIuNCwwLDQuOSwwLjIsNmMxLDAuNCwzLjQsMC45LDUuOCwxLjRsMS4xLDAuMmMxMi40LDIuNSwyNC43LDUsMzcuMSw3LjRjMTIuNywyLjYsMjUuNSw1LjEsMzguMiw3LjdjMy45LDAuOCw3LDEuOCw5LjUsMy4xYzIuOCwxLjUsNSwzLjQsNi42LDUuOWMxLjgsMi43LDIuNyw1LjksMi45LDkuOGMwLjEsMy40LTAuMyw3LjQtMS41LDEyLjVjLTEuMiw1LjYtMi41LDExLjktMy45LDE5LjFjLTEuMyw2LjQtMi41LDEyLjctMy43LDE5Yy0xLjQsNy4yLTIuOCwxNC42LTQuMywyMi4xYy0xLjcsOC40LTMuMiwxNS43LTQuNywyMi4zbC0wLjEsMC40Yy0xLDUuOS00LDExLjItOC42LDE1QzMwMyw3MDguNSwyOTcuMiw3MTAuNiwyOTEuNCw3MTAuNiBNMjkwLjgsNjg0LjdDMjkwLjgsNjg0LjcsMjkwLjgsNjg0LjcsMjkwLjgsNjg0LjdjMC4yLTAuMSwwLjQtMC4zLDAuNC0wLjZsMTIuNC01OS45bDUtMjRjMC0wLjItMC4xLTAuMi0wLjEtMC4zYzAsMC0wLjEtMC4xLTAuMi0wLjFjLTQuNi0xLTkuMy0xLjktMTMuOS0yLjlsLTEzLjktMi45Yy04LjItMS43LTE2LjUtMy40LTI0LjktNS4xYy04LjQtMS43LTE2LjctMy41LTI1LjEtNS4yYy02LjQtMS4zLTEyLjItNC45LTE2LjMtMTBjLTQuMi01LjEtNi40LTExLjUtNi41LTE4LjFjMC0xMS43LDAtMjMuMywwLTM1YzAtMTAuOCwwLTIxLjYsMC0zMi40bDAtNDIuN2gtMzUuMmMtMS43LDAtMy4zLTAuMy00LjgtMWMtMS41LTAuNi0yLjktMS42LTQuMS0yLjhjLTEuMi0xLjItMi4xLTIuNS0yLjctNC4xYy0wLjYtMS41LTEtMy4yLTEtNC44YzAtMy40LDEuMy02LjUsMy43LTguOWMyLjQtMi40LDUuNS0zLjcsOC45LTMuN2wyMy40LDBjMy4yLDAsNi43LDAsMTAuNiwwbDIuOSwwYzAuNSwwLDEsMCwxLjQsMC4xYzEuMywwLDEuNi0wLjIsMS42LTAuMmMwLDAsMC4zLTAuMywwLjgtMS40YzUuMy0xMS4yLDkuMS0yMi4zLDExLjctMzMuOWMyLjYtMTEuNiwzLjgtMjMuNCwzLjgtMzUuOWMtMC4xLTI1LTAuMS01MC4yLTAuMS03NS40YzAtMjUuMSwwLTUwLjEsMC03NC43bDAtMzUuM2wwLTM1LjNjMC0wLjksMC0yLjUtMC4xLTMuNmMtMS4xLTAuMS0yLjYtMC4xLTMuNC0wLjFjLTMuOCwwLTcuNiwwLTExLjQsMGMwLDAtMjMuNywwLTI4LjYsMGMtMy4zLDAtNi43LDAtMTAsMGMtOS41LDAtMTcuMywwLTI0LjctMC4xbC0wLjQsMGMtMy44LDAtNy4yLDAuNi0xMC40LDJjLTMuMiwxLjQtNi4yLDMuNC05LDYuM2MtMi41LDIuNi00LjksNS4xLTcuNCw3LjZjLTIuNSwyLjUtNSw1LjEtNy40LDcuNmwtMC44LDAuOGMtMi4zLDIuNC00LjcsNC44LTcsNy4yYy0yLjYsMi42LTUuMSw1LjMtNy43LDhjLTUuNSw1LjctMTEuNSw5LjktMTcuOSwxMi43Yy02LjEsMi42LTEyLjcsMy45LTE5LjcsMy45Yy0wLjUsMC0xLDAtMS40LDBjLTIuNi0wLjEtNS41LTAuMS04LjgtMC4xbC0xLjEsMGMtMi42LDAtNS4yLDAtNy44LDBjLTIuMywwLTQuNywwLTcsMGgtMC44Yy0yLjEsMC00LjMsMC02LjQsMGwtMC4zLDBjLTAuOCwwLTEuMywwLjEtMS42LDAuMWMtMC4xLDAuMy0wLjEsMC44LTAuMSwxLjdjMCw5LjcsMC4xLDE5LjMsMC4xLDI5YzAsOS42LDAsMTkuMywwLDI4LjljMCwxOS45LDAsNDAuNiwwLjEsNjEuNGMwLjEsMjMuMywwLjIsNDMuNSwwLjQsNjEuOWMwLjEsOC43LDEuNCwxNy41LDQsMjYuOGMyLjYsOS4yLDYuNCwxOC45LDExLjcsMjkuN2MwLjMsMC4xLDAuNSwwLjIsMC42LDAuMmM0LjIsMC4xLDguOCwwLjIsMTQsMC4yYzEuNiwwLDMuMiwwLDQuOCwwYzMuMSwwLDYuMiwwLDkuMywwbDcuNiwwYzEuOCwwLDUuMiwwLDguMywxLjRjNC41LDIsNyw1LjksNy4xLDExLjJjMCwxLjctMC4yLDMuMy0wLjcsNC43Yy0wLjYsMS42LTEuNCwzLTIuNiw0LjJjLTEuNiwxLjctMy44LDIuOC02LjQsMy4zYy0xLjksMC40LTMuOCwwLjUtNS42LDAuNUg0OC40djE4NC44YzAsMS4xLDAsMy43LDAuMiw0LjdjMC45LDAuNCwzLjMsMC45LDQuNCwxLjFsMjM2LjQsNDguNEwyOTAuOCw2ODQuN3ogTTQ5LjYsMTU1LjRjMi4zLDAsNC42LDAsNi44LDBsMC45LDBjMi44LDAsNS4yLDAsNy41LTAuMWMzLjItMC4xLDYtMC44LDguOC0yLjFjMi44LTEuMyw1LjQtMy4zLDcuOS01LjljMS45LTEuOSwzLjctMy45LDUuNi01LjhjMS45LTEuOSwzLjgtMy44LDUuNi01LjdsMC4yLTAuMmMyLjktMyw1LjktNiw4LjgtOWMzLjQtMy41LDYuMy02LjUsOC45LTkuNGM1LjUtNS45LDExLjctMTAuNCwxOC40LTEzLjNjNi43LTIuOSwxNC4yLTQuNCwyMi4yLTQuNGwwLjcsMGwwLjcsMGM2LjMsMC4xLDEzLjIsMC4yLDIxLjIsMC4ybDIuNywwYzYuMiwwLDEyLjMsMCwxOC40LTAuMWw4LjYsMGMxLjMsMCwyLjUsMCwzLjgsMGMwLTEuMiwwLTIuNCwwLTMuN2MwLTIuOCwwLjEtNS43LDAuMS04LjVjMC4xLTcuMywwLjItMTQuOCwwLjItMjIuMmMwLTguNC0wLjEtMTUuNi0wLjQtMjIuMmMtMC4yLTQuNS0xLjgtOC4zLTQuOC0xMS4xYy0zLTIuOC03LjItNC40LTEyLTQuNGMtMTkuOS0wLjItNDAuNS0wLjMtNjEuMy0wLjNoLTEuOGMtMjAuMiwwLTQwLjksMC4xLTYxLjYsMC4yYy01LDAtOS4zLDEuNi0xMi40LDQuNmMtMy4xLDMtNC43LDctNC44LDExLjhjLTAuMSwxMi43LTAuMiwyNi42LTAuMiw0Mi42YzAsMTQsMCwyOCwwLjEsNDEuNmwwLDE2LjRjMCwzLjcsMCw3LjMsMCwxMUw0OS42LDE1NS40eiBNMjE5LjYsMTEwLjdsLTAuMS0wLjdjLTAuMiwwLjMtMC41LDAuNS0wLjYsMC43QzIxOS4xLDExMC43LDIxOS40LDExMC43LDIxOS42LDExMC43Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI5MCw3MDUuNWMtMC41LDAtMC45LTAuMS0xLjQtMC4xYy0wLjctMC4xLTEuMy0wLjItMS44LTAuM2MtMC41LTAuMS0wLjktMC4xLTEuMS0wLjJjLTQ1LjgtOS40LTg3LjQtMTgtMTI2LjQtMjZjLTM4LjktOC03NS4xLTE1LjUtMTEwLTIyLjZjLTcuOS0xLjYtMTMuMS00LTE2LjQtOC4xYy0zLjMtNC00LjYtOS42LTQuNi0xNy42bDAtMTYuN2wwLTE2LjdjMC0yNS43LDAtNTEuOCwwLTc4YzAtMjYuMiwwLTUyLjUtMC4xLTc4LjdjMC0xLjktMC4yLTMuOC0wLjctNS43Yy0wLjQtMS45LTEuMS0zLjctMS45LTUuNGMtNi4yLTEyLjgtMTAuOS0yNi4xLTE0LTQwQzguNSwzNzUuNSw3LDM2MS4xLDcsMzQ2LjNjMC0xOC44LDAuMS0zNy44LDAuMS01Ni43YzAtMTguOSwwLTM3LjcsMC01Ni4zYzAtNy44LDAtMTUuNSwwLTIzLjNjMC03LjgsMC0xNS41LDAtMjMuM2MwLTguNywxLjItMTQuNiw0LjQtMTguN2MzLjItNC4xLDguNS02LjUsMTYuOC04LjJ2LTIuOHYtMi44YzAtOSwwLTE3LjksMC0yNi45YzAtOSwwLTE3LjksMC0yNi45YzAtOSwwLTE3LjksMC0yNi45YzAtOSwwLTE3LjksMC0yNi45YzAtMTAuOSw0LjUtMjAuOSwxMS43LTI4LjFDNDcuMSwxMS42LDU3LjEsNy4xLDY4LDcuMUM4OS41LDcsMTEwLjEsNywxMzAuMSw3YzE5LjksMCwzOS4yLDAsNTguMSwwLjFjMTEuOSwwLDIxLjgsMy45LDI4LjcsMTAuOGM2LjksNi45LDEwLjgsMTYuNywxMSwyOC42YzAsNS43LDAuMSwxMS40LDAuMSwxNy4xczAsMTEuNCwwLDE2LjljMCwzLjMsMCw2LjUsMCw5LjhjMCwzLjMsMCw2LjUsMCw5LjhjMCwwLjcsMCwxLjMsMC4xLDJjMCwwLjYsMC4xLDEuMywwLjIsMS45YzAuNCwwLjEsMC43LDAuMiwxLjEsMC4yYzAuNCwwLjEsMC43LDAuMSwxLjEsMC4yYzEuMywwLjMsMi41LDAuNSwzLjcsMC44YzEuMiwwLjMsMi4zLDAuNywzLjUsMS4yYzUuMiwyLjUsOC4xLDYuMSw5LjcsMTAuMWMxLjYsNCwxLjksOC4yLDEuOSwxMi4xbDAsMTEuOGwwLDExLjhjLTAuMSwzMS42LTAuMSw2My44LTAuMiw5NmMwLDMyLjMsMCw2NC43LDAuMiw5Ni45YzAuMSwxNS41LTEuNCwzMC4zLTQuNiw0NC41Yy0zLjEsMTQuMi03LjksMjcuOC0xNC4zLDQxYy0wLjcsMS40LTEuMiwyLjktMS41LDQuNXMtMC42LDMuMy0wLjYsNC45Yy0wLjEsMTQuNS0wLjEsMjkuMi0wLjEsNDMuOGMwLDE0LjYsMCwyOS4xLDAsNDMuNGwwLDEyLjhsMCwxMi44YzAsNS4xLDAsNy43LDEuMyw5LjJjMS4zLDEuNSwzLjgsMiw4LjgsM2MxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MzLjMsMC43LDYsMS41LDguMSwyLjdjMi4xLDEuMSwzLjcsMi41LDQuOCw0LjJjMS4zLDEuOSwxLjksNC4yLDIuMSw3LjJjMC4xLDMtMC4zLDYuNi0xLjMsMTEuM2MtMS40LDYuNC0yLjcsMTIuOC00LDE5LjJjLTEuMyw2LjQtMi41LDEyLjgtMy43LDE5Yy0xLjQsNy4zLTIuOCwxNC43LTQuMywyMi4xYy0xLjUsNy40LTMsMTQuOS00LjcsMjIuM2MwLDAuMSwwLDAuMSwwLDAuMmMwLDAuMSwwLDAuMSwwLDAuMmwwLDAuMWwwLDAuMWMtMC44LDQuOC0zLjMsOC45LTYuOSwxMS45Yy0zLjYsMi45LTguMSw0LjctMTMsNC43QzI5MC45LDcwNS42LDI5MC41LDcwNS41LDI5MCw3MDUuNSBNOTkuNiwxMS4xYy0xMC4zLDAtMjAuOSwwLTMxLjYsMC4xYy05LjgsMC0xOC43LDQtMjUuMiwxMC41Yy02LjUsNi41LTEwLjUsMTUuNC0xMC41LDI1LjJjMCw5LDAsMTcuOSwwLDI2LjljMCw5LDAsMTcuOSwwLDI2LjljMCw5LDAsMTcuOSwwLDI2LjljMCw5LDAsMTcuOSwwLDI2Ljl2NC41djQuNWwtMC44LDAuMmwtMC44LDAuMmMtOCwxLjUtMTIuOCwzLjMtMTUuNyw2LjdjLTIuOSwzLjQtMy44LDguNS0zLjgsMTYuNGMwLDcuOCwwLDE1LjUsMCwyMy4zYzAsNy44LDAsMTUuNSwwLDIzLjNjMCwxOC41LDAsMzcuNCwwLDU2LjNjMCwxOC45LDAsMzcuOS0wLjEsNTYuN2MwLDE0LjUsMS41LDI4LjYsNC41LDQyLjJjMywxMy42LDcuNiwyNi43LDEzLjcsMzkuMWMxLDIsMS43LDQuMSwyLjIsNi4zYzAuNSwyLjIsMC44LDQuNCwwLjgsNi42YzAuMSwyNi4xLDAuMSw1Mi40LDAuMSw3OC43YzAsMjYuMiwwLDUyLjMsMCw3OGwwLDE2LjdsMCwxNi43YzAsNywxLDExLjcsMy43LDE1LjFjMi43LDMuMyw3LjIsNS4zLDE0LjEsNi43YzM0LjksNy4yLDcxLjEsMTQuNiwxMTAsMjIuNmMzOC45LDgsODAuNiwxNi42LDEyNi4zLDI2YzAuMiwwLDAuNSwwLjEsMSwwLjJjMC41LDAuMSwxLDAuMiwxLjcsMC4yYzQuMywwLjYsOC41LTAuNiwxMS43LTIuOWMzLjMtMi40LDUuNi01LjksNi4zLTEwLjFsMC0wLjFsMC0wLjFjMC0wLjEsMC0wLjIsMC0wLjNjMC0wLjEsMC0wLjIsMC4xLTAuM2MxLjctNy40LDMuMi0xNC44LDQuNy0yMi4yYzEuNS03LjQsMi45LTE0LjgsNC4zLTIyYzEuMi02LjMsMi40LTEyLjcsMy43LTE5LjFjMS4zLTYuNCwyLjYtMTIuOCw0LTE5LjJjMC45LTQsMS4zLTcuMiwxLjMtOS43YzAtMi41LTAuNS00LjQtMS40LTUuOGMtMC44LTEuMi0yLTIuMi0zLjctM2MtMS43LTAuOC0zLjktMS41LTYuNi0yLjFjLTEyLjctMi42LTI1LjUtNS4xLTM4LjItNy43Yy0xMi43LTIuNi0yNS41LTUuMS0zOC4yLTcuN2MtNi0xLjItOS4zLTIuMi0xMS4yLTQuNGMtMS44LTIuMi0yLjEtNS43LTIuMS0xMS44bDAtMTIuOGwwLTEyLjhjMC0xNC4zLDAtMjguOCwwLTQzLjRjMC0xNC42LDAtMjkuMiwwLjEtNDMuOGMwLTEuOSwwLjItMy45LDAuNy01LjhjMC40LTEuOSwxLjEtMy43LDEuOC01LjRjNi4zLTEyLjksMTAuOS0yNi4zLDE0LTQwLjFjMy4xLTEzLjksNC41LTI4LjMsNC41LTQzLjZjLTAuMi0zMi4yLTAuMi02NC42LTAuMi05Ni45YzAtMzIuMywwLjEtNjQuNCwwLjItOTYuMWwwLTExLjhsMC0xMS44YzAtNC45LTAuNy04LjctMi4yLTExLjdjLTEuNS0zLTMuOS01LjItNy4xLTYuOGMtMC45LTAuNC0xLjgtMC43LTIuOC0xYy0xLTAuMy0yLjEtMC41LTMuMy0wLjdjLTAuNi0wLjEtMS4yLTAuMi0xLjgtMC40Yy0wLjYtMC4xLTEuMy0wLjMtMS45LTAuNGwtMC43LTAuMmwtMC43LTAuMmwtMC4xLTAuN2wtMC4xLTAuN2MwLTAuMiwwLTAuNC0wLjEtMC43YzAtMC4yLDAtMC41LTAuMS0wLjdjLTAuMS0wLjctMC4xLTEuMy0wLjItMi4xYy0wLjEtMC43LTAuMS0xLjUtMC4xLTIuMmMwLTMuMywwLTYuNSwwLTkuOHMwLTYuNSwwLTkuOGMwLTUuNiwwLTExLjIsMC0xNi45YzAtNS43LDAtMTEuNC0wLjEtMTcuMWMtMC4xLTEwLjctMy42LTE5LjUtOS44LTI1LjdjLTYuMi02LjItMTUtOS42LTI1LjgtOS43Yy05LjQsMC0xOSwwLTI4LjctMC4xYy05LjcsMC0xOS41LDAtMjkuNCwwQzEyMC4xLDExLjEsMTEwLDExLjEsOTkuNiwxMS4xIE0yODkuNSw2OTMuOWMtMC4zLDAtMC42LTAuMS0wLjktMC4xbC01My42LTExbC01My42LTExYy0yMS43LTQuNC00My4zLTguOS02NS0xMy4zYy0yMS43LTQuNC00My40LTguOS02NS0xMy4zYy01LTEtOC0yLjEtOS43LTQuMmMtMS43LTIuMS0yLjItNS4zLTIuMi0xMC41di05Ni45di05Ni45aDIwLjRoMjAuNGMxLjEsMCwyLjIsMCwzLjItMC4yYzEtMC4xLDEuOC0wLjQsMi4zLTAuOWMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNmMwLjItMC40LDAuMy0wLjksMC4zLTEuOGMwLTEuMi0wLjMtMi4xLTEuMi0yLjdjLTAuOS0wLjYtMi41LTAuOS01LjItMC45Yy0xLjMsMC0yLjUsMC0zLjgsMGMtMS4zLDAtMi41LDAtMy44LDBjLTQuNywwLTkuNCwwLTE0LjIsMGMtNC44LDAtOS42LTAuMS0xNC4zLTAuMmMtMS40LDAtMy4xLTAuNS00LjUtMS4zYy0xLjUtMC44LTIuOC0xLjktMy40LTMuMmMtNS43LTExLjUtOS45LTIyLjEtMTIuNy0zMi4yYy0yLjgtMTAuMS00LjItMTkuNi00LjMtMjljLTAuMi0yMC42LTAuNC00MS4zLTAuNC02MS45Yy0wLjEtMjAuNi0wLjEtNDEuMi0wLjEtNjEuNGMwLTkuNiwwLTE5LjMsMC0yOC45YzAtOS42LDAtMTkuMy0wLjEtMjguOWMwLTEuOSwwLjItMy41LDAuNy00LjhjMC41LTEuNCwxLjEtMi41LDIuMS0zLjRjMC45LTAuOSwyLjEtMS42LDMuNS0yLjFjMS40LTAuNCwzLTAuNyw0LjktMC42YzIuMywwLDQuNywwLDcsMGMyLjMsMCw0LjcsMCw3LDBjMi45LDAsNS45LDAsOC45LDBjMywwLDYsMCw5LDAuMWM2LjMsMC4xLDEyLjEtMC45LDE3LjQtMy4yYzUuNC0yLjMsMTAuMy01LjgsMTQuOS0xMC42YzIuNi0yLjcsNS4yLTUuMyw3LjctOGMyLjYtMi43LDUuMi01LjMsNy44LThjMi41LTIuNSw0LjktNS4xLDcuNC03LjZjMi41LTIuNSw0LjktNS4xLDcuNC03LjZjMy42LTMuOCw3LjYtNi41LDEyLTguNGM0LjQtMS44LDkuMS0yLjcsMTQuMy0yLjdjOC4yLDAuMSwxNi40LDAuMSwyNC43LDAuMWM4LjIsMCwxNi40LDAsMjQuNSwwYzQuMywwLDguNSwwLDEyLjgsMGM0LjMsMCw4LjUsMCwxMi44LDBjNS4yLDAsOC4zLDAuNiwxMC4yLDIuNGMxLjgsMS45LDIuNCw1LDIuNCwxMC4zYzAsMTEuOCwwLDIzLjUsMCwzNS4zYzAsMTEuOCwwLDIzLjUsMCwzNS4zYzAsMjQuNiwwLDQ5LjYsMCw3NC43czAsNTAuMywwLjEsNzUuNGMwLDEyLjktMS4zLDI1LjYtNC4xLDM3LjljLTIuNywxMi4zLTYuOSwyNC4zLTEyLjMsMzUuOGMtMS4yLDIuNC0yLjUsNC4yLTQuMyw1LjJjLTEuOCwxLjEtMy45LDEuNi02LjcsMS42aC0wLjFoLTAuMWMtMTEtMC4xLDcuMS0wLjEtMy44LTAuMWMtMTAuOSwwLTE3LjcsMC0yOC4zLDBoOC4yaC0xMy44Yy0xLDAtMS44LDAuNC0yLjUsMWMtMC42LDAuNi0xLDEuNS0xLDIuNWMwLDAuNSwwLjEsMC45LDAuMywxLjRjMC4yLDAuNCwwLjQsMC44LDAuOCwxLjJjMC4zLDAuMywwLjcsMC42LDEuMSwwLjhjMC40LDAuMiwwLjksMC4zLDEuMywwLjNoMjMuN2gyMC43djd2N2MwLDUuOSwwLDExLjgsMCwxNy43YzAsNS45LDAsMTEuOCwwLDE3LjdjMCwxMS43LDAsMjMuMywwLDM1YzAsMTEuNywwLDIzLjMsMCwzNWMwLDQuNiwxLjYsOC45LDQuNCwxMi40YzIuOCwzLjQsNi43LDUuOSwxMS4yLDYuOWM4LjMsMS43LDE2LjcsMy41LDI1LDUuMmM4LjMsMS43LDE2LjcsMy40LDI0LjgsNS4xYzQuNiwxLDkuMywxLjksMTMuOSwyLjljNC42LDEsOS4zLDEuOSwxMy45LDIuOWMyLjIsMC41LDQsMS42LDUuNCwzLjNjMS4zLDEuNiwyLjEsMy43LDIuMSw2YzAsMC4zLDAsMC43LDAsMWMwLDAuMy0wLjEsMC42LTAuMSwwLjljLTEuNyw4LTMuMywxNi00LjksMjRjLTEuNiw3LjktMy4zLDE1LjktNC45LDIzLjhsLTMuNywxOGwtMy43LDE4Yy0wLjUsMi40LTEuOCw0LjMtMy41LDUuOGMtMS43LDEuNC0zLjksMi4yLTYuMiwyLjJDMjkwLjEsNjk0LDI4OS44LDY5My45LDI4OS41LDY5My45IE0xOTQuMSw0NDAuNmgtMjEuNmMtMSwwLTItMC4yLTIuOS0wLjZjLTAuOS0wLjQtMS44LTAuOS0yLjUtMS43Yy0wLjctMC43LTEuMy0xLjYtMS43LTIuNWMtMC40LTAuOS0wLjYtMS45LTAuNi0yLjljMC0yLjEsMC45LTQsMi4yLTUuNGMxLjQtMS40LDMuMy0yLjIsNS40LTIuMmgxMy44aC04LjJjMTAuNiwwLDE3LjQsMCwyOC4zLDBjMTAuOSwwLTcuMSwwLDMuOCwwLjFjMi4xLDAsMy41LTAuMiw0LjYtMC45YzEuMS0wLjcsMS45LTEuOCwyLjgtMy42YzUuNC0xMS40LDkuNC0yMywxMi4xLTM1YzIuNy0xMS45LDQtMjQuMiwzLjktMzdjLTAuMS0yNS0wLjEtNTAuMi0wLjEtNzUuNGMwLTI1LjEsMC01MC4xLDAtNzQuN2MwLTExLjgsMC0yMy41LDAtMzUuM2MwLTExLjgsMC0yMy41LDAtMzUuM2MwLTQuMi0wLjEtNi4zLTEuMi03LjRjLTEuMS0xLjEtMy4yLTEuMi03LjMtMS4yYy00LjMsMC04LjUsMC0xMi44LDBjLTQuMywwLTguNSwwLTEyLjgsMGMtOC4xLDAtMTYuMiwwLTI0LjUsMGMtOC4yLDAtMTYuNSwwLTI0LjctMC4xYy00LjYsMC04LjgsMC43LTEyLjcsMi40Yy0zLjksMS42LTcuNCw0LjEtMTAuNiw3LjVjLTIuNSwyLjUtNC45LDUuMS03LjQsNy42Yy0yLjUsMi41LTQuOSw1LjEtNy40LDcuNmMtMi42LDIuNi01LjIsNS4zLTcuOCw3LjljLTIuNiwyLjctNS4yLDUuMy03LjcsOGMtNSw1LjItMTAuNCw5LTE2LjMsMTEuNWMtNS45LDIuNS0xMi4yLDMuNi0xOS4xLDMuNWMtMy0wLjEtNi0wLjEtOC45LTAuMWMtMywwLTYsMC04LjksMGMtMi4zLDAtNC43LDAtNywwcy00LjcsMC03LjEsMGMtMS4zLDAtMi40LDAuMS0zLjMsMC4zYy0wLjksMC4zLTEuNiwwLjYtMi4yLDEuMmMtMC41LDAuNS0wLjksMS4yLTEuMiwyLjFjLTAuMywwLjktMC40LDItMC40LDMuM2MwLDkuNiwwLjEsMTkuMywwLjEsMjguOWMwLDkuNiwwLDE5LjMsMCwyOC45YzAsMjAuMiwwLDQwLjgsMC4xLDYxLjRjMC4xLDIwLjYsMC4yLDQxLjQsMC40LDYxLjljMC4xLDksMS41LDE4LjMsNC4yLDI4LjFjMi43LDkuOCw2LjgsMjAuMSwxMi40LDMxLjNjMC4yLDAuNCwwLjksMSwxLjgsMS40YzAuOCwwLjQsMS44LDAuOCwyLjcsMC44YzQuNywwLjEsOS41LDAuMiwxNC4yLDAuMmM0LjgsMCw5LjUsMCwxNC4xLDBsMy44LDBjMS4zLDAsMi41LDAsMy44LDBjMS41LDAsNC4xLDAsNi4zLDFjMi4yLDEsNCwyLjksNC4xLDYuN2MwLDEuMS0wLjEsMi4xLTAuNCwzYy0wLjMsMC45LTAuOCwxLjctMS40LDIuM2MtMS4xLDEuMS0yLjQsMS42LTMuOCwyYy0xLjUsMC4zLTMsMC40LTQuNiwwLjRINjEuOEg0My40djk0Ljl2OTQuOWMwLDQuMiwwLjEsNi41LDEuMyw3LjljMS4xLDEuNCwzLjMsMiw3LjQsMi44YzIxLjcsNC40LDQzLjQsOC45LDY1LDEzLjNjMjEuNyw0LjQsNDMuNCw4LjksNjUsMTMuM2w1My40LDEwLjlsNTMuNCwxMC45bDAuMywwbDAuMywwbDAuMSwwLjFsMC4xLDAuMWMxLjUsMC4yLDIuOS0wLjMsNC4xLTEuMWMxLjEtMC44LDItMi4xLDIuMy0zLjZsMy43LTE4bDMuNy0xOGMxLjYtNy45LDMuMy0xNS44LDQuOS0yMy44YzEuNi04LDMuMy0xNS45LDUtMjRjMC0wLjIsMC4xLTAuMywwLjEtMC41YzAtMC4yLDAtMC40LDAtMC41YzAtMS4zLTAuNC0yLjUtMS4yLTMuNGMtMC44LTAuOS0xLjgtMS42LTMtMS45Yy00LjYtMS05LjMtMS45LTEzLjktMi45Yy00LjYtMS05LjMtMS45LTEzLjktMi45Yy04LjItMS43LTE2LjUtMy40LTI0LjktNS4xYy04LjQtMS43LTE2LjctMy41LTI1LTUuMmMtNS40LTEuMS0xMC4xLTQuMi0xMy41LTguM2MtMy4zLTQuMS01LjMtOS4zLTUuMy0xNC45YzAtMTEuNywwLTIzLjMsMC0zNWMwLTExLjcsMC0yMy4zLDAtMzVjMC01LjksMC0xMS44LDAtMTcuN2MwLTUuOSwwLTExLjgsMC0xNy43di00Ljl2LTQuOUgxOTQuMXogTTUyLjksMTY0LjVjLTEuMSwwLTIuMywwLTMuNCwwYy0xLjIsMC0yLjMsMC0zLjUsMGMtMS4yLDAtMi4zLDAtMy41LDBoLTAuN2gtMC43bC0wLjMtMC42bC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNWMtMC4xLTAuMi0wLjEtMC4zLTAuMi0wLjRjLTAuMS0wLjMtMC4zLTAuNS0wLjQtMC45Yy0wLjEtMC4zLTAuMi0wLjYtMC4yLTFjMC01LjMsMC0xMC42LDAtMTUuOWMwLTUuMywwLTEwLjYsMC0xNS45YzAtMTMuOS0wLjEtMjguMS0wLjEtNDIuM2MwLTE0LjIsMC4xLTI4LjUsMC4yLTQyLjZjMC4xLTcuNCwyLjgtMTMuOCw3LjQtMTguMmM0LjYtNC41LDExLjEtNy4xLDE4LjctNy4yYzIxLjQtMC4yLDQyLjYtMC4yLDYzLjUtMC4yYzIwLjksMCw0MS40LDAuMSw2MS40LDAuM2M3LjMsMC4xLDEzLjYsMi42LDE4LjIsNi45YzQuNSw0LjMsNy4zLDEwLjMsNy42LDE3LjRjMC4zLDcuNSwwLjQsMTUsMC40LDIyLjVjMCw3LjUtMC4xLDE1LTAuMiwyMi4zYzAsMi45LTAuMSw1LjktMC4xLDguOGMwLDIuOS0wLjEsNS45LTAuMSw4LjhjMCwwLjUtMC4yLDEtMC40LDEuM2MtMC4yLDAuNC0wLjUsMC42LTAuOCwwLjljLTAuMSwwLjEtMC4yLDAuMi0wLjMsMC4zYy0wLjEsMC4xLTAuMiwwLjItMC4zLDAuNGwtMC4zLDAuM2wtMC4zLDAuM2gtMC41aC0wLjVjLTMsMC02LDAtOSwwcy02LDAtOS4xLDBjLTcsMC0xNCwwLjEtMjEuMSwwLjFjLTcuMSwwLTE0LjMtMC4xLTIxLjQtMC4yYy03LjEtMC4yLTEzLjUsMS0xOS4zLDMuNWMtNS45LDIuNS0xMS4xLDYuMy0xNS45LDExLjRjLTMsMy4yLTYsNi4zLTksOS41Yy0zLDMuMS02LjEsNi4yLTkuMSw5LjNjLTEuOSwxLjktMy43LDMuOC01LjYsNS43Yy0xLjksMS45LTMuNywzLjgtNS42LDUuN2MtMy4zLDMuNC02LjksNi0xMC43LDcuOGMtMy44LDEuOC03LjksMi44LTEyLjIsMi45Yy0xLjQsMC4xLTIuOSwwLjEtNC4zLDAuMWMtMS41LDAtMi45LDAtNC40LDBDNTUuMiwxNjQuNSw1NC4xLDE2NC41LDUyLjksMTY0LjUgTTE1MiwxMDQuNGMwLjIsMCwwLjQsMCwwLjcsMGM3LjEsMC4xLDE0LjIsMC4yLDIxLjMsMC4yYzcuMSwwLDE0LjIsMCwyMS4xLTAuMWMyLjksMCw1LjgsMCw4LjYsMGMyLjksMCw1LjcsMCw4LjYsMGMwLDAsMCwwLDAuMS0wLjFjMCwwLDAsMCwwLjEtMC4xYzAtMi44LDAtNS43LDAuMS04LjVzMC4xLTUuNywwLjEtOC41YzAuMS03LjMsMC4yLTE0LjgsMC4yLTIyLjNjMC03LjUtMC4xLTE1LTAuNC0yMi40djBjLTAuMi01LjktMi41LTExLTYuNC0xNC42Yy0zLjgtMy42LTkuMi01LjctMTUuMy01LjhjLTIwLTAuMi00MC41LTAuMy02MS4zLTAuM2MtMjAuOCwwLTQyLjEsMC4xLTYzLjUsMC4yYy02LjQsMC0xMS45LDIuMy0xNS44LDZjLTMuOSwzLjgtNi4yLDkuMS02LjMsMTUuM2MtMC4yLDE0LjEtMC4yLDI4LjQtMC4yLDQyLjZjMCwxNC4yLDAsMjguMywwLjEsNDIuM2MwLDUuMywwLDEwLjUsMCwxNS44YzAsNS4zLDAsMTAuNSwwLDE1LjhjMCwwLDAsMC4xLDAsMC4xYzAsMCwwLDAuMSwwLDAuMWMxLDAsMS45LDAsMi45LDBjMSwwLDEuOSwwLDIuOSwwYzIuNiwwLDUuMiwwLDcuOCwwYzIuNiwwLDUuMSwwLDcuNi0wLjFjMy44LTAuMSw3LjQtMSwxMC43LTIuNmMzLjMtMS42LDYuNS0zLjksOS40LTdjMS45LTEuOSwzLjctMy44LDUuNi01LjhjMS45LTEuOSwzLjctMy44LDUuNi01LjdjMy0zLDYtNi4xLDkuMS05LjNjMy0zLjEsNi02LjMsOS05LjRjNS4xLTUuNCwxMC42LTkuNSwxNi44LTEyLjJjNi4xLTIuNywxMi45LTQsMjAuMi00QzE1MS41LDEwNC40LDE1MS43LDEwNC40LDE1MiwxMDQuNCIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOTEuNCw3MTIuNmMtMC42LDAtMS4yLDAtMS44LTAuMWMtMC42LDAtMS4yLTAuMS0xLjktMC4yYy0wLjgtMC4xLTEuNC0wLjItMS45LTAuM2MtMC42LTAuMS0xLTAuMi0xLjMtMC4ybC0wLjEsMGMtNDUuOC05LjUtODcuNS0xOC0xMjYuNC0yNmMtMzguOS04LTc1LjEtMTUuNS0xMTAtMjIuNmMtOS44LTItMTYuMi01LjMtMjAuNC0xMC41Yy00LjMtNS4yLTYuMi0xMi4xLTYuMi0yMi4xbDAtMzMuNmMwLTI1LjYsMC01MS43LDAtNzcuOGMwLTI5LjUsMC01NS4yLTAuMS03OC42YzAtMS40LTAuMi0yLjctMC41LTQuMWMtMC4zLTEuNC0wLjgtMi43LTEuNC0zLjlDMTIuOSw0MTkuMyw4LDQwNS4zLDQuOCwzOTAuOUMxLjYsMzc2LjYsMCwzNjEuNSwwLDM0Ni4zYzAtMTguOCwwLjEtMzcuOCwwLjEtNTYuN2MwLTE4LjUsMC0zNi45LDAtNTVsMC00Ny44YzAtMTAuOSwxLjgtMTcuOCw1LjktMjNjMy40LTQuMyw4LjItNy4yLDE1LjMtOS4zbDAtMTA3LjVjMC0xMi41LDQuOS0yNC4yLDEzLjctMzNDNDMuOCw1LDU1LjUsMC4xLDY4LDAuMUM4OS40LDAsMTEwLjMsMCwxMzAuMSwwYzIwLjIsMCwzOS4yLDAsNTguMSwwLjFjMTMuNiwwLDI1LjIsNC41LDMzLjYsMTIuOGM4LjQsOC4zLDEyLjksMTkuOSwxMywzMy41YzAsNS43LDAuMSwxMS40LDAuMSwxNy4xYzAsNS43LDAsMTEuNCwwLDE3bDAsOS44YzAsMi42LDAsNS4zLDAsNy45YzAuMywwLjEsMC42LDAuMSwwLjgsMC4yYzEuOCwwLjUsMy4zLDEsNC43LDEuN2M2LjIsMywxMC42LDcuNiwxMy4xLDEzLjdjMi4yLDUuNCwyLjUsMTEsMi40LDE0LjhMMjU2LDE1NGMtMC4xLDI5LjEtMC4xLDYyLTAuMSw5NC4zYzAsMzYuMywwLDY4LDAuMiw5Ni44YzAuMSwxNi0xLjUsMzEuNS00LjcsNDZjLTMuMiwxNC42LTguMiwyOC45LTE0LjksNDIuNmMtMC40LDAuOC0wLjgsMS45LTEsM2MtMC4zLDEuMS0wLjQsMi4zLTAuNCwzLjRjLTAuMSwxMy4yLTAuMSwyNy41LTAuMSw0My43YzAsMTQuNiwwLDI5LjEsMCw0My40bDAsMjUuNWMwLDEuNiwwLDMuMywwLjEsNC40YzEuMSwwLjMsMi44LDAuNiw0LjMsMC45bDIsMC40YzEyLjEsMi40LDI0LjEsNC44LDM2LjIsNy4zYzEyLjcsMi42LDI1LjUsNS4xLDM4LjIsNy43YzQuMSwwLjgsNy4zLDEuOSwxMCwzLjNjMy4yLDEuNyw1LjYsMy44LDcuMyw2LjVjMiwzLDMsNi42LDMuMiwxMC44YzAuMSwzLjYtMC4zLDcuNy0xLjUsMTNjLTEuMiw1LjYtMi41LDExLjktMy45LDE5LjFjLTEuMyw2LjQtMi41LDEyLjctMy43LDE5bC0wLjEsMC40Yy0xLjQsNy4xLTIuOCwxNC40LTQuMiwyMS44Yy0xLjcsOC40LTMuMiwxNS43LTQuNywyMi4zbDAsMC4zYy0xLDYuNC00LjQsMTIuMS05LjMsMTYuMkMzMDMuOSw3MTAuMywyOTcuNyw3MTIuNiwyOTEuNCw3MTIuNiBNNTAuNSw2MzMuN2MwLjcsMC4yLDEuNywwLjQsMywwLjdsMjM2LDQ4LjRsMTYuNy04MS4xYy00LjEtMC44LTguMi0xLjctMTIuMy0yLjVsLTEzLjktMi45Yy04LjItMS43LTE2LjUtMy40LTI0LjktNS4xYy04LjQtMS43LTE2LjgtMy41LTI1LjEtNS4yYy02LjgtMS40LTEzLTUuMi0xNy41LTEwLjdjLTQuNC01LjUtNi45LTEyLjMtNi45LTE5LjNjMC0xMS42LDAtMjMuMywwLTM1YzAtMTAsMC01Mi42LDAtNTIuNmwwLTIwLjVoLTMzLjJjLTEuOSwwLTMuOC0wLjQtNS42LTEuMWMtMS44LTAuNy0zLjQtMS44LTQuNy0zLjJjLTEuMy0xLjMtMi40LTIuOS0zLjEtNC43Yy0wLjctMS44LTEuMS0zLjctMS4xLTUuNmMwLTMuOSwxLjUtNy42LDQuMy0xMC4zYzIuOC0yLjgsNi40LTQuMywxMC4zLTQuM2wyMy42LDBjMy4xLDAsNi40LDAsMTAuMywwbDMuNiwwYzAuNCwwLDAuOCwwLDEuMSwwLjFjMC4xLTAuMSwwLjEtMC4zLDAuMi0wLjRjNS4yLTExLjEsOS0yMiwxMS42LTMzLjVjMi42LTExLjUsMy44LTIzLjEsMy44LTM1LjVjLTAuMS0yNS0wLjEtNTAuMi0wLjEtNzUuNGMwLTI1LDAtNTAsMC03NC41bDAtMzUuNWMwLTExLjgsMC0yMy41LDAtMzUuM2MwLTAuNCwwLTEsMC0xLjdjLTAuNSwwLTEuMSwwLTEuNSwwYy00LDAtOCwwLTEyLDBjMCwwLTIzLjEsMC0yOCwwYy0zLjMsMC02LjcsMC0xMCwwYy05LjMsMC0xNy40LDAtMjQuNy0wLjFsLTAuNCwwYy0zLjUsMC02LjYsMC42LTkuNSwxLjhjLTMsMS4zLTUuNywzLjItOC4zLDUuOWMtMi41LDIuNi00LjksNS4xLTcuNCw3LjZjLTIuNSwyLjUtNSw1LjEtNy40LDcuNmwtMC40LDAuNGMtMi41LDIuNS00LjksNS03LjQsNy41Yy0yLjYsMi42LTUuMSw1LjMtNy43LDcuOWMtNS42LDUuOS0xMS45LDEwLjMtMTguNiwxMy4xYy02LjMsMi43LTEzLjIsNC0yMC42LDRjLTAuNSwwLTAuOSwwLTEuNCwwYy0yLjYtMC4xLTUuNS0wLjEtOC44LTAuMWwtMS4xLDBjLTIuNiwwLTUuMiwwLTcuNywwYy0yLjMsMC00LjcsMC03LDBIMzZjLTIuMiwwLTQuMywwLTYuNSwwYzAsOS42LDAuMSwxOS4yLDAuMSwyOC44YzAsOS41LDAsMjguOSwwLDI4LjljMCwxOS45LDAsNDAuNCwwLjEsNjEuNGMwLjEsMjMuMywwLjIsNDMuNSwwLjQsNjEuOWMwLjEsOC41LDEuNCwxNy4xLDMuOSwyNi4zYzIuNSw4LjksNi4xLDE4LjIsMTEuMSwyOC40YzMuOSwwLjEsOC4zLDAuMiwxMy4zLDAuMmMxLjYsMCwzLjIsMCw0LjgsMGMzLjEsMCw2LjIsMCw5LjMsMGw3LjYsMGMyLDAsNS42LDAsOS4xLDEuNWM1LjIsMi4zLDguMiw3LDguMywxM2MwLDEuOS0wLjMsMy44LTAuOCw1LjRjLTAuNywxLjktMS43LDMuNS0zLDQuOWMtMS45LDEuOS00LjQsMy4zLTcuNCwzLjljLTIuMSwwLjUtNC4yLDAuNS02LjEsMC41SDUwLjR2MTgyLjhDNTAuNCw2MzEuOCw1MC41LDYzMi45LDUwLjUsNjMzLjcgTTUwLjcsMTUzLjRjMiwwLDMuOSwwLDUuOSwwbDAuOCwwYzIuOCwwLDUuMiwwLDcuNC0wLjFjMi45LTAuMSw1LjUtMC43LDgtMS45YzIuNi0xLjIsNS0zLDcuMy01LjVjMS45LTEuOSwzLjgtMy45LDUuNi01LjhjMS45LTEuOSwzLjgtMy44LDUuNi01LjdjMy0zLjEsNi02LjEsOS05LjJjMy40LTMuNSw2LjMtNi41LDguOS05LjNjNS43LTYuMSwxMi4xLTEwLjgsMTkuMS0xMy44YzctMywxNC43LTQuNiwyMy00LjZsMS40LDBjNi4zLDAuMSwxMy4zLDAuMiwyMS4yLDAuMmwzLjIsMGM1LjYsMCwxMS4xLDAsMTYuNS0wLjFjMCwwLDExLjEsMCwxMS43LDBjMC0wLjYsMC0xLjEsMC0xLjdjMC0yLjgsMC4xLTUuNywwLjEtOC41YzAuMS03LjIsMC4yLTE0LjcsMC4yLTIyLjJjMC04LjMtMC4xLTE1LjYtMC40LTIyLjJjLTAuMS0zLjktMS42LTcuMy00LjItOS43Yy0yLjctMi41LTYuMy0zLjgtMTAuNi0zLjljLTE5LjktMC4yLTQwLjUtMC4zLTYxLjMtMC4zbC0yLjMsMGMtMTkuOSwwLTQwLjUsMC4xLTYxLjEsMC4yYy00LjUsMC04LjMsMS40LTExLDQuMWMtMi43LDIuNi00LjEsNi4yLTQuMSwxMC40Yy0wLjEsMTIuNi0wLjIsMjYuNS0wLjIsNDIuNWMwLDE0LjEsMCwyOC4zLDAuMSw0MmwwLDE2QzUwLjYsMTQ3LjQsNTAuNywxNTAuNCw1MC43LDE1My40Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI5MS40LDcwNy42Yy0wLjUsMC0xLDAtMS41LTAuMWMtMC41LDAtMS0wLjEtMS41LTAuMmMtMC43LTAuMS0xLjMtMC4yLTEuOC0wLjNjLTAuNS0wLjEtMC45LTAuMS0xLjEtMC4yYy00NS44LTkuNS04Ny41LTE4LTEyNi40LTI2LjFjLTM4LjktOC03NS4xLTE1LjUtMTEwLTIyLjZjLTguNi0xLjgtMTQuMS00LjUtMTcuNi04LjhjLTMuNS00LjMtNS4xLTEwLjEtNS4xLTE4LjlsMC0zMy40YzAtMjUuNywwLTUxLjgsMC03OGMwLTI5LjUsMC01NS4zLTAuMS03OC43YzAtMS43LTAuMi0zLjUtMC42LTUuMmMtMC40LTEuNy0xLTMuNC0xLjgtNWMtNi4yLTEyLjgtMTEtMjYuNS0xNC4xLTQwLjVjLTMuMS0xNC00LjctMjguNy00LjctNDMuNmMwLTE4LjgsMC4xLTM3LjgsMC4xLTU2LjdjMC0xOC41LDAtMzYuOSwwLTU1bDAtNDcuOGMwLTkuNywxLjQtMTUuNiw0LjgtMTkuOWMzLjItNC4xLDguMi02LjcsMTYuNC04LjVsMC0xMTEuNGMwLTExLjEsNC40LTIxLjYsMTIuMi0yOS41QzQ2LjQsOS41LDU2LjksNS4xLDY4LDUuMUM4OS40LDUsMTEwLjMsNSwxMzAuMSw1YzIwLjEsMCwzOS4xLDAsNTguMSwwLjFjMTIuMywwLDIyLjcsNCwzMC4xLDExLjRjNy40LDcuNCwxMS40LDE3LjgsMTEuNSwzMGMwLDUuNywwLjEsMTEuNCwwLjEsMTcuMWMwLDUuNywwLDExLjQsMCwxNi45bDAsOS44YzAsMy4zLDAsNi41LDAsOS44YzAsMC41LDAsMS4xLDAuMSwxLjhjMCwwLjEsMCwwLjMsMCwwLjRsMC42LDAuMWMxLjMsMC4yLDIuNiwwLjUsMy44LDAuOGMxLjQsMC40LDIuNywwLjgsMy44LDEuNGM1LjEsMi41LDguNyw2LjIsMTAuNywxMS4xYzEuOSw0LjYsMi4xLDkuNSwyLjEsMTIuOGwwLDIzLjdjLTAuMSwyOS42LTAuMSw2My4xLTAuMiw5NmMwLDM2LjQsMCw2OCwwLjIsOTYuOGMwLjEsMTUuNi0xLjUsMzAuNy00LjYsNDQuOWMtMy4xLDE0LjItOCwyOC4xLTE0LjUsNDEuNWMtMC42LDEuMi0xLjEsMi42LTEuNCw0LjFjLTAuMywxLjUtMC41LDMtMC41LDQuNWMtMC4xLDEzLTAuMSwyNy4zLTAuMSw0My43YzAsMTQuNiwwLDI5LjEsMCw0My40bDAsMjUuNWMwLDQuMywwLDYuOSwwLjgsNy45YzAuOCwxLDMuNCwxLjUsNy42LDIuM2wxLjIsMC4yYzEyLjMsMi41LDI0LjcsNC45LDM3LDcuNGMxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MzLjYsMC43LDYuNCwxLjcsOC43LDIuOWMyLjQsMS4zLDQuMiwyLjksNS41LDQuOWMxLjUsMi4zLDIuMyw1LDIuNCw4LjJjMC4xLDMuMS0wLjMsNi45LTEuNCwxMS44Yy0xLjIsNS43LTIuNSwxMS45LTMuOSwxOS4xYy0xLjMsNi40LTIuNSwxMi43LTMuNywxOWMtMS40LDcuMi0yLjgsMTQuNi00LjMsMjIuMWMtMS43LDguNC0zLjIsMTUuNy00LjcsMjIuM2wtMC4xLDAuNWMtMC44LDUuMS0zLjUsOS44LTcuNiwxMy4xQzMwMS42LDcwNS43LDI5Ni41LDcwNy42LDI5MS40LDcwNy42IE0xMzAuMSw5QzExMC4zLDksODkuNCw5LDY4LDkuMWMtMTAuMSwwLTE5LjUsNC0yNi42LDExLjFjLTcuMSw3LjItMTEuMSwxNi42LTExLjEsMjYuN2wwLDExNC42bC0xLjYsMC4zYy04LjIsMS43LTEyLjksMy45LTE1LjcsNy40Yy0yLjgsMy41LTQsOC43LTQsMTcuNWwwLDQ3LjhjMCwxOC4xLDAsMzYuNSwwLDU1YzAsMTguOSwwLDM3LjktMC4xLDU2LjdjMCwxNC42LDEuNSwyOSw0LjYsNDIuN2MzLjEsMTMuNyw3LjcsMjcsMTMuOCwzOS42YzAuOSwxLjgsMS42LDMuOCwyLjEsNS44YzAuNSwyLDAuNyw0LjEsMC43LDYuMWMwLjEsMjMuNCwwLjEsNDkuMSwwLjEsNzguN2MwLDI2LjIsMCw1Mi4zLDAsNzhsMCwzMy40YzAsNy44LDEuMywxMi45LDQuMiwxNi40YzIuOSwzLjUsNy42LDUuOCwxNS4zLDcuNGMzNC45LDcuMSw3MS4xLDE0LjYsMTEwLDIyLjZjMzguOSw4LDgwLjYsMTYuNiwxMjYuNCwyNmMwLjIsMCwwLjUsMC4xLDEsMC4yYzAuNSwwLjEsMS4xLDAuMiwxLjgsMC4zYzAuNCwwLjEsMC44LDAuMSwxLjIsMC4xbDAsMGM0LjcsMC4zLDkuMy0xLjIsMTIuOS00LjJjMy4zLTIuNyw1LjUtNi41LDYuMi0xMC43bDAuMS0wLjVjMC0wLjEsMC0wLjIsMC4xLTAuM2MxLjUtNi42LDMtMTMuOSw0LjctMjIuMmMxLjUtNy41LDIuOS0xNC45LDQuMy0yMi4xYzEuMi02LjMsMi40LTEyLjYsMy43LTE5YzEuNC03LjIsMi43LTEzLjUsNC0xOS4yYzEtNC41LDEuNC04LDEuMy0xMC44Yy0wLjEtMi42LTAuNy00LjUtMS43LTYuMmMtMC45LTEuNC0yLjItMi42LTQtMy41Yy0xLjktMS00LjQtMS44LTcuNi0yLjVjLTEyLjctMi42LTI1LjUtNS4xLTM4LjItNy43Yy0xMi4zLTIuNS0yNC43LTQuOS0zNy03LjRsLTEuMi0wLjJjLTUuNS0xLjEtOC4yLTEuNi05LjktMy43Yy0xLjctMi4xLTEuNy00LjktMS43LTEwLjVsMC0yNS41YzAtMTQuMywwLTI4LjgsMC00My40YzAtMTYuNCwwLTMwLjcsMC4xLTQzLjhjMC0xLjgsMC4yLTMuNiwwLjYtNS40YzAuNC0xLjgsMS0zLjUsMS43LTVjNi40LTEzLjIsMTEuMS0yNi41LDE0LjItNDAuNmMzLjEtMTQuMSw0LjYtMjguNSw0LjUtNDRjLTAuMS0yOC44LTAuMi02MC41LTAuMi05Ni45YzAtMzMsMC4xLTY2LjUsMC4yLTk2bDAtMjMuN2MwLTMtMC4yLTcuNC0xLjgtMTEuM2MtMS43LTQtNC41LTctOC43LTljLTAuOS0wLjQtMS45LTAuOC0zLjEtMS4xYy0xLjEtMC4zLTIuMy0wLjUtMy42LTAuOGwtMS4xLTAuMmMtMC40LTAuMS0wLjctMC4xLTEuMS0wLjJsLTEuNC0wLjNsLTAuMS0xLjVjLTAuMS0wLjYtMC4xLTEuMy0wLjItMmMtMC4xLTAuOC0wLjEtMS41LTAuMS0yLjFjMC0zLjMsMC02LjUsMC05LjhsMC05LjhjMC01LjYsMC0xMS4yLDAtMTYuOWMwLTUuNywwLTExLjQtMC4xLTE3LjFjLTAuMS0xMS4yLTMuNy0yMC42LTEwLjQtMjcuMlMxOTkuMyw5LjEsMTg4LjIsOS4xQzE2OS4yLDksMTUwLjIsOSwxMzAuMSw5IE0yOTEuNCw3MDMuNWMtMC44LDAtMS43LTAuMS0yLjUtMC4yYy0wLjctMC4xLTEuMy0wLjItMS43LTAuM2MtMC41LTAuMS0wLjgtMC4xLTEtMC4yYy00NS44LTkuNC04Ny40LTE4LTEyNi40LTI2Yy0zOC45LTgtNzUuMS0xNS41LTExMC0yMi42Yy03LjctMS42LTEyLjMtMy44LTE1LjItNy40Yy0yLjktMy42LTQuMi04LjUtNC4yLTE2LjNsMC0zMy40YzAtMjUuNywwLTUxLjgsMC03OGMwLTI5LjUsMC01NS4zLTAuMS03OC43YzAtMi0wLjMtNC4xLTAuNy02LjFjLTAuNS0yLTEuMi00LTIuMS01LjhjLTYuMS0xMi42LTEwLjgtMjUuOS0xMy44LTM5LjZjLTMuMS0xMy43LTQuNi0yOC00LjYtNDIuNmMwLTE4LjgsMC4xLTM3LjgsMC4xLTU2LjdjMC0xOC45LDAtMzcuNywwLTU2LjNsMC00Ni42YzAtOSwxLjItMTQuMSw0LjMtMTcuN2MzLjUtNC4yLDkuMy02LDE2LjktNy40bDAsMGwwLTExNC43YzAtMTAsMy45LTE5LjUsMTEtMjYuNkM0OC41LDEzLjEsNTgsOS4yLDY4LDkuMmMxMC44LDAsMjEuMywwLDMxLjYtMC4xYzIwLjcsMCw0MC41LDAsNTkuOSwwYzkuNywwLDE5LjIsMCwyOC43LDAuMWMxMS4xLDAsMjAuNCwzLjYsMjcuMiwxMC4zYzYuNyw2LjcsMTAuMywxNiwxMC40LDI3LjFjMCw1LjcsMC4xLDExLjQsMC4xLDE3LjFjMCw1LjcsMCwxMS40LDAsMTYuOWwwLDkuOGMwLDMuMywwLDYuNSwwLDkuOGMwLDAuNiwwLDEuMywwLjEsMi4xYzAsMC43LDAuMSwxLjQsMC4yLDJsMC4xLDAuN2MwLDAuMiwwLDAuNSwwLjEsMC43bDAsMGMwLjYsMC4yLDEuMiwwLjMsMS44LDAuNGMwLjYsMC4xLDEuMiwwLjIsMS44LDAuNGMxLjIsMC4yLDIuMywwLjUsMy40LDAuN2MxLjMsMC4zLDIuMywwLjcsMy4yLDEuMWMzLjcsMS44LDYuNCw0LjMsOC4xLDcuN2MxLjYsMy4yLDIuNCw3LjQsMi40LDEyLjZsLTAuMSwyNWMtMC4xLDMwLjktMC4xLDYyLjktMC4yLDk0LjdjMCwzNi40LDAsNjguMSwwLjIsOTYuOWMwLjEsMTUuMy0xLjUsMzAuMS00LjUsNDRjLTMuMSwxMy45LTcuOCwyNy42LTE0LjIsNDAuNmMtMC43LDEuNS0xLjMsMy4yLTEuNyw0LjljLTAuNCwxLjgtMC42LDMuNy0wLjYsNS40Yy0wLjEsMTMtMC4xLDI3LjMtMC4xLDQzLjhjMCwxNC42LDAsMjkuMSwwLDQzLjRsMCwyNS41YzAsNS42LDAuMyw4LjgsMS43LDEwLjVjMS40LDEuNyw0LjUsMi42LDEwLDMuN2MxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MxMi43LDIuNiwyNS41LDUuMSwzOC4yLDcuN2MzLDAuNiw1LjMsMS4zLDcuMSwyLjJjMiwxLDMuNCwyLjIsNC40LDMuN2MxLjEsMS43LDEuNyw0LDEuNyw2LjhjMCwyLjYtMC40LDUuOS0xLjMsMTAuMWMtMS4yLDUuNy0yLjUsMTItNCwxOS4yYy0xLjMsNi40LTIuNSwxMi44LTMuNywxOWMtMS40LDcuMi0yLjgsMTQuNi00LjMsMjIuMWMtMS43LDguNC0zLjIsMTUuNy00LjcsMjIuM2MwLDAuMSwwLDAuMSwwLDAuMmwtMC4xLDAuNWMtMC43LDQuNi0zLjMsOC42LTcuMSwxMS40QzI5OC45LDcwMi4zLDI5NS4yLDcwMy41LDI5MS40LDcwMy41IE05OS42LDExLjFsMCwyYy0xMC4zLDAtMjAuOSwwLTMxLjYsMC4xYy05LDAtMTcuNCwzLjYtMjMuOCw5LjlzLTkuOSwxNC44LTkuOSwyMy44bDAsMTE4bC0zLjMsMC42Yy04LDEuNS0xMi4yLDMuMi0xNC42LDYuMWMtMi40LDIuOC0zLjMsNy4yLTMuMywxNS4xbDAsNDYuNmMwLDE4LjUsMCwzNy40LDAsNTYuM2MwLDE4LjksMCwzNy45LTAuMSw1Ni43YzAsMTQuMywxLjUsMjguMyw0LjUsNDEuOGMzLDEzLjQsNy41LDI2LjQsMTMuNSwzOC43YzEsMi4xLDEuOCw0LjQsMi40LDYuN2MwLjUsMi4zLDAuOCw0LjcsMC44LDdjMC4xLDIzLjQsMC4xLDQ5LjEsMC4xLDc4LjdjMCwyNi4yLDAsNTIuMywwLDc4bDAsMzMuNGMwLDYuOSwxLDExLDMuMywxMy44YzIuMywyLjgsNi4yLDQuNiwxMi45LDZjMzQuOSw3LjIsNzEuMSwxNC42LDExMCwyMi42YzM4LjksOCw4MC42LDE2LjYsMTI2LjMsMjZjMC4xLDAsMC40LDAuMSwwLjksMC4xYzAuNSwwLjEsMSwwLjIsMS43LDAuMmMzLjYsMC41LDcuMy0wLjQsMTAuMy0yLjZjMy0yLjEsNC45LTUuMyw1LjUtOC44bDAtMC4yYzAtMC4xLDAtMC4yLDAuMS0wLjRjMC0wLjEsMC0wLjMsMC4xLTAuNGMxLjUtNi42LDMtMTMuOSw0LjctMjIuMmMxLjUtNy41LDIuOS0xNC45LDQuMy0yMmMxLjItNi4zLDIuNC0xMi43LDMuNy0xOS4xYzEuNC03LjIsMi43LTEzLjUsNC0xOS4zYzAuOC0zLjksMS4yLTYuOSwxLjItOS4yYzAtMi4xLTAuNC0zLjYtMS4xLTQuN2MtMC42LTAuOS0xLjUtMS43LTIuOS0yLjNjLTEuNS0wLjctMy41LTEuNC02LjEtMS45Yy0xMi43LTIuNi0yNS41LTUuMS0zOC4yLTcuN2MtMTIuNy0yLjYtMjUuNS01LjEtMzguMi03LjdjLTYuNi0xLjMtMTAuMS0yLjQtMTIuMy01LjFjLTIuMi0yLjctMi42LTYuMy0yLjYtMTMuMWwwLTI1LjVjMC0xNC4zLDAtMjguOCwwLTQzLjRjMC0xNi41LDAtMzAuOCwwLjEtNDMuOGMwLTIuMSwwLjMtNC4yLDAuNy02LjNjMC41LTIuMSwxLjEtNC4xLDItNS44YzYuMy0xMi45LDEwLjgtMjUuOSwxMy45LTM5LjdjMy0xMy44LDQuNS0yNy45LDQuNC00My4xYy0wLjEtMjguOC0wLjItNjAuNS0wLjItOTYuOWMwLTMxLjgsMC4xLTYzLjgsMC4yLTk0LjdsMC4xLTI1YzAtNC42LTAuNi04LjEtMi0xMC44Yy0xLjMtMi42LTMuMy00LjQtNi4yLTUuOWMtMC43LTAuMy0xLjUtMC42LTIuNS0wLjljLTEtMC4zLTIuMS0wLjUtMy4yLTAuN2MtMC42LTAuMS0xLjItMC4yLTEuOC0wLjRjLTAuNi0wLjEtMS4zLTAuMy0yLTAuNGwtMi44LTAuN2wtMC4yLTIuOWMwLTAuMiwwLTAuNC0wLjEtMC43bC0wLjEtMC43Yy0wLjEtMC43LTAuMS0xLjQtMC4yLTIuMWMtMC4xLTAuOS0wLjEtMS42LTAuMS0yLjRjMC0zLjMsMC02LjUsMC05LjhsMC05LjhjMC01LjYsMC0xMS4yLDAtMTYuOWMwLTUuNywwLTExLjQtMC4xLTE3Yy0wLjEtMTAtMy4zLTE4LjQtOS4yLTI0LjNjLTYtNS45LTE0LjQtOS4xLTI0LjQtOS4xYy05LjQsMC0xOSwwLTI4LjYtMC4xYy0xOS4zLDAtMzkuMiwwLTU5LjksMEw5OS42LDExLjF6IE0yOTAuNCw2OTZjLTAuNCwwLTAuNywwLTEuMS0wLjFjLTAuNCwwLTAuNy0wLjEtMS4xLTAuMkw1MC45LDY0Ny4xYy01LjEtMS04LjYtMi4yLTEwLjgtNWMtMi4yLTIuNy0yLjYtNi41LTIuNy0xMS43VjQzNC42aDQyLjljMSwwLDIsMCwyLjktMC4xYzEtMC4xLDEuMi0wLjQsMS4yLTAuNGMwLTAuMSwwLjEtMC40LDAuMS0xYzAtMC45LTAuMi0xLTAuMi0xLjFjLTAuMy0wLjItMS4zLTAuNS00LjEtMC41bC03LjUsMGMtNC43LDAtOS40LDAtMTQuMiwwYy01LjQsMC0xMC4xLTAuMS0xNC40LTAuMmMtMS43LTAuMS0zLjctMC42LTUuNC0xLjZjLTEuNC0wLjgtMy4zLTIuMS00LjMtNGMtNS44LTExLjctMTAtMjIuMy0xMi45LTMyLjVjLTIuOC0xMC4yLTQuMy0xOS45LTQuNC0yOS41Yy0wLjItMTguNC0wLjMtMzguNy0wLjQtNjJjLTAuMS0yMC43LTAuMS00MS40LTAuMS02MS40YzAtOS42LDAtMTkuMywwLTI4LjljMC05LjYsMC0xOS4zLTAuMS0yOC45YzAtMi4xLDAuMi0zLjksMC44LTUuNWMwLjYtMS43LDEuNC0zLjEsMi42LTQuMmMxLjItMS4xLDIuNi0yLDQuMy0yLjVjMS42LTAuNSwzLjQtMC43LDUuNS0wLjdjMi4zLDAsNC43LDAsNywwYzIuMywwLDQuNiwwLDYuOCwwbDAuMiwwYzIuOSwwLDUuOSwwLDguOSwwYzMuNCwwLDYuNCwwLDkuMSwwLjFjNi4xLDAuMSwxMS41LTAuOCwxNi42LTNjNS4xLTIuMiw5LjgtNS41LDE0LjItMTAuMWMyLjYtMi43LDUuMi01LjMsNy43LThjMi41LTIuNSw0LjktNS4xLDcuNC03LjZsMC40LTAuNGMyLjUtMi41LDQuOS01LjEsNy40LTcuNmMyLjUtMi41LDQuOS01LjEsNy40LTcuNmMzLjgtMy45LDgtNi45LDEyLjYtOC44YzQuNi0xLjksOS42LTIuOSwxNS4xLTIuOGM3LjQsMC4xLDE1LjIsMC4xLDI0LjcsMC4xYzcuNiwwLDE1LjIsMCwyMi43LDBsMS44LDBjNC43LDAsOS40LDAsMTQuMSwwYzMuOCwwLDcuNywwLDExLjUsMGM1LjMsMCw5LjEsMC41LDExLjYsM2MyLjQsMi41LDIuOSw2LjMsMi45LDExLjdjMCwxMS44LDAsMjMuNSwwLDM1LjNsMCw0MGMwLDIzLjEsMCw0Ni41LDAsNzBjMCwyNS4xLDAsNTAuMywwLjEsNzUuNGMwLDEzLTEuNCwyNS45LTQuMSwzOC4zYy0yLjgsMTIuNC03LDI0LjYtMTIuNSwzNi4zYy0xLjMsMi45LTIuOSw0LjgtNSw2LjFjLTIuMSwxLjMtNC41LDEuOS03LjgsMS45aC0wLjJjLTkuOS0wLjEsOC43LTAuMS0zLjgtMC4xYy0xMCwwLTE1LjgsMC0yNS42LDBsLTguNCwwYy0wLjQsMC0wLjgsMC4yLTEuMSwwLjVjLTAuMywwLjMtMC41LDAuNy0wLjUsMS4xYzAsMC4yLDAsMC40LDAuMSwwLjZjMC4xLDAuMiwwLjIsMC40LDAuMywwLjVjMC4yLDAuMiwwLjMsMC4zLDAuNSwwLjNjMC4yLDAuMSwwLjQsMC4xLDAuNiwwLjFoNDYuM2wwLDUxLjNjMCwxMS42LDAsMjMuMywwLDM1YzAsMTEuNywwLDIzLjMsMCwzNC45YzAsNCwxLjQsOCw0LDExLjFjMi42LDMuMSw2LjEsNS4zLDEwLDYuMmM4LjMsMS43LDE2LjcsMy41LDI1LDUuMmM3LjksMS42LDE1LjcsMy4yLDIzLjUsNC44bDE1LjMsMy4xYzQuNiwxLDkuMywxLjksMTMuOSwyLjljMi42LDAuNSw0LjksMS45LDYuNSw0YzEuNywyLDIuNiw0LjYsMi42LDcuMmMwLDAuNCwwLDAuOC0wLjEsMS4yYzAsMC40LTAuMSwwLjgtMC4yLDEuMWwtMTcuMyw4My44Yy0wLjYsMi43LTIuMSw1LjItNC4yLDYuOUMyOTUuNyw2OTUsMjkzLjEsNjk2LDI5MC40LDY5NiBNNDIuMSw2MzcuN2MwLjMsMC44LDAuNiwxLjUsMSwyYzEuMywxLjYsMy42LDIuNSw4LjUsMy41bDIzNy4zLDQ4LjZjMC4yLDAsMC41LDAuMSwwLjcsMC4xYzIuMSwwLjIsNC4xLTAuNCw1LjctMS43YzEuNC0xLjIsMi40LTIuOCwyLjgtNC42bDE3LjMtODMuOGMwLjEtMC4yLDAuMS0wLjUsMC4xLTAuN2MwLTAuMywwLTAuNSwwLTAuOGMwLTEuNy0wLjYtMy40LTEuNy00LjdjLTEuMS0xLjMtMi42LTIuMi00LjItMi42Yy00LjYtMS05LjMtMS45LTEzLjktMi45bC0xNS4zLTMuMWMtNy43LTEuNi0xNS42LTMuMi0yMy41LTQuOGMtOC40LTEuNy0xNi43LTMuNS0yNS01LjJjLTQuOC0xLTkuMi0zLjctMTIuMy03LjVjLTMuMS0zLjktNC45LTguNy00LjktMTMuNmMwLTExLjYsMC0yMy4zLDAtMzVjMC0xMS43LDAtMjMuMywwLTM1bDAtMTcuN2wwLTI5LjZoLTQyLjNjLTAuNywwLTEuNC0wLjEtMi4xLTAuNGMtMC43LTAuMy0xLjMtMC43LTEuOC0xLjJjLTAuNS0wLjUtMC45LTEuMS0xLjItMS44Yy0wLjMtMC43LTAuNC0xLjQtMC40LTIuMWMwLTEuNSwwLjYtMi45LDEuNi0zLjljMS0xLjEsMi40LTEuNiwzLjktMS42bDguNCwwYzkuNywwLDE1LjYsMCwyNS42LDBjMTIuNSwwLTYsMCwzLjgsMC4xbDAuMSwydi0yYzIuNSwwLDQuMi0wLjQsNS42LTEuM2MxLjQtMC45LDIuNS0yLjMsMy41LTQuNGM1LjQtMTEuNCw5LjUtMjMuMywxMi4yLTM1LjRjMi43LTEyLjEsNC4xLTI0LjcsNC0zNy40Yy0wLjEtMjUtMC4xLTUwLjItMC4xLTc1LjRjMC0yMy41LDAtNDYuOSwwLTcwbDAtNDBjMC0xMS44LDAtMjMuNSwwLTM1LjNjMC0xLjctMC4xLTMuMi0wLjItNC40YzAuMSwxLjIsMC4xLDIuNywwLjEsNC40YzAsMTEuOCwwLDIzLjUsMCwzNS4zbDAsMzUuM2MwLDI0LjYsMCw0OS42LDAsNzQuN2MwLDI1LjEsMCw1MC4zLDAuMSw3NS40YzAsMTIuOS0xLjMsMjUuNS00LDM3LjRjLTIuNywxMi02LjgsMjMuOS0xMi4yLDM1LjRjLTEuMSwyLjItMi4xLDMuNi0zLjYsNC40Yy0xLjQsMC44LTMsMS4yLTUuNiwxLjJjLTkuOS0wLjEsOC43LTAuMS0zLjgtMC4xYy05LjksMC0xNS44LDAtMjUuNSwwbC04LjUsMGMtMS41LDAtMi45LDAuNi0zLjksMS42Yy0xLjEsMS4xLTEuNiwyLjUtMS42LDRjMCwwLjgsMC4xLDEuNSwwLjQsMi4yYzAuMywwLjcsMC43LDEuMywxLjIsMS44YzAuNSwwLjUsMS4xLDAuOSwxLjgsMS4yYzAuNywwLjMsMS40LDAuNCwyLjEsMC40aDQyLjJ2NDkuOWMwLDEwLjgsMCwyMS41LDAsMzIuM2MwLDExLjcsMCwyMy4zLDAsMzVjMCw0LjksMS43LDkuOCw0LjksMTMuN2MzLjEsMy45LDcuNSw2LjYsMTIuNCw3LjZjOC4zLDEuNywxNi43LDMuNSwyNSw1LjJjOC40LDEuNywxNi43LDMuNCwyNC44LDUuMWwxMy45LDIuOWM0LjYsMSw5LjMsMS45LDEzLjksMi45YzEuNiwwLjMsMy4xLDEuMyw0LjIsMi42YzEuMSwxLjMsMS42LDMsMS42LDQuNmMwLDAuMywwLDAuNSwwLDAuN2MwLDAuMy0wLjEsMC41LTAuMSwwLjdsLTE3LjMsODMuOGMtMC40LDEuOS0xLjUsMy42LTMuMSw0LjhjLTEuNiwxLjItMy41LDEuNy01LjUsMS41bC0xLTAuMkw1MS43LDY0My4xYy00LjItMC45LTYuOS0xLjUtOC41LTMuNUM0Mi43LDYzOSw0Mi4zLDYzOC40LDQyLjEsNjM3LjcgTTI4OS4yLDY4Ny43bDEuMywwbDAuMSwwLjFjMC43LDAsMS40LTAuMywyLjEtMC43YzAuOC0wLjYsMS4zLTEuNCwxLjUtMi40bDE3LjMtODMuOGMwLTAuMSwwLTAuMiwwLTAuM2MwLTAuMSwwLTAuMiwwLTAuM2MwLTAuOC0wLjMtMS41LTAuOC0yLjFjLTAuNS0wLjYtMS4yLTEtMS45LTEuMmMtNC42LTEtOS4zLTEuOS0xMy45LTIuOWwtMTMuOS0yLjljLTguMi0xLjctMTYuNS0zLjQtMjQuOS01LjFjLTguNC0xLjctMTYuNy0zLjUtMjUuMS01LjJjLTUuNy0xLjItMTAuOS00LjQtMTQuNi05Yy0zLjctNC42LTUuOC0xMC4zLTUuOC0xNi4yYzAtMTEuNywwLTIzLjMsMC0zNWMwLTEwLjgsMC0yMS41LDAtMzIuM2wwLTIwLjRsMC0yNS41aC0zOC4yYy0xLjMsMC0yLjUtMC4zLTMuNy0wLjdjLTEuMi0wLjUtMi4yLTEuMi0zLjEtMi4xYy0wLjktMC45LTEuNi0xLjktMi4xLTMuMWMtMC41LTEuMi0wLjctMi40LTAuNy0zLjdjMC0yLjYsMS01LDIuOC02LjhjMS44LTEuOCw0LjItMi44LDYuOC0yLjhsOC41LDBjOS43LDAsMTUuNSwwLDI1LjUsMGMxMi41LDAtNiwwLDMuOCwwLjFjMS43LDAsMi44LTAuMiwzLjYtMC42YzAuNy0wLjQsMS4zLTEuMiwyLTIuN2M1LjQtMTEuNCw5LjMtMjIuNywxMS45LTM0LjZjMi42LTExLjgsMy45LTIzLjgsMy45LTM2LjVjLTAuMS0yNS0wLjEtNTAuMi0wLjEtNzUuNGMwLTI1LjEsMC01MC4xLDAtNzQuN2wwLTM1LjNjMC0xMS44LDAtMjMuNSwwLTM1LjNjMC0yLjQsMC01LjQtMC42LTZjLTAuNi0wLjYtMy41LTAuNi01LjktMC42Yy00LjMsMC04LjUsMC0xMi44LDBsLTEyLjgsMGMtOC4xLDAtMTYuMywwLTI0LjUsMGMtOS4zLDAtMTcuNCwwLTI0LjctMC4xYy00LjQtMC4xLTguMywwLjctMTEuOSwyLjJjLTMuNiwxLjUtNi45LDMuOC0xMCw3Yy0yLjUsMi42LTQuOSw1LjEtNy40LDcuNmMtMi41LDIuNS00LjksNS4xLTcuNCw3LjZsLTAuNCwwLjRjLTIuNSwyLjUtNC45LDUtNy40LDcuNWMtMi42LDIuNi01LjIsNS4zLTcuNyw4Yy01LjIsNS40LTEwLjksOS40LTE2LjksMTJjLTYuMSwyLjYtMTIuOCwzLjgtMTkuOSwzLjZjLTIuNi0wLjEtNS41LTAuMS04LjktMC4xYy0zLDAtNS45LDAtOC45LDBjLTIuMywwLTQuNywwLTcsMGMtMi40LDAtNC43LDAtNy4xLDBjLTEuMSwwLTIsMC4xLTIuOCwwLjNjLTAuNiwwLjItMSwwLjQtMS4zLDAuN2MtMC4zLDAuMy0wLjUsMC43LTAuNywxLjJjLTAuMiwwLjctMC4zLDEuNi0wLjMsMi43YzAsOS43LDAuMSwxOS4zLDAuMSwyOWMwLDkuNiwwLDE5LjMsMCwyOC45YzAsMTkuOSwwLDQwLjUsMC4xLDYxLjRjMC4xLDIzLjMsMC4yLDQzLjUsMC40LDYxLjljMC4xLDksMS40LDE4LDQuMSwyNy42YzIuNyw5LjYsNi43LDE5LjcsMTIuMiwzMC45YzAuMSwwLjEsMC40LDAuNCwwLjksMC42YzAuNiwwLjMsMS40LDAuNiwxLjgsMC42YzQuMiwwLjEsOC45LDAuMiwxNC4yLDAuMmM0LjcsMCw5LjUsMCwxNC4xLDBsNy42LDBjMS43LDAsNC41LDAsNy4xLDEuMWMyLjQsMSw1LjIsMy4zLDUuMyw4LjVjMCwxLjMtMC4yLDIuNi0wLjYsMy43Yy0wLjQsMS4yLTEsMi4yLTEuOSwzYy0xLjIsMS4zLTIuOCwyLjEtNC45LDIuNWMtMS42LDAuNC0zLjQsMC40LTUsMC40SDQ1LjR2MTg3LjhjMCwzLjgsMC4xLDUuOCwwLjgsNi43YzAuNywwLjksMi42LDEuNCw2LjIsMi4xTDI4OS4yLDY4Ny43eiBNNDEuNCw0MzguNnYxOTEuOWMwLDIsMC4xLDMuNiwwLjMsNWMtMC4yLTEuNC0wLjItMy0wLjItNUw0MS40LDQzOC42bDM4LjksMC4xYzEuNCwwLDIuOSwwLDQuMi0wLjNjMS4zLTAuMywyLjItMC43LDIuOC0xLjRjMC40LTAuNCwwLjctMC45LDEtMS42YzAuMi0wLjcsMC4zLTEuNSwwLjMtMi4zYzAtMy4zLTEuNy00LjMtMi45LTQuOWMtMS44LTAuOC00LjEtMC44LTUuNS0wLjhsLTcuNSwwYy00LjcsMC05LjQsMC0xNC4xLDBjLTUuNCwwLTEwLTAuMS0xNC4zLTAuMmMtMS41LDAtMi45LTAuNy0zLjYtMWMtMC45LTAuNS0yLjEtMS4zLTIuNi0yLjNjLTUuNy0xMS40LTkuOC0yMS44LTEyLjUtMzEuN2MtMi44LTkuOS00LjItMTkuMy00LjMtMjguNmMtMC4yLTE4LjQtMC4zLTM4LjctMC40LTYxLjljLTAuMS0yMC45LTAuMS00MS41LTAuMS02MS40YzAtOS42LDAtMTkuMywwLTI4LjljMC05LjYsMC0xOS4zLTAuMS0yOC45YzAtMS41LDAuMS0yLjcsMC41LTMuOGMwLjMtMS4yLDAuOS0yLjIsMS43LTNjMC44LTAuOCwxLjgtMS4zLDMtMS43YzEuMS0wLjMsMi40LTAuNCwzLjktMC40YzIuMywwLDQuNywwLDcsMGMyLjQsMCw0LjcsMCw3LDBjMi45LDAsNS45LDAsOC45LDBjMy40LDAsNi4zLDAsOSwwLjFjNi43LDAuMiwxMi42LTAuOSwxOC4zLTMuM2M1LjYtMi40LDEwLjgtNiwxNS42LTExLjFjMi42LTIuNyw1LjItNS4zLDcuNy04YzIuNS0yLjUsNC45LTUsNy40LTcuNmwwLjQtMC40YzIuNS0yLjUsNC45LTUuMSw3LjQtNy42YzIuNS0yLjUsNC45LTUuMSw3LjQtNy42YzMuNC0zLjUsNy4yLTYuMiwxMS4zLTcuOWM0LjEtMS43LDguNi0yLjYsMTMuNS0yLjVjNy4zLDAuMSwxNS40LDAuMSwyNC43LDAuMWM4LjIsMCwxNi40LDAsMjQuNSwwbDEyLjgsMGM0LjMsMCw4LjUsMCwxMi44LDBjMS43LDAsMy4xLDAsNC4zLDAuMWMtMS4yLTAuMS0yLjYtMC4yLTQuMy0wLjJjLTQuMywwLTguNSwwLTEyLjgsMGMtNC4zLDAtOC41LDAtMTIuOCwwbC0xLjgsMGMtNy41LDAtMTUuMSwwLTIyLjcsMGMtOS41LDAtMTcuMywwLTI0LjctMC4xYy0wLjEsMC0wLjEsMC0wLjIsMGMtNC45LDAtOS4zLDAuOC0xMy40LDIuNWMtNC4xLDEuNy03LjgsNC4zLTExLjMsNy45Yy0yLjUsMi41LTQuOSw1LjEtNy40LDcuNmMtMi41LDIuNS00LjksNS4xLTcuNCw3LjZsLTAuNCwwLjRjLTIuNSwyLjUtNC45LDUuMS03LjQsNy42Yy0yLjYsMi43LTUuMiw1LjMtNy43LDhjLTQuOCw0LjktMTAsOC42LTE1LjYsMTFjLTUuNiwyLjQtMTEuNywzLjUtMTguMywzLjNjLTIuNy0wLjEtNS42LTAuMS05LTAuMWMtMywwLTYsMC04LjksMGwtMC4yLDBjLTIuMywwLTQuNSwwLTYuOCwwYy0yLjQsMC00LjcsMC03LjEsMGMtMS43LDAtMy4xLDAuMi00LjMsMC41Yy0xLjEsMC40LTIsMC45LTIuNywxLjZjLTAuNywwLjctMS4yLDEuNi0xLjYsMi42Yy0wLjQsMS4yLTAuNiwyLjYtMC42LDQuMmMwLDkuNywwLjEsMTkuMywwLjEsMjguOWMwLDkuNiwwLDE5LjMsMCwyOC45YzAsMjAsMCw0MC43LDAuMSw2MS40YzAuMSwyMy4zLDAuMiw0My41LDAuNCw2MS45YzAuMSw5LjMsMS41LDE4LjYsNC4yLDI4LjVjMi44LDkuOSw2LjksMjAuMywxMi42LDMxLjhjMC40LDAuOCwxLjMsMS42LDIuNiwyLjNjMS4yLDAuNiwyLjYsMS4xLDMuNywxLjFjNC4zLDAuMSw4LjksMC4yLDE0LjMsMC4yYzQuOCwwLDkuNSwwLDE0LjIsMGw3LjUsMGMzLjEsMCw1LDAuNCw2LjMsMS4yYzIsMS4zLDIuMSwzLjYsMi4xLDQuNGMwLDEtMC4xLDEuOS0wLjQsMi42Yy0wLjMsMC43LTAuNiwxLjEtMC45LDEuM2MtMC44LDAuOC0xLjksMS4zLTMuNSwxLjVjLTEuMSwwLjItMi40LDAuMi0zLjUsMC4ySDQxLjR6IE0yMzIuMSwxMTguNWMwLjcsMC4zLDEuMiwwLjYsMS43LDEuMWMwLjUsMC41LDAuOCwxLDEsMS42Yy0wLjMtMC43LTAuNi0xLjMtMS0xLjdDMjMzLjUsMTE5LjEsMjMyLjksMTE4LjcsMjMyLjEsMTE4LjUgTTU2LjQsMTY2LjVjLTEuMiwwLTIuMywwLTMuNSwwbC02LjktMC4xYy0xLjIsMC0yLjMsMC0zLjUsMGgtMi42bC0xLjEtMi40Yy0wLjEtMC4yLTAuMi0wLjMtMC4yLTAuNWwtMC4yLTAuNGMtMC4yLTAuMy0wLjQtMC43LTAuNS0xLjFjLTAuMi0wLjYtMC4zLTEuMS0wLjMtMS43YzAtNS4zLDAtMTAuNiwwLTE1LjlsMC0xNS45YzAtMTMuOC0wLjEtMjgtMC4xLTQyLjNjMC0xNiwwLjEtMzAsMC4yLTQyLjdjMC4xLTcuNywyLjktMTQuNyw4LTE5LjZjNS4xLTQuOSwxMi4yLTcuNywyMC4xLTcuOGMyMS4zLTAuMiw0Mi43LTAuMiw2My41LTAuMmMyMC44LDAsNDEuNCwwLjEsNjEuNCwwLjNjNy42LDAuMSwxNC41LDIuNywxOS41LDcuNGM1LDQuNyw3LjksMTEuNCw4LjIsMTguOGMwLjIsNi43LDAuNCwxNC4xLDAuNCwyMi42YzAsNy42LTAuMSwxNS4xLTAuMiwyMi40YzAsMi45LTAuMSw1LjktMC4xLDguOGMwLDIuOS0wLjEsNS44LTAuMSw4LjhjMCwwLjgtMC4yLDEuNi0wLjcsMi40Yy0wLjMsMC41LTAuOCwxLTEsMS4ybC0wLjMsMC4zYy0wLjEsMC4xLTAuMiwwLjItMC4zLDAuM2wtMS4yLDEuNGgtMS44Yy0zLDAtNiwwLTksMGMtMywwLTYsMC05LjEsMGwtMC4yLDBjLTYuOSwwLTEzLjksMC4xLTIwLjksMC4xYy04LDAtMTUtMC4xLTIxLjQtMC4yYy02LjgtMC4xLTEyLjksMC45LTE4LjUsMy4zYy01LjYsMi40LTEwLjYsNS45LTE1LjMsMTAuOWMtMi43LDIuOS01LjYsNi05LjEsOS41Yy0zLDMuMS02LjEsNi4yLTkuMSw5LjNjLTEuOSwxLjktMy43LDMuOC01LjYsNS43Yy0xLjksMS45LTMuNywzLjgtNS42LDUuN2MtMy40LDMuNi03LjIsNi40LTExLjMsOC4zYy00LjEsMS45LTguNCwzLTEzLDMuMWMtMS41LDAuMS0yLjksMC4xLTQuNCwwLjFDNTkuMywxNjYuNSw1Ny44LDE2Ni41LDU2LjQsMTY2LjUgTTQyLjUsMTYyLjRMNDIuNSwxNjIuNGMxLjIsMCwyLjQsMCwzLjUsMGw2LjksMC4xYzIuNiwwLDUuMiwwLDcuOCwwYzEuNCwwLDIuOS0wLjEsNC4zLTAuMWM0LTAuMSw3LjktMS4xLDExLjQtMi44YzMuNi0xLjcsNy00LjIsMTAuMS03LjRjMS45LTEuOSwzLjctMy44LDUuNi01LjhjMS45LTEuOSwzLjctMy44LDUuNi01LjdjMy0zLDYtNi4xLDkuMS05LjNjMy40LTMuNSw2LjMtNi42LDktOS40YzUtNS4zLDEwLjYtOS4zLDE2LjYtMTEuOWM2LjEtMi42LDEyLjgtMy44LDIwLjEtMy42YzYuMywwLjEsMTMuMywwLjIsMjEuMywwLjJjNywwLDE0LDAsMjAuOS0wLjFsMC4yLDBjMywwLDYsMCw5LjEsMGMzLDAsNiwwLDksMGwwLDBjMC4xLTAuMiwwLjMtMC4zLDAuNC0wLjRsMC4zLTAuM2MwLjItMC4yLDAuNC0wLjQsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjIsMC4xLTAuMmMwLTIuOSwwLTUuOSwwLjEtOC44YzAtMi45LDAuMS01LjgsMC4xLTguOGMwLjEtNy4zLDAuMi0xNC44LDAuMi0yMi4zYzAtOC40LTAuMS0xNS44LTAuNC0yMi41Yy0wLjItNi40LTIuNi0xMi02LjktMTZjLTQuMy00LjEtMTAuMi02LjMtMTYuOC02LjNjLTE5LjktMC4yLTQwLjYtMC4zLTYxLjMtMC4zYy0yMC44LDAtNDIuMiwwLjEtNjMuNSwwLjJjLTYuOSwwLjEtMTIuOSwyLjMtMTcuMyw2LjZjLTQuNCw0LjMtNi43LDEwLjEtNi44LDE2LjhjLTAuMSwxMi43LTAuMiwyNi42LTAuMiw0Mi42YzAsMTQuMywwLDI4LjUsMC4xLDQyLjNsMCwxNS45YzAsNS4zLDAsMTAuNiwwLDE1LjljMCwwLjEsMCwwLjIsMC4xLDAuM2MwLjEsMC4yLDAuMiwwLjQsMC4zLDAuNmwwLjIsMC40QzQyLjMsMTYxLjksNDIuNCwxNjIuMSw0Mi41LDE2Mi40TDQyLjUsMTYyLjR6IE01Ni40LDE2Mi40Yy0yLjMsMC00LjYsMC02LjksMGwtMi45LDBjLTEsMC0xLjksMC0yLjksMGwtMS4yLDBsLTAuNi0xLjFsMS43LTFsLTEuOCwwLjlsLTAuMi0wLjRsMC0wLjZjMC01LjMsMC0xMC41LDAtMTUuOGwwLTE2YzAtMTMuNy0wLjEtMjcuOS0wLjEtNDIuMWMwLTE2LDAuMS0yOS45LDAuMi00Mi42YzAuMS02LjYsMi41LTEyLjUsNi45LTE2LjhjNC4zLTQuMiwxMC41LTYuNiwxNy4yLTYuNmMyMS4zLTAuMiw0Mi43LTAuMiw2My41LTAuMmMyMC44LDAsNDEuNCwwLjEsNjEuMywwLjNjNi41LDAuMSwxMi40LDIuMywxNi43LDYuM2M0LjMsNCw2LjgsOS43LDcsMTZjMC4yLDYuNywwLjQsMTQsMC40LDIyLjVjMCw3LjUtMC4xLDE1LTAuMiwyMi4zYzAsMi44LTAuMSw1LjctMC4xLDguNWMwLDIuOC0wLjEsNS43LTAuMSw4LjVsMCwwLjhsLTEuMiwxLjJsLTAuOSwwLjFjLTIuOCwwLTUuNywwLTguNiwwbC04LjYsMGMtNi45LDAtMTQsMC4xLTIxLjEsMC4xYy04LDAtMTUtMC4xLTIxLjMtMC4ybC0xLjMsMGMtNy4yLDAtMTMuNSwxLjMtMTkuNCwzLjhjLTUuOSwyLjYtMTEuMiw2LjQtMTYuMSwxMS43Yy0yLjcsMi44LTUuNiw1LjktOSw5LjVjLTMsMy4xLTYuMSw2LjItOS4xLDkuM2MtMS45LDEuOS0zLjcsMy44LTUuNiw1LjdjLTEuOSwxLjktMy43LDMuOC01LjYsNS43Yy0zLjEsMy4yLTYuNSw1LjctMTAsNy40Yy0zLjYsMS43LTcuNCwyLjYtMTEuNSwyLjhjLTIuMywwLjEtNC44LDAuMS03LjcsMC4xQzU3LDE2Mi40LDU2LjcsMTYyLjQsNTYuNCwxNjIuNCBNNDMuOCwxNjAuM0w0My44LDE2MC4zTDQzLjgsMTYwLjN6IE00NS43LDE1OC4zYzAuMywwLDAuNywwLDEsMGwyLjksMGMyLjYsMCw1LjIsMCw3LjgsMGMyLjksMCw1LjMsMCw3LjYtMC4xYzMuNi0wLjEsNi44LTAuOSw5LjktMi40YzMuMS0xLjUsNi0zLjYsOC44LTYuNWMxLjktMS45LDMuNy0zLjksNS42LTUuOGMxLjktMS45LDMuNy0zLjgsNS42LTUuN2MzLTMsNi02LjEsOS05LjJjMy40LTMuNSw2LjMtNi42LDktOS40YzUuMi01LjYsMTEuMS05LjksMTcuNC0xMi42YzYuMy0yLjgsMTMuNC00LjIsMjEtNC4ybDEuNCwwYzYuMywwLjEsMTMuMywwLjIsMjEuMywwLjJjNy4xLDAsMTQuMSwwLDIxLjEtMC4xbDguNiwwYzIuMiwwLDQuNSwwLDYuNywwYzAtMi4yLDAtNC40LDAuMS02LjZjMC0yLjgsMC4xLTUuNywwLjEtOC41YzAuMS03LjMsMC4yLTE0LjgsMC4yLTIyLjNjMC04LjQtMC4xLTE1LjctMC40LTIyLjNjLTAuMi01LjMtMi4yLTkuOC01LjctMTMuMmMtMy42LTMuNC04LjQtNS4yLTE0LTUuMmMtMTkuOS0wLjItNDAuNS0wLjMtNjEuMy0wLjNjLTIwLjgsMC00Mi4xLDAuMS02My41LDAuMmMtNS44LDAtMTAuOCwxLjktMTQuNCw1LjVjLTMuNiwzLjUtNS42LDguMy01LjcsMTMuOWMtMC4xLDEyLjctMC4yLDI2LjYtMC4yLDQyLjZjMCwxNC4xLDAsMjguMywwLjEsNDJsMCwxNkM0NS42LDE0OSw0NS43LDE1My43LDQ1LjcsMTU4LjMiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzg0LjUsNjQ1LjVjLTAuNywwLTEuNC0wLjEtMi4xLTAuMmwtOS4zLTEuOWMtMi43LTAuNi01LjEtMi4yLTYuNi00LjVjLTEuNS0yLjMtMi4xLTUuMS0xLjUtNy44bDAuMi0wLjhjMC42LTIuNywyLjItNS4xLDQuNS02LjZjMS43LTEuMSwzLjctMS43LDUuNy0xLjdjMC43LDAsMS40LDAuMSwyLjEsMC4ybDkuMywxLjljMi43LDAuNiw1LjEsMi4yLDYuNiw0LjVjMS41LDIuMywyLjEsNS4xLDEuNSw3LjhsLTAuMiwwLjhjLTAuNiwyLjctMi4yLDUuMS00LjUsNi42QzM4OC41LDY0NC45LDM4Ni41LDY0NS41LDM4NC41LDY0NS41TDM4NC41LDY0NS41eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zODkuOCw2MzYuMmwwLjEtMC40bDAuMS0wLjRjMC4zLTEuNSwwLTIuOS0wLjgtNC4xYy0wLjgtMS4yLTItMi0zLjQtMi4zbC00LjctMWwtNC43LTFjLTEuNS0wLjMtMi45LDAtNC4xLDAuOGMtMS4yLDAuOC0yLDItMi4zLDMuNGwtMC4xLDAuNGwtMC4xLDAuNGMtMC4zLDEuNSwwLDIuOSwwLjgsNC4xYzAuOCwxLjIsMiwyLDMuNCwyLjNsNC43LDFsNC43LDFjMS41LDAuMywyLjksMCw0LjEtMC44QzM4OC42LDYzOC45LDM4OS41LDYzNy43LDM4OS44LDYzNi4yIi8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM4NC41LDY0Ny41Yy0wLjksMC0xLjctMC4xLTIuNS0wLjNsLTkuMy0xLjljLTMuMi0wLjctNi0yLjYtNy45LTUuNGMtMS44LTIuOC0yLjUtNi4xLTEuOC05LjNsMC4yLTAuOGMwLjctMy4yLDIuNi02LDUuNC03LjljMi0xLjMsNC40LTIsNi44LTJjMC44LDAsMS43LDAuMSwyLjUsMC4zbDkuMywxLjljMy4yLDAuNyw2LDIuNiw3LjksNS40YzEuOCwyLjgsMi41LDYuMSwxLjgsOS4zbC0wLjIsMC44Yy0wLjcsMy4yLTIuNiw2LTUuNCw3LjlDMzg5LjIsNjQ2LjgsMzg2LjksNjQ3LjUsMzg0LjUsNjQ3LjUiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzg0LjUsNjQyLjVjLTAuNSwwLTEtMC4xLTEuNS0wLjJsLTkuMy0xLjljLTEuOS0wLjQtMy42LTEuNS00LjctMy4yYy0xLjEtMS43LTEuNS0zLjYtMS4xLTUuNmwwLjItMC44YzAuNC0xLjksMS41LTMuNiwzLjItNC43YzEuNy0xLjEsMy42LTEuNSw1LjYtMS4xbDkuMywxLjljMS45LDAuNCwzLjYsMS41LDQuNywzLjJjMS4xLDEuNywxLjUsMy42LDEuMSw1LjZsLTAuMiwwLjhjLTAuNCwxLjktMS41LDMuNi0zLjIsNC43QzM4Ny4zLDY0Mi4xLDM4NS45LDY0Mi41LDM4NC41LDY0Mi41IE0zNzUuMyw2MjljLTAuNywwLTEuMywwLjItMS45LDAuNmMtMC44LDAuNS0xLjMsMS4zLTEuNSwyLjJsLTAuMiwwLjhjLTAuMiwwLjksMCwxLjgsMC41LDIuNmMwLjUsMC44LDEuMywxLjMsMi4yLDEuNWw5LjMsMS45YzAuOSwwLjIsMS44LDAsMi42LTAuNWMwLjgtMC41LDEuMy0xLjMsMS41LTIuMmwwLjItMC44YzAuMi0wLjksMC0xLjgtMC41LTIuNmMtMC41LTAuOC0xLjMtMS4zLTIuMi0xLjVMMzc2LDYyOUMzNzUuOCw2MjksMzc1LjYsNjI5LDM3NS4zLDYyOSIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zODQuNSw2NDcuNmMtMC40LDAtMC45LDAtMS4zLTAuMWMtMC40LDAtMC45LTAuMS0xLjMtMC4ybC05LjMtMS45Yy0xLjYtMC4zLTMuMS0xLTQuNS0xLjljLTEuMy0wLjktMi41LTIuMS0zLjQtMy41Yy0wLjktMS40LTEuNS0yLjktMS44LTQuNWMtMC4zLTEuNi0wLjMtMy4zLDAtNC45bDAuMi0wLjhjMC43LTMuMywyLjYtNi4xLDUuNC03LjljMi0xLjMsNC40LTIsNi44LTJjMC44LDAsMS43LDAuMSwyLjUsMC4zbDkuMywxLjljMy4zLDAuNyw2LjEsMi42LDcuOSw1LjRjMS44LDIuOCwyLjUsNi4xLDEuOCw5LjRsLTAuMywxLjRsMCwwLjFjLTAuNCwxLjMtMC45LDIuNi0xLjcsMy44Yy0wLjksMS40LTIuMSwyLjUtMy41LDMuNGMtMSwwLjctMi4xLDEuMi0zLjMsMS41QzM4Ni45LDY0Ny40LDM4NS43LDY0Ny42LDM4NC41LDY0Ny42Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM4My43LDY0Mi41Yy0wLjMsMC0wLjUtMC4xLTAuOC0wLjFsLTQuNy0xbC00LjctMWMtMS0wLjItMS45LTAuNi0yLjctMS4xYy0wLjgtMC41LTEuNS0xLjMtMi0yLjFzLTAuOS0xLjgtMS4xLTIuN2MtMC4yLTEtMC4yLTEuOSwwLTIuOWwwLjEtMC40bDAuMS0wLjRjMC40LTIsMS42LTMuNywzLjItNC43YzEuNi0xLDMuNi0xLjUsNS42LTEuMWw0LjcsMWw0LjcsMWMyLDAuNCwzLjcsMS42LDQuNywzLjJjMSwxLjYsMS41LDMuNiwxLjEsNS42bC0wLjEsMC40bC0wLjEsMC40bDAsMGMtMC4yLDEtMC42LDEuOS0xLjEsMi43Yy0wLjUsMC44LTEuMywxLjUtMi4xLDJjLTAuNiwwLjQtMS4zLDAuNy0yLDAuOWMtMC43LDAuMi0xLjQsMC4zLTIuMSwwLjNDMzg0LjIsNjQyLjYsMzg0LDY0Mi42LDM4My43LDY0Mi41IE0zODcuOSw2MzUuNGwwLjEtMC40YzAuMi0wLjksMC0xLjgtMC41LTIuNmMtMC41LTAuNy0xLjItMS4zLTIuMS0xLjVsLTQuNy0xbC00LjctMWMtMC45LTAuMi0xLjgsMC0yLjYsMC41Yy0wLjcsMC41LTEuMywxLjItMS41LDIuMmwtMC4xLDAuNGwtMC4xLDAuNGMtMC4xLDAuNC0wLjEsMC45LDAsMS4zYzAuMSwwLjQsMC4zLDAuOCwwLjUsMS4yYzAuMywwLjQsMC42LDAuNywwLjksMWMwLjQsMC4yLDAuOCwwLjQsMS4yLDAuNWw0LjcsMWw0LjcsMWMwLjQsMC4xLDAuOSwwLjEsMS4zLDBjMC40LTAuMSwwLjgtMC4zLDEuMi0wLjVjMC40LTAuMywwLjctMC42LDAuOS0wLjljMC4yLTAuNCwwLjQtMC44LDAuNS0xLjJMMzg3LjksNjM1LjR6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM4NC41LDY0OS42Yy0wLjUsMC0xLDAtMS41LTAuMWMtMC41LTAuMS0xLTAuMS0xLjUtMC4ybC05LjMtMS45Yy0xLjktMC40LTMuNi0xLjEtNS4yLTIuMmMtMS42LTEuMS0yLjktMi40LTMuOS00Yy0xLjEtMS42LTEuOC0zLjQtMi4xLTUuMmMtMC40LTEuOS0wLjMtMy44LDAuMS01LjdsMC4yLTAuOGMwLjgtMy44LDMtNyw2LjItOS4xYzIuNC0xLjUsNS4xLTIuNCw3LjktMi40YzEsMCwyLDAuMSwyLjksMC4zbDkuMywxLjljMy44LDAuOCw3LDMsOS4xLDYuMmMyLjEsMy4yLDIuOSw3LjEsMi4xLDEwLjlsLTAuMiwxLjJjLTAuNCwxLjctMS4xLDMuMy0yLjEsNC44Yy0xLjEsMS42LTIuNCwyLjktNCw0Yy0xLjIsMC44LTIuNCwxLjQtMy44LDEuOEMzODcuMyw2NDkuNCwzODUuOSw2NDkuNiwzODQuNSw2NDkuNiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zODQuNSw2NDQuNmMtMC4zLDAtMC42LDAtMSwwYy0wLjMsMC0wLjYtMC4xLTEtMC4ybC05LjMtMS45Yy0xLjItMC4zLTIuNC0wLjctMy40LTEuNGMtMS0wLjctMS45LTEuNi0yLjYtMi42cy0xLjItMi4yLTEuNC0zLjRjLTAuMi0xLjItMC4yLTIuNSwwLTMuN2wwLjItMC44YzAuNS0yLjUsMi00LjYsNC4xLTZjMi4xLTEuNCw0LjYtMS45LDcuMS0xLjRsOS4zLDEuOWMyLjUsMC41LDQuNiwyLDYsNC4xYzEuNCwyLjEsMS45LDQuNiwxLjQsNy4xbC0wLjIsMWMtMC4zLDEuMS0wLjcsMi4yLTEuNCwzLjFjLTAuNywxLTEuNiwxLjktMi42LDIuNmMtMC44LDAuNS0xLjYsMC45LTIuNSwxLjJDMzg2LjMsNjQ0LjQsMzg1LjQsNjQ0LjYsMzg0LjUsNjQ0LjYgTTM3NS4zLDYyNi45Yy0xLjEsMC0yLjEsMC4zLTMsMC45Yy0xLjIsMC44LTIuMSwyLTIuNCwzLjVsLTAuMiwwLjhjLTAuMSwwLjctMC4yLDEuNCwwLDIuMWMwLjEsMC43LDAuNCwxLjQsMC44LDJjMC40LDAuNiwwLjksMS4xLDEuNSwxLjVzMS4yLDAuNywyLDAuOGw5LjMsMS45YzAuMiwwLDAuNCwwLjEsMC42LDAuMWMwLjcsMC4xLDEuNCwwLDIuMS0wLjJjMC41LTAuMiwxLTAuNCwxLjQtMC43YzAuNi0wLjQsMS4xLTAuOSwxLjUtMS41YzAuNC0wLjYsMC43LTEuMiwwLjgtMmwwLjItMC44YzAuMy0xLjQsMC0yLjktMC44LTQuMXMtMi0yLjEtMy41LTIuNGwtOS4zLTEuOUMzNzYuMSw2MjcsMzc1LjcsNjI2LjksMzc1LjMsNjI2LjkgTTM4NC41LDY0MC41Yy0wLjQsMC0wLjcsMC0xLjEtMC4xbC05LjMtMS45Yy0wLjctMC4xLTEuMy0wLjQtMS45LTAuOGMtMC42LTAuNC0xLjEtMC45LTEuNS0xLjVjLTAuNC0wLjYtMC43LTEuMy0wLjgtMS45Yy0wLjEtMC43LTAuMS0xLjQsMC0yLjFsMC4yLTAuOGMwLjMtMS40LDEuMS0yLjYsMi4zLTMuNGMxLjItMC44LDIuNy0xLjEsNC4xLTAuOGw5LjMsMS45YzEuNCwwLjMsMi42LDEuMSwzLjQsMi4zYzAuOCwxLjIsMS4xLDIuNiwwLjgsNC4xbC0wLjIsMC44Yy0wLjEsMC43LTAuNCwxLjQtMC44LDEuOWMtMC40LDAuNi0wLjksMS4xLTEuNSwxLjVjLTAuNiwwLjQtMS4zLDAuNy0yLDAuOEMzODUuMSw2NDAuNSwzODQuOCw2NDAuNSwzODQuNSw2NDAuNSBNMzc1LjMsNjMxYy0wLjMsMC0wLjUsMC4xLTAuOCwwLjJjLTAuMywwLjItMC41LDAuNS0wLjYsMC45bC0wLjIsMC44YzAsMC4yLDAsMC40LDAsMC41YzAsMC4yLDAuMSwwLjQsMC4yLDAuNWMwLjEsMC4yLDAuMiwwLjMsMC40LDAuNGMwLjEsMC4xLDAuMywwLjIsMC41LDAuMmw5LjMsMS45YzAuMiwwLDAuNCwwLDAuNSwwYzAuMiwwLDAuNC0wLjEsMC41LTAuMmMwLjItMC4xLDAuMy0wLjIsMC40LTAuNGMwLjEtMC4xLDAuMi0wLjMsMC4yLTAuNWwwLjItMC44YzAuMS0wLjQsMC0wLjctMC4yLTFjLTAuMi0wLjMtMC41LTAuNS0wLjktMC42bC05LjMtMS45QzM3NS41LDYzMSwzNzUuNCw2MzEsMzc1LjMsNjMxIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.how-it-works.google .under-cta {
  margin-top: 10px;
  text-align: center;
  margin-right: -20px;
  margin-bottom: 0;
}
.how-it-works.v7 .title {
  font-size: 28px;
  margin-bottom: 95px;
}
.how-it-works.v7 .steps__item {
  margin-bottom: 100px;
}
.how-it-works.v7 .steps__item .image.start {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjIuOCA2NC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2Mi44IDY0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI5YmJlYztzdHJva2Utd2lkdGg6Mi44MzU7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7ZmlsbDpub25lO3N0cm9rZTojMjliYmVjO3N0cm9rZS13aWR0aDoyLjgzNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PGc+PGRlZnM+PHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIwIiB3aWR0aD0iNjIuOCIgaGVpZ2h0PSI2NC44Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+PC9jbGlwUGF0aD48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDkuNCw1MC40djljMCwyLjItMS44LDQtNCw0aC0zMmMtMi4yLDAtNC0xLjgtNC00di0yMSIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjQsMjAuNHYtMTVjMC0yLjIsMS44LTQsNC00aDMyYzIuMiwwLDQsMS44LDQsNHYzIi8+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNDMuNCw4LjQgNDMuNCw3LjQgMTUuNCw3LjQgMTUuNCwxOC40ICIvPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE1LjQsNDAuNCAxNS40LDUxLjQgNDMuNCw1MS40IDQzLjQsNTAuNCAiLz48bGluZSBjbGFzcz0ic3QxIiB4MT0iMjUuNCIgeTE9IjU3LjQiIHgyPSIzMy40IiB5Mj0iNTcuNCIvPjxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxLjQiIHkxPSIyNi40IiB4Mj0iNC40IiB5Mj0iMjYuNCIvPjxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxMC40IiB5MT0iMjYuNCIgeDI9IjIxLjQiIHkyPSIyNi40Ii8+PGxpbmUgY2xhc3M9InN0MSIgeDE9IjQuNCIgeTE9IjMyLjQiIHgyPSI3LjQiIHkyPSIzMi40Ii8+PGxpbmUgY2xhc3M9InN0MSIgeDE9IjEzLjQiIHkxPSIzMi40IiB4Mj0iMjQuNCIgeTI9IjMyLjQiLz48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjQxLjQsMTQuNCA1MS40LDE0LjQgNTEuNCwyNC40IDYxLjQsMjQuNCA2MS40LDM0LjQgNTEuNCwzNC40IDUxLjQsNDQuNCA0MS40LDQ0LjQgNDEuNCwzNC40IDMxLjQsMzQuNCAzMS40LDI0LjQgNDEuNCwyNC40ICIvPjwvZz48L3N2Zz4=);
}
.how-it-works.v7 .steps__item .image.select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjIuOCA2NC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2Mi44IDY0Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI5YmJlYztzdHJva2Utd2lkdGg6Mi44MzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyOWJiZWM7c3Ryb2tlLXdpZHRoOjIuODM1O3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6IzI5YmJlYzt9PC9zdHlsZT48Zz48ZGVmcz48cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAiIHdpZHRoPSI2Mi44IiBoZWlnaHQ9IjY0LjgiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NC40LDIwLjRjMCwwLTYuOSw0LjgtMTcsNVY0MWMwLDUuNCwyLjUsMTAuNiw2LjcsMTRsMTAuMyw4LjRMNTQuNyw1NWM0LjItMy40LDYuNy04LjYsNi43LTE0VjI1LjRDNTEuMywyNS4yLDQ0LjQsMjAuNCw0NC40LDIwLjR6Ii8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI0Ny40LDM2LjQgNDcuNCwzMC40IDQxLjQsMzAuNCA0MS40LDM2LjQgMzUuNCwzNi40IDM1LjQsNDIuNCA0MS40LDQyLjQgNDEuNCw0OC40IDQ3LjQsNDguNCA0Ny40LDQyLjQgNTMuNCw0Mi40IDUzLjQsMzYuNCAiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYuNCwxMy40di00YzAtMS43LTEuMy0zLTMtM2gtMnYtNWgtMTZ2NWgtMmMtMS43LDAtMywxLjMtMywzdjRIMzYuNHoiLz48cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSIyMC40LDYuNCAyMC40LDguNCAyNi40LDguNCAyNi40LDYuNCAiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYuNCw2My40aC0zM2MtMS4xLDAtMi0wLjktMi0ydi01MGMwLTEuMSwwLjktMiwyLTJoMyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNy40LDkuNGg1YzEuMSwwLDIsMC45LDIsMnYzIi8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjE4LjQiIHkxPSIzMC40IiB4Mj0iMjcuNCIgeTI9IjMwLjQiLz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMTguNCIgeTE9IjM3LjQiIHgyPSIyNy40IiB5Mj0iMzcuNCIvPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxOC40IiB5MT0iNDQuNCIgeDI9IjI3LjQiIHkyPSI0NC40Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTEzLjQsMzAuNGMwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTMTMuNCwyOS4zLDEzLjQsMzAuNCIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMy40LDM3LjRjMCwxLjEtMC45LDItMiwycy0yLTAuOS0yLTJjMC0xLjEsMC45LTIsMi0yUzEzLjQsMzYuMywxMy40LDM3LjQiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTMuNCw0NC40YzAsMS4xLTAuOSwyLTIsMnMtMi0wLjktMi0yYzAtMS4xLDAuOS0yLDItMlMxMy40LDQzLjMsMTMuNCw0NC40Ii8+PC9nPjwvc3ZnPg==);
}
.how-it-works.v7 .steps__item .image.receive {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQuOCA2Mi44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NC44IDYyLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI5YmJlYztzdHJva2Utd2lkdGg6Mi44MzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyOWJiZWM7c3Ryb2tlLXdpZHRoOjIuODM1O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48Zz48ZGVmcz48cmVjdCBpZD0iU1ZHSURfMV8iIHk9IjAiIHdpZHRoPSI2NC44IiBoZWlnaHQ9IjYyLjgiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjQ5LjQiIGN5PSI1NS40IiByPSI2Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuNCIgY3k9IjU1LjQiIHI9IjYiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDAuNCwyNS40djVjMCwyLjIsMS44LDQsNCw0aDciLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTYuNCw1Ni40aDNjMi4yLDAsNC0xLjgsNC00VjQ1YzAtMi40LTAuOC00LjYtMi4yLTYuNWwtMTEuOC0xNmMtMS45LTIuNi00LjktNC4xLTgtNC4xaC0zNmMtMi4yLDAtNCwxLjgtNCw0djMwYzAsMi4yLDEuOCw0LDQsNGg0Ii8+PGxpbmUgY2xhc3M9InN0MCIgeDE9IjIxLjQiIHkxPSI1Ni40IiB4Mj0iNDMuNCIgeTI9IjU2LjQiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjEuNCwxNS40di0xYzAtMi44LDIuMy01LDUtNXM1LDIuMyw1LDV2MSIvPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyNi40IiB5MT0iMS40IiB4Mj0iMjYuNCIgeTI9IjUuNCIvPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxNC40IiB5MT0iOC40IiB4Mj0iMTcuNCIgeTI9IjEwLjQiLz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMzguNCIgeTE9IjguNCIgeDI9IjM1LjQiIHkyPSIxMC40Ii8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyNC40LDMxLjQgMjQuNCwyNS40IDE4LjQsMjUuNCAxOC40LDMxLjQgMTIuNCwzMS40IDEyLjQsMzcuNCAxOC40LDM3LjQgMTguNCw0My40IDI0LjQsNDMuNCAyNC40LDM3LjQgMzAuNCwzNy40IDMwLjQsMzEuNCAiLz48L2c+PC9zdmc+);
}
.how-it-works.v7 .steps__item .description {
  font-size: 15px;
}
.how-it-works.v7 .under-cta {
  font-weight: 500;
}

.faq.google {
  padding-bottom: 90px;
}
.faq.google .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.64px;
  line-height: 1;
  color: #0f181c;
  margin-bottom: 50px;
}
.faq.google .accordion {
  margin-bottom: 40px;
}
.faq.google .accordion .panel {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.faq.google .accordion .panel .panel-link {
  display: block;
  position: relative;
  padding: 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #0f181c;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.faq.google .accordion .panel .panel-link[aria-expanded=true] {
  background-color: #f7f7f7;
}
.faq.google .accordion .panel .panel-link[aria-expanded=true]:before {
  opacity: 0;
}
.faq.google .accordion .panel .panel-link:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.faq.google .accordion .panel .panel-link:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq.google .accordion .panel .collapse {
  position: relative;
  z-index: 10;
}
.faq.google .accordion .panel .collapse.show {
  z-index: 10;
}
.faq.google .accordion .panel .collapsing {
  transition: height 0.2s ease;
}
.faq.google .accordion .panel-text {
  font-size: 14px;
  display: block;
  line-height: 1.43;
  letter-spacing: 0.28px;
  padding: 0 20px 20px;
  background-color: #f7f7f7;
  color: #555555;
}
.faq.google .accordion .panel-text a {
  color: #29bbec;
  text-decoration: underline;
}
.faq.google .accordion .panel-text a:active, .faq.google .accordion .panel-text a:focus, .faq.google .accordion .panel-text a:hover {
  text-decoration: none;
  color: rgb(64.4206008584, 194.4420600858, 238.0793991416);
}
.faq.google .accordion.ed .panel .panel-link:after {
  background-color: #29bbec;
}
.faq.google .accordion.ed .panel .panel-link:before {
  background-color: #29bbec;
}
.faq.google .accordion.bc .panel .panel-link:after {
  background-color: #e376bf;
}
.faq.google .accordion.bc .panel .panel-link:before {
  background-color: #e376bf;
}
.faq.google .under-cta {
  margin-top: 10px;
  text-align: center;
  margin-right: -20px;
  margin-bottom: 0;
}
.faq.v7 {
  background-color: #f7f7f7;
  padding-top: 100px;
}
.faq.v7 .title {
  margin-bottom: 100px;
}
.faq.v7 .accordion .panel .panel-link[aria-expanded=true] {
  background-color: #ffffff;
}
.faq.v7 .accordion .panel-text {
  background-color: #ffffff;
}
.faq.v7 .under-cta {
  font-weight: 500;
}

.reviews.google {
  padding: 80px 0 60px;
  background-color: #f7f7f7;
}
.reviews.google .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #0f181c;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
  text-align: center;
}
.reviews.v7 {
  padding: 100px 0;
  background-color: #fff;
}
.reviews.v7 .title {
  font-size: 28px;
  color: #222222;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-md {
    max-width: 758px;
  }
  .how-it-works.google {
    padding: 80px 0 60px;
  }
  .how-it-works.google .title {
    margin-bottom: 20px;
  }
  .how-it-works.google iframe {
    margin-bottom: 15px;
  }
  .how-it-works.google .steps__item {
    margin: 0 0 30px;
  }
  .how-it-works.google .steps__item .image-wrapper {
    margin-bottom: 34px;
  }
  .how-it-works.google .steps__item .heading {
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: 0.32px;
  }
  .how-it-works.google .steps__item .description {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.28px;
    font-weight: normal;
  }
  .how-it-works.v7 {
    padding: 100px 0 80px;
  }
  .how-it-works.v7 .title {
    margin-bottom: 100px;
  }
  .how-it-works.v7 .link-wrapper {
    margin-top: 35px;
  }
  .how-it-works.v7 .link-wrapper .under-cta {
    font-size: 14px;
  }
  .faq.google {
    padding-bottom: 60px;
  }
  .faq.google .title {
    margin-bottom: 30px;
  }
  .faq.google .accordion {
    margin-bottom: 20px;
  }
  .faq.v7 {
    padding: 100px 0;
  }
  .faq.v7 .title {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .faq.v7 .accordion {
    margin-bottom: 40px;
  }
  .faq.v7 .link-wrapper .under-cta {
    font-size: 14px;
  }
  .reviews.google {
    padding: 50px 0;
  }
  .reviews.google .title {
    line-height: 1.42;
    margin-bottom: 20px;
  }
  .reviews.v7 {
    padding: 100px 0;
  }
  .reviews.v7 .title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .how-it-works.google {
    padding: 60px 0;
  }
  .how-it-works.google .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
  .how-it-works.google .video-container {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
  .how-it-works.google .video-container iframe {
    margin-bottom: 0;
  }
  .how-it-works.google .video-container .mob-btn-wrapper {
    position: relative;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .how-it-works.google .video-container .mob-btn-wrapper.ed {
    background-color: #4dcba1;
  }
  .how-it-works.google .video-container .mob-btn-wrapper.bc {
    background-color: #e376bf;
  }
  .how-it-works.google .video-container .mob-btn-wrapper a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 13px 20px;
    min-height: 70px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .how-it-works.google .video-container .mob-btn-wrapper a:active, .how-it-works.google .video-container .mob-btn-wrapper a:focus, .how-it-works.google .video-container .mob-btn-wrapper a:hover {
    text-decoration: none;
  }
  .how-it-works.google .video-container .mob-btn-wrapper button {
    background: transparent;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 13px 20px;
    min-height: 70px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .how-it-works.google .video-container .mob-btn-wrapper button:active, .how-it-works.google .video-container .mob-btn-wrapper button:focus, .how-it-works.google .video-container .mob-btn-wrapper button:hover {
    text-decoration: none;
    outline: none;
  }
  .how-it-works.google .mid-col {
    padding: 0 15px !important;
  }
  .how-it-works.google .steps__item {
    margin: 0 15px 45px;
  }
  .how-it-works.google .steps__item .image-wrapper {
    margin-bottom: 22px;
  }
  .how-it-works.google .steps__item .heading {
    max-width: 100%;
  }
  .how-it-works.google .steps__item .description {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.47;
  }
  .how-it-works.google .link-wrapper {
    width: 90%;
    margin: 0 20px;
    max-width: 400px;
  }
  .how-it-works.google .link-wrapper.bc .product-link {
    background-color: #e376bf;
  }
  .how-it-works.google .link-wrapper .product-link {
    border-radius: 35px;
    font-size: 20px;
    padding: 13px;
    min-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    width: 100%;
  }
  .how-it-works.google .link-wrapper .product-link span {
    font-weight: 600;
    display: block;
    font-size: 16px;
    letter-spacing: 0.28px;
  }
  .how-it-works.google .under-cta {
    margin-right: 0;
  }
  .how-it-works.v7 {
    padding: 50px 0;
  }
  .how-it-works.v7 .title {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .how-it-works.v7 .link-wrapper .product-link {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    font-size: 16px;
    font-weight: 500;
  }
  .how-it-works.v7 .link-wrapper .under-cta {
    font-size: 14px;
  }
  .faq.google {
    padding-bottom: 60px;
  }
  .faq.google .title {
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 30px;
    text-align: center;
  }
  .faq.google .accordion .panel .panel-link {
    font-size: 14px;
    padding-right: 40px;
  }
  .faq.google.v10 .link-wrapper {
    margin: 0 auto;
    max-width: 400px;
    width: 336px;
  }
  .faq.google .link-wrapper {
    width: 90%;
    margin: 0 20px;
    max-width: 400px;
  }
  .faq.google .link-wrapper.bc .product-link {
    background-color: #e376bf;
  }
  .faq.google .link-wrapper .product-link {
    border-radius: 35px;
    font-size: 20px;
    padding: 13px;
    min-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
  }
  .faq.google .link-wrapper .product-link span {
    font-weight: 600;
    display: block;
    font-size: 16px;
    letter-spacing: 0.28px;
  }
  .faq.google .under-cta {
    margin-right: 0;
  }
  .faq.v7 {
    padding: 50px 0;
  }
  .faq.v7 .title {
    margin-bottom: 50px;
  }
  .faq.v7 .accordion {
    margin-bottom: 15px;
  }
  .faq.v7 .link-wrapper .product-link {
    margin-bottom: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    font-size: 16px;
    font-weight: 500;
  }
  .faq.v7 .link-wrapper .product-link.v10 {
    max-width: 336px;
    padding: 10px 25px;
  }
  .faq.v7 .link-wrapper .under-cta {
    font-size: 14px;
  }
  .reviews.google {
    padding: 50px 0;
  }
  .reviews.google .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
  .reviews.v7 .title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.header.online-d {
  background-color: #edf1f2;
  padding-bottom: 0;
}

.mr-coupon.online-d {
  background-color: #edf1f2;
  padding: 0;
}
.mr-coupon.online-d h1, .mr-coupon.online-d .h1 {
  font-size: 52px;
  margin: 0 0 30px;
  color: #111111;
  line-height: 1.19;
}
.mr-coupon.online-d .description {
  font-size: 18px;
  line-height: 1.67;
  color: #111111;
  margin-bottom: 30px;
}
.mr-coupon.online-d .points__list {
  margin-bottom: 30px;
  list-style-type: none;
}
.mr-coupon.online-d .points__list--item {
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 0.3px;
  color: #111111;
  padding-left: 28px;
  position: relative;
  font-weight: 500;
}
.mr-coupon.online-d .points__list--item:before {
  content: url(/img_v4/landing/check-green.png);
  position: absolute;
  left: 0;
  top: 2px;
  height: 14px;
  width: 16px;
}
.mr-coupon.online-d .mr-bg {
  background-image: url(/img_v4/landing/online-d-bg-lg.png);
  width: 670px;
  height: 670px;
}

.main_how.online-d {
  padding: 120px 0;
  background-color: #fff;
}
.main_how.online-d h3, .main_how.online-d .h3 {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  margin-bottom: 30px;
}
.main_how.online-d p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  color: #333;
}

.steps.online-d {
  padding: 0 0 120px;
}
.steps.online-d h2, .steps.online-d .h2 {
  font-size: 42px;
  font-weight: bold;
  color: #111;
  line-height: 1.24;
  text-align: center;
  margin: 0 20px 60px;
}
.steps.online-d .steps__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 30px;
}
.steps.online-d .steps__item {
  padding: 30px;
  border-radius: 15px;
  border: solid 1px #eeeeee;
  width: 370px;
  margin: 0 30px 30px 0;
  text-align: center;
  transition: all 0.25s ease-in-out;
  outline: 0 !important;
}
.steps.online-d .steps__item:hover {
  box-shadow: 0px 30px 60px 0 rgba(25, 25, 25, 0.1);
}
.steps.online-d .steps__label {
  display: inline-block;
  border-radius: 16px;
  background-color: #eaf6e6;
  min-width: 90px;
  min-height: 32px;
  padding: 8px;
  font-size: 15px;
  line-height: 1;
  color: #73c25a;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.steps.online-d .steps__image {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.steps.online-d .steps__image.step-1 {
  background-image: url(/img_v4/landing/steps/step-1.svg);
}
.steps.online-d .steps__image.step-2 {
  width: 78px;
  height: 81px;
  background-image: url(/img_v4/landing/steps/step-2.svg);
}
.steps.online-d .steps__image.step-3 {
  width: 80px;
  height: 80px;
  background-image: url(/img_v4/landing/steps/step-3.svg);
}
.steps.online-d .steps__image.step-4 {
  background-image: url(/img_v4/landing/steps/step-4.svg);
}
.steps.online-d .steps__image.step-5 {
  background-image: url(/img_v4/landing/steps/step-5.svg);
}
.steps.online-d .steps__image.step-6 {
  width: 78px;
  height: 81px;
  background-image: url(/img_v4/landing/steps/step-6.svg);
}
.steps.online-d .steps__info--title {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.steps.online-d .steps__info--description {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.71;
}

.doctor-article {
  padding-bottom: 120px;
}
.doctor-article__photo {
  background-image: url(/img_v4/landing/dr_Hasan.png);
  width: 364px;
  height: 555px;
  background-repeat: no-repeat;
}
.doctor-article__content {
  padding-bottom: 30px;
}
.doctor-article__content h3, .doctor-article__content .h3 {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  line-height: 1.31;
  margin-bottom: 30px;
}
.doctor-article__content p {
  font-size: 16px;
  line-height: 1.63;
  font-weight: 500;
  color: #333;
  margin-bottom: 30px;
}
.doctor-article__sign .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.doctor-article__sign .position {
  display: block;
  font-size: 12px;
  color: #555555;
}
.doctor-article .link-wrapper {
  margin-top: 30px;
}

.faq.online-d {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.faq.online-d .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #111;
  margin-bottom: 60px;
}
.faq.online-d .accordion {
  margin: 0 50px 60px;
}
.faq.online-d .accordion .col-lg-6.pl-45 {
  padding-left: 45px;
}
.faq.online-d .accordion .col-lg-6.pr-45 {
  padding-right: 45px;
}
.faq.online-d .accordion .panel {
  border-top: 1px solid #e7e7e7;
}
.faq.online-d .accordion .panel .panel-link {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  padding: 15px 15px 15px 0;
  display: block;
  position: relative;
}
.faq.online-d .accordion .panel .panel-link:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background-color: #73c25a;
}
.faq.online-d .accordion .panel .panel-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #73c25a;
}
.faq.online-d .accordion .panel .panel-link:hover {
  text-decoration: none;
}
.faq.online-d .accordion .panel .panel-link[aria-expanded=true] {
  font-weight: bold;
}
.faq.online-d .accordion .panel .panel-link[aria-expanded=true]:before {
  opacity: 0;
}
.faq.online-d .accordion .panel .panel-text {
  display: block;
  padding: 10px 0 20px;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.71;
  color: #333333;
}
.faq.online-d .accordion .panel:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

.reviews.online-d {
  padding: 120px 0;
}
.reviews.online-d .title {
  font-size: 32px;
  line-height: 1.31;
  color: #111;
  margin-bottom: 60px;
}

.footer.online-d {
  color: #fff;
  background-color: #73c25a;
  padding: 120px 0;
}
.footer.online-d .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  margin-bottom: 30px;
}
.footer.online-d .certificates__icons {
  justify-content: center;
  margin-bottom: 60px;
}
.footer.online-d .certificates__icons--item {
  margin-right: 60px;
}
.footer.online-d .certificates__icons--item a {
  position: relative;
}
.footer.online-d .certificates__icons--item img {
  width: 100%;
  height: 100%;
}
.footer.online-d .certificates__icons--item .date {
  height: 13px;
  background-color: #ffffff;
  width: 49px;
  color: #000000;
  position: absolute;
  left: 46px;
  top: 58px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 7px;
  line-height: 13px;
  font-family: Arial, sans-serif;
}
.footer.online-d .certificates__icons--item:last-of-type {
  margin-right: 0;
}
.footer.online-d .footer__advantages {
  padding: 30px;
  border-top: 1px solid rgba(237, 241, 242, 0.25);
  border-bottom: 1px solid rgba(237, 241, 242, 0.25);
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer.online-d .footer__advantages--item {
  flex: 1;
  text-align: center;
  outline: 0 !important;
}
.footer.online-d .footer__advantages--item .icon {
  background-repeat: no-repeat;
  width: 26px;
  height: 32px;
  margin: 0 auto 30px;
}
.footer.online-d .footer__advantages--item .icon.advantages-icon-1 {
  background-image: url(/img_v4/landing/footer-shield.png);
}
.footer.online-d .footer__advantages--item .icon.advantages-icon-2 {
  background-image: url(/img_v4/landing/footer-recomendation.png);
}
.footer.online-d .footer__advantages--item .icon.advantages-icon-3 {
  width: 34px;
  height: 30px;
  background-image: url(/img_v4/landing/footer-truck.png);
}
.footer.online-d .footer__advantages--item .icon.advantages-icon-4 {
  width: 24px;
  height: 34px;
  background-image: url(/img_v4/landing/footer-award.png);
}
.footer.online-d .footer__advantages--item .inform {
  font-size: 14px;
  line-height: 1.43;
}
.footer.online-d .time {
  color: #fff;
}
.footer.online-d .disclaimer {
  margin: 130px 0 0;
}
.footer.online-d .disclaimer p {
  color: #cff8c3;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0;
}
.footer.online-d .disclaimer p:last-of-type {
  margin-bottom: 25px;
}
.footer.online-d .disclaimer p.copyright {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.footer.cln .disclaimer {
  margin: 0;
}
.footer.cln .disclaimer p.copyright a {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header.online-d {
    padding-bottom: 30px;
  }
  .mr-coupon.online-d {
    padding-top: 20px;
  }
  .mr-coupon.online-d h1, .mr-coupon.online-d .h1 {
    font-size: 42px;
    line-height: 1.24;
  }
  .mr-coupon.online-d .col-md-8 {
    z-index: 2;
  }
  .mr-coupon.online-d .time {
    margin-bottom: 66px;
  }
  .mr-coupon.online-d .mr-bg {
    width: 530px;
    height: 530px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -53px;
  }
  .main_how.online-d {
    padding: 120px 45px;
  }
  .main_how.online-d h3, .main_how.online-d .h3 {
    text-align: center;
  }
  .steps.online-d {
    padding: 0 45px 25px;
  }
  .steps.online-d h2, .steps.online-d .h2 {
    max-width: 480px;
    margin: 0 auto 60px;
  }
  .steps.online-d .steps__wrapper {
    justify-content: center;
    display: none;
    height: 516px;
    max-width: 370px;
    margin: 30px auto;
  }
  .steps.online-d .steps__wrapper.slick-initialized {
    display: flex;
    height: auto;
  }
  .steps.online-d .steps__wrapper .slick-list {
    margin: 0 -15px;
    box-shadow: 0px 30px 60px 0 rgba(25, 25, 25, 0.1);
    border-radius: 15px;
    border: solid 1px #eeeeee;
    max-width: 370px;
  }
  .steps.online-d .steps__wrapper .slick-track {
    display: flex;
  }
  .steps.online-d .steps__wrapper .slick-arrow {
    display: block;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    color: transparent;
    width: 17px;
    height: 30px;
    position: absolute;
    top: 160px;
    z-index: 3;
    overflow: hidden;
  }
  .steps.online-d .steps__wrapper .slick-arrow:before {
    content: "\e937";
    font-family: "icomoon";
    color: #111;
    font-size: 50px;
    display: block;
    position: absolute;
    top: -22px;
  }
  .steps.online-d .steps__wrapper .slick-arrow.slick-disabled:before {
    color: #e2e2e2;
  }
  .steps.online-d .steps__wrapper .slick-prev {
    left: -77px;
  }
  .steps.online-d .steps__wrapper .slick-prev:before {
    transform: rotate(-90deg);
    left: -9px;
  }
  .steps.online-d .steps__wrapper .slick-next {
    right: -77px;
  }
  .steps.online-d .steps__wrapper .slick-next:before {
    transform: rotate(90deg);
    left: -6px;
  }
  .steps.online-d .steps__wrapper .slick-dots {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 30px 25px 0;
    justify-content: space-between;
  }
  .steps.online-d .steps__wrapper .slick-dots li button {
    background: rgba(115, 194, 90, 0.15);
    width: 34px;
    height: 34px;
    border: 0;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    color: #73c25a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps.online-d .steps__wrapper .slick-dots li.slick-active button {
    background: rgb(115, 194, 90);
    color: #fff;
  }
  .steps.online-d .steps__item {
    margin: 0;
    height: inherit;
    border: 0;
    outline: 0;
  }
  .steps.online-d .steps__item:hover {
    box-shadow: none;
  }
  .steps.online-d .steps__image {
    width: 160px;
    height: 160px;
  }
  .steps.online-d .steps__image.step-2, .steps.online-d .steps__image.step-3, .steps.online-d .steps__image.step-6 {
    width: 160px;
    height: 160px;
  }
  .steps.online-d .steps__info--description {
    margin-bottom: 0;
  }
  .doctor-article {
    padding: 0 45px 90px;
  }
  .doctor-article__photo {
    margin: auto;
  }
  .doctor-article__content h3, .doctor-article__content .h3 {
    text-align: center;
  }
  .faq.online-d {
    padding: 60px 0;
  }
  .faq.online-d .title {
    margin-bottom: 50px;
  }
  .faq.online-d .accordion {
    margin: 0 0 30px;
  }
  .faq.online-d .accordion .col-lg-6.pr-45, .faq.online-d .accordion .col-lg-6.pl-45 {
    padding: 0 15px;
  }
  .faq.online-d .accordion .panel.bdt-sm-0 {
    border-top: 0;
  }
  .reviews.online-d .title {
    margin-bottom: 55px;
  }
  .footer.online-d {
    padding: 120px 0 75px;
  }
  .footer.online-d .footer__advantages {
    margin: 0 30px 30px;
    padding: 12px;
  }
  .footer.online-d .footer__advantages--item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer.online-d .footer__advantages--item .icon {
    margin: 0 10px 0 0;
  }
  .footer.online-d .disclaimer {
    margin-top: 60px;
  }
  .footer.cln .disclaimer {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1247px) {
  .steps.online-d {
    overflow-x: hidden;
  }
  .steps.online-d .steps__wrapper {
    justify-content: center;
  }
  .doctor-article__photo {
    background-size: contain;
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .header.online-d {
    padding-bottom: 30px;
  }
  .mr-coupon.online-d {
    margin-bottom: 0;
  }
  .mr-coupon.online-d h1, .mr-coupon.online-d .h1 {
    font-size: 32px;
    line-height: 1.31;
    margin-bottom: 14px;
    letter-spacing: normal;
  }
  .mr-coupon.online-d .description {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
  }
  .mr-coupon.online-d .points__list {
    max-width: 315px;
    margin: 0 auto 30px;
  }
  .mr-coupon.online-d .points__list--item {
    text-align: left;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.24px;
  }
  .mr-coupon.online-d .points__list--item:before {
    content: "";
    top: 5px;
    height: 12px;
    width: 14px;
    background-image: url(/img_v4/landing/check-green.png);
    background-size: cover;
  }
  .mr-coupon.online-d .link-wrapper {
    position: relative;
    bottom: 0;
  }
  .mr-coupon.online-d .mr-bg {
    background-image: url(/img_v4/landing/online-d-bg-sm.png);
    width: 100%;
    height: 191px;
    margin-top: 13px;
  }
  .main_how.online-d {
    padding: 60px 0;
  }
  .main_how.online-d h3, .main_how.online-d .h3 {
    text-align: center;
    font-size: 28px;
  }
  .steps.online-d {
    padding: 0 0 10px;
  }
  .steps.online-d h2, .steps.online-d .h2 {
    font-size: 28px;
    line-height: 1.36;
    margin: 0 0 30px;
  }
  .steps.online-d .steps__wrapper {
    justify-content: center;
    display: none;
    height: 516px;
    max-width: 315px;
    margin: 30px auto 40px;
  }
  .steps.online-d .steps__wrapper.slick-initialized {
    display: flex;
    height: auto;
  }
  .steps.online-d .steps__wrapper .slick-list {
    margin: 0 -15px;
    box-shadow: 0px 30px 60px 0 rgba(25, 25, 25, 0.1);
    border-radius: 15px;
    border: solid 1px #eeeeee;
    max-width: 315px;
  }
  .steps.online-d .steps__wrapper .slick-track {
    display: flex;
  }
  .steps.online-d .steps__wrapper .slick-arrow {
    display: block;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    color: transparent;
    width: 17px;
    height: 30px;
    position: absolute;
    top: 140px;
    z-index: 3;
    overflow: hidden;
  }
  .steps.online-d .steps__wrapper .slick-arrow:before {
    content: "\e937";
    font-family: "icomoon";
    color: #111;
    font-size: 50px;
    display: block;
    position: absolute;
    top: -22px;
  }
  .steps.online-d .steps__wrapper .slick-arrow.slick-disabled:before {
    color: #e2e2e2;
  }
  .steps.online-d .steps__wrapper .slick-prev {
    left: 30px;
  }
  .steps.online-d .steps__wrapper .slick-prev:before {
    transform: rotate(-90deg);
    left: -9px;
  }
  .steps.online-d .steps__wrapper .slick-next {
    right: 30px;
  }
  .steps.online-d .steps__wrapper .slick-next:before {
    transform: rotate(90deg);
    left: -6px;
  }
  .steps.online-d .steps__wrapper .slick-dots {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 30px 25px 0;
    justify-content: space-between;
  }
  .steps.online-d .steps__wrapper .slick-dots li button {
    background: rgba(115, 194, 90, 0.15);
    width: 34px;
    height: 34px;
    border: 0;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    color: #73c25a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps.online-d .steps__wrapper .slick-dots li.slick-active button {
    background: rgb(115, 194, 90);
    color: #fff;
  }
  .steps.online-d .steps__item {
    margin: 0;
    height: inherit;
    border: 0;
    outline: 0;
  }
  .steps.online-d .steps__item:hover {
    box-shadow: none;
  }
  .steps.online-d .steps__image {
    width: 120px;
    height: 120px;
  }
  .steps.online-d .steps__image.step-2, .steps.online-d .steps__image.step-3, .steps.online-d .steps__image.step-6 {
    width: 120px;
    height: 120px;
  }
  .steps.online-d .steps__info--description {
    margin-bottom: 0;
  }
  .doctor-article {
    padding-bottom: 60px;
  }
  .doctor-article__photo {
    width: 188px;
    height: 287px;
    background-size: cover;
    margin: 0 auto 10px;
  }
  .doctor-article__content {
    padding-bottom: 0;
  }
  .doctor-article__content h3, .doctor-article__content .h3 {
    text-align: center;
    font-size: 28px;
  }
  .doctor-article__content p {
    font-size: 15px;
    line-height: 1.67;
  }
  .doctor-article__content p:last-of-type {
    margin-bottom: 10px;
  }
  .faq.online-d {
    padding: 60px 0;
  }
  .faq.online-d .title {
    font-size: 28px;
    line-height: 1.36;
    margin: 0 0 30px;
    text-align: center;
  }
  .faq.online-d .accordion {
    margin: 0 0 30px;
  }
  .faq.online-d .accordion .col-lg-6.pl-45, .faq.online-d .accordion .col-lg-6.pr-45 {
    padding: 0 15px;
  }
  .faq.online-d .accordion .panel.bdt-sm-0 {
    border-top: 0;
  }
  .faq.online-d .accordion .panel .panel-link {
    font-size: 14px;
  }
  .reviews.online-d {
    padding: 60px 0;
  }
  .reviews.online-d .title {
    font-size: 28px;
    line-height: 1.36;
    margin: 0 0 30px;
    text-align: center;
  }
  .footer.online-d {
    padding: 60px 0;
  }
  .footer.online-d .title {
    font-size: 28px;
    line-height: 1.36;
    margin: 0 0 30px;
    text-align: center;
  }
  .footer.online-d .certificates__icons {
    margin-bottom: 30px;
    flex-wrap: wrap-reverse;
  }
  .footer.online-d .certificates__icons--item.mhra {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    order: 2;
  }
  .footer.online-d .certificates__icons--item.legit {
    margin-right: 0;
    order: 2;
  }
  .footer.online-d .certificates__icons--item.gph {
    margin-right: 24px;
  }
  .footer.online-d .certificates__icons--item .mhra-img {
    max-width: 110px;
    margin: auto;
  }
  .footer.online-d .footer__advantages {
    margin-bottom: 30px;
    padding: 18px 10px;
    display: block;
  }
  .footer.online-d .footer__advantages--item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
  }
  .footer.online-d .footer__advantages--item .icon {
    margin: 0 10px 0 0;
    width: 18px;
    height: 22px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .footer.online-d .footer__advantages--item .icon.advantages-icon-3 {
    width: 25px;
    height: 22px;
  }
  .footer.online-d .footer__advantages--item .icon.advantages-icon-4 {
    width: 16px;
    height: 22px;
  }
  .footer.online-d .footer__advantages--item .inform {
    text-align: left;
    font-weight: 500;
    line-height: 1.38;
    font-size: 13px;
  }
  .footer.online-d .disclaimer {
    margin-top: 60px;
  }
  .footer.online-d .disclaimer p:last-of-type {
    margin-bottom: 20px;
  }
  .footer.cln .disclaimer {
    margin: 0;
  }
}
.header.new-cus {
  background-color: #f7f7f7;
}
.header.new-cus .logo img {
  width: 130px;
}

.top-sec.new-cus {
  background-color: #f7f7f7;
  padding-top: 13px;
  overflow-x: hidden;
}
.top-sec.new-cus .pej-bg {
  background-image: image-url("new-cus-bg-lg.png");
  width: 466px;
  height: 580px;
  background-repeat: no-repeat;
}
.top-sec.new-cus h1, .top-sec.new-cus .h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0.84px;
  color: #111;
  margin-bottom: 30px;
  max-width: 580px;
}
.top-sec.new-cus .description {
  font-size: 15px;
  color: #111;
  line-height: 1.67;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
  font-weight: 500;
}
.top-sec.new-cus .top__list {
  list-style-type: none;
  margin-bottom: 30px;
}
.top-sec.new-cus .top__list--item {
  padding-left: 25px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  line-height: 1.67;
  letter-spacing: 0.3px;
}
.top-sec.new-cus .top__list--item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 14px;
  width: 16px;
  overflow: hidden;
  background-image: image-url("check-ed.png");
  background-size: cover;
}
.top-sec.new-cus .link-wrapper {
  margin: 0;
}

.main_how.new-cus {
  padding: 120px 0;
  background-color: #fff;
}
.main_how.new-cus h3, .main_how.new-cus .h3 {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.56px;
  margin-bottom: 30px;
}
.main_how.new-cus p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  color: #111;
}

.what-to-expect.new-cus {
  margin-bottom: 25px;
}
.what-to-expect.new-cus .what-to-expect__box {
  padding: 30px;
  border-radius: 15px;
  background-color: #e9f8fd;
}
.what-to-expect.new-cus .what-to-expect__box .content {
  max-width: 655px;
  margin: 60px auto 40px;
  text-align: center;
}
.what-to-expect.new-cus .what-to-expect__box .headings {
  margin-bottom: 30px;
}
.what-to-expect.new-cus .what-to-expect__box .headings .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.24;
  letter-spacing: 0.84px;
  margin-bottom: 15px;
}
.what-to-expect.new-cus .what-to-expect__box .headings .subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.56px;
}
.what-to-expect.new-cus .what-to-expect__box .compare {
  margin-bottom: 60px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .subtitle {
  font-size: 14px;
  color: #333333;
  margin-bottom: 60px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows .heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  color: #333;
  line-height: 1;
  margin-bottom: 8px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows .scale-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows .scale {
  width: 580px;
  height: 19px;
  border-radius: 9px;
  background-color: rgba(54, 166, 203, 0.15);
  position: relative;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows .time-wrapper {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  text-align: right;
  flex: none;
  margin-left: 16px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows .time-wrapper b {
  font-size: 18px;
  letter-spacing: 0.36px;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows.before .scale:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22.76%;
  border-radius: 9px;
  background-color: #4dcba1;
}
.what-to-expect.new-cus .what-to-expect__box .compare .rows.after .scale:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 83.1%;
  border-radius: 9px;
  background-color: #4dcba1;
}
.what-to-expect.new-cus .what-to-expect__box .link-wrapper {
  margin: auto;
}
.what-to-expect.new-cus .what-to-expect__box .source-link {
  font-size: 12px;
  color: #777777;
  text-decoration: underline;
}
.what-to-expect.new-cus .what-to-expect__box .source-link:hover {
  text-decoration: none;
}

.about-treatment.new-cus .doctor-photo {
  background-image: image-url("dr_Hasan_pe.png");
  width: 363px;
  height: 555px;
  background-repeat: no-repeat;
}
.about-treatment.new-cus .doctor-info {
  position: absolute;
  bottom: 105px;
  left: -3px;
}
.about-treatment.new-cus .doctor-info .name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  line-height: 1;
  margin-bottom: 5px;
}
.about-treatment.new-cus .doctor-info .position {
  display: block;
  font-size: 12px;
  color: #555555;
  max-width: 200px;
}
.about-treatment.new-cus .headings {
  position: relative;
  top: -40px;
}
.about-treatment.new-cus .headings .title {
  font-size: 41px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 0.82px;
  color: #111111;
  margin-bottom: 20px;
}
.about-treatment.new-cus .headings .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #333333;
  max-width: 460px;
}
.about-treatment.new-cus .tabs {
  border-radius: 15px;
  background-color: #f7f7f7;
  margin-top: -80px;
  margin-bottom: 30px;
}
.about-treatment.new-cus .tabs .nav-tabs {
  display: flex;
  border-bottom: 0;
}
.about-treatment.new-cus .tabs .nav-tabs li {
  flex: 1;
  text-align: center;
}
.about-treatment.new-cus .tabs .nav-tabs li a {
  padding: 31px 0;
  display: block;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  color: #999999;
  text-decoration: none;
  position: relative;
}
.about-treatment.new-cus .tabs .nav-tabs li a.active {
  color: #29bbec;
}
.about-treatment.new-cus .tabs .nav-tabs li a.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #29bbec;
}
.about-treatment.new-cus .tabs .tab-content {
  padding: 60px 50px;
}
.about-treatment.new-cus .tabs .tab-content .content {
  display: flex;
  justify-content: space-between;
}
.about-treatment.new-cus .tabs .tab-content .content .left-side,
.about-treatment.new-cus .tabs .tab-content .content .right-side {
  flex: 1;
}
.about-treatment.new-cus .tabs .tab-content .content .left-side {
  padding-right: 60px;
}
.about-treatment.new-cus .tabs .tab-content .content .right-side {
  padding-left: 60px;
}
.about-treatment.new-cus .tabs .tab-content .content strong {
  font-size: 15px;
  display: block;
  color: #111;
}
.about-treatment.new-cus .tabs .tab-content .content p {
  font-size: 15px;
  color: #555555;
  line-height: 1.67;
  margin-bottom: 10px;
}
.about-treatment.new-cus .tabs .tab-content .content .start-from {
  font-size: 15px;
  font-weight: 500;
  color: #4dcba1;
}
.about-treatment.new-cus .clarification {
  margin-bottom: 25px;
  font-size: 13px;
  color: #777777;
}

.how-it-works.new-cus {
  padding: 120px 0;
}
.how-it-works.new-cus .title {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.84px;
  color: #222222;
  margin-bottom: 60px;
  line-height: 1;
}
.how-it-works.new-cus.v10 {
  padding: 50px 0 100px;
}
.how-it-works.new-cus.v10 .title {
  font-size: 28px;
  margin-bottom: 100px;
}
.how-it-works.new-cus.v10 .steps__item {
  margin: 0 21px 50px;
}
.how-it-works.new-cus .steps__item {
  margin: 0 50px 50px;
}
.how-it-works.new-cus .steps__item .heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.how-it-works.new-cus .steps__item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: normal;
}
.how-it-works.new-cus .steps__item .image-wrapper {
  height: 80px;
}
.how-it-works.new-cus .steps__item .image.start {
  width: 77px;
  height: 80px;
  background-repeat: no-repeat;
  background-image: image-url("start.png");
}
.how-it-works.new-cus .steps__item .image.select {
  width: 77px;
  height: 80px;
  background-image: image-url("select.png");
  background-repeat: no-repeat;
}
.how-it-works.new-cus .steps__item .image.receive {
  width: 80px;
  height: 77px;
  background-image: image-url("receive.png");
  background-repeat: no-repeat;
}

.faq.v10 .title {
  font-size: 28px;
}
.faq.new-cus {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.faq.new-cus .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.24;
  letter-spacing: 0.84px;
  color: #222222;
  margin-bottom: 60px;
}
.faq.new-cus .accordion {
  margin-bottom: 0;
}
.faq.new-cus .accordion .panel .panel-link {
  padding: 20px 40px 20px 20px;
}
.faq.new-cus .accordion .panel .panel-link[aria-expanded=true] {
  background-color: #fff;
}
.faq.new-cus .accordion .panel .panel-link[aria-expanded=true]:before {
  opacity: 0;
}
.faq.new-cus .accordion .panel .panel-text {
  background-color: #fff;
  padding: 0 20px 30px;
}

.reviews.new-cus {
  padding: 120px 0 110px;
}
.reviews.new-cus .title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #222222;
  line-height: 1.24;
  letter-spacing: 0.84px;
  margin-bottom: 30px;
}
.reviews.new-cus.v10 {
  padding: 100px 0 50px;
}
.reviews.new-cus.v10 .title {
  font-size: 28px;
  margin-bottom: 100px;
}

.certificates.new-cus {
  padding: 0 0 120px;
  background-color: #fff;
}
.certificates.new-cus .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.56px;
  color: #222222;
  margin-right: 20px;
}
.certificates.new-cus.v10 .title {
  font-size: 28px;
  margin-bottom: 100px;
}
.certificates.new-cus .link-wrapper {
  float: right;
}
.certificates.new-cus .certificates__list {
  margin: 0 55px;
  float: right;
}
.certificates.new-cus .certificates__list--item {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #222222;
  margin-bottom: 20px;
}
.certificates.new-cus .certificates__list--item:last-of-type {
  margin-bottom: 30px;
}

.disclaimer.new-cus {
  margin: 0;
  padding: 0 0 110px;
}
.disclaimer.new-cus .cus-col {
  border-top: 1px solid #efefef;
  padding-top: 60px;
}
.disclaimer.new-cus p {
  color: #777777;
  margin-bottom: 10px;
}
.disclaimer.new-cus p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .new-cus .product-link {
    margin: 0 auto 15px;
  }
  .top-sec.new-cus .pej-bg {
    width: 420px;
    height: 535px;
    background-size: cover;
  }
  .top-sec.new-cus .link-wrapper {
    margin-bottom: 60px;
  }
  .how-it-works.new-cus .steps__item {
    margin: 0 0 50px;
  }
  .reviews.new-cus.v10 {
    padding: 60px 0 50px;
  }
  .reviews.new-cus.v10 .title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .about-treatment.new-cus .headings .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .new-cus .product-link.color {
    margin: 0 auto 15px;
    min-width: 100%;
  }
  .header.new-cus {
    padding: 20px 0;
  }
  .header.new-cus .logo img {
    width: 132px;
  }
  .top-sec.new-cus h1, .top-sec.new-cus .h1 {
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: 0.56px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .top-sec.new-cus .top__list {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .top-sec.new-cus .top__list--item {
    font-size: 13px;
    text-align: left;
    margin-bottom: 7px;
  }
  .top-sec.new-cus .top__list--item:before {
    top: 4px;
  }
  .top-sec.new-cus .top__list--item:last-of-type {
    margin-bottom: 0;
  }
  .top-sec.new-cus .pej-bg {
    width: 240px;
    height: 242px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 10px auto 0;
    background-position: 0 20px;
  }
  .top-sec.new-cus .link-wrapper {
    margin: auto;
  }
  .tp-xs.new-cus {
    min-height: 60px;
    padding: 20px 0 18px;
    border-bottom: 1px solid #f1f1f1;
  }
  .tp-xs.new-cus iframe {
    width: 100% !important;
  }
  .main_how.new-cus {
    padding: 60px 0;
  }
  .main_how.new-cus h3, .main_how.new-cus .h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
  }
  .main_how.new-cus p {
    font-size: 14px;
    line-height: 1.71;
  }
  .main_how.new-cus .link-wrapper {
    padding: 0 15px;
  }
  .what-to-expect.new-cus {
    margin-bottom: 75px;
  }
  .what-to-expect.new-cus .what-to-expect__box {
    padding: 60px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -15px;
  }
  .what-to-expect.new-cus .what-to-expect__box .content {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .what-to-expect.new-cus .what-to-expect__box .headings {
    margin-bottom: 55px;
  }
  .what-to-expect.new-cus .what-to-expect__box .headings .title {
    font-size: 28px;
    letter-spacing: 0.56px;
    margin-bottom: 30px;
  }
  .what-to-expect.new-cus .what-to-expect__box .headings .subtitle {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin: 0 20px;
  }
  .what-to-expect.new-cus .what-to-expect__box .compare {
    margin-bottom: 30px;
  }
  .what-to-expect.new-cus .what-to-expect__box .compare .title {
    font-size: 18px;
    text-align: left;
  }
  .what-to-expect.new-cus .what-to-expect__box .compare .subtitle {
    line-height: 1.71;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 15px;
  }
  .what-to-expect.new-cus .what-to-expect__box .compare .rows .time-wrapper {
    margin-left: 11px;
  }
  .what-to-expect.new-cus .what-to-expect__box .compare .rows.before .scale:before {
    width: 23.4%;
  }
  .what-to-expect.new-cus .what-to-expect__box .compare .rows.after .scale:before {
    width: 79.25%;
  }
  .what-to-expect.new-cus .what-to-expect__box .link {
    text-align: center;
  }
  .about-treatment.new-cus .headings {
    top: 0;
  }
  .about-treatment.new-cus .headings .title {
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: 0.56px;
    text-align: center;
    margin: 0 55px 20px;
  }
  .about-treatment.new-cus .headings .subtitle {
    text-align: center;
    max-width: 100%;
  }
  .about-treatment.new-cus .doctor {
    position: relative;
  }
  .about-treatment.new-cus .doctor-photo {
    width: 237px;
    height: 363px;
    background-size: cover;
    margin: 0 auto;
  }
  .about-treatment.new-cus .doctor-info {
    left: 30px;
    bottom: 62px;
  }
  .about-treatment.new-cus .doctor-info .position {
    max-width: 100%;
    margin: 0 140px 0 0;
  }
  .about-treatment.new-cus .tabs {
    margin-top: -50px;
  }
  .about-treatment.new-cus .tabs .nav-tabs li a {
    padding: 25px 21px;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #111111;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-treatment.new-cus .tabs .nav-tabs li a.active {
    color: #111111;
  }
  .about-treatment.new-cus .tabs .tab-content {
    padding: 30px 20px;
  }
  .about-treatment.new-cus .tabs .tab-content .content {
    flex-direction: column;
  }
  .about-treatment.new-cus .tabs .tab-content .content .left-side,
  .about-treatment.new-cus .tabs .tab-content .content .right-side {
    padding: 0;
  }
  .about-treatment.new-cus .tabs .tab-content .content .right-side {
    margin-top: 25px;
  }
  .about-treatment.new-cus .tabs .tab-content .content p {
    margin-bottom: 13px;
  }
  .about-treatment.new-cus .clarification {
    margin: 0 25px 30px;
    font-size: 12px;
  }
  .how-it-works.new-cus {
    padding: 60px 0;
  }
  .how-it-works.new-cus.v10 {
    padding: 25px 0 50px;
  }
  .how-it-works.new-cus.v10 .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .how-it-works.new-cus .title {
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: 0.56px;
    margin: 0 30px 60px;
  }
  .how-it-works.new-cus .steps__item {
    margin: 0 10px 60px;
  }
  .how-it-works.new-cus .steps__item .image-wrapper {
    margin-bottom: 30px;
  }
  .how-it-works.new-cus .steps__item .description {
    max-width: 320px;
  }
  .how-it-works.new-cus .steps__item:last-of-type {
    margin-bottom: 30px;
  }
  .faq.v10 .title {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .faq.new-cus {
    padding: 60px 0;
  }
  .faq.new-cus .title {
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: 0.56px;
    margin: 0 0 30px;
  }
  .faq.new-cus .link-wrapper {
    width: auto;
    margin: 20px auto 0;
    max-width: 420px;
  }
  .faq.new-cus .link-wrapper .product-link {
    font-size: 16px;
    padding: 20px 10px;
    margin-bottom: 15px;
  }
  .reviews.new-cus {
    padding: 60px 0;
  }
  .reviews.new-cus.v10 {
    padding: 60px 0 25px;
  }
  .reviews.new-cus.v10 .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .reviews.new-cus .title {
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: 0.56px;
    margin: 0 -1px 65px;
  }
  .certificates.new-cus {
    padding: 0 0 60px;
  }
  .certificates.new-cus .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin: 0 10px 30px;
  }
  .certificates.new-cus .certificates__icons {
    margin-bottom: 30px;
  }
  .certificates.new-cus .certificates__list {
    margin: 0 auto;
    float: none;
    max-width: 285px;
  }
  .certificates.new-cus .link-wrapper {
    float: none;
  }
  .disclaimer.new-cus {
    border-top: 1px solid #e7e7e7;
    padding: 0 0 60px;
  }
  .disclaimer.new-cus .cus-col {
    border-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .how-it-works.new-cus.v10 .steps__item {
    margin: 0 0 50px;
  }
}
.search {
  background-color: #222222;
  color: #ffffff;
  padding: 100px 0 65px;
}
.search.remarketing {
  background-color: #0D2C54;
  padding: 60px 0;
}
.search.remarketing .form-group {
  height: 55px;
}
.search.remarketing.v3 {
  background-color: #E8F2F9;
  padding: 0 0 60px 0;
}
.search.remarketing.v3.sticky {
  padding: 30px 0;
}
.search.remarketing.v3 .discount-code {
  color: #222222;
}
.search.remarketing.v3 .rabatt {
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}
.search.remarketing .rabatt {
  margin-top: 20px;
  font-size: 13px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.8);
}
.search.remarketing .search-form {
  margin-bottom: 20px;
}
.search.remarketing .discount-code-wrap {
  position: relative;
}
.search.remarketing .discount-code-wrap:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  content: "";
  width: 15px;
  height: 17px;
  background: url("/images/coupon-icon.png");
}
.search.remarketing .discount-code {
  display: inline-block;
  max-width: 140px;
  margin-left: 6px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 5px 35px 5px 15px;
  border: 1px dashed #29ABE2;
  border-radius: 4px;
  background: rgba(41, 171, 226, 0.15);
  cursor: pointer;
  outline: none;
}
.search__heading {
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  line-height: 1;
}
.search__field {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 60px 0 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  color: #555555;
}
.search__field:focus {
  outline: none;
}
.search__field--remarketing {
  padding: 0 30px 0 65px;
  font-size: 14px;
}
.search .form-group {
  max-width: 570px;
  height: 70px;
  margin: 0 auto 5px;
  position: relative;
}
.search .form-group .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.search .form-group .icon--left {
  left: 20px;
  right: auto;
}
.search .form-group .icon.bc {
  color: #e376bf;
}
.search .form-group .icon.ed {
  color: #29bbec;
}
.search .rabatt {
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 1;
}
.search .results {
  display: block;
  max-width: 570px;
  max-height: 345px;
  overflow-y: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 4;
}
.search .results.ed {
  background-color: #dcf2fa;
}
.search .results.ed a:hover {
  background-color: rgb(206.6125, 237.0275, 248.0875);
}
.search .results.ed .link {
  color: #4cc3ee;
}
.search .results.ed .link:after {
  background-color: #4cc3ee;
}
.search .results.bc {
  background-color: #f8eff5;
}
.search .results.bc a:hover {
  background-color: rgb(243.3434782609, 228.3565217391, 238.347826087);
}
.search .results.bc .link {
  color: #e376bf;
}
.search .results.bc .link:after {
  background-color: #e376bf;
}
.search .results__item {
  list-style-type: none;
}
.search .results__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 30px;
  text-decoration: none;
}
.search .results__item a:hover {
  text-decoration: none;
}
.search .results__item .product-name {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search .results__item .link {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}
.search .results__item .link:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.search .results__item .link:hover {
  text-decoration: none;
}
.search .results__item .link:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search .results {
    left: 50%;
    min-width: 570px;
    transform: translateX(-50%);
  }
}
.search .not-found {
  max-width: 570px;
  height: 70px;
  background-color: #f7f7f7;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 2;
}
.search .not-found__title {
  font-size: 14px;
  color: #777777;
  margin: 0;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search .not-found {
    min-width: 570px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.search .results::-webkit-scrollbar {
  width: 8px;
}
.search .results.bc::-webkit-scrollbar-track {
  background-color: #f3e4ee;
  border-radius: 4px;
}
.search .results.bc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 30px rgb(227, 118, 191);
}
.search .results.ed::-webkit-scrollbar-track {
  background-color: #dcf2fa;
  border-radius: 4px;
}
.search .results.ed::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 30px rgb(76, 195, 238);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .search {
    padding: 50px 5px;
  }
  .search.sticky {
    position: fixed;
    top: 0px;
    z-index: 22;
    width: 100%;
    padding: 10px;
  }
  .search.sticky .search__heading {
    display: none;
  }
  .search.sticky .search__field {
    font-size: 14px;
    color: #000000;
  }
  .search.sticky .col-12 {
    padding: 0;
  }
  .search.sticky .form-group {
    height: 45px;
  }
  .search.sticky .results {
    top: 49px;
    max-width: 570px;
  }
  .search.sticky .not-found {
    top: 49px;
    max-width: 570px;
  }
  .search__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .search__field {
    padding: 0 50px 0 20px;
    font-size: 16px;
  }
  .search__field--remarketing {
    padding: 0 30px 0 64px;
  }
  .search .form-group {
    height: 60px;
  }
  .search .form-group .icon {
    right: 20px;
  }
  .search .rabatt {
    display: none;
  }
  .search .results {
    top: 65px;
    margin: 0 auto;
    max-height: 220px;
  }
  .search .results__item a {
    padding: 15px 20px;
  }
  .search .results__item .product-name {
    font-size: 16px;
  }
  .search .results__item .link {
    font-size: 14px;
  }
  .search .not-found {
    margin: 0 auto;
    height: 60px;
    border: 1px solid #111111;
    top: 65px;
  }
  .search.remarketing .form-group .icon {
    right: auto;
  }
  .search.remarketing v2.rabatt {
    font-size: 12px;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .search.remarketing .discount-code {
    margin-left: 16px;
  }
  .search.remarketing .rabatt {
    font-size: 16px;
    line-height: 26px;
  }
  .search.remarketing.v3 .rabatt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .search .results {
    margin: 0 15px;
  }
  .search .not-found {
    margin: 0 15px;
  }
}
.b-bottom-grey {
  border-bottom: 1px solid #eeeeee;
}

.after-tab-text {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #dd0000;
}

.tab-wrapper .nav-item.nav-link {
  padding: 16px 16px;
  color: #29bbec;
  font-size: 14px;
  line-height: 1.09;
  font-family: "Arial", sans-serif;
  text-decoration: underline;
  border: none;
  border-radius: 0;
  flex: 1;
  text-align: center;
}
.tab-wrapper .nav-item.nav-link.active {
  color: #fff;
  text-decoration: none;
  background-color: #29bbec;
}
.tab-wrapper .tab-content {
  background-color: #fff;
  border: 2px solid #29bbec;
  box-shadow: 0px 30px 100px 0 rgba(155, 184, 201, 0.7);
}
.tab-wrapper .tab-content .pills-dosages-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 30px;
  border-bottom: 1px solid #eeeeee;
}
.tab-wrapper .tab-content .pills-dosages-item .quantity {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-right: 12px;
  flex: 1;
}
.tab-wrapper .tab-content .pills-dosages-item .quantity span {
  font-weight: 600;
}
.tab-wrapper .tab-content .pills-dosages-item .info {
  margin-right: 10px;
  line-height: 0.7;
}
.tab-wrapper .tab-content .pills-dosages-item .info .saving, .tab-wrapper .tab-content .pills-dosages-item .info .item-out-of-stock {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.09;
  vertical-align: middle;
  font-weight: 700;
}
.tab-wrapper .tab-content .pills-dosages-item .info .saving {
  color: #4ecba1;
}
.tab-wrapper .tab-content .pills-dosages-item .info .item-out-of-stock {
  color: #777777;
}
.tab-wrapper .tab-content .pills-dosages-item .price {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 0;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 1023px) {
  .tab-wrapper {
    margin-top: 25px;
  }
  .tab-wrapper .nav-item.nav-link {
    font-size: 12px;
    line-height: 1.2;
  }
  .tab-wrapper .tab-content .pills-dosages-item {
    padding: 19px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .after-tab-text {
    margin-bottom: 25px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .trustpilot-widget.mini-v10 {
    height: 20px;
  }
}
.header.pharmacies-lp {
  background-color: #f7f7f7;
  padding: 40px 0;
}
.header.pharmacies-lp a {
  display: inline-block;
}
.header.pharmacies-lp a:hover {
  text-decoration: none;
}
.header.pharmacies-lp .logo img {
  height: 37px;
}
.header.pharmacies-lp .logo.herzapo img {
  width: 180px;
  height: 62px;
}
.header.pharmacies-lp .logo.apons img {
  width: 146px;
  height: 36px;
}

.order.pharmacies-lp {
  background-color: #f7f7f7;
  padding: 60px 0 135px;
}
.order.pharmacies-lp .product-link {
  background-image: none;
  background-color: #73c25a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  min-width: 335px;
  padding: 18px 10px;
}
.order.pharmacies-lp .product-link:hover {
  background-color: rgb(99.203539823, 187.1172566372, 71.3827433628);
}
.order.pharmacies-lp .order__subtitle {
  color: #101010;
}
.order.pharmacies-lp .order__list {
  margin-right: 0;
}
.order.pharmacies-lp .order__list--item {
  margin-bottom: 25px;
  color: #101010;
}
.order.pharmacies-lp .order__list--item:last-of-type {
  margin-bottom: 0;
}

.footer.pharmacies-lp {
  padding: 40px 0;
}
.footer.pharmacies-lp .footer-banners {
  display: flex;
  align-items: center;
}
.footer.pharmacies-lp .mhra-img {
  margin-right: 40px;
}
.footer.pharmacies-lp .mhra-img .icon-mhra-nl {
  width: 110px;
  height: 92px;
  background-image: image-url("footer-icons/mhra-nl.png");
}
.footer.pharmacies-lp .mhra-img .mhra-fmd-placeholder {
  display: flex;
  align-items: center;
}
.footer.pharmacies-lp .mhra-img .mhra-fmd-placeholder span {
  position: relative;
  margin-left: 15px;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}
.footer.pharmacies-lp .mhra-img .mhra-fmd-placeholder span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e7e7e7;
}
.footer.pharmacies-lp .payments {
  width: 100%;
}
.footer.pharmacies-lp .payments .icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .order.pharmacies-lp {
    padding: 40px 0 80px;
  }
  .footer.pharmacies-lp {
    padding: 40px 0 100px;
  }
  .footer.pharmacies-lp .footer-banners {
    flex-direction: column;
  }
  .footer.pharmacies-lp .mhra-img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .order.pharmacies-lp .order__title {
    margin-bottom: 15px;
  }
  .order.pharmacies-lp .order__subtitle {
    margin-bottom: 30px;
  }
  .order.pharmacies-lp .order__list {
    margin: 15px auto 0;
  }
  .footer.pharmacies-lp .footer-banners {
    flex-direction: column;
  }
  .footer.pharmacies-lp .mhra-img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer.pharmacies-lp .mhra-img .mhra-fmd-placeholder span {
    max-width: 120px;
    padding: 0;
  }
  .footer.pharmacies-lp .mhra-img .mhra-fmd-placeholder span:after {
    display: none;
  }
  .footer.pharmacies-lp .payments .icons-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .header.pharmacies-lp {
    padding: 30px 0;
  }
  .order.pharmacies-lp {
    padding: 0 0 40px;
  }
  .order.pharmacies-lp .order__list--item {
    margin-bottom: 15px;
  }
  .order.pharmacies-lp .order__list--item:last-of-type {
    margin-bottom: 0;
  }
  .footer.pharmacies-lp .payments .icons-list {
    margin: 0 -3px;
    justify-content: center;
  }
  .footer.pharmacies-lp .payments .icons-list li {
    margin: 0 15px 20px;
  }
  .footer.pharmacies-lp .visa {
    width: 54px;
  }
  .footer.pharmacies-lp .master {
    width: 52px;
    height: 31px;
  }
  .footer.pharmacies-lp .paypal {
    width: 87px;
    height: 21px;
  }
  .footer.pharmacies-lp .ups {
    width: 35px;
    height: 42px;
  }
  .footer.pharmacies-lp .uberweisung {
    width: 90px;
    height: 29px;
  }
  .footer.pharmacies-lp .klarna {
    width: 79px;
    height: 18px;
  }
  .footer.pharmacies-lp .dhl {
    width: 84px;
    height: 26px;
  }
}
@media only screen and (max-width: 374px) {
  .order.pharmacies-lp .product-link {
    min-width: 100%;
  }
}
.oh {
  overflow: hidden;
}

.fix-page {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.additional-link {
  margin-top: 3rem;
}
.additional-link a {
  color: #29bbec;
  font-weight: bold;
}
.additional-link a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .additional-link {
    text-align: center;
    margin: 1.5rem 0;
  }
}</pre></body></html>