/**
 * Custom variables followed by theme variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #065FA9;
  --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: #29A4DB;
  --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: #065FA9;
  --bs-secondary: #29A4DB;
  --bs-success: #198754;
  --bs-info: #29A4DB;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #CDCDCD;
  --bs-primary-rgb: 6, 95, 169;
  --bs-secondary-rgb: 41, 164, 219;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 41, 164, 219;
  --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-gray-rgb: 205, 205, 205;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.2;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-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; } }

@font-face {
  font-family: 'Uniform 3';
  src: url("../fonts/uniform/subset-Uniform-Regular4.woff2") format("woff2"), url("../fonts/uniform/subset-Uniform-Regular4.woff") format("woff"), url("../fonts/uniform/subset-Uniform-Regular4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-v15-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins/poppins-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-ext_latin-regular.woff") format("woff"), url("../fonts/poppins/poppins-v15-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-500 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins/poppins-v15-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins/poppins-v15-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-ext_latin-500.woff") format("woff"), url("../fonts/poppins/poppins-v15-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-500.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-v15-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins/poppins-v15-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-ext_latin-600.woff") format("woff"), url("../fonts/poppins/poppins-v15-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-700 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/poppins-v15-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins/poppins-v15-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-ext_latin-700.woff") format("woff"), url("../fonts/poppins/poppins-v15-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-800 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins/poppins-v15-latin-ext_latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins/poppins-v15-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-ext_latin-800.woff") format("woff"), url("../fonts/poppins/poppins-v15-latin-ext_latin-800.ttf") format("truetype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-800.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-900 - latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/poppins/poppins-v15-latin-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins/poppins-v15-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-900.woff2") format("woff2"), url("../fonts/poppins/poppins-v15-latin-ext_latin-900.woff") format("woff"), url("../fonts/poppins/poppins-v15-latin-ext_latin-900.ttf") format("truetype"), url("../fonts/poppins/poppins-v15-latin-ext_latin-900.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #065FA9;
  --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: #29A4DB;
  --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: #065FA9;
  --bs-secondary: #29A4DB;
  --bs-success: #198754;
  --bs-info: #29A4DB;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-gray: #CDCDCD;
  --bs-primary-rgb: 6, 95, 169;
  --bs-secondary-rgb: 41, 164, 219;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 41, 164, 219;
  --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-gray-rgb: 205, 205, 205;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.2;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

*,
*::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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

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],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #065FA9;
  text-decoration: underline; }
  a:hover {
    color: #054c87; }

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none; }

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-file-upload-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 > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #6c757d; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #FAFAFA;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #DADADA; }
  .table > :not(caption) > * > * {
    padding: 23px 20px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom;
    font-size: 16px; }
  .table > :not(:first-child) {
    border-top: 1px solid currentColor; }

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

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

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

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

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

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cddfee;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #b9c9d6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #becedc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9c9d6; }

.table-secondary {
  --bs-table-bg: #d4edf8;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #bfd5df;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbe5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd5df; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #d4edf8;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #bfd5df;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbe5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd5df; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: black;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: white;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

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

@media (max-width: 575.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: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.propline-table {
  font-size: 12px;
  line-height: 16px;
  color: #2E3131; }
  @media (min-width: 992px) {
    .propline-table {
      font-size: 16px;
      line-height: 20px; } }

.propline-table-border-light {
  border-top: 1px solid #F8F7F5;
  border-left: 1px solid #F8F7F5; }
  .propline-table-border-light .propline-table-td {
    border-bottom: 1px solid #F8F7F5;
    border-right: 1px solid #F8F7F5; }

.propline-table-tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .propline-table-tr {
      flex-wrap: nowrap;
      margin-bottom: 0; } }
  .propline-table-tr.head {
    display: none;
    font-weight: 900;
    color: #fff; }
    .propline-table-tr.head .propline-table-td {
      background-color: #065FA9; }
    @media (min-width: 992px) {
      .propline-table-tr.head {
        display: flex; } }
  @media (min-width: 992px) {
    .propline-table-tr .td-title {
      display: none; } }
  .propline-table-tr:last-of-type {
    margin-bottom: 0; }
  .propline-table-tr.td-col-3 .propline-table-td {
    flex-basis: 33%;
    flex-grow: 1; }
    @media (min-width: 992px) {
      .propline-table-tr.td-col-3 .propline-table-td {
        flex-basis: unset;
        flex-grow: 1;
        flex-basis: 33%; } }

.propline-table-td {
  position: relative; }
  .propline-table-td .propline-star-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px; }
  .propline-table-td i {
    font-style: normal; }
  .propline-table-td.h-50 {
    height: 50px;
    min-height: 50px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (min-width: 992px) {
      .propline-table-td.h-50 {
        text-align: left;
        justify-content: flex-start;
        padding-left: 6px;
        height: 70px;
        min-height: 70px; } }
    @media (min-width: 992px) {
      .propline-table-td.h-50 {
        padding-left: 10px; } }
    .propline-table-td.h-50.btn-td {
      padding: 0;
      align-items: stretch; }
      @media (min-width: 992px) {
        .propline-table-td.h-50.btn-td {
          padding-left: 6px;
          padding-right: 6px; } }
      @media (min-width: 1200px) {
        .propline-table-td.h-50.btn-td {
          padding-left: 10px;
          padding-right: 8px; } }
  .propline-table-td.desktop-td {
    display: none; }
    @media (min-width: 992px) {
      .propline-table-td.desktop-td {
        display: inline-flex; } }

.tableOfferBtn {
  min-height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #065FA9;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  width: 100%; }
  .tableOfferBtn:hover {
    color: #fff; }
  @media (min-width: 992px) {
    .tableOfferBtn {
      font-size: 16px;
      width: unset;
      min-height: unset;
      height: unset;
      background-color: transparent;
      text-decoration: underline;
      color: #2E3131; }
      .tableOfferBtn:hover {
        color: #065FA9; } }

.table {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #2E3131; }

.table-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #2E3131; }

.form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .form-label i {
    font-size: 11px;
    font-style: normal;
    color: #A5B3C2;
    font-weight: 300; }

.col-form-label {
  padding-top: calc(0.9375rem + 1px);
  padding-bottom: calc(0.9375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2; }

.col-form-label-lg {
  padding-top: calc(1.25rem + 1px);
  padding-bottom: calc(1.25rem + 1px);
  font-size: 1.125rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-label-sm {
  font-size: 12px;
  line-height: 16px;
  color: #343E3D;
  font-weight: 400; }

.label-primary {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .label-primary {
      font-size: 24px;
      line-height: 30px; } }

.form-primary-title {
  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #000000;
  font-weight: 600; }
  @media (min-width: 992px) {
    .form-primary-title {
      font-size: 24px;
      line-height: 30px; } }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  min-height: 42px;
  background: #F4F5F7;
  border: 1px solid #E9ECF0;
  border-radius: 4px;
  color: #001C4A;
  background-clip: padding-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*
  &:focus{
    font-size: 16px;
    @include media-breakpoint-up(md) {
      font-size: 14px;
    }
  }
  */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control:not(textarea) {
    height: 42px; }
  .form-control i {
    font-size: 24px; }
  @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: #212529;
    background-color: #fff;
    border-color: #83afd4;
    outline: 0; }
  .form-control::-webkit-date-and-time-value {
    height: 1.2em; }
  .form-control::-moz-placeholder {
    color: #A5B3C2; }
  .form-control:-ms-input-placeholder {
    color: #A5B3C2; }
  .form-control::placeholder {
    color: #A5B3C2; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.9375rem 1.6875rem;
    margin: -0.9375rem -1.6875rem;
    -webkit-margin-end: 1.6875rem;
            margin-inline-end: 1.6875rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.9375rem 1.6875rem;
    margin: -0.9375rem -1.6875rem;
    -webkit-margin-end: 1.6875rem;
            margin-inline-end: 1.6875rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.2em + 2.5rem + 2px);
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 1.25rem 1.875rem;
    margin: -1.25rem -1.875rem;
    -webkit-margin-end: 1.875rem;
            margin-inline-end: 1.875rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 1.25rem 1.875rem;
    margin: -1.25rem -1.875rem;
    -webkit-margin-end: 1.875rem;
            margin-inline-end: 1.875rem; }

textarea.form-control {
  min-height: 125px; }

textarea.form-control-sm {
  min-height: 105px; }

textarea.form-control-lg {
  min-height: 145px; }

textarea.resize-none {
  resize: none; }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.9375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.2em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.2em;
    border-radius: 0.25rem; }

.form-control-file-upload.filepond--root {
  font-family: "CircularStd";
  font-size: 14px;
  font-weight: 500;
  height: 106px;
  margin-bottom: 0; }
  .form-control-file-upload.filepond--root .filepond--drop-label label {
    font-weight: 500;
    cursor: pointer; }
  .form-control-file-upload.filepond--root .filepond--label-action {
    color: #29A4DB;
    text-decoration: none; }
  .form-control-file-upload.filepond--root .filepond--drop-label {
    min-height: 106px;
    color: #000000;
    cursor: pointer; }

.form-control-file-upload .filepond--panel-root {
  border-radius: 0;
  background-color: #fff;
  padding: 12px 16px;
  border: 1px dashed #D1D1D1; }

.form-control-icon {
  width: 100%;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .form-control-icon .icon {
    position: absolute;
    min-width: 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 1px;
    top: 1px;
    background-color: #FAFAFA;
    font-family: 'Product Sans';
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #065FA9; }
  .form-control-icon .form-control, .form-control-icon .form-select {
    padding-left: 54px;
    font-size: 12px;
    padding-right: 8px; }
    .form-control-icon .form-control:focus, .form-control-icon .form-select:focus {
      font-size: 16px; }
  .form-control-icon input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none; }
  .form-control-icon input[type="number"]::-webkit-outer-spin-button,
  .form-control-icon input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-control-icon input[type=number] {
    -moz-appearance: textfield; }
  .form-control-icon input[type=date] {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.8262 0.17242C23.0579 0.402311 23.0579 0.775039 22.8262 1.00493L11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276C10.8488 11.5977 10.8488 11.225 11.0805 10.9951L21.9873 0.172419C22.2189 -0.0574723 22.5946 -0.0574721 22.8262 0.17242Z' fill='%23414141'/%3e%3cpath d='M11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276L0.173759 1.00493C-0.0579195 0.775039 -0.0579195 0.40231 0.173759 0.172419C0.405437 -0.0574729 0.781061 -0.0574729 1.01274 0.172419L11.9195 10.9951C12.1512 11.225 12.1512 11.5977 11.9195 11.8276Z' fill='%23414141'/%3e%3c/svg%3e") !important;
    background-position: calc( 100% - 16px) center;
    background-repeat: no-repeat; }
  .form-control-icon input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 48px;
    height: 48px !important;
    max-height: 48px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background: unset !important;
    opacity: 0; }
  .form-control-icon input[type="date"]::-webkit-datetime-edit-text {
    opacity: 0.3; }

.form-code-wrapper {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .form-code-wrapper .form-code {
    margin-right: 25px; }
    .form-code-wrapper .form-code:last-of-type {
      margin-right: 0; }
  .form-code-wrapper .checkIcon {
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    min-width: 38px;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    background-color: #84CF0A;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='19' viewBox='0 0 26 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.37878 9.54638C0.865399 10.0685 0.8654 10.9149 1.37878 11.437L7.88573 18.0543C8.2118 18.3858 8.66652 18.5068 9.08648 18.4172C9.32826 18.3659 9.55858 18.2448 9.74627 18.054L24.6193 2.92883C25.1327 2.40675 25.1327 1.56028 24.6193 1.03819C24.1059 0.516109 23.2736 0.516107 22.7602 1.03819L8.81585 15.2189L3.23791 9.54638C2.72453 9.02429 1.89217 9.02429 1.37878 9.54638Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: -38px;
    visibility: hidden; }

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.form-code {
  width: 49px;
  height: 60px;
  min-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: 800;
  border-radius: 0;
  text-align: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='black'/%3E%3C/svg%3E%0A"); }
  .form-code:valid {
    background-image: unset; }
  .form-code:focus {
    border-color: #065FA9;
    outline: none;
    background-image: unset; }

.form-select {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  min-height: 42px;
  background: #F4F5F7;
  border: 1px solid #E9ECF0;
  border-radius: 4px;
  color: #001C4A;
  -moz-padding-start: calc(1.6875rem - 3px);
  background-size: 18px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.8262 0.17242C23.0579 0.402311 23.0579 0.775039 22.8262 1.00493L11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276C10.8488 11.5977 10.8488 11.225 11.0805 10.9951L21.9873 0.172419C22.2189 -0.0574723 22.5946 -0.0574721 22.8262 0.17242Z' fill='%23414141'/%3e%3cpath d='M11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276L0.173759 1.00493C-0.0579195 0.775039 -0.0579195 0.40231 0.173759 0.172419C0.405437 -0.0574729 0.781061 -0.0574729 1.01274 0.172419L11.9195 10.9951C12.1512 11.225 12.1512 11.5977 11.9195 11.8276Z' fill='%23414141'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: calc( 100% - 16px) center;
  padding-right: 35px; }
  .form-select:not(textarea) {
    height: 42px; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #83afd4;
    outline: 0; }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1.6875rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

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

.form-select-lg {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  font-size: 1.125rem;
  border-radius: 0.3rem; }

.form-select.validate-none {
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml,%3csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.8262 0.17242C23.0579 0.402311 23.0579 0.775039 22.8262 1.00493L11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276C10.8488 11.5977 10.8488 11.225 11.0805 10.9951L21.9873 0.172419C22.2189 -0.0574723 22.5946 -0.0574721 22.8262 0.17242Z' fill='%23414141'/%3e%3cpath d='M11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276L0.173759 1.00493C-0.0579195 0.775039 -0.0579195 0.40231 0.173759 0.172419C0.405437 -0.0574729 0.781061 -0.0574729 1.01274 0.172419L11.9195 10.9951C12.1512 11.225 12.1512 11.5977 11.9195 11.8276Z' fill='%23414141'/%3e%3c/svg%3e") !important;
  background-position: calc( 100% - 16px) center, calc( 100% - 46px) center; }

.form-check {
  display: flex;
  margin-bottom: 15px;
  cursor: pointer; }
  .form-check label {
    cursor: pointer; }
  .form-check .form-check-input {
    margin-right: 10px; }

.form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #F4F5F7;
  border: 1px solid #E9ECF0;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #E9ECF0;
    outline: 0; }
  .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_738:145)'%3E%3Cpath d='M3.83008 7.62C3.73469 7.71571 3.60517 7.76963 3.47003 7.76996C3.40287 7.77154 3.33618 7.75905 3.27417 7.73322C3.21216 7.70738 3.15621 7.6688 3.11005 7.62L0.220032 4.73999C0.0800317 4.59308 0.00195312 4.39788 0.00195312 4.19495C0.00195312 3.99201 0.0800317 3.79687 0.220032 3.64996L0.590088 3.28998C0.660754 3.21862 0.744838 3.16201 0.837524 3.12335C0.930211 3.0847 1.02964 3.06476 1.13007 3.06476C1.23049 3.06476 1.32992 3.0847 1.42261 3.12335C1.51529 3.16201 1.59938 3.21862 1.67004 3.28998L3.47003 5.08997L8.33008 0.22998C8.40074 0.158626 8.48483 0.101949 8.57751 0.0632935C8.6702 0.0246378 8.76963 0.00476074 8.87006 0.00476074C8.97048 0.00476074 9.06991 0.0246378 9.1626 0.0632935C9.25528 0.101949 9.33937 0.158626 9.41003 0.22998L9.78009 0.589966C9.91943 0.735207 9.99719 0.92873 9.99719 1.13C9.99719 1.33128 9.91943 1.52474 9.78009 1.66998L3.83008 7.62Z' fill='%231F4066'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_738:145'%3E%3Crect width='10' height='7.76' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 12px; }
  .form-check-input:checked[type="radio"] {
    background-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: #065FA9;
    border-color: #065FA9;
    background-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 {
    opacity: 0.5; }

.form-check-label {
  cursor: pointer;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #1F4066; }
  .form-check-label a {
    text-decoration: underline; }
  .form-check-label span {
    display: block;
    margin-bottom: 10px; }
    .form-check-label span:last-of-type {
      margin-bottom: 0; }

.form-switch {
  padding-left: 2.5em;
  display: flex;
  align-items: center; }
  .form-switch .form-check-label {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    line-height: 20px;
    font-size: 16px; }
  .form-switch .form-check-input {
    margin-right: 10px;
    width: 55px;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2368696C'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 21px;
    height: 25px;
    border-color: #68696C;
    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 {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2368696C'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-color: #68696C;
      border-color: #68696C;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }

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

/* The container */
.btnPillCheckbox {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .btnPillCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .btnPillCheckbox .btn-outline-pill:hover {
    background-color: transparent;
    color: #343E3D;
    border-color: #343E3D; }
  .btnPillCheckbox input:checked ~ .btn-outline-pill {
    color: #fff;
    background-color: #29A4DB;
    border-color: #29A4DB;
    transition: color ease .3s,border-color ease .3s,background-color ease .3s; }

.btn-checkBox-list {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap; }
  .btn-checkBox-list .btnPillCheckbox {
    margin: 4px;
    flex-grow: 1; }
    @media (min-width: 992px) {
      .btn-checkBox-list .btnPillCheckbox {
        flex-grow: unset; } }
    .btn-checkBox-list .btnPillCheckbox .btn-outline-pill {
      width: 100%; }
      @media (min-width: 992px) {
        .btn-checkBox-list .btnPillCheckbox .btn-outline-pill {
          width: auto; } }
    @media (min-width: 992px) {
      .btn-checkBox-list .btnPillCheckbox {
        margin: 8px; } }

/* The container */
.post-checkBox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 30;
  cursor: pointer; }
  .post-checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .post-checkBox .checkCircle {
    background: #FFFFFF;
    border: 2px solid #DEDEDE;
    border-radius: 50%;
    width: 42px;
    min-width: 42px;
    height: 42px;
    position: relative; }
    .post-checkBox .checkCircle i {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='29' height='20' viewBox='0 0 29 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06066 10.4454C0.474874 9.85964 0.474874 8.90989 1.06066 8.32411C1.64645 7.73832 2.59619 7.73832 3.18198 8.32411L11.6673 16.8094C12.253 17.3952 12.253 18.3449 11.6673 18.9307C11.0815 19.5165 10.1317 19.5165 9.54594 18.9307L1.06066 10.4454Z' fill='white'/%3E%3Cpath d='M11.6673 18.9307C11.0815 19.5165 10.1317 19.5165 9.54594 18.9307C8.96016 18.3449 8.96016 17.3952 9.54594 16.8094L25.8094 0.545931C26.3952 -0.0398553 27.3449 -0.0398559 27.9307 0.54593C28.5165 1.13172 28.5165 2.08146 27.9307 2.66725L11.6673 18.9307Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #29A4DB;
      border-radius: 50%;
      opacity: 0;
      transition: opacity ease .3s; }
  .post-checkBox input:checked ~ .checkCircle i {
    opacity: 1;
    transition: opacity ease .3s; }

/* The container */
.list-checkBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  position: relative;
  cursor: pointer; }
  .list-checkBox i {
    font-style: normal;
    opacity: 0.3; }
  .list-checkBox > * {
    position: relative;
    z-index: 2; }
  .list-checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .list-checkBox input:checked ~ .bgItem {
    opacity: 1;
    transition: opacity ease .3s; }
  .list-checkBox input:checked ~ * {
    color: #fff;
    opacity: 1; }
  .list-checkBox .bgItem {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #29A4DB;
    z-index: 1;
    opacity: 0;
    transition: opacity ease .3s; }

.form-range {
  width: 100%;
  height: 1.625rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          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(6, 95, 169, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(6, 95, 169, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.46875rem;
    background-color: #68696C;
    border: 0;
    border-radius: 50%;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b4cfe5; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.1875rem;
    color: transparent;
    cursor: pointer;
    background-color: #C8C8C8;
    border-color: transparent;
    border-radius: 0; }
  .form-range::-moz-range-thumb {
    width: 1.125rem;
    height: 1.125rem;
    background-color: #68696C;
    border: 0;
    border-radius: 50%;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b4cfe5; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.1875rem;
    color: transparent;
    cursor: pointer;
    background-color: #C8C8C8;
    border-color: transparent;
    border-radius: 0; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.custom-price-range .noUi-touch-area {
  display: none; }

.custom-price-range .noUi-handle {
  background-color: #29A4DB;
  width: 34px;
  height: 70px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M12 1.5C12 0.671573 12.6716 0 13.5 0C14.3284 0 15 0.671573 15 1.5V15.5C15 16.3284 14.3284 17 13.5 17C12.6716 17 12 16.3284 12 15.5V1.5Z' fill='white'/%3E%3Cpath d='M6 1.5C6 0.671573 6.67157 0 7.5 0C8.32843 0 9 0.671573 9 1.5V15.5C9 16.3284 8.32843 17 7.5 17C6.67157 17 6 16.3284 6 15.5V1.5Z' fill='white'/%3E%3Cpath d='M0 1.5C0 0.671573 0.671573 0 1.5 0C2.32843 0 3 0.671573 3 1.5V15.5C3 16.3284 2.32843 17 1.5 17C0.671573 17 0 16.3284 0 15.5V1.5Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  top: -3px;
  cursor: pointer; }
  .custom-price-range .noUi-handle:focus {
    outline: none; }
  .custom-price-range .noUi-handle:before {
    display: none; }
  .custom-price-range .noUi-handle:after {
    display: none; }

.custom-price-range .noUi-horizontal {
  height: 63px; }

.custom-price-range .noUi-target {
  border: none;
  box-shadow: unset;
  border-radius: 0;
  background-color: transparent; }

.custom-price-range .noUi-pips-horizontal {
  padding: 3px 0;
  top: 0;
  height: 63px; }

.custom-price-range .noUi-marker-horizontal.noUi-marker {
  height: 40px;
  top: 11px;
  background: linear-gradient(180deg, rgba(41, 164, 219, 0.54) 0%, rgba(41, 164, 219, 0) 100%); }

.custom-price-range .noUi-marker-horizontal.noUi-marker-sub {
  height: 63px;
  top: 0; }

.custom-price-range .noUi-value-horizontal {
  margin-top: 100px;
  display: none; }

#custom-price-range-wrapper .hand-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: -6px; }

#custom-price-range-wrapper .range-hand-icon {
  width: 63.51px;
  height: 74px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='74' viewBox='0 0 64 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.5783 29.6012C56.397 29.5999 55.2428 29.9548 54.2662 30.6194C53.9726 29.7627 53.4854 28.9853 52.8423 28.3476C52.1993 27.7099 51.4178 27.2292 50.5586 26.9428C49.6995 26.6564 48.7858 26.5721 47.8888 26.6964C46.9917 26.8207 46.1355 27.1503 45.3866 27.6596C45.1084 26.8333 44.6488 26.0797 44.0414 25.4542C43.4341 24.8286 42.6945 24.3469 41.8768 24.0444C41.0592 23.7418 40.1841 23.6261 39.3159 23.7057C38.4477 23.7853 37.6083 24.0582 36.8592 24.5043V5.9223C36.8592 4.35229 36.2355 2.84658 35.1254 1.73641C34.0152 0.626248 32.5095 0.00256348 30.9395 0.00256348C29.3695 0.00256348 27.8638 0.626248 26.7536 1.73641C25.6434 2.84658 25.0197 4.35229 25.0197 5.9223V47.2776C25.0228 47.3561 25.001 47.4335 24.9574 47.4989C24.9138 47.5643 24.8507 47.6142 24.777 47.6416C24.7063 47.6755 24.6265 47.6855 24.5496 47.67C24.4727 47.6545 24.4029 47.6144 24.3508 47.5558L19.6328 42.8407C18.2631 41.4597 16.5333 40.4906 14.6403 40.0438C12.7472 39.597 10.7667 39.6902 8.924 40.313C8.28391 40.5265 7.70167 40.8847 7.22248 41.3597C6.7433 41.8347 6.38008 42.4139 6.16105 43.0521C5.94202 43.6903 5.87306 44.3704 5.95954 45.0396C6.04602 45.7087 6.28561 46.349 6.6597 46.9105L16.3888 61.4997C17.9014 63.7832 19.6055 65.9339 21.4827 67.9285C23.3607 69.8665 25.612 71.4036 28.1007 72.447C30.5894 73.4905 33.2639 74.0185 35.9624 73.9992H43.362C47.4236 74.0123 51.3949 72.8014 54.7581 70.5242C58.1213 68.247 60.7204 65.0094 62.2164 61.2333C63.0721 59.1009 63.5102 56.824 63.5069 54.5263V35.521C63.5069 34.7428 63.3535 33.9723 63.0554 33.2535C62.7574 32.5347 62.3205 31.8817 61.7699 31.3319C61.2193 30.7821 60.5656 30.3463 59.8464 30.0493C59.1272 29.7523 58.3564 29.6001 57.5783 29.6012ZM60.5381 54.5263C60.5392 56.4474 60.1735 58.3512 59.4608 60.1352C58.1825 63.3608 55.9619 66.1265 53.0887 68.0716C50.2155 70.0166 46.8228 71.0508 43.3532 71.0394H35.9535C33.657 71.0592 31.3803 70.6133 29.2609 69.7286C27.1416 68.844 25.2235 67.5389 23.6227 65.8922C21.8613 64.0205 20.2621 62.0025 18.8425 59.8599L9.11343 45.2678C8.99156 45.0849 8.9135 44.8764 8.88529 44.6585C8.85708 44.4406 8.8795 44.2191 8.95079 44.0112C9.02208 43.8033 9.14033 43.6147 9.29636 43.46C9.45239 43.3052 9.64199 43.1885 9.85043 43.1189C11.1747 42.6729 12.5973 42.6065 13.9574 42.9272C15.3174 43.2478 16.5605 43.9428 17.5461 44.9333L22.2641 49.6484C22.7325 50.1175 23.3296 50.4371 23.9797 50.5667C24.6298 50.6964 25.3037 50.6302 25.9163 50.3767C26.5288 50.1232 27.0523 49.6937 27.4207 49.1426C27.789 48.5914 27.9856 47.9434 27.9855 47.2805V5.9223C27.9855 5.13729 28.2974 4.38444 28.8525 3.82935C29.4075 3.27427 30.1604 2.96243 30.9454 2.96243C31.7304 2.96243 32.4833 3.27427 33.0383 3.82935C33.5934 4.38444 33.9053 5.13729 33.9053 5.9223V32.5611C33.9053 32.9536 34.0612 33.33 34.3387 33.6076C34.6163 33.8851 34.9927 34.041 35.3852 34.041C35.7777 34.041 36.1541 33.8851 36.4317 33.6076C36.7092 33.33 36.8651 32.9536 36.8651 32.5611V29.6012C36.8651 28.8162 37.177 28.0634 37.7321 27.5083C38.2871 26.9532 39.04 26.6414 39.825 26.6414C40.61 26.6414 41.3629 26.9532 41.9179 27.5083C42.473 28.0634 42.7849 28.8162 42.7849 29.6012V34.041C42.7849 34.4335 42.9408 34.81 43.2183 35.0875C43.4959 35.365 43.8723 35.521 44.2648 35.521C44.6573 35.521 45.0337 35.365 45.3113 35.0875C45.5888 34.81 45.7447 34.4335 45.7447 34.041V32.5611C45.7447 31.7761 46.0566 31.0232 46.6117 30.4682C47.1667 29.9131 47.9196 29.6012 48.7046 29.6012C49.4896 29.6012 50.2425 29.9131 50.7975 30.4682C51.3526 31.0232 51.6645 31.7761 51.6645 32.5611V37.0009C51.6645 37.3934 51.8204 37.7698 52.0979 38.0474C52.3755 38.3249 52.7519 38.4808 53.1444 38.4808C53.5369 38.4808 53.9133 38.3249 54.1909 38.0474C54.4684 37.7698 54.6243 37.3934 54.6243 37.0009V35.521C54.6243 34.736 54.9362 33.9831 55.4913 33.428C56.0463 32.8729 56.7992 32.5611 57.5842 32.5611C58.3692 32.5611 59.1221 32.8729 59.6771 33.428C60.2322 33.9831 60.5441 34.736 60.5441 35.521L60.5381 54.5263Z' fill='%23065FA9'/%3E%3Cpath d='M10.3622 20.7209C10.6553 20.7215 10.9419 20.6349 11.1858 20.4724C11.4296 20.3098 11.6197 20.0785 11.732 19.8077C11.8442 19.537 11.8735 19.239 11.8162 18.9516C11.7589 18.6641 11.6175 18.4002 11.41 18.1932L5.05514 11.8413H19.2418C19.6343 11.8413 20.0107 11.6854 20.2882 11.4079C20.5658 11.1303 20.7217 10.7539 20.7217 10.3614C20.7217 9.9689 20.5658 9.59247 20.2882 9.31493C20.0107 9.03739 19.6343 8.88147 19.2418 8.88147H5.05514L11.41 2.5296C11.6879 2.2517 11.844 1.8748 11.844 1.4818C11.844 1.0888 11.6879 0.711902 11.41 0.43401C11.1321 0.156118 10.7552 0 10.3622 0C9.96918 0 9.59228 0.156118 9.31439 0.43401L0.434786 9.31361C0.296965 9.45108 0.187619 9.61439 0.113012 9.79419C0.0384038 9.97399 0 10.1667 0 10.3614C0 10.5561 0.0384038 10.7488 0.113012 10.9286C0.187619 11.1084 0.296965 11.2717 0.434786 11.4092L9.31439 20.2888C9.45208 20.4261 9.61549 20.535 9.79527 20.6091C9.97506 20.6833 10.1677 20.7213 10.3622 20.7209Z' fill='%23065FA9'/%3E%3Cpath d='M51.4703 20.7209C51.1773 20.7215 50.8906 20.6349 50.6467 20.4724C50.4029 20.3098 50.2128 20.0785 50.1006 19.8077C49.9883 19.537 49.959 19.239 50.0163 18.9516C50.0737 18.6641 50.215 18.4002 50.4225 18.1932L56.7774 11.8413H42.5907C42.1982 11.8413 41.8218 11.6854 41.5443 11.4079C41.2667 11.1303 41.1108 10.7539 41.1108 10.3614C41.1108 9.9689 41.2667 9.59247 41.5443 9.31493C41.8218 9.03739 42.1982 8.88147 42.5907 8.88147H56.7774L50.4225 2.5296C50.1447 2.2517 49.9885 1.8748 49.9885 1.4818C49.9885 1.0888 50.1447 0.711902 50.4225 0.43401C50.7004 0.156118 51.0773 0 51.4703 0C51.8633 0 52.2402 0.156118 52.5181 0.43401L61.3977 9.31361C61.5356 9.45108 61.6449 9.61439 61.7195 9.79419C61.7941 9.97399 61.8325 10.1667 61.8325 10.3614C61.8325 10.5561 61.7941 10.7488 61.7195 10.9286C61.6449 11.1084 61.5356 11.2717 61.3977 11.4092L52.5181 20.2888C52.3804 20.4261 52.217 20.535 52.0372 20.6091C51.8575 20.6833 51.6648 20.7213 51.4703 20.7209Z' fill='%23065FA9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

#custom-price-range-wrapper .custom-price-range {
  padding: 0 52px;
  position: relative; }
  #custom-price-range-wrapper .custom-price-range:before {
    content: '';
    width: 135px;
    height: 63px;
    background-image: url("data:image/svg+xml,%3Csvg width='137' height='60' viewBox='0 0 137 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.4 60V3.28H47.04L32.24 41.6L16.64 3.28H0.160001V60H12.16V22.88L26.96 60H37.2L52 22.4V60H64.4ZM88.0825 60V20.24H75.9225V60H88.0825ZM74.8825 8.08C74.8825 12 78.0825 15.2 81.9225 15.2C85.9225 15.2 89.1225 12 89.1225 8.08C89.1225 4.16 85.9225 0.959997 81.9225 0.959997C78.0825 0.959997 74.8825 4.16 74.8825 8.08ZM110.895 37.2C110.895 33.2 113.455 30.24 117.455 30.24C121.855 30.24 123.935 33.2 123.935 37.12V60H136.095V35.04C136.095 26.32 131.615 19.2 121.615 19.2C117.535 19.2 112.655 21.04 110.495 24.8V20.24H98.735V60H110.895V37.2Z' fill='%23F3F3F3'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 0;
    background-position: -32px center;
    background-repeat: no-repeat;
    z-index: -1; }
  #custom-price-range-wrapper .custom-price-range:after {
    content: '';
    width: 160px;
    height: 63px;
    background-image: url("data:image/svg+xml,%3Csvg width='158' height='59' viewBox='0 0 158 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.4 57V0.279996H47.04L32.24 38.6L16.64 0.279996H0.160001V57H12.16V19.88L26.96 57H37.2L52 19.4V57H64.4ZM73.4444 46.04C73.4444 52.36 78.4844 58.12 87.2044 58.12C92.4844 58.12 96.3244 55.88 98.4044 52.52C98.4044 55.24 98.7244 56.68 98.8044 57H109.764C109.684 56.6 109.284 53.96 109.284 50.84V31.4C109.284 23.24 104.564 16.04 91.6844 16.04C80.0044 16.04 74.7244 23.56 74.2444 29.24L84.8044 31.4C85.0444 28.44 87.3644 25.56 91.6044 25.56C95.4444 25.56 97.4444 27.56 97.4444 29.88C97.4444 31.24 96.7244 32.28 94.5644 32.6L85.2044 34.04C78.6444 35 73.4444 39 73.4444 46.04ZM90.1644 49.32C86.8044 49.32 85.4444 47.32 85.4444 45.24C85.4444 42.44 87.3644 41.24 89.9244 40.84L97.4444 39.64V41.4C97.4444 47.56 93.7644 49.32 90.1644 49.32ZM115.276 57H128.636C130.796 53.72 133.756 49 135.916 45.8L143.276 57H157.516C152.956 50.6 147.756 43.08 143.276 36.68L157.036 17.24H143.436L136.476 28.12L129.356 17.24H115.036L128.956 37.16L115.276 57Z' fill='%23F3F3F3'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    top: 0;
    background-position: 30px center;
    background-repeat: no-repeat;
    z-index: -1; }

#custom-price-range-value-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 100px; }
  #custom-price-range-value-wrapper .custom-price-range-value {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700; }
    #custom-price-range-value-wrapper .custom-price-range-value:before {
      content: '$'; }

.custom-form-range {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px; }
  .custom-form-range.month-range .noUi-horizontal .noUi-tooltip {
    text-align: left;
    padding-right: 10px;
    margin-left: 5px;
    padding-left: 4px;
    border-radius: 0; }
    .custom-form-range.month-range .noUi-horizontal .noUi-tooltip:before {
      display: none; }
    .custom-form-range.month-range .noUi-horizontal .noUi-tooltip:after {
      content: 'Month';
      margin-left: 2px; }
  .custom-form-range .noUi-horizontal .noUi-tooltip {
    bottom: unset;
    top: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: 20px; }
    .custom-form-range .noUi-horizontal .noUi-tooltip:before {
      content: '$'; }
  .custom-form-range .noUi-connect {
    background-color: #343E3D; }
  .custom-form-range .noUi-target {
    background-color: #F3F3F3;
    border: none;
    box-shadow: unset;
    border-radius: 9px; }
  .custom-form-range .noUi-horizontal {
    height: 2px; }
  .custom-form-range .noUi-handle {
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #343E3D;
    box-shadow: unset;
    top: -9px;
    cursor: pointer; }
    .custom-form-range .noUi-handle:before {
      display: none; }
    .custom-form-range .noUi-handle:after {
      display: none; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.6875rem;
    pointer-events: none;
    border: 1px 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 > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 1.6875rem; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .input-group {
      margin-bottom: 35px; } }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }
  .input-group .input-row {
    flex-grow: 1;
    display: flex;
    margin-left: -5px;
    margin-right: -5px; }
    .input-group .input-row .country-code {
      width: 115px; }
    .input-group .input-row [class*=input-col] {
      padding-left: 5px;
      padding-right: 5px; }
      .input-group .input-row [class*=input-col].m-w-115 {
        min-width: 115px; }
    .input-group .input-row .input-col-grow {
      flex-grow: 1; }
  .input-group .info-text {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #2E3131;
    display: block; }
    .input-group .info-text a {
      text-decoration: underline; }
  .input-group .info-text-secondary {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #2E3131;
    display: block;
    margin-top: 25px;
    opacity: .5; }
    @media (min-width: 992px) {
      .input-group .info-text-secondary {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px; } }
    .input-group .info-text-secondary a {
      text-decoration: underline; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.9375rem 1.6875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.25rem 1.875rem;
  font-size: 1.125rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 6.75rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.range-value-group.modal-group .noUi-tooltip {
  background-color: #fafafa; }

.range-value-group .custom-form-range {
  padding-left: 25px;
  padding-right: 25px; }

.range-value-group .range-min-value {
  font-size: 16px;
  font-weight: 500;
  color: #A3A3A3;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 2px; }
  .range-value-group .range-min-value i {
    font-size: 12px;
    font-style: normal; }

.password-group {
  position: relative;
  width: 100%; }
  .password-group .passwordIcon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.335 2.37957C9.86224 2.37957 12.1161 3.80731 13.2163 6.06622C12.8229 6.88398 12.2695 7.5878 11.6093 8.15755L12.5495 9.10268C13.4764 8.27821 14.2099 7.24595 14.67 6.06622C13.5164 3.1236 10.6691 1.03897 7.335 1.03897C6.48814 1.03897 5.67462 1.17303 4.90778 1.42104L6.00803 2.52703C6.44146 2.43989 6.88156 2.37957 7.335 2.37957ZM6.6215 3.14371L8.00182 4.53123C8.3819 4.69881 8.68864 5.00714 8.85534 5.38921L10.2357 6.77674C10.289 6.54883 10.329 6.30753 10.329 6.05951C10.3357 4.39717 8.98871 3.04987 7.335 3.04987C7.08828 3.04987 6.85489 3.08338 6.6215 3.14371ZM0.673486 0.951826L2.46056 2.74823C1.37365 3.60622 0.51345 4.74573 0 6.06622C1.1536 9.00884 4.00091 11.0935 7.335 11.0935C8.34856 11.0935 9.32212 10.8991 10.2157 10.5438L12.4962 12.8363L13.4364 11.8911L1.6137 0L0.673486 0.951826ZM5.67462 5.97908L7.41502 7.72856C7.38835 7.73527 7.36167 7.74197 7.335 7.74197C6.41479 7.74197 5.66795 6.99123 5.66795 6.06622C5.66795 6.0327 5.67462 6.01259 5.67462 5.97908V5.97908ZM3.40744 3.70006L4.57437 4.87308C4.421 5.24175 4.33432 5.64393 4.33432 6.06622C4.33432 7.72856 5.68129 9.08257 7.335 9.08257C7.7551 9.08257 8.15519 8.99543 8.51527 8.84126L9.16875 9.49816C8.58195 9.65903 7.96848 9.75287 7.335 9.75287C4.80776 9.75287 2.55391 8.32513 1.45366 6.06622C1.92044 5.10769 2.60059 4.31673 3.40744 3.70006Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    .password-group .passwordIcon.show {
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 1.33333C9.86 1.33333 12.1133 2.75333 13.2133 5C12.1133 7.24667 9.86667 8.66667 7.33333 8.66667C4.8 8.66667 2.55333 7.24667 1.45333 5C2.55333 2.75333 4.80667 1.33333 7.33333 1.33333ZM7.33333 0C4 0 1.15333 2.07333 0 5C1.15333 7.92667 4 10 7.33333 10C10.6667 10 13.5133 7.92667 14.6667 5C13.5133 2.07333 10.6667 0 7.33333 0ZM7.33333 3.33333C8.25333 3.33333 9 4.08 9 5C9 5.92 8.25333 6.66667 7.33333 6.66667C6.41333 6.66667 5.66667 5.92 5.66667 5C5.66667 4.08 6.41333 3.33333 7.33333 3.33333ZM7.33333 2C5.68 2 4.33333 3.34667 4.33333 5C4.33333 6.65333 5.68 8 7.33333 8C8.98667 8 10.3333 6.65333 10.3333 5C10.3333 3.34667 8.98667 2 7.33333 2Z' fill='black'/%3E%3C/svg%3E%0A"); }
  .password-group .form-control {
    padding-right: 45px; }

.valid-feedback {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  font-weight: 500;
  color: #198754;
  line-height: 16px; }

.invalid-feedback {
  color: #dc3545; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 18px 15px;
  margin-top: .1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 7px; }

.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: #198754;
  padding-right: calc(0.6em + 1.875rem);
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='12' fill='%23F3F3F3'/%3e%3cpath d='M7.35355 12.4248C7.15829 12.2296 7.15829 11.913 7.35355 11.7177C7.54882 11.5225 7.8654 11.5225 8.06066 11.7177L11.5962 15.2533C11.7915 15.4485 11.7915 15.7651 11.5962 15.9604C11.4009 16.1556 11.0843 16.1556 10.8891 15.9604L7.35355 12.4248Z' fill='%2329A4DB'/%3e%3cpath d='M17.253 8.88931C17.4483 8.69405 17.7649 8.69405 17.9602 8.88931C18.1554 9.08457 18.1554 9.40115 17.9602 9.59642L11.5962 15.9604C11.4009 16.1556 11.0843 16.1556 10.8891 15.9604C10.6938 15.7651 10.6938 15.4485 10.8891 15.2533L17.253 8.88931Z' fill='%2329A4DB'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.12em + 0.46875rem) center;
  background-size: calc(0.24em + 0.9375rem) calc(0.24em + 0.9375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(0.6em + 1.875rem);
  background-position: top calc(0.12em + 0.46875rem) right calc(0.12em + 0.46875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .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"] {
    padding-right: 70px;
    background-image: url("data:image/svg+xml,%3csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.8262 0.17242C23.0579 0.402311 23.0579 0.775039 22.8262 1.00493L11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276C10.8488 11.5977 10.8488 11.225 11.0805 10.9951L21.9873 0.172419C22.2189 -0.0574723 22.5946 -0.0574721 22.8262 0.17242Z' fill='%23414141'/%3e%3cpath d='M11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276L0.173759 1.00493C-0.0579195 0.775039 -0.0579195 0.40231 0.173759 0.172419C0.405437 -0.0574729 0.781061 -0.0574729 1.01274 0.172419L11.9195 10.9951C12.1512 11.225 12.1512 11.5977 11.9195 11.8276Z' fill='%23414141'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='12' fill='%23F3F3F3'/%3e%3cpath d='M7.35355 12.4248C7.15829 12.2296 7.15829 11.913 7.35355 11.7177C7.54882 11.5225 7.8654 11.5225 8.06066 11.7177L11.5962 15.2533C11.7915 15.4485 11.7915 15.7651 11.5962 15.9604C11.4009 16.1556 11.0843 16.1556 10.8891 15.9604L7.35355 12.4248Z' fill='%2329A4DB'/%3e%3cpath d='M17.253 8.88931C17.4483 8.69405 17.7649 8.69405 17.9602 8.88931C18.1554 9.08457 18.1554 9.40115 17.9602 9.59642L11.5962 15.9604C11.4009 16.1556 11.0843 16.1556 10.8891 15.9604C10.6938 15.7651 10.6938 15.4485 10.8891 15.2533L17.253 8.88931Z' fill='%2329A4DB'/%3e%3c/svg%3e");
    background-position: calc( 100% - 16px) center, calc( 100% - 46px) center;
    background-size: 23px 12px, calc(0.24em + 0.9375rem) calc(0.24em + 0.9375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754; }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  font-weight: 500;
  color: #198754;
  line-height: 16px; }

.invalid-feedback {
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 18px 15px;
  margin-top: .1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 7px; }

.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: #dc3545;
  padding-right: calc(0.6em + 1.875rem);
  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.12em + 0.46875rem) center;
  background-size: calc(0.24em + 0.9375rem) calc(0.24em + 0.9375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(0.6em + 1.875rem);
  background-position: top calc(0.12em + 0.46875rem) right calc(0.12em + 0.46875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .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"] {
    padding-right: 70px;
    background-image: url("data:image/svg+xml,%3csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.8262 0.17242C23.0579 0.402311 23.0579 0.775039 22.8262 1.00493L11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276C10.8488 11.5977 10.8488 11.225 11.0805 10.9951L21.9873 0.172419C22.2189 -0.0574723 22.5946 -0.0574721 22.8262 0.17242Z' fill='%23414141'/%3e%3cpath d='M11.9195 11.8276C11.6878 12.0575 11.3122 12.0575 11.0805 11.8276L0.173759 1.00493C-0.0579195 0.775039 -0.0579195 0.40231 0.173759 0.172419C0.405437 -0.0574729 0.781061 -0.0574729 1.01274 0.172419L11.9195 10.9951C12.1512 11.225 12.1512 11.5977 11.9195 11.8276Z' fill='%23414141'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: calc( 100% - 16px) center, calc( 100% - 46px) center;
    background-size: 23px 12px, calc(0.24em + 0.9375rem) calc(0.24em + 0.9375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545; }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
  min-height: 50px;
  padding: 0.9375rem 1.6875rem;
  font-size: 1rem;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0; }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #065FA9;
  border-color: #065FA9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #055190;
    border-color: #054c87; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #055190;
    border-color: #054c87; }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #054c87;
    border-color: #05477f; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #065FA9;
    border-color: #065FA9; }

.btn-secondary {
  color: #000;
  background-color: #29A4DB;
  border-color: #29A4DB; }
  .btn-secondary:hover {
    color: #000;
    background-color: #49b2e0;
    border-color: #3eaddf; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #49b2e0;
    border-color: #3eaddf; }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #54b6e2;
    border-color: #3eaddf; }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000;
    background-color: #29A4DB;
    border-color: #29A4DB; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #29A4DB;
  border-color: #29A4DB; }
  .btn-info:hover {
    color: #000;
    background-color: #49b2e0;
    border-color: #3eaddf; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #49b2e0;
    border-color: #3eaddf; }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #54b6e2;
    border-color: #3eaddf; }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #29A4DB;
    border-color: #29A4DB; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-gray {
  color: #000;
  background-color: #CDCDCD;
  border-color: #CDCDCD; }
  .btn-gray:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #d2d2d2; }
  .btn-check:focus + .btn-gray, .btn-gray:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #d2d2d2; }
  .btn-check:checked + .btn-gray,
  .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
  .show > .btn-gray.dropdown-toggle {
    color: #000;
    background-color: #d7d7d7;
    border-color: #d2d2d2; }
  .btn-gray:disabled, .btn-gray.disabled {
    color: #000;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }

.btn-outline-primary {
  color: #065FA9;
  border-width: 1px;
  border-style: solid;
  border-color: #065FA9; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #065FA9;
    border-color: #065FA9; }
    .btn-outline-primary:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #065FA9;
    border-color: #065FA9; }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #065FA9;
    background-color: transparent; }

.btn-outline-secondary {
  color: #29A4DB;
  border-width: 1px;
  border-style: solid;
  border-color: #29A4DB; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #29A4DB;
    border-color: #29A4DB; }
    .btn-outline-secondary:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #29A4DB;
    border-color: #29A4DB; }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #29A4DB;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-width: 1px;
  border-style: solid;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-outline-success:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #29A4DB;
  border-width: 1px;
  border-style: solid;
  border-color: #29A4DB; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #29A4DB;
    border-color: #29A4DB; }
    .btn-outline-info:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #29A4DB;
    border-color: #29A4DB; }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #29A4DB;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-width: 1px;
  border-style: solid;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-width: 1px;
  border-style: solid;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-width: 1px;
  border-style: solid;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-width: 1px;
  border-style: solid;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-outline-dark:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-outline-gray {
  color: #CDCDCD;
  border-width: 1px;
  border-style: solid;
  border-color: #CDCDCD; }
  .btn-outline-gray:hover {
    color: #000;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
    .btn-outline-gray:hover .long-right-arrow.primary-color-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0776 0.213356C21.7931 -0.0711185 21.3319 -0.0711187 21.0474 0.213356C20.7629 0.49783 20.7629 0.959054 21.0474 1.24353L30.319 10.5151C30.6034 10.7996 31.0647 10.7996 31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491L22.0776 0.213356Z' fill='white'/%3E%3Cpath d='M21.0474 18.7565C20.7629 19.0409 20.7629 19.5022 21.0474 19.7866C21.3319 20.0711 21.7931 20.0711 22.0776 19.7866L31.3491 10.5151C31.6336 10.2306 31.6336 9.76939 31.3491 9.48491C31.0647 9.20044 30.6034 9.20044 30.319 9.48491L21.0474 18.7565Z' fill='white'/%3E%3Cpath d='M1.16611 9.27157C0.763803 9.27157 0.43767 9.5977 0.43767 10C0.43767 10.4023 0.763803 10.7285 1.16611 10.7285L30.3038 10.7285C30.7061 10.7285 31.0323 10.4023 31.0323 10C31.0323 9.5977 30.7061 9.27157 30.3038 9.27157L1.16611 9.27157Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-check:checked + .btn-outline-gray,
  .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
    color: #000;
    background-color: #CDCDCD;
    border-color: #CDCDCD; }
  .btn-outline-gray:disabled, .btn-outline-gray.disabled {
    color: #CDCDCD;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #065FA9;
  text-decoration: underline; }
  .btn-link:hover {
    color: #054c87; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  font-weight: 500;
  padding: 14px 38px;
  font-size: 1rem;
  border-radius: 0; }
  @media (min-width: 992px) {
    .btn-lg, .btn-group-lg > .btn {
      padding: 23px 32px;
      font-size: 1.125rem;
      border-radius: 0;
      font-weight: 400; } }
  .btn-lg.btn-size, .btn-group-lg > .btn-size.btn {
    min-width: 250px;
    min-height: 50px; }
    @media (min-width: 992px) {
      .btn-lg.btn-size, .btn-group-lg > .btn-size.btn {
        min-height: 70px; } }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

.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 {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #2E3131;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.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: 576px) {
  .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: 992px) {
  .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; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle {
  display: inline-flex;
  align-items: center; }
  .dropup .dropdown-toggle:after {
    content: '';
    height: 6px;
    width: 12px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.200196 4.9525C-0.0667322 5.19213 -0.0667322 5.58065 0.200196 5.82028C0.467125 6.05991 0.899902 6.05991 1.16683 5.82028L6 1.48139L10.8332 5.82028C11.1001 6.05991 11.5329 6.05991 11.7998 5.82028C12.0667 5.58065 12.0667 5.19213 11.7998 4.9525L6.48332 0.179723C6.21639 -0.0599077 5.78361 -0.0599077 5.51668 0.179723L0.200196 4.9525Z' fill='currentColor'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.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: 0.125rem; }

.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #065FA9; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #065FA9; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.dropdownUserLogin .dropdownToggleBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-right: 30px;
  position: relative; }
  .dropdownUserLogin .dropdownToggleBtn:hover, .dropdownUserLogin .dropdownToggleBtn:focus, .dropdownUserLogin .dropdownToggleBtn:active {
    outline: none; }
  .dropdownUserLogin .dropdownToggleBtn.show .arrowIcon {
    transform: rotate(180deg) translateY(50%);
    transition: transform ease .2s; }
  .dropdownUserLogin .dropdownToggleBtn .arrowIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.217736 1.92129C-0.0725786 1.63428 -0.0725785 1.16894 0.217736 0.88193C0.50805 0.594919 0.978742 0.594919 1.26906 0.88193L6.52566 6.07872C6.81597 6.36573 6.81597 6.83107 6.52566 7.11808C6.23535 7.40509 5.76465 7.40509 5.47434 7.11808L0.217736 1.92129Z' fill='black'/%3E%3Cpath d='M10.7309 0.88193C11.0213 0.594919 11.4919 0.594919 11.7823 0.88193C12.0726 1.16894 12.0726 1.63428 11.7823 1.92129L6.52566 7.11808C6.23535 7.40509 5.76465 7.40509 5.47434 7.11808C5.18403 6.83107 5.18402 6.36573 5.47434 6.07872L10.7309 0.88193Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: transform ease .2s; }
  .dropdownUserLogin .dropdownToggleBtn .icon {
    margin-right: 15px;
    display: inline-flex; }
  .dropdownUserLogin .dropdownToggleBtn .subTitle {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    font-weight: 500; }
  .dropdownUserLogin .dropdownToggleBtn .uName {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500; }

.dropdownUserLogin .dropdown-menu {
  font-size: 16px;
  color: #2E3131;
  padding: 15px 25px;
  min-width: 240px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  top: 35px !important; }
  .dropdownUserLogin .dropdown-menu li {
    margin-bottom: 5px; }
    .dropdownUserLogin .dropdown-menu li:last-child {
      margin-bottom: 0; }
  .dropdownUserLogin .dropdown-menu .dropdown-item {
    padding: 10px;
    transition: font-weight ease .2s;
    min-height: 40px; }
    .dropdownUserLogin .dropdown-menu .dropdown-item:hover, .dropdownUserLogin .dropdown-menu .dropdown-item.active {
      background-color: transparent;
      font-weight: 800;
      transition: font-weight ease .2s; }

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.26562rem;
  padding-left: 1.26562rem; }
  .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 > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem; }

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 2px;
  min-height: 50px;
  text-align: left;
  overflow-anchor: none;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border: none;
  border-top: 1px solid #EEEDF2;
  background-color: transparent;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.200196 4.9525C-0.0667322 5.19213 -0.0667322 5.58065 0.200196 5.82028C0.467125 6.05991 0.899902 6.05991 1.16683 5.82028L6 1.48139L10.8332 5.82028C11.1001 6.05991 11.5329 6.05991 11.7998 5.82028C12.0667 5.58065 12.0667 5.19213 11.7998 4.9525L6.48332 0.179723C6.21639 -0.0599077 5.78361 -0.0599077 5.51668 0.179723L0.200196 4.9525Z' fill='currentColor'/%3e%3c/svg%3e");
    transform: translateY(-50%) rotate(-180deg); }
  .accordion-button::after {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 13px;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.200196 4.9525C-0.0667322 5.19213 -0.0667322 5.58065 0.200196 5.82028C0.467125 6.05991 0.899902 6.05991 1.16683 5.82028L6 1.48139L10.8332 5.82028C11.1001 6.05991 11.5329 6.05991 11.7998 5.82028C12.0667 5.58065 12.0667 5.19213 11.7998 4.9525L6.48332 0.179723C6.21639 -0.0599077 5.78361 -0.0599077 5.51668 0.179723L0.200196 4.9525Z' fill='currentColor'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 24px;
    transition: transform 0.2s ease-in-out;
    right: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    outline: 0; }

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

.accordion-item:not(:first-of-type) {
  border-top: 0; }

.accordion-item:first-of-type .accordion-button {
  border-top: unset; }

.accordion-item:last-of-type {
  border-bottom: 1px solid #EEEDF2; }

.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 {
    border-radius: 0; }

.footer-accordion-body ul {
  margin-bottom: 15px; }
  .footer-accordion-body ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
    display: block; }

.number-accordion .number-accordion-item {
  margin-bottom: 20px; }
  .number-accordion .number-accordion-item:last-child {
    margin-bottom: 0; }

.number-accordion .number-accordion-button {
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  min-height: 40px; }
  .number-accordion .number-accordion-button:hover, .number-accordion .number-accordion-button:focus, .number-accordion .number-accordion-button:active {
    outline: none; }
  .number-accordion .number-accordion-button.collapsed .btnPrimaryTitle:before {
    width: 0;
    transition: width ease .2s;
    margin-right: 0; }
  .number-accordion .number-accordion-button .number {
    font-family: 'Open Sans';
    color: #065FA9;
    font-size: 30px;
    line-height: 36px;
    margin-right: 20px;
    font-weight: 800; }
  .number-accordion .number-accordion-button .btnPrimaryTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #2E3131;
    display: flex;
    align-items: center; }
    .number-accordion .number-accordion-button .btnPrimaryTitle:before {
      content: '';
      width: 4px;
      height: 2px;
      display: inline-block;
      transition: width ease .2s;
      background-color: #2E3131;
      margin-right: 2px; }
    @media (min-width: 992px) {
      .number-accordion .number-accordion-button .btnPrimaryTitle {
        font-size: 24px;
        line-height: 30px; } }

.number-accordion .number-accordion-body {
  padding-top: 20px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #065FA9;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #054c87;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #054c87;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(6, 95, 169, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #065FA9;
  border-color: #065FA9; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

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

.alert-primary {
  color: #043965;
  background-color: #cddfee;
  border-color: #b4cfe5; }
  .alert-primary .alert-link {
    color: #032e51; }

.alert-secondary {
  color: #196283;
  background-color: #d4edf8;
  border-color: #bfe4f4; }
  .alert-secondary .alert-link {
    color: #144e69; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #196283;
  background-color: #d4edf8;
  border-color: #bfe4f4; }
  .alert-info .alert-link {
    color: #144e69; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

.alert-gray {
  color: #525252;
  background-color: whitesmoke;
  border-color: #f0f0f0; }
  .alert-gray .alert-link {
    color: #424242; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #065FA9;
  transition: width 0.6s ease; }
  @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: 1rem 1rem; }

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .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: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #065FA9;
    border-color: #065FA9; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #043965;
  background-color: #cddfee; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #043965;
    background-color: #b9c9d6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #043965;
    border-color: #043965; }

.list-group-item-secondary {
  color: #196283;
  background-color: #d4edf8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #196283;
    background-color: #bfd5df; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #196283;
    border-color: #196283; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #196283;
  background-color: #d4edf8; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #196283;
    background-color: #bfd5df; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #196283;
    border-color: #196283; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.list-group-item-gray {
  color: #525252;
  background-color: whitesmoke; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #525252;
    background-color: #dddddd; }
  .list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #525252;
    border-color: #525252; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(6, 95, 169, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.2; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.btn-secondary {
  color: #fff; }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  word-wrap: break-word;
  opacity: 1; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #29A4DB; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #29A4DB; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #29A4DB; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #29A4DB; }

.tooltip-inner {
  max-width: 350px;
  padding: 18px 15px;
  color: #fff;
  text-align: center;
  background-color: #29A4DB;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  background-image: url("data:image/svg+xml,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0625 26.125C20.2767 26.125 26.125 20.2767 26.125 13.0625C26.125 5.84828 20.2767 0 13.0625 0C5.84828 0 0 5.84828 0 13.0625C0 20.2767 5.84828 26.125 13.0625 26.125ZM13.0625 24.9375C6.50412 24.9375 1.1875 19.6209 1.1875 13.0625C1.1875 6.50412 6.50412 1.1875 13.0625 1.1875C19.6209 1.1875 24.9375 6.50412 24.9375 13.0625C24.9375 19.6209 19.6209 24.9375 13.0625 24.9375ZM13.4395 18.5432C12.9289 18.5432 12.515 18.1293 12.515 17.6187V11.3009C12.515 10.7903 12.9289 10.3763 13.4395 10.3763C13.9501 10.3763 14.3641 10.7903 14.3641 11.3009V17.6187C14.3641 18.1293 13.9501 18.5432 13.4395 18.5432ZM13.401 8.98952C12.8861 8.98952 12.4688 8.57213 12.4688 8.05726C12.4688 7.54239 12.8861 7.125 13.401 7.125H13.4781C13.9929 7.125 14.4103 7.54239 14.4103 8.05726C14.4103 8.57213 13.9929 8.98952 13.4781 8.98952H13.401Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 15px 53%;
  border-radius: 7px; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.pt-10 {
  padding-top: 10px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-15 {
  padding-left: 15px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pr-15 {
  padding-right: 15px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

@media (min-width: 992px) {
  .pt-lg-5px {
    padding-top: 5px; }
  .pt-lg-35 {
    padding-top: 35px; }
  .pt-lg-50 {
    padding-top: 50px; }
  .pt-lg-60 {
    padding-top: 60px; }
  .pb-lg-60 {
    padding-bottom: 60px; }
  .pb-lg-80 {
    padding-bottom: 80px; }
  .pl-lg-40 {
    padding-left: 40px; }
  .pr-lg-40 {
    padding-right: 40px; } }

.mt-5px {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-5px {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0; }
  .mt-lg-25 {
    margin-top: 25px; }
  .mt-lg-30 {
    margin-top: 30px; }
  .mt-lg-44 {
    margin-top: 44px; }
  .mt-lg-45 {
    margin-top: 45px; }
  .mt-lg-50 {
    margin-top: 50px; }
  .mt-lg-55 {
    margin-top: 55px; }
  .mt-lg-60 {
    margin-top: 60px; }
  .mt-lg-90 {
    margin-top: 90px; }
  .mt-lg-65 {
    margin-top: 65px; }
  .mt-lg-120 {
    margin-top: 120px; }
  .mb-lg-0 {
    margin-bottom: 0; }
  .mb-lg-5px {
    margin-bottom: 5px; }
  .mb-lg-20 {
    margin-bottom: 20px; }
  .mb-lg-30 {
    margin-bottom: 30px; }
  .mb-lg-35 {
    margin-bottom: 35px; }
  .mb-lg-40 {
    margin-bottom: 40px; }
  .mb-lg-50 {
    margin-bottom: 50px; }
  .mb-lg-60 {
    margin-bottom: 60px; }
  .mb-lg-65 {
    margin-bottom: 65px; }
  .mb-lg-80 {
    margin-bottom: 80px; }
  .mb-lg-90 {
    margin-bottom: 90px; }
  .mb-lg-100 {
    margin-bottom: 100px; } }

.fixed-b-75rem {
  bottom: .75rem; }

.fixed-b-50 {
  bottom: 50px; }

.fixed-l-15 {
  left: 15px; }

.fixed-r-15 {
  right: 15px; }

.fixed-r-75rem {
  right: .75rem; }

@media (min-width: 992px) {
  .fixed-lg-r-40 {
    right: 40px; }
  .fixed-lg-r-45 {
    right: 45px; } }

.propline-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.facebook-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='12' height='25' viewBox='0 0 12 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.52172 4.83833C2.52172 5.46574 2.52172 8.28306 2.52172 8.28306H0V12.494H2.52172V25H7.70391V12.4879H11.1788C11.1788 12.4879 11.5046 10.4669 11.6614 8.26497C11.209 8.26497 7.72201 8.26497 7.72201 8.26497C7.72201 8.26497 7.72201 5.81564 7.72201 5.38731C7.72201 4.95898 8.28909 4.37983 8.84411 4.37983C9.39913 4.37983 10.5755 4.37983 11.6675 4.37983C11.6675 3.80671 11.6675 1.82795 11.6675 6.47584e-06C10.2136 6.47584e-06 8.56057 6.47584e-06 7.8306 6.47584e-06C2.39503 -0.00602634 2.52172 4.20488 2.52172 4.83833Z' fill='%23414141'/%3e%3c/svg%3e");
  min-width: 11.67px;
  height: 25px; }

.facebook-icon-white {
  background-image: url("data:image/svg+xml,%3csvg width='9' height='19' viewBox='0 0 9 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.84164 18.4318V10.3496H8.49814L8.89294 7.20153H5.84164V5.18953C5.84164 4.27935 6.08922 3.65658 7.36729 3.65658H9V0.837051C8.71896 0.79599 7.7487 0.713867 6.62454 0.713867C4.26914 0.713867 2.6632 2.18523 2.6632 4.88158V7.20838H0V10.3564H2.6632V18.4318H5.84164Z' fill='white'/%3e%3c/svg%3e");
  min-width: 9px;
  height: 17.72px; }

.google-icon-white {
  background-image: url("data:image/svg+xml,%3csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2642 1.18673C8.6249 0.570577 6.77654 0.558003 5.129 1.14062C3.27549 1.78924 1.69568 3.20656 0.813678 5.00469L0.813477 5.00453C0.5061 5.62487 0.284789 6.28713 0.149543 6.96615C-0.186418 8.65899 0.046939 10.4649 0.816857 12.0029C0.814347 12.0049 0.811837 12.0069 0.809326 12.0089C1.30523 13.0148 2.01834 13.9118 2.8749 14.6076C3.69047 15.274 4.6372 15.7644 5.64539 16.0369C6.91588 16.3848 8.26834 16.3764 9.54703 16.0788C10.7017 15.8066 11.7951 15.2457 12.6676 14.4212L12.67 14.423C13.5921 13.5554 14.2519 12.4153 14.6003 11.1872C14.9774 9.84591 15.0306 8.41661 14.7929 7.04599H7.6208C7.6208 8.06033 7.6208 9.07467 7.6167 10.089H11.7724C11.6128 11.0603 11.0483 11.948 10.2506 12.4972L10.2479 12.4951C9.74375 12.843 9.16588 13.0651 8.56752 13.1741C7.96507 13.2789 7.34621 13.2957 6.74785 13.1699C6.14129 13.0442 5.55933 12.7843 5.05113 12.4196C4.24011 11.8373 3.62559 10.9871 3.30577 10.0279C3.30817 10.026 3.31057 10.0241 3.31297 10.0222L3.31314 10.022L3.31331 10.0219L3.31348 10.0218C2.98561 9.04933 2.98561 7.96373 3.31348 6.98711L3.31259 6.98641C3.5424 6.30273 3.91825 5.6692 4.41588 5.15608C5.03474 4.51059 5.83392 4.04953 6.69457 3.86091C7.43228 3.69744 8.21097 3.73097 8.93228 3.95312C9.54703 4.14593 10.1126 4.48963 10.5757 4.94232L11.9774 3.50882C12.0651 3.41754 12.1545 3.32733 12.2439 3.23705L12.2439 3.23703C12.405 3.07442 12.5663 2.91157 12.7192 2.74178C12.006 2.06694 11.1741 1.53043 10.2642 1.18673Z' fill='white'/%3e%3c/svg%3e");
  min-width: 14.94px;
  height: 15.59px; }

.apple-icon-white {
  background-image: url("data:image/svg+xml,%3csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.7276 13.1972C14.4455 13.0875 14.1786 12.9572 13.9499 12.7651C13.3019 12.2234 12.8673 11.5719 12.7606 10.7695C12.7148 10.3924 12.7148 10.0083 12.8139 9.63115C12.9436 9.13053 13.2104 8.69164 13.6145 8.32132C13.8737 8.08816 14.1405 7.86185 14.3997 7.62869C14.5598 7.48467 14.5903 7.27208 14.4531 7.11435C14.1634 6.78518 13.8432 6.47658 13.462 6.22285C12.9893 5.90053 12.4556 5.68108 11.8762 5.55764C11.4645 5.47535 11.0528 5.42735 10.6258 5.46163C9.9168 5.52335 9.23826 5.70166 8.56734 5.90739C8.03366 6.06512 7.51522 6.11312 6.96629 5.96911C6.33349 5.79766 5.69307 5.63994 5.02978 5.57136C4.35124 5.50278 3.69557 5.54393 3.05515 5.76338C2.25462 6.03769 1.63707 6.50401 1.14151 7.12807C0.775557 7.58754 0.501091 8.08816 0.318113 8.62992C0.10464 9.25397 0.00552669 9.8986 0.00552669 10.2483C-0.0249695 11.1741 0.0741434 11.7913 0.219 12.4017C0.333361 12.868 0.493466 13.3206 0.684068 13.7664C1.13389 14.8293 1.72094 15.8168 2.52147 16.6946C2.94841 17.161 3.43635 17.5656 4.0539 17.8125C4.45035 17.9702 4.86205 18.0319 5.28137 17.9702C5.72357 17.9085 6.15052 17.7645 6.56984 17.6204C6.83668 17.5313 7.10352 17.449 7.38561 17.4078C7.83543 17.3393 8.26238 17.4147 8.68933 17.5313C9.13915 17.6547 9.57372 17.7987 10.0235 17.9085C10.7021 18.0731 11.3272 17.9976 11.9219 17.6684C12.6615 17.257 13.2104 16.6741 13.6907 16.0363C14.2244 15.3162 14.6742 14.555 14.9639 13.7252C15.0554 13.4921 14.9715 13.2863 14.7276 13.1972Z' fill='white'/%3e%3cpath d='M7.46931 5.17369C7.54555 5.16684 7.62941 5.15998 7.70565 5.15312C8.24696 5.11197 8.75777 5.00911 9.21522 4.72108C9.5583 4.50163 9.85564 4.2479 10.1225 3.95987C10.4503 3.60327 10.7248 3.21237 10.8925 2.77348C11.0145 2.45802 11.0526 2.12199 11.0907 1.79282C11.1136 1.59394 11.1136 1.40192 11.1289 1.20305C11.1517 0.89445 10.9154 0.647571 10.5342 0.729864C10.153 0.812157 9.7794 0.915023 9.42107 1.06589C8.87976 1.2922 8.38419 1.58023 8.00299 2.00541C7.31683 2.76662 7.01949 3.65813 6.9585 4.62507C6.9585 4.67993 6.9585 4.72794 6.9585 4.7828C6.9585 5.05711 7.16435 5.21484 7.46931 5.17369Z' fill='white'/%3e%3c/svg%3e");
  min-width: 15px;
  height: 17.28px; }

.twitter-icon {
  background-image: url("data:image/svg+xml,%3csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.4999 3.28795C30.3747 3.78935 29.1503 4.13334 27.8735 4.28492C29.1795 3.50367 30.1765 2.26767 30.6545 0.786789C29.4302 1.50974 28.0834 2.03446 26.6317 2.32014C25.489 1.10162 23.8448 0.332031 22.0316 0.332031C18.5452 0.332031 15.7175 3.15969 15.7175 6.64033C15.7175 7.1359 15.7758 7.61398 15.8807 8.0804C10.6277 7.81804 5.98103 5.31104 2.86186 1.48642C2.31382 2.41925 2.00482 3.50367 2.00482 4.66389C2.00482 6.85022 3.12422 8.78586 4.81498 9.91109C3.78304 9.88194 2.81522 9.59626 1.96401 9.12401V9.1998C1.96401 12.2607 4.14451 14.8143 7.02464 15.3973C6.49992 15.5373 5.93439 15.613 5.36303 15.613C4.96074 15.613 4.56429 15.5781 4.16783 15.5023C4.97823 18.0093 7.30449 19.8283 10.068 19.8866C7.905 21.5774 5.18229 22.5802 2.22637 22.5802C1.71914 22.5802 1.22357 22.551 0.722168 22.4985C3.52068 24.2942 6.83807 25.332 10.4062 25.332C22.0141 25.332 28.3633 15.7122 28.3633 7.37494L28.3458 6.55871C29.5818 5.66669 30.6545 4.55894 31.4999 3.28795Z' fill='%23414141'/%3e%3c/svg%3e");
  min-width: 30.78px;
  height: 25px; }

.instagram-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.9474 2.25348C16.2857 2.25348 16.6826 2.26671 17.9968 2.32845C19.2139 2.38578 19.8754 2.58864 20.3164 2.76063C20.8985 2.98554 21.3175 3.25895 21.7541 3.69554C22.1906 4.13212 22.4641 4.55107 22.689 5.13318C22.861 5.57418 23.0638 6.23567 23.1211 7.45281C23.1829 8.77139 23.1961 9.16828 23.1961 12.5022C23.1961 15.8405 23.1829 16.2374 23.1211 17.5516C23.0638 18.7687 22.861 19.4302 22.689 19.8712C22.4641 20.4533 22.1906 20.8723 21.7541 21.3089C21.3175 21.7455 20.8985 22.0189 20.3164 22.2438C19.8754 22.4158 19.2139 22.6186 17.9968 22.676C16.6782 22.7377 16.2813 22.7509 12.9474 22.7509C9.60906 22.7509 9.21217 22.7377 7.898 22.676C6.68086 22.6186 6.01937 22.4158 5.57837 22.2438C4.99626 22.0189 4.57731 21.7455 4.14073 21.3089C3.70414 20.8723 3.43073 20.4533 3.20582 19.8712C3.03383 19.4302 2.83097 18.7687 2.77364 17.5516C2.7119 16.233 2.69867 15.8361 2.69867 12.5022C2.69867 9.16387 2.7119 8.76698 2.77364 7.45281C2.83097 6.23567 3.03383 5.57418 3.20582 5.13318C3.43073 4.55107 3.70414 4.13212 4.14073 3.69554C4.57731 3.25895 4.99626 2.98554 5.57837 2.76063C6.01937 2.58864 6.68086 2.38578 7.898 2.32845C9.21217 2.26671 9.60906 2.25348 12.9474 2.25348ZM12.9474 0C9.55173 0 9.12838 0.0132298 7.79217 0.0749691C6.46036 0.136708 5.55191 0.348386 4.75812 0.657082C3.93346 0.974599 3.23669 1.40236 2.54433 2.09914C1.84755 2.7915 1.41979 3.48827 1.10227 4.31293C0.793576 5.10672 0.581899 6.01517 0.52016 7.34697C0.45842 8.67878 0.44519 9.10654 0.44519 12.5022C0.44519 15.8979 0.45842 16.3212 0.52016 17.6574C0.581899 18.9892 0.793576 19.8977 1.10227 20.6915C1.41979 21.5117 1.84755 22.2085 2.54433 22.9053C3.2411 23.602 3.93787 24.0298 4.75812 24.3473C5.55191 24.656 6.46036 24.8677 7.79217 24.9294C9.12397 24.9912 9.55173 25.0044 12.9474 25.0044C16.3431 25.0044 16.7664 24.9912 18.1026 24.9294C19.4344 24.8677 20.3429 24.656 21.1367 24.3473C21.9569 24.0298 22.6537 23.602 23.3505 22.9053C24.0472 22.2085 24.475 21.5117 24.7925 20.6915C25.1012 19.8977 25.3129 18.9892 25.3746 17.6574C25.4364 16.3256 25.4496 15.8979 25.4496 12.5022C25.4496 9.10654 25.4364 8.68319 25.3746 7.34697C25.3129 6.01517 25.1012 5.10672 24.7925 4.31293C24.475 3.49268 24.0472 2.79591 23.3505 2.09914C22.6537 1.40236 21.9569 0.974599 21.1367 0.657082C20.3429 0.348386 19.4344 0.136708 18.1026 0.0749691C16.7664 0.0132298 16.3386 0 12.9474 0Z' fill='%23414141'/%3e%3cpath d='M12.9474 6.0813C9.40178 6.0813 6.52649 8.95659 6.52649 12.5022C6.52649 16.0478 9.40178 18.9231 12.9474 18.9231C16.493 18.9231 19.3683 16.0478 19.3683 12.5022C19.3639 8.95659 16.493 6.0813 12.9474 6.0813ZM12.9474 16.6696C10.6454 16.6696 8.77997 14.8042 8.77997 12.5022C8.77997 10.2002 10.6454 8.33478 12.9474 8.33478C15.2494 8.33478 17.1148 10.2002 17.1148 12.5022C17.1148 14.7998 15.245 16.6696 12.9474 16.6696Z' fill='%23414141'/%3e%3cpath d='M21.119 5.82997C21.119 6.65904 20.4487 7.32935 19.6196 7.32935C18.7906 7.32935 18.1202 6.65904 18.1202 5.82997C18.1202 5.0009 18.7906 4.33059 19.6196 4.33059C20.4487 4.32618 21.119 5.0009 21.119 5.82997Z' fill='%23414141'/%3e%3c/svg%3e");
  min-width: 25px;
  height: 25px; }

.pinterest-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.9456 0C6.04256 0 0.44519 5.59646 0.44519 12.5005C0.44519 17.6195 3.52315 22.0168 7.92779 23.9503C7.89225 23.0774 7.92141 22.0296 8.14556 21.0801C8.38611 20.0651 9.75379 14.2681 9.75379 14.2681C9.75379 14.2681 9.35469 13.47 9.35469 12.29C9.35469 10.4375 10.4281 9.05438 11.7657 9.05438C12.9028 9.05438 13.4523 9.90815 13.4523 10.9314C13.4523 12.074 12.7233 13.7843 12.3479 15.3679C12.0345 16.6937 13.0131 17.7753 14.3206 17.7753C16.6888 17.7753 18.2842 14.7338 18.2842 11.1291C18.2842 8.38922 16.4391 6.33907 13.0823 6.33907C9.29 6.33907 6.92822 9.16737 6.92822 12.3255C6.92822 13.4144 7.24896 14.1825 7.75193 14.7775C7.98337 15.0508 8.01526 15.1602 7.93143 15.4745C7.87129 15.7042 7.73371 16.2582 7.67721 16.4777C7.5943 16.7939 7.33734 16.9078 7.05123 16.7903C5.3045 16.0768 4.49082 14.1643 4.49082 12.0148C4.49082 8.46394 7.48587 4.206 13.4249 4.206C18.1977 4.206 21.3385 7.65937 21.3385 11.367C21.3385 16.2709 18.6123 19.9348 14.594 19.9348C13.2445 19.9348 11.9752 19.2049 11.5397 18.3766C11.5397 18.3766 10.8144 21.2569 10.6604 21.8127C10.3953 22.7767 9.8768 23.7398 9.40207 24.4907C10.5265 24.8223 11.7137 25.0036 12.9447 25.0036C19.8478 25.0036 25.4452 19.4072 25.4452 12.5023C25.4461 5.59646 19.8487 0 12.9456 0Z' fill='%23414141'/%3e%3c/svg%3e");
  min-width: 25px;
  height: 25px; }

.youtube-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='35' height='25' viewBox='0 0 35 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url%28%23clip0_1:610%29'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1841 12.1377L13.9755 17.1069V9.45529V7.1223L18.1276 9.37821L23.1841 12.1377ZM34.2119 5.39054C34.2119 5.39054 33.8779 2.92909 32.8553 1.84995C31.5603 0.436793 30.1009 0.436793 29.4329 0.349435C24.6538 0 17.5007 0 17.5007 0H17.4853C17.4853 0 10.3321 0 5.5531 0.349435C4.88507 0.436793 3.44108 0.436793 2.1307 1.86536C1.11323 2.9445 0.789486 5.39054 0.789486 5.39054C0.789486 5.39054 0.44519 8.25797 0.44519 11.1459V11.4954V13.8386C0.44519 16.7215 0.794625 19.594 0.794625 19.594C0.794625 19.594 1.11323 22.0401 2.13584 23.1192C3.44622 24.5478 5.15228 24.5015 5.90768 24.6506C8.63121 24.9126 17.5007 25 17.5007 25C17.5007 25 24.6538 24.9846 29.4329 24.6351C30.1009 24.5478 31.5603 24.5478 32.8553 23.1192C33.8727 22.0401 34.2119 19.594 34.2119 19.594C34.2119 19.594 34.5459 16.7215 34.5459 13.8386V11.6393V11.1459C34.5459 8.25797 34.2119 5.39054 34.2119 5.39054Z' fill='%23414141'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1:610'%3e%3crect min-width='34.1007' height='25' fill='white' transform='translate%280.44519%29'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  min-width: 34.1px;
  height: 25px; }

.linkedin-icon {
  background-image: url("data:image/svg+xml,%3csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.851999 8.28405H6.02953V24.9261H0.851999V8.28405ZM3.44076 0C5.10497 0 6.43634 1.33136 6.43634 2.99557C6.43634 4.65977 5.10497 5.99114 3.44076 5.99114C1.77656 5.99114 0.44519 4.65977 0.44519 2.99557C0.44519 1.33136 1.77656 0 3.44076 0Z' fill='%23414141'/%3e%3cpath d='M14.2399 8.28397V10.5769H14.3139C15.0165 9.2825 16.6807 7.87717 19.1955 7.87717C24.447 7.87717 25.4086 11.3165 25.4086 15.8284V24.963H20.231V16.8639C20.231 14.9408 20.1941 12.463 17.5313 12.463C14.8316 12.463 14.4248 14.571 14.4248 16.7529V25H9.24728V8.28397H14.2399Z' fill='%23414141'/%3e%3c/svg%3e");
  min-width: 34.1px;
  min-width: 24.96px;
  height: 25px; }

.link-icon {
  background-image: url("data:image/svg+xml,%3csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.8815 10.5269C13.8349 9.48076 12.4157 8.89307 10.9358 8.89307C9.45603 8.89307 8.03679 9.48076 6.99018 10.5269L3.04324 14.4726C1.99662 15.5192 1.40863 16.9387 1.40863 18.4189C1.40863 19.8991 1.99662 21.3186 3.04324 22.3652C4.08987 23.4118 5.50939 23.9998 6.98954 23.9998C8.4697 23.9998 9.88922 23.4118 10.9358 22.3652L12.9087 20.3924' stroke='%23414141' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.9379 14.4729C11.9845 15.5191 13.4037 16.1068 14.8835 16.1068C16.3633 16.1068 17.7826 15.5191 18.8292 14.4729L22.7761 10.5272C23.8228 9.48059 24.4107 8.06107 24.4107 6.58092C24.4107 5.10076 23.8228 3.68124 22.7761 2.63461C21.7295 1.58799 20.31 1 18.8298 1C17.3497 1 15.9302 1.58799 14.8835 2.63461L12.9107 4.60744' stroke='%23414141' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  min-width: 23px;
  height: 23px; }

.store-icon {
  min-width: 155px;
  height: 46px; }

.phone-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='34' height='36' viewBox='0 0 34 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url%28%23clip0_20:1633%29'%3e%3cpath d='M14.5401 35.9302C13.8196 35.9344 13.1031 35.8195 12.42 35.5901C10.26 34.8801 8.42008 33.0602 7.00008 30.1902C5.66008 27.5102 5.00017 26.0901 4.59017 25.3401C4.46017 25.0801 4.34008 24.8401 4.25008 24.6201C4.25008 24.6201 4.25008 24.54 4.25008 24.49C4.25008 24.43 3.95007 23.8402 1.49007 18.9402C0.0700736 16.1102 -0.279985 13.5902 0.430015 11.4502C0.82686 10.4128 1.42923 9.46604 2.20077 8.66701C2.9723 7.86798 3.89711 7.23297 4.92001 6.80006C7.03001 5.80006 8.64008 6.60006 9.25008 7.80006L11.8101 12.9002C12.121 13.6091 12.1457 14.4109 11.8792 15.1377C11.6127 15.8645 11.0757 16.4601 10.3802 16.8001V16.8001L10.2701 16.8501L9.69002 17.1502C9.267 17.3539 8.93795 17.7117 8.7701 18.1502C8.71361 18.3401 8.69787 18.5397 8.72372 18.7361C8.74956 18.9325 8.81632 19.1212 8.92 19.2901C9.8 21.0501 10.0802 21.6302 10.1102 21.6902C10.1402 21.7502 10.4101 22.3101 11.2901 24.0801C11.3686 24.2669 11.4834 24.4364 11.6275 24.5789C11.7717 24.7213 11.9425 24.8339 12.1302 24.9102C12.5619 25.0178 13.0183 24.9606 13.4102 24.75C13.6102 24.65 13.8101 24.55 14.0001 24.47L14.1002 24.4102C14.7968 24.0586 15.6006 23.9836 16.3502 24.2002C16.7235 24.3017 17.0714 24.4805 17.3712 24.7251C17.6709 24.9697 17.9159 25.2747 18.0902 25.6201L20.6602 30.77C21.2802 32 20.9802 33.7701 18.9002 34.8601C17.5534 35.5604 16.0581 35.9274 14.5401 35.9302V35.9302ZM6.01009 23.6902C6.01009 23.7502 6.31012 24.3301 8.79012 29.3001C9.98012 31.6701 11.4101 33.1502 13.0401 33.6902C13.8541 33.9112 14.7046 33.9648 15.5399 33.8479C16.3752 33.731 17.1782 33.4459 17.9002 33.01C18.5102 32.7 19.0701 32.1701 18.7901 31.6001L16.21 26.4502C16.1598 26.352 16.0892 26.2655 16.003 26.1965C15.9168 26.1276 15.8169 26.0776 15.71 26.0501C15.4431 25.9717 15.1564 26.0005 14.9102 26.1301H14.8602L14.2 26.47C13.3323 26.9172 12.3252 27.0104 11.3902 26.73C10.95 26.5769 10.5456 26.3356 10.2017 26.021C9.85788 25.7064 9.58176 25.3251 9.39022 24.9002C8.45022 23.0202 8.19002 22.48 8.19002 22.48C8.19002 22.48 7.9301 21.9401 7.0201 20.1201C6.80095 19.7167 6.66511 19.2733 6.62044 18.8164C6.57578 18.3595 6.62321 17.8984 6.76009 17.4602C7.11207 16.5292 7.80583 15.7673 8.70003 15.3301L9.36019 15.01C9.59173 14.9205 9.77831 14.7431 9.87948 14.5164C9.98065 14.2897 9.98823 14.0322 9.90023 13.8001L7.34017 8.6902C7.06017 8.1402 6.34002 8.27008 5.69002 8.57008C4.90335 8.8877 4.18932 9.36179 3.59115 9.96339C2.99298 10.565 2.52314 11.2816 2.21004 12.0701C1.67004 13.6801 1.99004 15.68 3.21004 18.02C4.62004 20.85 5.42013 22.4401 5.80013 23.3801C5.86677 23.4452 5.92391 23.5192 5.97005 23.6001H5.90023C5.8946 23.6366 5.8946 23.6738 5.90023 23.7102L6.01009 23.6902Z' fill='%23065FA9'/%3e%3cpath d='M31.43 28.5401C31.3239 28.5545 31.2164 28.5545 31.1102 28.5401C30.8602 28.4557 30.6535 28.2759 30.5355 28.0398C30.4175 27.8038 30.3976 27.5307 30.4801 27.2801C31.3012 24.7922 31.6242 22.1669 31.4303 19.5542C31.2364 16.9416 30.5294 14.3929 29.35 12.0535C28.1705 9.71415 26.5417 7.63001 24.5565 5.92045C22.5713 4.2109 20.2686 2.90936 17.7801 2.09013C17.5269 2.00659 17.3172 1.82586 17.1971 1.58769C17.0771 1.34952 17.0567 1.07339 17.1402 0.820113C17.2238 0.566831 17.4045 0.357128 17.6427 0.237105C17.8809 0.117082 18.157 0.0966769 18.4103 0.18022C23.9361 2.00885 28.5121 5.95269 31.1361 11.1482C33.7601 16.3438 34.2183 22.3676 32.4103 27.9002C32.3349 28.0963 32.1995 28.2636 32.0235 28.3785C31.8476 28.4933 31.6399 28.5499 31.43 28.5401Z' fill='%23065FA9'/%3e%3cpath d='M23.3602 25.8801C23.2518 25.8781 23.144 25.8613 23.0401 25.8301C22.9152 25.7883 22.7996 25.7223 22.7003 25.6358C22.6009 25.5492 22.5198 25.4439 22.4613 25.3259C22.4027 25.2079 22.368 25.0797 22.3592 24.9483C22.3505 24.8168 22.3679 24.6848 22.4103 24.5601C22.881 23.1326 23.0656 21.6264 22.954 20.1275C22.8423 18.6285 22.4364 17.1664 21.7594 15.8245C21.0824 14.4825 20.1476 13.2872 19.0084 12.3066C17.8692 11.3261 16.548 10.5798 15.1202 10.1101C14.9944 10.0694 14.8779 10.004 14.7774 9.91798C14.677 9.83191 14.5945 9.72677 14.535 9.60865C14.4755 9.49053 14.4399 9.36192 14.4305 9.22999C14.4211 9.09806 14.4379 8.96547 14.4801 8.8401C14.5645 8.59009 14.7443 8.38364 14.9803 8.26563C15.2163 8.14763 15.4894 8.12774 15.7401 8.21021C17.4199 8.76239 18.9744 9.64037 20.3146 10.794C21.6547 11.9475 22.7544 13.3539 23.5504 14.9329C24.3464 16.5119 24.8231 18.2324 24.9535 19.9959C25.0838 21.7593 24.8653 23.5313 24.3102 25.2102C24.2414 25.407 24.1128 25.5771 23.9425 25.6973C23.7722 25.8174 23.5686 25.8814 23.3602 25.8801Z' fill='%23065FA9'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_20:1633'%3e%3crect min-width='33.49' height='35.84' fill='white' transform='translate%280 0.0800171%29'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  min-width: 33.49px;
  height: 35.84px; }
  .phone-icon.fill-white {
    background-image: url("data:image/svg+xml,%3csvg min-width='34' height='36' viewBox='0 0 34 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url%28%23clip0_20:1633%29'%3e%3cpath d='M14.5401 35.9302C13.8196 35.9344 13.1031 35.8195 12.42 35.5901C10.26 34.8801 8.42008 33.0602 7.00008 30.1902C5.66008 27.5102 5.00017 26.0901 4.59017 25.3401C4.46017 25.0801 4.34008 24.8401 4.25008 24.6201C4.25008 24.6201 4.25008 24.54 4.25008 24.49C4.25008 24.43 3.95007 23.8402 1.49007 18.9402C0.0700736 16.1102 -0.279985 13.5902 0.430015 11.4502C0.82686 10.4128 1.42923 9.46604 2.20077 8.66701C2.9723 7.86798 3.89711 7.23297 4.92001 6.80006C7.03001 5.80006 8.64008 6.60006 9.25008 7.80006L11.8101 12.9002C12.121 13.6091 12.1457 14.4109 11.8792 15.1377C11.6127 15.8645 11.0757 16.4601 10.3802 16.8001V16.8001L10.2701 16.8501L9.69002 17.1502C9.267 17.3539 8.93795 17.7117 8.7701 18.1502C8.71361 18.3401 8.69787 18.5397 8.72372 18.7361C8.74956 18.9325 8.81632 19.1212 8.92 19.2901C9.8 21.0501 10.0802 21.6302 10.1102 21.6902C10.1402 21.7502 10.4101 22.3101 11.2901 24.0801C11.3686 24.2669 11.4834 24.4364 11.6275 24.5789C11.7717 24.7213 11.9425 24.8339 12.1302 24.9102C12.5619 25.0178 13.0183 24.9606 13.4102 24.75C13.6102 24.65 13.8101 24.55 14.0001 24.47L14.1002 24.4102C14.7968 24.0586 15.6006 23.9836 16.3502 24.2002C16.7235 24.3017 17.0714 24.4805 17.3712 24.7251C17.6709 24.9697 17.9159 25.2747 18.0902 25.6201L20.6602 30.77C21.2802 32 20.9802 33.7701 18.9002 34.8601C17.5534 35.5604 16.0581 35.9274 14.5401 35.9302V35.9302ZM6.01009 23.6902C6.01009 23.7502 6.31012 24.3301 8.79012 29.3001C9.98012 31.6701 11.4101 33.1502 13.0401 33.6902C13.8541 33.9112 14.7046 33.9648 15.5399 33.8479C16.3752 33.731 17.1782 33.4459 17.9002 33.01C18.5102 32.7 19.0701 32.1701 18.7901 31.6001L16.21 26.4502C16.1598 26.352 16.0892 26.2655 16.003 26.1965C15.9168 26.1276 15.8169 26.0776 15.71 26.0501C15.4431 25.9717 15.1564 26.0005 14.9102 26.1301H14.8602L14.2 26.47C13.3323 26.9172 12.3252 27.0104 11.3902 26.73C10.95 26.5769 10.5456 26.3356 10.2017 26.021C9.85788 25.7064 9.58176 25.3251 9.39022 24.9002C8.45022 23.0202 8.19002 22.48 8.19002 22.48C8.19002 22.48 7.9301 21.9401 7.0201 20.1201C6.80095 19.7167 6.66511 19.2733 6.62044 18.8164C6.57578 18.3595 6.62321 17.8984 6.76009 17.4602C7.11207 16.5292 7.80583 15.7673 8.70003 15.3301L9.36019 15.01C9.59173 14.9205 9.77831 14.7431 9.87948 14.5164C9.98065 14.2897 9.98823 14.0322 9.90023 13.8001L7.34017 8.6902C7.06017 8.1402 6.34002 8.27008 5.69002 8.57008C4.90335 8.8877 4.18932 9.36179 3.59115 9.96339C2.99298 10.565 2.52314 11.2816 2.21004 12.0701C1.67004 13.6801 1.99004 15.68 3.21004 18.02C4.62004 20.85 5.42013 22.4401 5.80013 23.3801C5.86677 23.4452 5.92391 23.5192 5.97005 23.6001H5.90023C5.8946 23.6366 5.8946 23.6738 5.90023 23.7102L6.01009 23.6902Z' fill='%23fff'/%3e%3cpath d='M31.43 28.5401C31.3239 28.5545 31.2164 28.5545 31.1102 28.5401C30.8602 28.4557 30.6535 28.2759 30.5355 28.0398C30.4175 27.8038 30.3976 27.5307 30.4801 27.2801C31.3012 24.7922 31.6242 22.1669 31.4303 19.5542C31.2364 16.9416 30.5294 14.3929 29.35 12.0535C28.1705 9.71415 26.5417 7.63001 24.5565 5.92045C22.5713 4.2109 20.2686 2.90936 17.7801 2.09013C17.5269 2.00659 17.3172 1.82586 17.1971 1.58769C17.0771 1.34952 17.0567 1.07339 17.1402 0.820113C17.2238 0.566831 17.4045 0.357128 17.6427 0.237105C17.8809 0.117082 18.157 0.0966769 18.4103 0.18022C23.9361 2.00885 28.5121 5.95269 31.1361 11.1482C33.7601 16.3438 34.2183 22.3676 32.4103 27.9002C32.3349 28.0963 32.1995 28.2636 32.0235 28.3785C31.8476 28.4933 31.6399 28.5499 31.43 28.5401Z' fill='%23fff'/%3e%3cpath d='M23.3602 25.8801C23.2518 25.8781 23.144 25.8613 23.0401 25.8301C22.9152 25.7883 22.7996 25.7223 22.7003 25.6358C22.6009 25.5492 22.5198 25.4439 22.4613 25.3259C22.4027 25.2079 22.368 25.0797 22.3592 24.9483C22.3505 24.8168 22.3679 24.6848 22.4103 24.5601C22.881 23.1326 23.0656 21.6264 22.954 20.1275C22.8423 18.6285 22.4364 17.1664 21.7594 15.8245C21.0824 14.4825 20.1476 13.2872 19.0084 12.3066C17.8692 11.3261 16.548 10.5798 15.1202 10.1101C14.9944 10.0694 14.8779 10.004 14.7774 9.91798C14.677 9.83191 14.5945 9.72677 14.535 9.60865C14.4755 9.49053 14.4399 9.36192 14.4305 9.22999C14.4211 9.09806 14.4379 8.96547 14.4801 8.8401C14.5645 8.59009 14.7443 8.38364 14.9803 8.26563C15.2163 8.14763 15.4894 8.12774 15.7401 8.21021C17.4199 8.76239 18.9744 9.64037 20.3146 10.794C21.6547 11.9475 22.7544 13.3539 23.5504 14.9329C24.3464 16.5119 24.8231 18.2324 24.9535 19.9959C25.0838 21.7593 24.8653 23.5313 24.3102 25.2102C24.2414 25.407 24.1128 25.5771 23.9425 25.6973C23.7722 25.8174 23.5686 25.8814 23.3602 25.8801Z' fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_20:1633'%3e%3crect min-width='33.49' height='35.84' fill='white' transform='translate%280 0.0800171%29'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); }

.phone-icon-white {
  background-image: url("data:image/svg+xml,%3csvg width='34' height='36' viewBox='0 0 34 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.4664 35.7999C13.7458 35.8041 13.0294 35.6891 12.3463 35.4598C10.1863 34.7498 8.34635 32.9299 6.92635 30.0599C5.58635 27.3799 4.92644 25.9598 4.51644 25.2098C4.38644 24.9498 4.26635 24.7098 4.17635 24.4898C4.17635 24.4898 4.17635 24.4097 4.17635 24.3597C4.17635 24.2997 3.87634 23.7099 1.41634 18.8099C-0.00365686 15.9799 -0.353715 13.4599 0.356284 11.3199C0.753129 10.2825 1.3555 9.33573 2.12704 8.5367C2.89857 7.73767 3.82338 7.10266 4.84627 6.66975C6.95627 5.66975 8.56635 6.46975 9.17635 7.66975L11.7364 12.7699C12.0473 13.4788 12.072 14.2806 11.8055 15.0074C11.539 15.7342 11.002 16.3298 10.3065 16.6698V16.6698L10.1964 16.7198L9.61629 17.0199C9.19327 17.2236 8.86422 17.5813 8.69637 18.0199C8.63988 18.2097 8.62414 18.4094 8.64999 18.6058C8.67583 18.8022 8.74258 18.9909 8.84627 19.1597C9.72627 20.9197 10.0065 21.4999 10.0365 21.5599C10.0665 21.6199 10.3364 22.1798 11.2164 23.9498C11.2949 24.1366 11.4096 24.3061 11.5538 24.4486C11.6979 24.591 11.8687 24.7036 12.0565 24.7799C12.4882 24.8875 12.9446 24.8303 13.3365 24.6197C13.5365 24.5197 13.7364 24.4197 13.9264 24.3397L14.0265 24.2799C14.723 23.9283 15.5268 23.8533 16.2765 24.0699C16.6498 24.1714 16.9977 24.3502 17.2974 24.5948C17.5972 24.8394 17.8421 25.1444 18.0164 25.4898L20.5865 30.6397C21.2065 31.8697 20.9065 33.6398 18.8265 34.7298C17.4797 35.4301 15.9844 35.7971 14.4664 35.7999V35.7999ZM5.93636 23.5599C5.93636 23.6199 6.23639 24.1998 8.71639 29.1698C9.90639 31.5398 11.3364 33.0199 12.9664 33.5599C13.7804 33.7809 14.6308 33.8345 15.4661 33.7176C16.3015 33.6007 17.1044 33.3156 17.8265 32.8797C18.4365 32.5697 18.9964 32.0398 18.7164 31.4698L16.1363 26.3199C16.086 26.2216 16.0155 26.1352 15.9293 26.0662C15.8431 25.9973 15.7432 25.9473 15.6363 25.9198C15.3694 25.8414 15.0826 25.8702 14.8365 25.9998H14.7865L14.1263 26.3397C13.2586 26.7869 12.2515 26.8801 11.3165 26.5997C10.8763 26.4465 10.4719 26.2053 10.128 25.8907C9.78415 25.5761 9.50803 25.1948 9.31649 24.7699C8.37649 22.8899 8.11629 22.3497 8.11629 22.3497C8.11629 22.3497 7.85637 21.8098 6.94637 19.9898C6.72722 19.5864 6.59138 19.143 6.54671 18.6861C6.50205 18.2292 6.54948 17.7681 6.68636 17.3299C7.03834 16.3989 7.73209 15.637 8.6263 15.1998L9.28646 14.8797C9.518 14.7902 9.70458 14.6128 9.80575 14.3861C9.90692 14.1594 9.9145 13.9019 9.8265 13.6698L7.26644 8.55989C6.98644 8.00989 6.26629 8.13977 5.61629 8.43977C4.82962 8.75739 4.11558 9.23148 3.51742 9.83308C2.91925 10.4347 2.44941 11.1513 2.13631 11.9398C1.59631 13.5498 1.91631 15.5497 3.13631 17.8897C4.54631 20.7197 5.3464 22.3098 5.7264 23.2498C5.79304 23.3149 5.85018 23.3889 5.89632 23.4698H5.8265C5.82086 23.5063 5.82086 23.5435 5.8265 23.5799L5.93636 23.5599Z' fill='white'/%3e%3cpath d='M31.3561 28.4105C31.2499 28.4249 31.1424 28.4249 31.0362 28.4105C30.7862 28.3261 30.5795 28.1463 30.4615 27.9103C30.3435 27.6742 30.3236 27.4011 30.4061 27.1505C31.2273 24.6626 31.5502 22.0373 31.3563 19.4247C31.1624 16.812 30.4554 14.2633 29.276 11.9239C28.0966 9.58457 26.4678 7.50043 24.4825 5.79088C22.4973 4.08132 20.1946 2.77978 17.7062 1.96055C17.4529 1.87701 17.2432 1.69628 17.1232 1.45811C17.0031 1.21994 16.9827 0.943817 17.0663 0.690535C17.1498 0.437253 17.3305 0.22755 17.5687 0.107527C17.8069 -0.0124961 18.083 -0.0329007 18.3363 0.0506424C23.8622 1.87927 28.4381 5.82311 31.0621 11.0187C33.6861 16.2142 34.1443 22.238 32.3363 27.7706C32.2609 27.9667 32.1255 28.134 31.9496 28.2489C31.7737 28.3638 31.5659 28.4203 31.3561 28.4105Z' fill='white'/%3e%3cpath d='M23.2862 25.7503C23.1778 25.7483 23.0701 25.7314 22.9662 25.7003C22.8412 25.6585 22.7257 25.5924 22.6263 25.5059C22.527 25.4194 22.4458 25.3141 22.3873 25.1961C22.3288 25.0781 22.294 24.9499 22.2853 24.8184C22.2765 24.687 22.2939 24.555 22.3363 24.4302C22.807 23.0028 22.9916 21.4965 22.88 19.9976C22.7683 18.4987 22.3624 17.0366 21.6854 15.6947C21.0084 14.3527 20.0736 13.1573 18.9344 12.1768C17.7952 11.1963 16.474 10.4499 15.0462 9.98029C14.9204 9.93957 14.8039 9.87422 14.7035 9.78816C14.603 9.70209 14.5206 9.59695 14.461 9.47883C14.4015 9.36071 14.366 9.2321 14.3565 9.10017C14.3471 8.96824 14.364 8.83565 14.4061 8.71028C14.4905 8.46027 14.6703 8.25382 14.9063 8.13581C15.1424 8.0178 15.4155 7.99792 15.6661 8.08039C17.346 8.63257 18.9004 9.51054 20.2406 10.6641C21.5807 11.8177 22.6804 13.2241 23.4764 14.803C24.2724 16.382 24.7491 18.1026 24.8795 19.866C25.0099 21.6295 24.7913 23.4015 24.2362 25.0804C24.1674 25.2771 24.0388 25.4473 23.8685 25.5675C23.6982 25.6876 23.4947 25.7516 23.2862 25.7503Z' fill='white'/%3e%3c/svg%3e");
  min-width: 33.49px;
  height: 35.84px; }

.phone-icon-secondary {
  background-image: url("data:image/svg+xml,%3csvg min-width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.06825 12.5373L3.06831 12.5373L3.06624 12.5332C3.00536 12.4114 2.94693 12.2946 2.90272 12.1865L2.89527 12.1683V12.1486V12.1486V12.1486V12.1486V12.1486V12.1486V12.1485V12.1485V12.1485V12.1485V12.1485V12.1485V12.1485V12.1485V12.1484V12.1484V12.1484V12.1484V12.1484V12.1483V12.1483V12.1483V12.1483V12.1483V12.1482V12.1482V12.1482V12.1481V12.1481V12.1481V12.1481V12.148V12.148V12.148V12.1479V12.1479V12.1479V12.1478V12.1478V12.1478V12.1477V12.1477V12.1476V12.1476V12.1476V12.1475V12.1475V12.1474V12.1474V12.1474V12.1473V12.1473V12.1472V12.1472V12.1471V12.1471V12.147V12.147V12.1469V12.1469V12.1468V12.1468V12.1467V12.1467V12.1466V12.1465V12.1465V12.1464V12.1464V12.1463V12.1463V12.1462V12.1461V12.1461V12.146V12.1459V12.1459V12.1458V12.1458V12.1457V12.1456V12.1456V12.1455V12.1454V12.1453V12.1453V12.1452V12.1451V12.1451V12.145V12.1449V12.1448V12.1448V12.1447V12.1446V12.1445V12.1445V12.1444V12.1443V12.1442V12.1442V12.1441V12.144V12.1439V12.1438V12.1438V12.1437V12.1436V12.1435V12.1434V12.1433V12.1432V12.1432V12.1431V12.143V12.1429V12.1428V12.1427V12.1426V12.1425V12.1424V12.1423V12.1423V12.1422V12.1421V12.142V12.1419V12.1418V12.1417V12.1416V12.1415V12.1414V12.1413V12.1412V12.1411V12.141V12.1409V12.1408V12.1407V12.1406V12.1405V12.1404V12.1403V12.1402V12.1401V12.14V12.1399V12.1398V12.1397V12.1395V12.1394V12.1393V12.1392V12.1391V12.139V12.1389V12.1388V12.1387V12.1386V12.1384V12.1383V12.1382V12.1381V12.138V12.1379V12.1378V12.1376V12.1375V12.1374V12.1373V12.1372V12.1371V12.1369V12.1368V12.1367V12.1366V12.1365V12.1363V12.1362V12.1361V12.136V12.1359V12.1357V12.1356V12.1355V12.1354V12.1352V12.1351V12.135V12.1349V12.1347V12.1346V12.1345V12.1344V12.1342V12.1341V12.134V12.1338V12.1337V12.1336V12.1335V12.1333V12.1332V12.1331V12.1329V12.1328V12.1327V12.1325V12.1324V12.1323V12.1321V12.132V12.1319V12.1317V12.1316V12.1315V12.1313V12.1312V12.131V12.1309V12.1308V12.1306V12.1305V12.1304V12.1302V12.1301V12.1299V12.1298V12.1297V12.1295V12.1294V12.1292V12.1291V12.1289V12.1288V12.1287V12.1285V12.1284V12.1282V12.1281V12.1279V12.1278V12.1277V12.1275V12.1274V12.1272V12.1271V12.1269V12.1268V12.1266V12.1265V12.1263V12.1262V12.126V12.1259V12.1257V12.1256V12.1254V12.1253V12.1251V12.125V12.1249V12.1247V12.1245V12.1244V12.1242V12.1241V12.1239V12.1238V12.1236V12.1235V12.1233V12.1232V12.123V12.1229V12.1227V12.1226V12.1224V12.1223V12.1221V12.122V12.1218V12.1216V12.1215V12.1213V12.1212V12.121V12.1209V12.1207V12.1206V12.1204V12.1202V12.1201V12.1199V12.1198V12.1196V12.1195V12.1193V12.1192V12.119V12.1188V12.1187V12.1185V12.1184V12.1182V12.118V12.1179V12.1177V12.1176V12.1174V12.1172V12.1171V12.1169V12.1168V12.1166V12.1165V12.1163V12.1161V12.116V12.1158V12.1157V12.1155V12.1153V12.1152V12.115V12.1148V12.1147V12.1145V12.1144V12.1142V12.114V12.1139V12.1137V12.1136V12.1134V12.1132V12.1131V12.1129V12.1127V12.1126V12.1124V12.1123V12.1121V12.1119V12.1118V12.1116V12.1114V12.1113V12.1111V12.111V12.1108V12.1106V12.1105V12.1103V12.1101V12.11V12.1098V12.1097V12.1095V12.1093V12.1092V12.109V12.1088V12.1087V12.1085V12.1084V12.1082V12.108V12.1079V12.1077V12.1075V12.1074V12.1072V12.107V12.1069V12.1067V12.1066V12.1064V12.1062V12.1061V12.1059V12.1057V12.1056V12.1054V12.1053V12.1051V12.1049V12.1048V12.1046V12.1044V12.1043V12.1041V12.104V12.1038V12.1036V12.1035V12.1033V12.1031V12.103V12.1028V12.1027V12.1025V12.1023V12.1022V12.102V12.1019V12.1017V12.1015V12.1014V12.1012V12.1011V12.1009V12.1007V12.1007L2.89441 12.0985C2.88922 12.086 2.87993 12.0654 2.86417 12.0321C2.83284 11.9661 2.77861 11.8559 2.6872 11.6725C2.54589 11.3889 2.31669 10.9325 1.94805 10.1984C1.84017 9.98352 1.72035 9.74489 1.58729 9.47987L1.58728 9.47985C0.901707 8.11352 0.724928 6.8812 1.0753 5.82513L1.07672 5.82086L1.07682 5.82089C1.27122 5.31269 1.56631 4.8489 1.94426 4.45747C2.32173 4.06655 2.77409 3.75578 3.27441 3.54372C3.79638 3.29682 4.26568 3.26834 4.64742 3.38402C5.02889 3.49961 5.31544 3.7571 5.47319 4.06743L5.47342 4.06788L6.6965 6.50448L6.69883 6.50913L6.69871 6.50918C6.8576 6.87154 6.87022 7.2813 6.73402 7.65277C6.59781 8.02424 6.32335 8.32862 5.96788 8.50238L5.96536 8.50361L5.96535 8.50357L5.91505 8.52644L5.64017 8.66862L5.63764 8.66993L5.63762 8.66989C5.45968 8.7556 5.321 8.90567 5.24951 9.0897C5.22741 9.16583 5.22136 9.24575 5.23171 9.32444C5.24224 9.40441 5.2694 9.48117 5.31156 9.5498L5.31613 9.55725L5.31579 9.55742C5.52607 9.97798 5.66472 10.2576 5.75262 10.4358C5.81367 10.5595 5.84986 10.6336 5.86875 10.6722C5.87722 10.6895 5.88221 10.6997 5.88441 10.7041C5.88679 10.7089 5.89263 10.7208 5.9028 10.7417C5.95175 10.842 6.10106 11.1478 6.44823 11.8461L6.45106 11.8518L6.45087 11.8519C6.48328 11.929 6.53064 11.999 6.59016 12.0578C6.648 12.1149 6.71623 12.1604 6.79115 12.1918C6.97121 12.2349 7.16097 12.2103 7.32425 12.1226L7.32684 12.1212L7.32686 12.1212L7.33051 12.1194C7.42204 12.0736 7.51689 12.0262 7.60803 11.9875L7.6499 11.9625L7.65603 11.9588L7.65614 11.959C8.01125 11.7798 8.42098 11.7415 8.80315 11.8517C8.99474 11.9039 9.17328 11.9957 9.32716 12.1213C9.48124 12.247 9.60713 12.4038 9.69671 12.5813L9.69691 12.5817L10.9246 15.0417C10.9246 15.0418 10.9247 15.0419 10.9247 15.0419C11.0843 15.3587 11.1254 15.7451 10.9929 16.122C10.8602 16.4998 10.5562 16.8593 10.0409 17.1294L10.0406 17.1295C9.38293 17.4715 8.6528 17.6507 7.91157 17.652M3.06825 12.5373L7.91138 17.552M3.06825 12.5373L3.07 12.5405C3.17708 12.7364 3.31968 13.0278 3.53305 13.4639C3.7079 13.8212 3.93027 14.2757 4.21956 14.8543C4.90506 16.2397 5.80113 17.134 6.86696 17.4845M3.06825 12.5373L6.89849 17.3896M7.91157 17.652L7.91138 17.552M7.91157 17.652C7.9117 17.652 7.91184 17.652 7.91197 17.652L7.91138 17.552M7.91157 17.652C7.55653 17.6541 7.20354 17.5974 6.86696 17.4845M7.91138 17.552C7.56713 17.5541 7.22485 17.4991 6.89849 17.3896M6.86696 17.4845C6.86706 17.4845 6.86716 17.4845 6.86726 17.4846L6.89849 17.3896M6.86696 17.4845C6.86686 17.4844 6.86676 17.4844 6.86666 17.4844L6.89849 17.3896M4.8776 11.1262L4.78749 11.1695L4.78748 11.1695L4.78742 11.1694L4.78716 11.1688L4.78606 11.1666L4.78144 11.157L4.76153 11.1161C4.74317 11.0785 4.71412 11.0192 4.67147 10.9327C4.58628 10.76 4.44685 10.4787 4.22997 10.0449C4.11935 9.84083 4.05078 9.61662 4.0282 9.38559C4.00556 9.15398 4.0296 8.92026 4.09899 8.69811L4.10074 8.69251L4.1009 8.69257C4.27806 8.22395 4.62724 7.84047 5.07733 7.62041L5.07763 7.62027L5.39302 7.46736L5.40047 7.46375L5.40059 7.46407C5.48655 7.43083 5.55584 7.36495 5.59342 7.28074C5.63036 7.19796 5.6337 7.10418 5.60281 7.01921L4.38246 4.58338C4.38241 4.58329 4.38237 4.58321 4.38233 4.58312C4.3373 4.4949 4.25951 4.45656 4.14409 4.45703C4.02343 4.45753 3.87505 4.50222 3.72512 4.57142L3.72069 4.57346L3.72065 4.57335C3.35737 4.72003 3.02762 4.93896 2.75137 5.21679C2.47578 5.49398 2.25917 5.82402 2.11458 6.18714C1.86999 6.91954 2.0111 7.84444 2.58706 8.94915L2.58791 8.95078L2.58789 8.95079C2.64106 9.0575 2.69243 9.16055 2.74204 9.26008C3.31131 10.4021 3.64957 11.0807 3.82099 11.5002C3.84784 11.5285 3.87174 11.5594 3.89234 11.5924L3.93612 11.5845V11.6683L3.98917 11.7613H3.96875C4.00047 11.8278 4.05476 11.938 4.14543 12.1202C4.23548 12.3012 4.361 12.5523 4.53522 12.901C4.7168 13.2644 4.95129 13.7336 5.25366 14.3396C5.81602 15.4596 6.48198 16.1393 7.22362 16.3861C7.59864 16.4875 7.99038 16.512 8.37516 16.4582C8.76085 16.4042 9.1316 16.2726 9.46501 16.0713L9.47126 16.0675L9.47139 16.0678C9.60983 15.9974 9.73474 15.9057 9.80862 15.8068C9.87996 15.7114 9.89758 15.6203 9.85225 15.5278C9.8522 15.5276 9.85214 15.5275 9.85209 15.5274L8.62018 13.0685C8.62012 13.0684 8.62007 13.0683 8.62001 13.0682C8.60243 13.034 8.57784 13.0039 8.54782 12.9798C8.51763 12.9557 8.4827 12.9382 8.44541 12.9286L8.44214 12.9278L8.44216 12.9277C8.3396 12.8976 8.22942 12.9087 8.13481 12.9585L8.11294 12.97H8.08853L7.79472 13.1213C7.35716 13.3468 6.84929 13.3938 6.37778 13.2524L6.37362 13.2511L6.37365 13.2511C6.15051 13.1734 5.94551 13.0512 5.7712 12.8917C5.5974 12.7326 5.45773 12.54 5.36067 12.3253C5.13657 11.8771 4.9934 11.5885 4.90621 11.4117C4.86255 11.3232 4.83292 11.2628 4.81418 11.2244L4.79385 11.1827L4.78908 11.1728L4.78791 11.1704L4.78761 11.1698L4.78753 11.1696L4.78751 11.1696L4.78751 11.1696L4.8776 11.1262ZM4.8776 11.1262L4.78749 11.1695L4.7875 11.1695L4.8776 11.1262ZM15.796 14.1157L15.805 14.1188L15.8145 14.1201C15.8712 14.1278 15.9285 14.1282 15.9852 14.1212C16.1034 14.1249 16.2199 14.0922 16.319 14.0275C16.4206 13.9612 16.4988 13.8645 16.5424 13.7512L16.5425 13.7512L16.5441 13.7464C17.4161 11.078 17.1951 8.1727 15.9296 5.66689C14.664 3.16107 12.457 1.25896 9.79191 0.377012L9.79181 0.376981C9.64564 0.328768 9.48627 0.340535 9.34877 0.409824C9.2113 0.4791 9.10699 0.600142 9.05876 0.746336C9.01055 0.892505 9.02232 1.05188 9.09161 1.18938C9.16088 1.32685 9.28193 1.43116 9.42812 1.47939L9.42817 1.4794C10.6046 1.86668 11.6931 2.48197 12.6316 3.29015C13.5701 4.09832 14.3401 5.08357 14.8977 6.18949C15.4553 7.2954 15.7895 8.50027 15.8811 9.73538C15.9728 10.9705 15.8201 12.2116 15.4319 13.3877L15.4319 13.3878C15.3843 13.5326 15.3957 13.6904 15.4639 13.8267C15.5321 13.9631 15.6515 14.067 15.796 14.1157ZM12.1238 12.8503L12.125 12.8503C12.2455 12.8511 12.363 12.8141 12.4614 12.7447C12.5598 12.6753 12.6341 12.577 12.6739 12.4633L12.6744 12.4617C12.9437 11.6471 13.0498 10.7873 12.9865 9.93172C12.9233 9.07611 12.692 8.24132 12.3058 7.47521C11.9195 6.70909 11.386 6.02675 10.7358 5.46705C10.0855 4.90734 9.33133 4.48135 8.51628 4.21344C8.37149 4.16581 8.21372 4.1773 8.07735 4.24548C7.941 4.31365 7.83711 4.43293 7.78834 4.57738L7.78829 4.57751C7.76394 4.64996 7.75421 4.72655 7.75966 4.80277C7.7651 4.87903 7.78565 4.95335 7.82002 5.02156C7.85443 5.08983 7.90208 5.15057 7.96008 5.20027C8.01796 5.24987 8.0851 5.28757 8.15766 5.31112C8.82732 5.53139 9.44697 5.88146 9.98127 6.34133C10.5156 6.80119 10.954 7.36184 11.2715 7.99123C11.589 8.62062 11.7794 9.30638 11.8318 10.0094C11.8841 10.7123 11.7976 11.4186 11.5769 12.088C11.5526 12.1598 11.5425 12.2359 11.5476 12.3118C11.5527 12.3878 11.5728 12.4619 11.6066 12.53C11.6403 12.5981 11.6872 12.659 11.7447 12.709C11.8021 12.759 11.8688 12.7971 11.941 12.8213L11.941 12.8213L11.9439 12.8222C12.0023 12.8397 12.0628 12.8492 12.1238 12.8503Z' fill='%232593C5' stroke='%232593C5' stroke-min-width='0.2'/%3e%3c/svg%3e");
  min-width: 16px;
  height: 17px; }

.close-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.07107 2.48572C0.680544 2.0952 0.680544 1.46203 1.07107 1.07151C1.46159 0.680987 2.09476 0.680986 2.48528 1.07151L15.2132 13.7994C15.6037 14.19 15.6037 14.8231 15.2132 15.2136C14.8227 15.6042 14.1895 15.6042 13.799 15.2136L1.07107 2.48572Z' fill='%23343E3D'/%3e%3cpath d='M2.48528 15.2136C2.09476 15.6042 1.46159 15.6042 1.07107 15.2136C0.680544 14.8231 0.680543 14.19 1.07107 13.7994L13.799 1.07151C14.1895 0.680986 14.8227 0.680985 15.2132 1.07151C15.6037 1.46203 15.6037 2.0952 15.2132 2.48572L2.48528 15.2136Z' fill='%23343E3D'/%3e%3c/svg%3e");
  min-width: 20px;
  height: 20px; }

.close-icon-white {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.07107 2.48528C0.680544 2.09476 0.680543 1.46159 1.07107 1.07107C1.46159 0.680544 2.09476 0.680544 2.48528 1.07107L15.2132 13.799C15.6037 14.1895 15.6037 14.8227 15.2132 15.2132C14.8227 15.6037 14.1895 15.6037 13.799 15.2132L1.07107 2.48528Z' fill='white'/%3e%3cpath d='M2.48528 15.2132C2.09476 15.6037 1.46159 15.6037 1.07107 15.2132C0.680543 14.8227 0.680543 14.1895 1.07107 13.799L13.799 1.07107C14.1895 0.680543 14.8227 0.680543 15.2132 1.07107C15.6037 1.46159 15.6037 2.09476 15.2132 2.48528L2.48528 15.2132Z' fill='white'/%3e%3c/svg%3e");
  min-width: 20px;
  height: 20px; }

.check-icon {
  display: inline-block;
  min-width: 120px;
  height: 120px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.25);
  background: url("data:image/svg+xml,%3csvg min-width='58' height='44' viewBox='0 0 58 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.22222 21.7401C-0.00507741 22.9882 -0.00507632 25.0118 1.22222 26.2599L16.7778 42.0791C18.0051 43.3272 19.9949 43.3272 21.2222 42.0791C21.2337 42.0674 21.245 42.0557 21.2563 42.0439L56.7775 5.92063C58.0048 4.67253 58.0048 2.64896 56.7775 1.40086C55.5502 0.152759 53.5604 0.152762 52.3331 1.40086L18.9997 35.2992L5.66667 21.7401C4.43937 20.492 2.44952 20.492 1.22222 21.7401Z' fill='white'/%3e%3c/svg%3e") no-repeat center center, linear-gradient(227.93deg, #84CF0A 13.98%, #D1E286 86.81%);
  border-radius: 50%; }

.pin-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.47452 3.43835C4.67475 2.25061 6.30261 1.58335 8 1.58335C9.69738 1.58335 11.3252 2.25061 12.5255 3.43835C13.7257 4.62609 14.4 6.23701 14.4 7.91673C14.4 10.3694 12.7874 12.7493 11.0192 14.5963C10.1515 15.5027 9.28107 16.2447 8.62666 16.7604C8.38311 16.9523 8.17038 17.1122 8 17.2368C7.82962 17.1122 7.61689 16.9523 7.37334 16.7604C6.71893 16.2447 5.84849 15.5027 4.98076 14.5963C3.21259 12.7493 1.6 10.3694 1.6 7.91673C1.6 6.23701 2.27428 4.62609 3.47452 3.43835ZM7.55581 18.8669C7.55604 18.867 7.55624 18.8672 8 18.2085L8.44376 18.8672C8.17504 19.0445 7.82453 19.0442 7.55581 18.8669ZM7.55581 18.8669L8 18.2085C8.44376 18.8672 8.44456 18.8667 8.44479 18.8665L8.44648 18.8654L8.45181 18.8618L8.47015 18.8496C8.48572 18.8391 8.50794 18.8241 8.53635 18.8046C8.59318 18.7656 8.67483 18.7089 8.77777 18.6353C8.98356 18.4883 9.27491 18.2736 9.62334 17.999C10.3189 17.4509 11.2485 16.659 12.1808 15.6852C14.0126 13.7717 16 11.0058 16 7.91673C16 5.81708 15.1571 3.80343 13.6569 2.31876C12.1566 0.834081 10.1217 0 8 0C5.87827 0 3.84344 0.834081 2.34315 2.31876C0.842855 3.80343 0 5.81708 0 7.91673C0 11.0058 1.98741 13.7717 3.81924 15.6852C4.75151 16.659 5.68107 17.4509 6.37666 17.999C6.72509 18.2736 7.01644 18.4883 7.22223 18.6353C7.32517 18.7089 7.40682 18.7656 7.46365 18.8046C7.49206 18.8241 7.51428 18.8391 7.52985 18.8496L7.54819 18.8618L7.55352 18.8654L7.55581 18.8669ZM6.39996 7.91669C6.39996 7.04223 7.11631 6.33335 7.99996 6.33335C8.88362 6.33335 9.59996 7.04223 9.59996 7.91669C9.59996 8.79115 8.88362 9.50004 7.99996 9.50004C7.11631 9.50004 6.39996 8.79115 6.39996 7.91669ZM7.99996 4.75C6.23265 4.75 4.79996 6.16778 4.79996 7.91669C4.79996 9.66561 6.23265 11.0834 7.99996 11.0834C9.76727 11.0834 11.2 9.66561 11.2 7.91669C11.2 6.16778 9.76727 4.75 7.99996 4.75Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 16px;
  height: 19px; }

.street-view-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.03701 16.719L5.22964 16.6652L5.03702 16.719C5.18942 17.2647 5.51169 17.7456 5.95597 18.0883C6.40032 18.4312 6.94239 18.6171 7.50015 18.6171C8.05792 18.6171 8.59999 18.4312 9.04434 18.0883C9.48862 17.7456 9.81089 17.2647 9.96329 16.719L12.019 9.35873C12.0191 9.35867 12.0191 9.35861 12.0191 9.35855C12.2231 8.63364 12.1563 7.85699 11.8314 7.17936C11.5064 6.50171 10.946 5.97072 10.2581 5.69093C10.2579 5.69087 10.2578 5.69081 10.2577 5.69075L9.96495 5.57019C10.2334 5.16907 10.4047 4.70727 10.4632 4.223C10.5324 3.65053 10.4412 3.06959 10.2 2.54771C9.95881 2.02579 9.57729 1.58403 9.09931 1.27437C8.62128 0.96467 8.06664 0.8 7.5 0.8C6.93336 0.8 6.37872 0.96467 5.90069 1.27437C5.42271 1.58403 5.04119 2.02579 4.79998 2.54771C4.55878 3.06959 4.46759 3.65053 4.53677 4.223C4.59528 4.70708 4.76647 5.16869 5.03472 5.5697L4.74207 5.68948C4.74194 5.68953 4.74182 5.68958 4.74169 5.68963C4.05372 5.96929 3.49329 6.50024 3.16834 7.1779C2.84341 7.85552 2.77671 8.63215 2.98091 9.35697C2.98093 9.35705 2.98095 9.35712 2.98097 9.35719L5.03701 16.719ZM9.87696 6.64908L9.87737 6.64924C10.3293 6.8329 10.6994 7.18252 10.9145 7.6313C11.1297 8.08019 11.174 8.59535 11.0385 9.07612L11.0384 9.07659L8.98251 16.4373L8.9825 16.4374C8.89003 16.7688 8.69472 17.0596 8.42707 17.2662C8.1595 17.4727 7.83404 17.584 7.5 17.584C7.16596 17.584 6.8405 17.4727 6.57293 17.2662C6.30528 17.0596 6.10997 16.7688 6.0175 16.4374L6.01748 16.4373L3.96132 9.07658L3.9612 9.07617C3.82577 8.59536 3.87019 8.08022 4.0855 7.63138C4.30076 7.18265 4.67096 6.83312 5.1229 6.64958L5.04764 6.46428L5.12344 6.64936L5.8151 6.36609C6.30932 6.71479 6.89681 6.90268 7.5 6.90268C8.10321 6.90268 8.69073 6.71478 9.18495 6.36606L9.87696 6.64908ZM4.20901 16.2265L4.20899 16.2265C3.46509 16.3389 2.63518 16.5156 1.98638 16.7942C1.66218 16.9335 1.37076 17.1033 1.1578 17.3135C0.941987 17.5264 0.8 17.7884 0.8 18.1004C0.8 18.5234 1.06578 18.8593 1.4491 19.1168C1.83309 19.3748 2.36747 19.5782 2.98734 19.7361C4.23006 20.0526 5.87325 20.2 7.5 20.2C9.12675 20.2 10.7699 20.0526 12.0127 19.7361C12.6325 19.5782 13.1669 19.3748 13.5509 19.1168C13.9342 18.8593 14.2 18.5234 14.2 18.1004C14.2 17.7884 14.058 17.5264 13.8422 17.3135C13.6292 17.1033 13.3378 16.9335 13.0136 16.7942C12.3648 16.5156 11.5349 16.3389 10.791 16.2265C10.6559 16.2061 10.519 16.2415 10.4104 16.3239C10.3019 16.4062 10.231 16.5283 10.2116 16.6625C10.1922 16.7967 10.2255 16.9338 10.3053 17.0437C10.3852 17.1538 10.5055 17.2281 10.6405 17.2486L10.6406 17.2486C11.617 17.3959 12.2754 17.5926 12.684 17.7768C12.889 17.8692 13.0239 17.9553 13.104 18.0248C13.1504 18.0651 13.1694 18.0918 13.177 18.1041C13.1722 18.1129 13.1624 18.1278 13.1427 18.1488C13.1 18.1945 13.0265 18.2519 12.9136 18.3164C12.6887 18.4447 12.3388 18.5833 11.8577 18.7107C10.8977 18.965 9.44539 19.1668 7.5 19.1668C5.55461 19.1668 4.1023 18.965 3.14231 18.7107C2.66116 18.5833 2.31125 18.4447 2.08641 18.3164C1.97352 18.2519 1.90002 18.1945 1.85729 18.1488C1.83763 18.1278 1.82784 18.1129 1.82305 18.1041C1.83058 18.0918 1.84961 18.0651 1.89602 18.0248C1.97609 17.9553 2.11095 17.8692 2.31592 17.7768C2.72452 17.5926 3.38283 17.3959 4.35908 17.2486C4.42588 17.2385 4.48986 17.2151 4.54741 17.1799C4.60494 17.1447 4.65483 17.0984 4.6944 17.0439C4.73396 16.9894 4.76248 16.9278 4.77853 16.8625C4.79457 16.7972 4.79787 16.7293 4.78827 16.6628C4.77867 16.5962 4.75633 16.5321 4.72235 16.474C4.68836 16.4159 4.64334 16.3649 4.58966 16.3241C4.53597 16.2833 4.4747 16.2536 4.40929 16.2367C4.34388 16.2199 4.2758 16.2164 4.20901 16.2265ZM7.50013 1.83703C7.88803 1.83706 8.26761 1.95471 8.59088 2.17565C8.91425 2.39666 9.16696 2.71127 9.31636 3.08021C9.46578 3.44919 9.50494 3.85545 9.42871 4.24744C9.35249 4.63941 9.16445 4.99885 8.88905 5.28054C8.61371 5.56219 8.26345 5.75346 7.88282 5.83091C7.50223 5.90834 7.10768 5.86864 6.74888 5.71662C6.39002 5.56458 6.08257 5.30679 5.86592 4.97514C5.64929 4.64351 5.53338 4.25316 5.53333 3.85348C5.53393 3.31743 5.74242 2.8044 6.11167 2.4267C6.48075 2.04919 6.98017 1.83767 7.50013 1.83703Z' fill='%232E3131' stroke='%232E3131' stroke-min-width='0.4'/%3e%3c/svg%3e");
  min-width: 13px;
  height: 19px; }

.map-education-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='30' height='21' viewBox='0 0 30 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M29.6118 5.75302L15.1273 0.532944C15.0043 0.488759 14.8712 0.48915 14.7489 0.533335L0.387073 5.75341C0.158696 5.8363 0.00419496 6.05918 6.99292e-05 6.31178C-0.0036801 6.56398 0.143696 6.79234 0.369448 6.88266L6.20187 9.22837V15.302C6.20187 15.6422 6.52137 15.8581 6.8015 16.0004C7.17275 16.1736 7.77388 16.3808 8.74701 16.6424V19.898C8.74701 20.1471 8.89439 20.3704 9.11714 20.4599C9.34064 20.5495 9.59302 20.4857 9.75277 20.3008L10.934 18.9322L12.1153 20.3008C12.2267 20.4302 12.3838 20.4998 12.5443 20.4998C12.6137 20.4998 12.6838 20.4869 12.7513 20.4599C12.9744 20.3704 13.1214 20.1463 13.121 19.8976L13.1177 17.4174C13.6982 17.4655 14.2757 17.498 14.8374 17.498C17.2108 17.498 19.3206 17.0902 20.6725 16.748C23.4738 16.0391 23.4738 15.7845 23.4738 15.3994V9.33785L29.6291 6.88344C29.8556 6.79312 30.0037 6.56477 29.9999 6.31178C29.9962 6.05879 29.8409 5.83513 29.6118 5.75302ZM7.35613 14.9267V9.69212L8.74701 10.2521V15.3935C8.11363 15.2082 7.63925 15.0377 7.35613 14.9267ZM11.363 17.6298C11.1444 17.3772 10.724 17.3772 10.5054 17.6298L9.9009 18.3301V10.717L11.9559 11.5424L11.9653 18.3277L11.363 17.6298ZM22.3206 14.9963C21.3374 15.3642 18.3156 16.2944 14.8382 16.2944C14.2768 16.2944 13.6986 16.2612 13.1165 16.2104L13.1105 12.0065L14.7313 12.6584C14.7981 12.6853 14.8686 12.699 14.9391 12.699C15.0088 12.699 15.0789 12.6857 15.1449 12.6591L22.3202 9.79769V14.9963H22.3206ZM14.9398 11.4533L12.74 10.5684C12.7397 10.5684 12.7397 10.5684 12.7397 10.5684L12.5949 10.5101L2.25121 6.3501L14.9394 1.73845L27.736 6.3501L14.9398 11.4533Z' fill='black'/%3e%3c/svg%3e");
  min-width: 30px;
  height: 20px; }

.map-metro-icon {
  min-width: 24px;
  height: 28px; }

.map-hospital-icon {
  min-width: 24px;
  height: 24px; }

.virtual-tour-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='43' height='31' viewBox='0 0 43 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.5 16.5015C20.622 16.5015 0 16.5632 0 21.9189C0 26.1234 12.5757 27.0597 17.9387 27.2675L16.1756 28.998C15.7107 29.4529 15.7086 30.1944 16.1705 30.6532V30.6542C16.6324 31.1131 17.3837 31.1161 17.8482 30.6592L21.2268 27.3448C21.6913 26.889 21.7325 26.1134 21.3108 25.6184C20.4572 24.6173 19.0766 23.0093 18.219 22.0098C17.7953 21.5178 17.0465 21.4555 16.547 21.8752C16.0479 22.2939 15.9864 23.0324 16.4106 23.5254L17.6035 24.913C10.0394 24.6093 5.31981 23.4872 3.37053 22.5755C2.77843 22.2989 2.77232 21.5313 3.36443 21.2527C5.71353 20.1527 11.9958 18.8424 21.5005 18.8424C31.0058 18.8424 37.2875 20.1532 39.6361 21.2527C40.2282 21.5303 40.2221 22.2989 39.629 22.5755C37.5942 23.5259 32.5511 24.7092 24.3975 24.9501C23.7433 24.9697 23.2209 25.5024 23.2331 26.1495C23.2448 26.7956 23.785 27.3107 24.4402 27.2896C29.3749 27.131 43 26.2946 43 21.9184C42.9995 16.5632 22.378 16.5015 21.5 16.5015Z' fill='%23F8F7F5'/%3e%3cpath d='M3.25244 14.5672V12.2568H3.51645C4.77493 12.9677 5.95355 13.3221 7.0523 13.3221C7.92063 13.3221 8.59921 13.1449 9.08805 12.7895C9.5769 12.4345 9.82158 11.9149 9.82158 11.2317C9.82158 10.6895 9.63082 10.2703 9.2488 9.97509C8.86678 9.6799 8.0773 9.5318 6.87935 9.5318H6.15397V7.68533H6.83815C8.68416 7.68533 9.60742 7.12958 9.60742 6.01758C9.60742 5.55119 9.40954 5.19726 9.01379 4.95629C8.61803 4.71481 8.05492 4.59432 7.32394 4.59432C6.34015 4.59432 5.18645 4.94123 3.86235 5.63554H3.61513V3.34979C5.01096 2.8347 6.35439 2.57666 7.64543 2.57666C9.173 2.57666 10.3282 2.85328 11.1111 3.40652C11.894 3.95975 12.2856 4.69423 12.2856 5.61094C12.2856 6.2942 12.0684 6.89212 11.6345 7.40469C11.2001 7.91727 10.6207 8.26015 9.89533 8.43386V8.54782C10.725 8.69441 11.3817 9.0127 11.8655 9.50369C12.3492 9.99467 12.5908 10.6277 12.5908 11.4034C12.5908 12.5962 12.1295 13.5511 11.2062 14.267C10.283 14.9829 9.03312 15.3408 7.45569 15.3408C5.92811 15.3398 4.52669 15.0818 3.25244 14.5672Z' fill='%23F8F7F5'/%3e%3cpath d='M23.2396 2.77998V4.87847H23C22.4786 4.62896 21.8483 4.50446 21.1122 4.50446C18.8654 4.50446 17.6125 5.66516 17.3541 7.98605C18.4422 7.34596 19.4254 7.02616 20.3045 7.02616C21.5197 7.02616 22.4984 7.37056 23.2431 8.05934C23.9873 8.74813 24.3597 9.71354 24.3597 10.9556C24.3597 12.2463 23.9136 13.2995 23.0203 14.1153C22.1271 14.9321 20.9805 15.3398 19.5791 15.3398C17.9691 15.3398 16.7371 14.8503 15.8825 13.8709C15.0279 12.8924 14.6006 11.4787 14.6006 9.62919C14.6006 7.357 15.1652 5.61345 16.2945 4.39853C17.4238 3.18412 19.0622 2.57666 21.2109 2.57666C21.9699 2.57666 22.6459 2.64443 23.2396 2.77998ZM17.3465 9.31191L17.3378 9.64526C17.3322 9.82398 17.3297 9.96807 17.3297 10.0765C17.3297 12.3653 18.0825 13.5089 19.5882 13.5089C20.1925 13.5089 20.6804 13.298 21.0507 12.8743C21.422 12.4516 21.6072 11.8577 21.6072 11.0931C21.6072 9.60158 20.8182 8.85606 19.2418 8.85606C18.6268 8.85657 17.9945 9.00818 17.3465 9.31191Z' fill='%23F8F7F5'/%3e%3cpath d='M30.7813 15.3398C29.0945 15.3398 27.8569 14.8337 27.0684 13.8231C26.2795 12.8111 25.8857 11.1885 25.8857 8.95445C25.8857 6.742 26.281 5.12596 27.0725 4.10634C27.864 3.08671 29.0996 2.57715 30.7813 2.57715C32.463 2.57715 33.6991 3.08571 34.4906 4.10232C35.2816 5.11893 35.6774 6.73397 35.6774 8.94642C35.6774 11.197 35.2847 12.8251 34.4988 13.8312C33.7129 14.8373 32.4737 15.3398 30.7813 15.3398ZM30.7813 4.47181C30.0117 4.47181 29.4613 4.82826 29.1291 5.54164C28.7964 6.25453 28.6306 7.39514 28.6306 8.96198C28.6306 10.5238 28.8005 11.6624 29.1413 12.3783C29.4821 13.0942 30.029 13.4521 30.7818 13.4521C31.5347 13.4521 32.0815 13.0892 32.4223 12.3627C32.7631 11.6358 32.9335 10.4972 32.9335 8.94592C32.9335 7.3841 32.7672 6.248 32.435 5.53763C32.1013 4.82725 31.5504 4.47181 30.7813 4.47181Z' fill='%23F8F7F5'/%3e%3cpath d='M38.2885 5.15285C39.7303 5.15285 40.8991 3.99934 40.8991 2.57642C40.8991 1.1535 39.7303 0 38.2885 0C36.8468 0 35.678 1.1535 35.678 2.57642C35.678 3.99934 36.8468 5.15285 38.2885 5.15285Z' fill='%23F8F7F5'/%3e%3c/svg%3e");
  min-width: 43px;
  height: 31px; }

.propline-star-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg style='mix-blend-mode:multiply'%3e%3cpath d='M7.08 9.36845C5.50994 7.78702 3.53481 6.88553 1.66322 6.88553C1.44798 6.87888 1.2336 6.91568 1.0328 6.99373C0.831992 7.07179 0.648857 7.18952 0.494259 7.33993C0.33966 7.49035 0.216743 7.67039 0.132805 7.86937C0.0488664 8.06834 0.00561523 8.28221 0.00561523 8.49828C0.00561523 8.71435 0.0488664 8.92822 0.132805 9.12719C0.216743 9.32617 0.33966 9.50621 0.494259 9.65662C0.648857 9.80704 0.831992 9.92477 1.0328 10.0028C1.2336 10.0809 1.44798 10.1177 1.66322 10.111C3.54547 10.111 6.4465 12.3724 6.4465 15.3779C6.4465 15.8058 6.61592 16.2162 6.91751 16.5188C7.21909 16.8214 7.62812 16.9914 8.05463 16.9914C8.48113 16.9914 8.89016 16.8214 9.19175 16.5188C9.49333 16.2162 9.66277 15.8058 9.66277 15.3779C9.6582 13.1761 8.74295 11.0431 7.08 9.36845Z' fill='%2329A4DB'/%3e%3c/g%3e%3cg style='mix-blend-mode:multiply'%3e%3cpath d='M14.4397 6.88523C12.5575 6.88523 9.65645 4.62387 9.65645 1.6184C9.65645 1.19047 9.48703 0.780063 9.18545 0.477471C8.88386 0.174878 8.47481 0.00488281 8.04831 0.00488281C7.6218 0.00488281 7.21277 0.174878 6.91119 0.477471C6.6096 0.780063 6.44019 1.19047 6.44019 1.6184C6.44019 3.81558 7.3539 5.9486 9.01838 7.6217C10.5869 9.20313 12.5636 10.1107 14.4397 10.1107C14.8575 10.0978 15.2538 9.92226 15.5447 9.62122C15.8357 9.32018 15.9984 8.91731 15.9984 8.49798C15.9984 8.07865 15.8357 7.67579 15.5447 7.37475C15.2538 7.07371 14.8575 6.89814 14.4397 6.88523V6.88523Z' fill='%2329A4DB'/%3e%3c/g%3e%3cg style='mix-blend-mode:multiply'%3e%3cpath d='M14.4397 6.88477C12.5636 6.88477 10.5869 7.79084 9.01838 9.37226C7.35543 11.053 6.44019 13.1799 6.44019 15.3771C6.44019 15.805 6.6096 16.2154 6.91119 16.518C7.21277 16.8206 7.6218 16.9906 8.04831 16.9906C8.47481 16.9906 8.88386 16.8206 9.18545 16.518C9.48703 16.2154 9.65645 15.805 9.65645 15.3771C9.65645 14.0142 10.2504 12.6787 11.3316 11.6168C12.2758 10.6878 13.4636 10.1103 14.4413 10.1103C14.859 10.0974 15.2553 9.92179 15.5463 9.62075C15.8372 9.31971 15.9999 8.91685 15.9999 8.49751C15.9999 8.07818 15.8372 7.67532 15.5463 7.37428C15.2553 7.07324 14.859 6.89767 14.4413 6.88477H14.4397Z' fill='%2329A4DB'/%3e%3c/g%3e%3cg style='mix-blend-mode:multiply'%3e%3cpath d='M8.05053 0C7.62428 0.000807712 7.21572 0.171061 6.91431 0.473478C6.6129 0.775896 6.44322 1.18583 6.44241 1.61351C6.44241 2.97644 5.8485 4.31187 4.76728 5.37379C3.82311 6.30278 2.63528 6.88035 1.65761 6.88035C1.44236 6.8737 1.22799 6.9105 1.02718 6.98855C0.826377 7.06661 0.643242 7.18434 0.488644 7.33475C0.334045 7.48517 0.211128 7.66521 0.127189 7.86419C0.0432511 8.06317 0 8.27703 0 8.4931C0 8.70917 0.0432511 8.92304 0.127189 9.12202C0.211128 9.321 0.334045 9.50103 0.488644 9.65144C0.643242 9.80186 0.826377 9.91959 1.02718 9.99764C1.22799 10.0757 1.44236 10.1125 1.65761 10.1058C3.53376 10.1058 5.50891 9.19825 7.07897 7.61682C8.74193 5.93608 9.65715 3.8107 9.65715 1.61351C9.65635 1.18609 9.48688 0.776389 9.1858 0.474015C8.88472 0.171641 8.47653 0.0012112 8.05053 0Z' fill='%2329A4DB'/%3e%3c/g%3e%3c/svg%3e");
  min-width: 16px;
  height: 16.99px; }

.badroom-icon {
  background-image: url("data:image/svg+xml,%3csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.8877 3.42021C2.65875 3.42021 2.44351 3.41097 2.28161 3.2491L1.24258 2.21007C1.24257 1.90625 1 1.5 1.24258 0.997871C1.40448 0.835994 1.61972 0.746826 1.84867 0.746826C2.07763 0.746826 2.29287 0.835994 2.45477 0.997871L3.49378 2.03688C3.82796 2.37106 3.82796 2.91488 3.49378 3.24907C3.3319 3.41097 3.11666 3.42021 2.8877 3.42021ZM1.8487 0.991749C1.68516 0.991749 1.53141 1.05542 1.41577 1.17106C1.17707 1.40976 1.17707 1.7982 1.41577 2.0369L2.4548 3.07593C2.57044 3.19157 2.72418 3.25524 2.8877 3.25524C3.05125 3.25524 3.20499 3.19154 3.32063 3.07593C3.43627 2.96029 3.49995 2.80654 3.49995 2.643C3.49995 2.47945 3.43627 2.32571 3.32063 2.21007L2.28163 1.17106C2.16599 1.05542 2.01224 0.991749 1.8487 0.991749Z' fill='black'/%3e%3cpath d='M0.17245 5.48775H11.9276C12.0228 5.48775 12.1 5.41056 12.1 5.31531V3.35612C12.1 3.2609 12.0228 3.18367 11.9276 3.18367H1.32449V0.662241C1.32449 0.297039 1.02745 0 0.66224 0C0.29704 0 0 0.297039 0 0.662241V5.31531C0 5.41057 0.07722 5.48775 0.17245 5.48775ZM11.7551 3.52857V5.14286H0.3449V0.662241C0.3449 0.487301 0.4873 0.344898 0.66224 0.344898C0.83719 0.344898 0.97959 0.487301 0.97959 0.662241V3.35612C0.97959 3.45138 1.05682 3.52857 1.15204 3.52857H11.7551Z' fill='black'/%3e%3cpath d='M0.907069 6.95735H1.88666C1.98188 6.95735 2.05911 6.88016 2.05911 6.7849V5.31551C2.05911 5.22025 1.98188 5.14307 1.88666 5.14307H0.907069C0.811839 5.14307 0.734619 5.22025 0.734619 5.31551V6.7849C0.734619 6.88016 0.811839 6.95735 0.907069 6.95735ZM1.71421 5.48796V6.61245H1.07952V5.48796H1.71421Z' fill='black'/%3e%3cpath d='M10.2132 6.95735H11.1928C11.2881 6.95735 11.3653 6.88016 11.3653 6.7849V5.31551C11.3653 5.22026 11.2881 5.14307 11.1928 5.14307H10.2132C10.118 5.14307 10.0408 5.22026 10.0408 5.31551V6.7849C10.0408 6.88016 10.118 6.95735 10.2132 6.95735ZM11.0204 5.48796V6.61245H10.3857V5.48796H11.0204Z' fill='black'/%3e%3cpath d='M3.60116 4.50833H11.9277C12.0229 4.50833 12.1001 4.43113 12.1001 4.33588L12.1 3.35612C12.1 3.2609 12.0228 3.18367 11.9276 3.18367L3.60116 3.18384C3.50593 3.18384 3.42871 3.26106 3.42871 3.35629V4.33588C3.42871 4.43114 3.50594 4.50833 3.60116 4.50833ZM11.7551 3.52857L11.7552 4.16343H3.77361V3.52873L11.7551 3.52857Z' fill='black'/%3e%3c/svg%3e");
  min-width: 12px;
  height: 6.86px; }

.shower-icon {
  background-image: url("data:image/svg+xml,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.91023 0C9.35577 0 8.83444 0.215963 8.44224 0.607945L8.33567 0.714555L7.97125 0.350135C7.52498 -0.09613 6.79867 -0.0959836 6.35226 0.350135L5.75521 0.947253C5.69669 1.00578 5.69669 1.10059 5.75521 1.15912L8.13329 3.5372C8.16139 3.56529 8.1995 3.5811 8.23923 3.5811C8.27895 3.5811 8.31707 3.56529 8.34516 3.5372L8.9422 2.94008C9.15846 2.72397 9.27756 2.43646 9.27756 2.13066C9.27756 1.82486 9.15846 1.53735 8.9422 1.32109L8.54753 0.926421L8.65411 0.819811C8.98968 0.484454 9.4358 0.299656 9.91023 0.299656C10.8898 0.299656 11.6866 1.0965 11.6866 2.07594V6.74182H9.50595C9.40632 6.46035 9.14024 6.25693 8.82508 6.25693H7.13534C6.82018 6.25693 6.5541 6.46035 6.45447 6.74182H0.149828C0.0670861 6.74182 0 6.80884 0 6.89165V8.62009C0 10.4837 1.51628 12 3.37998 12H8.60626C10.47 12 11.9862 10.4837 11.9862 8.62009V6.89165V2.07594C11.9862 0.931304 11.0549 0 9.91023 0ZM8.97791 2.13066C8.97791 2.35643 8.88997 2.56859 8.73034 2.72822L8.23923 3.2194L6.07301 1.05319L6.56412 0.562002C6.89377 0.232497 7.42988 0.232497 7.75938 0.562002L8.22957 1.03219C8.22963 1.03225 8.22965 1.03235 8.22972 1.03241C8.22978 1.03247 8.22987 1.03249 8.22994 1.03256L8.73034 1.53296C8.88997 1.69259 8.97791 1.90489 8.97791 2.13066ZM6.71007 6.98193C6.71007 6.74738 6.90087 6.55659 7.13534 6.55659H8.82508C9.05955 6.55659 9.25035 6.74738 9.25035 6.98193V9.94557H6.71007V6.98193ZM11.6866 8.62009C11.6866 10.3185 10.3048 11.7003 8.60626 11.7003H3.37998C1.68147 11.7003 0.299656 10.3185 0.299656 8.62009V7.04148H6.41042V10.0954C6.41042 10.1782 6.4775 10.2452 6.56025 10.2452H9.40018C9.48292 10.2452 9.55 10.1782 9.55 10.0954V7.04148H11.6866V8.62009Z' fill='black'/%3e%3c/svg%3e");
  min-width: 13px;
  height: 13px; }

.seat-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.7857 4.28595H10.7024V1.48833C10.7024 0.690709 10.0714 0.0478516 9.27381 0.0478516H2.72619C1.92857 0.0478516 1.28571 0.690709 1.28571 1.48833V4.28595H1.20238C0.52381 4.28595 0 4.84547 0 5.47642V10.7502C0 11.4288 0.559524 11.9526 1.20238 11.9526H1.64286C1.72619 11.9526 1.7619 11.9526 1.84524 11.9526H10.119C10.2024 11.9526 10.2381 11.9526 10.3214 11.9526H10.7976C11.4762 11.9526 12 11.3931 12 10.7502V5.47642C11.9881 4.84547 11.4286 4.28595 10.7857 4.28595ZM2.39286 10.7502C2.39286 11.155 2.07143 11.4645 1.67857 11.4645H1.20238C0.797619 11.4645 0.488095 11.1431 0.488095 10.7502V5.47642C0.488095 5.07166 0.809524 4.76214 1.20238 4.76214H1.64286C2.04762 4.76214 2.35714 5.08357 2.35714 5.47642L2.39286 10.7502ZM2.63095 11.4764C2.78571 11.274 2.86905 11.0359 2.86905 10.7621V8.39309H9.14286V10.7502C9.14286 11.024 9.22619 11.274 9.38095 11.4645C9.39286 11.4764 2.63095 11.4764 2.63095 11.4764ZM2.88095 7.9169V6.40499H9.15476V7.9288H2.88095V7.9169ZM9.10714 5.47642V5.88118H2.88095V5.47642C2.88095 4.83357 2.40476 4.32166 1.7619 4.27404V1.48833C1.7619 0.964518 2.20238 0.524042 2.72619 0.524042H9.27381C9.79762 0.524042 10.2381 0.964518 10.2381 1.48833V4.32166C9.63095 4.35738 9.10714 4.88118 9.10714 5.47642ZM11.5 10.7502C11.5 11.155 11.1786 11.4645 10.7857 11.4645H10.3452C9.94048 11.4645 9.63095 11.1431 9.63095 10.7502V5.47642C9.63095 5.07166 9.95238 4.76214 10.3452 4.76214H10.7857C11.1905 4.76214 11.5 5.08357 11.5 5.47642V10.7502Z' fill='black'/%3e%3c/svg%3e");
  min-width: 12px;
  height: 12px; }

.area-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.433735 0.361328C0.187952 0.361328 0 0.54928 0 0.795063V11.2047C0 11.4505 0.187952 11.6384 0.433735 11.6384H1.87952C2.1253 11.6384 2.31325 11.4505 2.31325 11.2047C2.31325 10.9589 2.1253 10.771 1.87952 10.771H0.86747V4.12036H3.75904C4.00482 4.12036 4.19277 3.93241 4.19277 3.68663C4.19277 3.44085 4.00482 3.25289 3.75904 3.25289H0.86747V1.2288H6.6506C6.89639 1.2288 7.08434 1.04085 7.08434 0.795063C7.08434 0.54928 6.89639 0.361328 6.6506 0.361328H0.433735ZM6.6506 3.25289C6.40482 3.25289 6.21687 3.44085 6.21687 3.68663C6.21687 3.93241 6.40482 4.12036 6.6506 4.12036H11.1325V10.771H7.08434V6.14446C7.08434 5.89868 6.89639 5.71073 6.6506 5.71073C6.40482 5.71073 6.21687 5.89868 6.21687 6.14446V10.771H4.77108C4.5253 10.771 4.33735 10.9589 4.33735 11.2047C4.33735 11.4505 4.5253 11.6384 4.77108 11.6384H11.5663C11.812 11.6384 12 11.4505 12 11.2047V3.68663C12 3.44085 11.812 3.25289 11.5663 3.25289H6.6506Z' fill='black'/%3e%3c/svg%3e");
  min-width: 12px;
  height: 12px; }

.heart-primary-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1496 0.598825C12.8384 0.313408 13.5767 0.166504 14.3223 0.166504C15.0679 0.166504 15.8063 0.313408 16.4951 0.598825C17.1838 0.884189 17.8095 1.30242 18.3366 1.82964C18.8638 2.35669 19.2823 2.98272 19.5677 3.67142C19.8531 4.36025 20 5.09856 20 5.84418C20 6.5898 19.8531 7.32811 19.5677 8.01694C19.2823 8.7057 18.864 9.3315 18.3367 9.85858C18.3367 9.85862 18.3368 9.85853 18.3367 9.85858L10.6172 17.578C10.2762 17.9191 9.72331 17.9191 9.38229 17.578L1.66282 9.85858C0.598133 8.79389 0 7.34987 0 5.84418C0 4.33849 0.598133 2.89447 1.66282 1.82979C2.7275 0.765104 4.17152 0.166971 5.67721 0.166971C7.1829 0.166971 8.62692 0.765104 9.6916 1.82979L9.99977 2.13795L10.3078 1.82993C10.3078 1.82988 10.3077 1.82998 10.3078 1.82993C10.8349 1.30265 11.4608 0.884215 12.1496 0.598825ZM14.3223 1.91299C13.8061 1.91299 13.295 2.01469 12.8181 2.21229C12.3412 2.40989 11.9079 2.6995 11.543 3.0646L10.6172 3.99038C10.2762 4.3314 9.72331 4.3314 9.38229 3.99038L8.45665 3.06474C7.7195 2.32759 6.7197 1.91346 5.67721 1.91346C4.63472 1.91346 3.63492 2.32759 2.89777 3.06474C2.16062 3.80189 1.74649 4.80169 1.74649 5.84418C1.74649 6.88667 2.16062 7.88647 2.89777 8.62362L9.99977 15.7256L17.1018 8.62362C17.4669 8.2587 17.7566 7.82528 17.9542 7.3484C18.1518 6.87152 18.2535 6.36038 18.2535 5.84418C18.2535 5.32799 18.1518 4.81685 17.9542 4.33996C17.7566 3.86308 17.467 3.42981 17.1019 3.06489C16.737 2.69979 16.3034 2.40989 15.8265 2.21229C15.3497 2.01469 14.8385 1.91299 14.3223 1.91299Z' fill='%23065FA9'/%3e%3c/svg%3e");
  min-width: 20px;
  height: 18px; }

.heart-primary-fill-icon {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.462 1.37911C15.2508 1.05226 16.0963 0.884033 16.9501 0.884033C17.804 0.884033 18.6495 1.05226 19.4383 1.37911C20.2269 1.70589 20.9435 2.18484 21.5471 2.78859C22.1508 3.39214 22.6301 4.10904 22.9569 4.89771C23.2837 5.68653 23.4519 6.53201 23.4519 7.38586C23.4519 8.23971 23.2837 9.08519 22.9569 9.87401C22.6301 10.6627 22.1511 11.3794 21.5472 11.983L12.7072 20.823C12.3167 21.2135 11.6835 21.2135 11.293 20.823L2.45301 11.983C1.23378 10.7637 0.548828 9.11011 0.548828 7.38586C0.548828 5.66161 1.23378 4.00798 2.45301 2.78875C3.67224 1.56952 5.32587 0.884568 7.05012 0.884568C8.77437 0.884568 10.428 1.56952 11.6472 2.78875L12.0001 3.14165L12.3528 2.78892C12.9564 2.18509 13.6732 1.70592 14.462 1.37911Z' fill='%2329A4DB'/%3e%3c/svg%3e");
  min-width: 22.9px;
  height: 20.23px; }

.check-circle-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.664 2.0212C9.37472 1.44673 7.93428 1.30441 6.5575 1.61548C5.18073 1.92654 3.94139 2.67432 3.02433 3.74728C2.10726 4.82025 1.56161 6.16091 1.46873 7.56933C1.37586 8.97775 1.74076 10.3785 2.50899 11.5625C3.27723 12.7466 4.40765 13.6507 5.73165 14.1398C7.05566 14.629 8.50232 14.677 9.85587 14.2768C11.2094 13.8766 12.3973 13.0496 13.2425 11.9191C14.0876 10.7886 14.5446 9.41522 14.5455 8.00374V7.33507C14.5455 6.93341 14.8711 6.6078 15.2727 6.6078C15.6744 6.6078 16 6.93341 16 7.33507V8.00416C15.999 9.7293 15.4404 11.4083 14.4075 12.79C13.3745 14.1718 11.9226 15.1826 10.2683 15.6717C8.61394 16.1608 6.84581 16.1021 5.22757 15.5042C3.60934 14.9064 2.22772 13.8015 1.28877 12.3542C0.349813 10.907 -0.096167 9.19503 0.0173414 7.47363C0.13085 5.75223 0.797765 4.11364 1.91862 2.80224C3.03948 1.49083 4.55423 0.576885 6.23695 0.196696C7.91967 -0.183493 9.68021 -0.00955142 11.256 0.692579C11.6229 0.856055 11.7878 1.286 11.6243 1.65289C11.4608 2.01978 11.0309 2.18468 10.664 2.0212Z' fill='%237EE000'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7867 1.67146C16.0709 1.95534 16.0711 2.41582 15.7872 2.69998L8.51452 9.97998C8.37815 10.1165 8.19313 10.1932 8.00018 10.1932C7.80724 10.1933 7.62218 10.1167 7.48574 9.98024L5.30393 7.79842C5.01991 7.5144 5.01991 7.05392 5.30393 6.7699C5.58794 6.48588 6.04843 6.48588 6.33244 6.7699L7.99974 8.4372L14.7582 1.67198C15.0421 1.38782 15.5026 1.38759 15.7867 1.67146Z' fill='%237EE000'/%3e%3c/svg%3e");
  min-width: 16px;
  height: 16px; }

.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-color ease .3s; }
  .action-btn:hover, .action-btn:focus, .action-btn:active {
    background-color: #29A4DB;
    transition: background-color ease .3s; }
  .action-btn.more-icon-btn {
    background-image: url("data:image/svg+xml,%3csvg min-width='3' height='17' viewBox='0 0 3 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='1.5' cy='1.5' r='1.5' fill='%232E3131'/%3e%3ccircle cx='1.5' cy='8.5' r='1.5' fill='%232E3131'/%3e%3ccircle cx='1.5' cy='15.5' r='1.5' fill='%232E3131'/%3e%3c/svg%3e"); }
    .action-btn.more-icon-btn:hover, .action-btn.more-icon-btn:focus, .action-btn.more-icon-btn:active {
      background-image: url("data:image/svg+xml,%3csvg min-width='3' height='17' viewBox='0 0 3 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='1.5' cy='1.5' r='1.5' fill='white'/%3e%3ccircle cx='1.5' cy='8.5' r='1.5' fill='white'/%3e%3ccircle cx='1.5' cy='15.5' r='1.5' fill='white'/%3e%3c/svg%3e"); }
  .action-btn.edit-icon-btn {
    background-image: url("data:image/svg+xml,%3csvg min-width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.58951 13.2678C6.58951 12.8635 6.91731 12.5357 7.32168 12.5357H13.9112C14.3155 12.5357 14.6433 12.8635 14.6433 13.2678C14.6433 13.6722 14.3155 14 13.9112 14H7.32168C6.91731 14 6.58951 13.6722 6.58951 13.2678Z' fill='%232593C5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7147 1.46433C11.4969 1.46433 11.2881 1.55083 11.1341 1.7048L2.12547 10.7135L1.73845 12.2616L3.28653 11.8745L12.2952 2.86585C12.3714 2.78962 12.4319 2.69911 12.4732 2.59951C12.5144 2.4999 12.5357 2.39314 12.5357 2.28533C12.5357 2.17751 12.5144 2.07075 12.4732 1.97114C12.4319 1.87154 12.3714 1.78103 12.2952 1.7048C12.219 1.62856 12.1285 1.56809 12.0289 1.52683C11.9292 1.48557 11.8225 1.46433 11.7147 1.46433ZM10.0987 0.669356C10.5273 0.240775 11.1086 0 11.7147 0C12.0148 0 12.312 0.0591117 12.5892 0.17396C12.8665 0.288808 13.1184 0.457144 13.3306 0.669356C13.5429 0.881568 13.7112 1.1335 13.826 1.41077C13.9409 1.68804 14 1.98521 14 2.28533C14 2.58544 13.9409 2.88261 13.826 3.15988C13.7112 3.43715 13.5429 3.68908 13.3306 3.90129L4.17857 13.0534C4.08473 13.1472 3.96716 13.2138 3.83842 13.246L0.909758 13.9781C0.660254 14.0405 0.396318 13.9674 0.214462 13.7855C0.0326063 13.6037 -0.0404998 13.3397 0.0218762 13.0902L0.754042 10.1616C0.786227 10.0328 0.852795 9.91527 0.946628 9.82143L10.0987 0.669356Z' fill='%232593C5'/%3e%3c/svg%3e"); }
    .action-btn.edit-icon-btn:hover, .action-btn.edit-icon-btn:focus, .action-btn.edit-icon-btn:active {
      background-image: url("data:image/svg+xml,%3csvg min-width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.58951 13.2678C6.58951 12.8635 6.91731 12.5357 7.32168 12.5357H13.9112C14.3155 12.5357 14.6433 12.8635 14.6433 13.2678C14.6433 13.6722 14.3155 14 13.9112 14H7.32168C6.91731 14 6.58951 13.6722 6.58951 13.2678Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7147 1.46433C11.4969 1.46433 11.2881 1.55083 11.1341 1.7048L2.12547 10.7135L1.73845 12.2616L3.28653 11.8745L12.2952 2.86585C12.3714 2.78962 12.4319 2.69911 12.4732 2.59951C12.5144 2.4999 12.5357 2.39314 12.5357 2.28533C12.5357 2.17751 12.5144 2.07075 12.4732 1.97114C12.4319 1.87154 12.3714 1.78103 12.2952 1.7048C12.219 1.62856 12.1285 1.56809 12.0289 1.52683C11.9292 1.48557 11.8225 1.46433 11.7147 1.46433ZM10.0987 0.669356C10.5273 0.240775 11.1086 0 11.7147 0C12.0148 0 12.312 0.0591117 12.5892 0.17396C12.8665 0.288808 13.1184 0.457144 13.3306 0.669356C13.5429 0.881568 13.7112 1.1335 13.826 1.41077C13.9409 1.68804 14 1.98521 14 2.28533C14 2.58544 13.9409 2.88261 13.826 3.15988C13.7112 3.43715 13.5429 3.68908 13.3306 3.90129L4.17857 13.0534C4.08473 13.1472 3.96716 13.2138 3.83842 13.246L0.909758 13.9781C0.660254 14.0405 0.396318 13.9674 0.214462 13.7855C0.0326063 13.6037 -0.0404998 13.3397 0.0218762 13.0902L0.754042 10.1616C0.786227 10.0328 0.852795 9.91527 0.946628 9.82143L10.0987 0.669356Z' fill='white'/%3e%3c/svg%3e"); }
  .action-btn.trash-icon-btn {
    background-image: url("data:image/svg+xml,%3csvg min-width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4.2002C0 3.75837 0.358172 3.4002 0.8 3.4002H15.2C15.6418 3.4002 16 3.75837 16 4.2002C16 4.64202 15.6418 5.0002 15.2 5.0002H0.8C0.358172 5.0002 0 4.64202 0 4.2002Z' fill='%232593C5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 1.8002C6.18783 1.8002 5.98434 1.88448 5.83431 2.03451C5.68429 2.18454 5.6 2.38802 5.6 2.6002V3.4002H10.4V2.6002C10.4 2.38802 10.3157 2.18454 10.1657 2.03451C10.0157 1.88448 9.81217 1.8002 9.6 1.8002H6.4ZM12 3.4002V2.6002C12 1.96368 11.7471 1.35323 11.2971 0.903139C10.847 0.453052 10.2365 0.200195 9.6 0.200195H6.4C5.76348 0.200195 5.15303 0.453052 4.70294 0.903139C4.25286 1.35323 4 1.96368 4 2.6002V3.4002H2.4C1.95817 3.4002 1.6 3.75837 1.6 4.2002V15.4002C1.6 16.0367 1.85286 16.6472 2.30294 17.0973C2.75303 17.5473 3.36348 17.8002 4 17.8002H12C12.6365 17.8002 13.247 17.5473 13.6971 17.0973C14.1471 16.6472 14.4 16.0367 14.4 15.4002V4.2002C14.4 3.75837 14.0418 3.4002 13.6 3.4002H12ZM3.2 5.0002V15.4002C3.2 15.6124 3.28429 15.8159 3.43431 15.9659C3.58434 16.1159 3.78783 16.2002 4 16.2002H12C12.2122 16.2002 12.4157 16.1159 12.5657 15.9659C12.7157 15.8159 12.8 15.6124 12.8 15.4002V5.0002H3.2Z' fill='%232593C5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 7.4002C6.84183 7.4002 7.2 7.75837 7.2 8.2002V13.0002C7.2 13.442 6.84183 13.8002 6.4 13.8002C5.95817 13.8002 5.6 13.442 5.6 13.0002V8.2002C5.6 7.75837 5.95817 7.4002 6.4 7.4002Z' fill='%232593C5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6 7.4002C10.0418 7.4002 10.4 7.75837 10.4 8.2002V13.0002C10.4 13.442 10.0418 13.8002 9.6 13.8002C9.15817 13.8002 8.8 13.442 8.8 13.0002V8.2002C8.8 7.75837 9.15817 7.4002 9.6 7.4002Z' fill='%232593C5'/%3e%3c/svg%3e"); }
    .action-btn.trash-icon-btn:hover, .action-btn.trash-icon-btn:focus, .action-btn.trash-icon-btn:active {
      background-image: url("data:image/svg+xml,%3csvg min-width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4C0 3.55817 0.358172 3.2 0.8 3.2H15.2C15.6418 3.2 16 3.55817 16 4C16 4.44183 15.6418 4.8 15.2 4.8H0.8C0.358172 4.8 0 4.44183 0 4Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 1.6C6.18783 1.6 5.98434 1.68429 5.83431 1.83431C5.68429 1.98434 5.6 2.18783 5.6 2.4V3.2H10.4V2.4C10.4 2.18783 10.3157 1.98434 10.1657 1.83431C10.0157 1.68429 9.81217 1.6 9.6 1.6H6.4ZM12 3.2V2.4C12 1.76348 11.7471 1.15303 11.2971 0.702944C10.847 0.252856 10.2365 0 9.6 0H6.4C5.76348 0 5.15303 0.252856 4.70294 0.702944C4.25286 1.15303 4 1.76348 4 2.4V3.2H2.4C1.95817 3.2 1.6 3.55817 1.6 4V15.2C1.6 15.8365 1.85286 16.447 2.30294 16.8971C2.75303 17.3471 3.36348 17.6 4 17.6H12C12.6365 17.6 13.247 17.3471 13.6971 16.8971C14.1471 16.447 14.4 15.8365 14.4 15.2V4C14.4 3.55817 14.0418 3.2 13.6 3.2H12ZM3.2 4.8V15.2C3.2 15.4122 3.28429 15.6157 3.43431 15.7657C3.58434 15.9157 3.78783 16 4 16H12C12.2122 16 12.4157 15.9157 12.5657 15.7657C12.7157 15.6157 12.8 15.4122 12.8 15.2V4.8H3.2Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 7.2C6.84183 7.2 7.2 7.55817 7.2 8V12.8C7.2 13.2418 6.84183 13.6 6.4 13.6C5.95817 13.6 5.6 13.2418 5.6 12.8V8C5.6 7.55817 5.95817 7.2 6.4 7.2Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6 7.2C10.0418 7.2 10.4 7.55817 10.4 8V12.8C10.4 13.2418 10.0418 13.6 9.6 13.6C9.15817 13.6 8.8 13.2418 8.8 12.8V8C8.8 7.55817 9.15817 7.2 9.6 7.2Z' fill='white'/%3e%3c/svg%3e"); }

.option-card-btn .propline-icon {
  background-size: contain; }

.option-card-btn.calender-icon .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.31818 3.09091C1.89142 3.09091 1.54545 3.43687 1.54545 3.86364V14.6818C1.54545 15.1086 1.89142 15.4545 2.31818 15.4545H13.1364C13.5631 15.4545 13.9091 15.1086 13.9091 14.6818V3.86364C13.9091 3.43687 13.5631 3.09091 13.1364 3.09091H2.31818ZM0 3.86364C0 2.58334 1.03789 1.54545 2.31818 1.54545H13.1364C14.4167 1.54545 15.4545 2.58334 15.4545 3.86364V14.6818C15.4545 15.9621 14.4167 17 13.1364 17H2.31818C1.03789 17 0 15.9621 0 14.6818V3.86364Z' fill='%232E3131'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8182 0C11.2449 0 11.5909 0.345962 11.5909 0.772727V3.86364C11.5909 4.2904 11.2449 4.63636 10.8182 4.63636C10.3914 4.63636 10.0455 4.2904 10.0455 3.86364V0.772727C10.0455 0.345962 10.3914 0 10.8182 0Z' fill='%232E3131'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.63636 0C5.06313 0 5.40909 0.345962 5.40909 0.772727V3.86364C5.40909 4.2904 5.06313 4.63636 4.63636 4.63636C4.2096 4.63636 3.86364 4.2904 3.86364 3.86364V0.772727C3.86364 0.345962 4.2096 0 4.63636 0Z' fill='%232E3131'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.95455C0 6.52778 0.345962 6.18182 0.772727 6.18182H14.6818C15.1086 6.18182 15.4545 6.52778 15.4545 6.95455C15.4545 7.38131 15.1086 7.72727 14.6818 7.72727H0.772727C0.345962 7.72727 0 7.38131 0 6.95455Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 18px;
  height: 18px; }

.option-card-btn.calender-icon:hover .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.31818 3.09091C1.89142 3.09091 1.54545 3.43687 1.54545 3.86364V14.6818C1.54545 15.1086 1.89142 15.4545 2.31818 15.4545H13.1364C13.5631 15.4545 13.9091 15.1086 13.9091 14.6818V3.86364C13.9091 3.43687 13.5631 3.09091 13.1364 3.09091H2.31818ZM0 3.86364C0 2.58334 1.03789 1.54545 2.31818 1.54545H13.1364C14.4167 1.54545 15.4545 2.58334 15.4545 3.86364V14.6818C15.4545 15.9621 14.4167 17 13.1364 17H2.31818C1.03789 17 0 15.9621 0 14.6818V3.86364Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8182 0C11.2449 0 11.5909 0.345962 11.5909 0.772727V3.86364C11.5909 4.2904 11.2449 4.63636 10.8182 4.63636C10.3914 4.63636 10.0455 4.2904 10.0455 3.86364V0.772727C10.0455 0.345962 10.3914 0 10.8182 0Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.63636 0C5.06313 0 5.40909 0.345962 5.40909 0.772727V3.86364C5.40909 4.2904 5.06313 4.63636 4.63636 4.63636C4.2096 4.63636 3.86364 4.2904 3.86364 3.86364V0.772727C3.86364 0.345962 4.2096 0 4.63636 0Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.95455C0 6.52778 0.345962 6.18182 0.772727 6.18182H14.6818C15.1086 6.18182 15.4545 6.52778 15.4545 6.95455C15.4545 7.38131 15.1086 7.72727 14.6818 7.72727H0.772727C0.345962 7.72727 0 7.38131 0 6.95455Z' fill='%23065FA9'/%3e%3c/svg%3e"); }

.option-card-btn.world-icon .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='path-1-outside-1_84:635' maskUnits='userSpaceOnUse' x='0' y='0' min-width='19' height='19' fill='black'%3e%3crect fill='white' min-width='19' height='19'/%3e%3cpath d='M10.3576 1C5.75947 1 2.02081 4.73927 2.02081 9.33741C2.02081 10.2633 2.17212 11.1551 2.4516 11.9882C2.46444 12.0264 2.48469 12.0618 2.51119 12.0922C2.53769 12.1226 2.56993 12.1475 2.60606 12.1655C2.6422 12.1835 2.68151 12.1942 2.72177 12.1969C2.76204 12.1997 2.80245 12.1945 2.8407 12.1817C2.87896 12.1688 2.91431 12.1486 2.94474 12.1221C2.97517 12.0956 3.00008 12.0633 3.01805 12.0272C3.03601 11.9911 3.04669 11.9517 3.04945 11.9115C3.05222 11.8712 3.04704 11.8308 3.03418 11.7926C2.77546 11.0214 2.63519 10.1963 2.63519 9.33741C2.63519 8.54871 2.75456 7.78796 2.97419 7.07126C3.06844 7.18705 3.18034 7.28759 3.30298 7.37006C3.63654 7.59436 4.04754 7.71021 4.46995 7.74205C5.31478 7.80573 6.2567 7.55238 6.6563 6.81627C6.97542 6.22841 7.05416 5.93557 7.16509 5.73389C7.27602 5.53221 7.44347 5.34095 8.02787 4.86151C9.35602 3.77128 9.08648 1.80324 9.07485 1.72238C9.49233 1.65255 9.92028 1.61439 10.3576 1.61439C11.378 1.61439 12.3513 1.81414 13.243 2.17357C13.2482 2.1841 13.254 2.19431 13.2604 2.20417C13.2604 2.20417 13.3823 2.39501 13.4895 2.66916C13.5968 2.94332 13.6721 3.28709 13.6167 3.54034C13.5205 3.98029 13.6113 4.45715 13.8897 4.83391C14.1682 5.21068 14.6482 5.47125 15.2475 5.4585C15.5421 5.45222 16.1843 5.71632 16.6965 6.00749C17.1583 6.26999 17.4932 6.50741 17.5629 6.55707C17.896 7.42001 18.0806 8.3569 18.0806 9.33741C18.0806 11.107 17.4844 12.7362 16.4835 14.0383C16.4203 14.0292 16.2073 14.0016 15.8811 14.0203C15.5019 14.0421 15.0183 14.1317 14.6025 14.4019C14.4791 14.4821 14.4313 14.4819 14.3571 14.4733C14.2829 14.4647 14.1745 14.4222 14.0181 14.3749C13.8618 14.3276 13.6504 14.286 13.4109 14.3353C13.1715 14.3846 12.918 14.5154 12.6334 14.7529C12.0299 15.2564 11.9479 15.9299 12.0412 16.4136C12.0729 16.5783 12.1222 16.7181 12.1732 16.8432C11.5907 16.9836 10.9833 17.0598 10.3576 17.0598C9.20095 17.0598 8.10579 16.8058 7.12129 16.3501C7.08469 16.3331 7.0451 16.3235 7.00479 16.3218C6.96447 16.3201 6.92422 16.3263 6.88633 16.3402C6.84844 16.3541 6.81365 16.3753 6.78395 16.4026C6.75426 16.4299 6.73023 16.4628 6.71325 16.4994C6.69627 16.536 6.68666 16.5756 6.68498 16.6159C6.6833 16.6562 6.68958 16.6965 6.70346 16.7344C6.71734 16.7723 6.73854 16.8071 6.76586 16.8368C6.79319 16.8664 6.82609 16.8905 6.8627 16.9074C7.92594 17.3997 9.1108 17.6742 10.3576 17.6742C11.1234 17.6742 11.8643 17.5683 12.5692 17.3742C12.6178 17.3843 12.6682 17.3824 12.7159 17.3687C12.7637 17.355 12.8074 17.3299 12.8434 17.2956C16.2307 16.2359 18.695 13.0701 18.695 9.33741C18.695 4.73927 14.9558 1 10.3576 1ZM8.46706 1.84838C8.48458 2.04918 8.59056 3.6045 7.63788 4.38692C7.03558 4.88108 6.78826 5.14473 6.6269 5.4381C6.46551 5.73154 6.41404 5.97442 6.11631 6.52287C5.89907 6.92307 5.19139 7.18036 4.51615 7.12946C4.17853 7.10401 3.86174 7.00603 3.64557 6.86067C3.4294 6.7153 3.31301 6.54632 3.29578 6.30508C3.29424 6.28251 3.29022 6.26017 3.28378 6.23848C4.23141 4.07776 6.13837 2.4344 8.46706 1.84838ZM14.1111 2.58756C15.3435 3.27431 16.3673 4.2888 17.0667 5.5131C17.0434 5.49963 17.0238 5.48699 17.0001 5.4735C16.4548 5.16357 15.8192 4.83165 15.2343 4.84411C14.8088 4.85317 14.5496 4.69384 14.3835 4.46912C14.2174 4.24441 14.1585 3.93803 14.2167 3.67174C14.3027 3.27851 14.2193 2.89956 14.1111 2.58756ZM14.5425 7.24946C14.6841 7.24946 14.8261 7.30446 14.9361 7.41445L14.9367 7.41565C15.1565 7.63521 15.1565 7.98208 14.9367 8.20164L13.9539 9.18501C13.9159 9.22315 13.8886 9.2706 13.8747 9.32262C13.8608 9.37464 13.8608 9.4294 13.8747 9.48141L14.3853 11.387C14.4883 11.7719 14.2649 12.1527 13.8867 12.2671L13.3869 10.4036C13.373 10.3514 13.3456 10.3039 13.3075 10.2657C13.2694 10.2275 13.2219 10.2 13.1697 10.186C13.1176 10.172 13.0627 10.172 13.0106 10.186C12.9584 10.2 12.9109 10.2274 12.8728 10.2656L11.326 11.8124C11.2951 11.8433 11.2528 11.8616 11.2078 11.8616C11.1633 11.8616 11.1211 11.8439 11.0902 11.813L10.5388 11.2616C10.5069 11.2297 10.4896 11.1879 10.4896 11.1434C10.4896 11.0993 10.507 11.0569 10.5382 11.0258C11.0791 10.4846 12.085 9.47841 12.085 9.47841C12.123 9.44029 12.1504 9.39284 12.1643 9.34082C12.1782 9.2888 12.1782 9.23404 12.1643 9.18202C12.1504 9.13 12.123 9.08255 12.085 9.04443C12.047 9.00631 11.9996 8.97886 11.9476 8.96482L10.084 8.46503C10.1981 8.08631 10.5796 7.86335 10.9648 7.96644L12.8698 8.47703C12.9219 8.491 12.9768 8.49097 13.029 8.47697C13.0811 8.46296 13.1286 8.43546 13.1668 8.39723L14.1495 7.41445C14.2593 7.30454 14.4009 7.24945 14.5425 7.24946ZM8.78385 11.183C8.70405 11.1853 8.6283 11.2187 8.57266 11.276L7.77828 12.0703C7.74879 12.0987 7.72526 12.1326 7.70904 12.1701C7.69282 12.2076 7.68426 12.248 7.68384 12.2888C7.68343 12.3297 7.69117 12.3702 7.70662 12.4081C7.72207 12.4459 7.74491 12.4803 7.77381 12.5092C7.80271 12.5381 7.83709 12.5609 7.87493 12.5764C7.91277 12.5918 7.95331 12.5996 7.99418 12.5992C8.03505 12.5988 8.07542 12.5902 8.11294 12.574C8.15046 12.5578 8.18436 12.5342 8.21267 12.5047L9.00705 11.7104C9.05144 11.6672 9.08176 11.6117 9.09403 11.551C9.10631 11.4903 9.09997 11.4273 9.07584 11.3703C9.05171 11.3133 9.01092 11.2649 8.95882 11.2315C8.90672 11.1981 8.84573 11.1811 8.78385 11.183ZM10.0558 11.9774C10.0111 11.9779 9.96704 11.9883 9.92673 12.0077C9.88641 12.027 9.85082 12.055 9.82243 12.0895C9.0601 12.9899 7.61342 14.4394 6.13791 15.5905C5.40016 16.166 4.65335 16.6678 3.99116 16.9908C3.32898 17.3138 2.75628 17.4401 2.3988 17.3556C2.06086 17.2758 1.87922 17.1287 1.76101 16.9236C1.6428 16.7185 1.59323 16.4324 1.62302 16.0855C1.68259 15.3916 2.06458 14.4908 2.58239 13.7269C2.60506 13.6935 2.62092 13.656 2.62907 13.6164C2.63722 13.5769 2.6375 13.5361 2.6299 13.4965C2.6223 13.4568 2.60696 13.4191 2.58476 13.3854C2.56257 13.3516 2.53395 13.3226 2.50053 13.3C2.46712 13.2773 2.42957 13.2615 2.39003 13.2533C2.3505 13.2452 2.30974 13.2449 2.27009 13.2525C2.23045 13.2601 2.19269 13.2755 2.15898 13.2977C2.12526 13.3199 2.09626 13.3485 2.07361 13.3819C1.51102 14.2118 1.08508 15.1702 1.01103 16.0327C0.974004 16.4639 1.02623 16.8804 1.22823 17.2308C1.43023 17.5813 1.78768 17.8429 2.2572 17.9538C2.85955 18.0962 3.53757 17.8955 4.26056 17.5428C4.98354 17.1902 5.75655 16.6677 6.51591 16.0753C8.03461 14.8905 9.49188 13.4299 10.291 12.4861C10.3299 12.4414 10.355 12.3865 10.3633 12.3278C10.3717 12.2692 10.3629 12.2094 10.338 12.1556C10.3132 12.1019 10.2733 12.0565 10.2233 12.0248C10.1732 11.9932 10.115 11.9767 10.0558 11.9774ZM10.8454 13.2439C10.7656 13.2463 10.6899 13.2797 10.6342 13.3369L9.04545 14.9263C9.01596 14.9546 8.99243 14.9885 8.97621 15.026C8.96 15.0635 8.95143 15.1039 8.95101 15.1448C8.9506 15.1856 8.95834 15.2262 8.97379 15.264C8.98924 15.3019 9.01208 15.3362 9.04098 15.3651C9.06988 15.394 9.10426 15.4169 9.1421 15.4323C9.17994 15.4478 9.22048 15.4555 9.26135 15.4551C9.30222 15.4547 9.34259 15.4461 9.38011 15.4299C9.41763 15.4137 9.45153 15.3902 9.47984 15.3607L11.0686 13.7713C11.113 13.7282 11.1433 13.6726 11.1556 13.6119C11.1679 13.5513 11.1615 13.4883 11.1374 13.4313C11.1133 13.3743 11.0725 13.3259 11.0204 13.2924C10.9683 13.259 10.9073 13.2421 10.8454 13.2439ZM15.9597 14.6503C15.0893 15.5677 13.9968 16.2706 12.7672 16.674C12.7211 16.5713 12.6726 16.4448 12.6442 16.2973C12.5781 15.9544 12.5954 15.5851 13.027 15.2251C13.2596 15.031 13.4211 14.9604 13.5345 14.9371C13.648 14.9137 13.7275 14.9286 13.8405 14.9629C13.9536 14.9971 14.0932 15.0617 14.2857 15.0841C14.4783 15.1065 14.7157 15.0607 14.9373 14.9167C15.2317 14.7254 15.6378 14.6665 15.9597 14.6503Z'/%3e%3c/mask%3e%3cpath d='M10.3576 1C5.75947 1 2.02081 4.73927 2.02081 9.33741C2.02081 10.2633 2.17212 11.1551 2.4516 11.9882C2.46444 12.0264 2.48469 12.0618 2.51119 12.0922C2.53769 12.1226 2.56993 12.1475 2.60606 12.1655C2.6422 12.1835 2.68151 12.1942 2.72177 12.1969C2.76204 12.1997 2.80245 12.1945 2.8407 12.1817C2.87896 12.1688 2.91431 12.1486 2.94474 12.1221C2.97517 12.0956 3.00008 12.0633 3.01805 12.0272C3.03601 11.9911 3.04669 11.9517 3.04945 11.9115C3.05222 11.8712 3.04704 11.8308 3.03418 11.7926C2.77546 11.0214 2.63519 10.1963 2.63519 9.33741C2.63519 8.54871 2.75456 7.78796 2.97419 7.07126C3.06844 7.18705 3.18034 7.28759 3.30298 7.37006C3.63654 7.59436 4.04754 7.71021 4.46995 7.74205C5.31478 7.80573 6.2567 7.55238 6.6563 6.81627C6.97542 6.22841 7.05416 5.93557 7.16509 5.73389C7.27602 5.53221 7.44347 5.34095 8.02787 4.86151C9.35602 3.77128 9.08648 1.80324 9.07485 1.72238C9.49233 1.65255 9.92028 1.61439 10.3576 1.61439C11.378 1.61439 12.3513 1.81414 13.243 2.17357C13.2482 2.1841 13.254 2.19431 13.2604 2.20417C13.2604 2.20417 13.3823 2.39501 13.4895 2.66916C13.5968 2.94332 13.6721 3.28709 13.6167 3.54034C13.5205 3.98029 13.6113 4.45715 13.8897 4.83391C14.1682 5.21068 14.6482 5.47125 15.2475 5.4585C15.5421 5.45222 16.1843 5.71632 16.6965 6.00749C17.1583 6.26999 17.4932 6.50741 17.5629 6.55707C17.896 7.42001 18.0806 8.3569 18.0806 9.33741C18.0806 11.107 17.4844 12.7362 16.4835 14.0383C16.4203 14.0292 16.2073 14.0016 15.8811 14.0203C15.5019 14.0421 15.0183 14.1317 14.6025 14.4019C14.4791 14.4821 14.4313 14.4819 14.3571 14.4733C14.2829 14.4647 14.1745 14.4222 14.0181 14.3749C13.8618 14.3276 13.6504 14.286 13.4109 14.3353C13.1715 14.3846 12.918 14.5154 12.6334 14.7529C12.0299 15.2564 11.9479 15.9299 12.0412 16.4136C12.0729 16.5783 12.1222 16.7181 12.1732 16.8432C11.5907 16.9836 10.9833 17.0598 10.3576 17.0598C9.20095 17.0598 8.10579 16.8058 7.12129 16.3501C7.08469 16.3331 7.0451 16.3235 7.00479 16.3218C6.96447 16.3201 6.92422 16.3263 6.88633 16.3402C6.84844 16.3541 6.81365 16.3753 6.78395 16.4026C6.75426 16.4299 6.73023 16.4628 6.71325 16.4994C6.69627 16.536 6.68666 16.5756 6.68498 16.6159C6.6833 16.6562 6.68958 16.6965 6.70346 16.7344C6.71734 16.7723 6.73854 16.8071 6.76586 16.8368C6.79319 16.8664 6.82609 16.8905 6.8627 16.9074C7.92594 17.3997 9.1108 17.6742 10.3576 17.6742C11.1234 17.6742 11.8643 17.5683 12.5692 17.3742C12.6178 17.3843 12.6682 17.3824 12.7159 17.3687C12.7637 17.355 12.8074 17.3299 12.8434 17.2956C16.2307 16.2359 18.695 13.0701 18.695 9.33741C18.695 4.73927 14.9558 1 10.3576 1ZM8.46706 1.84838C8.48458 2.04918 8.59056 3.6045 7.63788 4.38692C7.03558 4.88108 6.78826 5.14473 6.6269 5.4381C6.46551 5.73154 6.41404 5.97442 6.11631 6.52287C5.89907 6.92307 5.19139 7.18036 4.51615 7.12946C4.17853 7.10401 3.86174 7.00603 3.64557 6.86067C3.4294 6.7153 3.31301 6.54632 3.29578 6.30508C3.29424 6.28251 3.29022 6.26017 3.28378 6.23848C4.23141 4.07776 6.13837 2.4344 8.46706 1.84838ZM14.1111 2.58756C15.3435 3.27431 16.3673 4.2888 17.0667 5.5131C17.0434 5.49963 17.0238 5.48699 17.0001 5.4735C16.4548 5.16357 15.8192 4.83165 15.2343 4.84411C14.8088 4.85317 14.5496 4.69384 14.3835 4.46912C14.2174 4.24441 14.1585 3.93803 14.2167 3.67174C14.3027 3.27851 14.2193 2.89956 14.1111 2.58756ZM14.5425 7.24946C14.6841 7.24946 14.8261 7.30446 14.9361 7.41445L14.9367 7.41565C15.1565 7.63521 15.1565 7.98208 14.9367 8.20164L13.9539 9.18501C13.9159 9.22315 13.8886 9.2706 13.8747 9.32262C13.8608 9.37464 13.8608 9.4294 13.8747 9.48141L14.3853 11.387C14.4883 11.7719 14.2649 12.1527 13.8867 12.2671L13.3869 10.4036C13.373 10.3514 13.3456 10.3039 13.3075 10.2657C13.2694 10.2275 13.2219 10.2 13.1697 10.186C13.1176 10.172 13.0627 10.172 13.0106 10.186C12.9584 10.2 12.9109 10.2274 12.8728 10.2656L11.326 11.8124C11.2951 11.8433 11.2528 11.8616 11.2078 11.8616C11.1633 11.8616 11.1211 11.8439 11.0902 11.813L10.5388 11.2616C10.5069 11.2297 10.4896 11.1879 10.4896 11.1434C10.4896 11.0993 10.507 11.0569 10.5382 11.0258C11.0791 10.4846 12.085 9.47841 12.085 9.47841C12.123 9.44029 12.1504 9.39284 12.1643 9.34082C12.1782 9.2888 12.1782 9.23404 12.1643 9.18202C12.1504 9.13 12.123 9.08255 12.085 9.04443C12.047 9.00631 11.9996 8.97886 11.9476 8.96482L10.084 8.46503C10.1981 8.08631 10.5796 7.86335 10.9648 7.96644L12.8698 8.47703C12.9219 8.491 12.9768 8.49097 13.029 8.47697C13.0811 8.46296 13.1286 8.43546 13.1668 8.39723L14.1495 7.41445C14.2593 7.30454 14.4009 7.24945 14.5425 7.24946ZM8.78385 11.183C8.70405 11.1853 8.6283 11.2187 8.57266 11.276L7.77828 12.0703C7.74879 12.0987 7.72526 12.1326 7.70904 12.1701C7.69282 12.2076 7.68426 12.248 7.68384 12.2888C7.68343 12.3297 7.69117 12.3702 7.70662 12.4081C7.72207 12.4459 7.74491 12.4803 7.77381 12.5092C7.80271 12.5381 7.83709 12.5609 7.87493 12.5764C7.91277 12.5918 7.95331 12.5996 7.99418 12.5992C8.03505 12.5988 8.07542 12.5902 8.11294 12.574C8.15046 12.5578 8.18436 12.5342 8.21267 12.5047L9.00705 11.7104C9.05144 11.6672 9.08176 11.6117 9.09403 11.551C9.10631 11.4903 9.09997 11.4273 9.07584 11.3703C9.05171 11.3133 9.01092 11.2649 8.95882 11.2315C8.90672 11.1981 8.84573 11.1811 8.78385 11.183ZM10.0558 11.9774C10.0111 11.9779 9.96704 11.9883 9.92673 12.0077C9.88641 12.027 9.85082 12.055 9.82243 12.0895C9.0601 12.9899 7.61342 14.4394 6.13791 15.5905C5.40016 16.166 4.65335 16.6678 3.99116 16.9908C3.32898 17.3138 2.75628 17.4401 2.3988 17.3556C2.06086 17.2758 1.87922 17.1287 1.76101 16.9236C1.6428 16.7185 1.59323 16.4324 1.62302 16.0855C1.68259 15.3916 2.06458 14.4908 2.58239 13.7269C2.60506 13.6935 2.62092 13.656 2.62907 13.6164C2.63722 13.5769 2.6375 13.5361 2.6299 13.4965C2.6223 13.4568 2.60696 13.4191 2.58476 13.3854C2.56257 13.3516 2.53395 13.3226 2.50053 13.3C2.46712 13.2773 2.42957 13.2615 2.39003 13.2533C2.3505 13.2452 2.30974 13.2449 2.27009 13.2525C2.23045 13.2601 2.19269 13.2755 2.15898 13.2977C2.12526 13.3199 2.09626 13.3485 2.07361 13.3819C1.51102 14.2118 1.08508 15.1702 1.01103 16.0327C0.974004 16.4639 1.02623 16.8804 1.22823 17.2308C1.43023 17.5813 1.78768 17.8429 2.2572 17.9538C2.85955 18.0962 3.53757 17.8955 4.26056 17.5428C4.98354 17.1902 5.75655 16.6677 6.51591 16.0753C8.03461 14.8905 9.49188 13.4299 10.291 12.4861C10.3299 12.4414 10.355 12.3865 10.3633 12.3278C10.3717 12.2692 10.3629 12.2094 10.338 12.1556C10.3132 12.1019 10.2733 12.0565 10.2233 12.0248C10.1732 11.9932 10.115 11.9767 10.0558 11.9774ZM10.8454 13.2439C10.7656 13.2463 10.6899 13.2797 10.6342 13.3369L9.04545 14.9263C9.01596 14.9546 8.99243 14.9885 8.97621 15.026C8.96 15.0635 8.95143 15.1039 8.95101 15.1448C8.9506 15.1856 8.95834 15.2262 8.97379 15.264C8.98924 15.3019 9.01208 15.3362 9.04098 15.3651C9.06988 15.394 9.10426 15.4169 9.1421 15.4323C9.17994 15.4478 9.22048 15.4555 9.26135 15.4551C9.30222 15.4547 9.34259 15.4461 9.38011 15.4299C9.41763 15.4137 9.45153 15.3902 9.47984 15.3607L11.0686 13.7713C11.113 13.7282 11.1433 13.6726 11.1556 13.6119C11.1679 13.5513 11.1615 13.4883 11.1374 13.4313C11.1133 13.3743 11.0725 13.3259 11.0204 13.2924C10.9683 13.259 10.9073 13.2421 10.8454 13.2439ZM15.9597 14.6503C15.0893 15.5677 13.9968 16.2706 12.7672 16.674C12.7211 16.5713 12.6726 16.4448 12.6442 16.2973C12.5781 15.9544 12.5954 15.5851 13.027 15.2251C13.2596 15.031 13.4211 14.9604 13.5345 14.9371C13.648 14.9137 13.7275 14.9286 13.8405 14.9629C13.9536 14.9971 14.0932 15.0617 14.2857 15.0841C14.4783 15.1065 14.7157 15.0607 14.9373 14.9167C15.2317 14.7254 15.6378 14.6665 15.9597 14.6503Z' fill='%232E3131'/%3e%3cpath d='M10.3576 1C5.75947 1 2.02081 4.73927 2.02081 9.33741C2.02081 10.2633 2.17212 11.1551 2.4516 11.9882C2.46444 12.0264 2.48469 12.0618 2.51119 12.0922C2.53769 12.1226 2.56993 12.1475 2.60606 12.1655C2.6422 12.1835 2.68151 12.1942 2.72177 12.1969C2.76204 12.1997 2.80245 12.1945 2.8407 12.1817C2.87896 12.1688 2.91431 12.1486 2.94474 12.1221C2.97517 12.0956 3.00008 12.0633 3.01805 12.0272C3.03601 11.9911 3.04669 11.9517 3.04945 11.9115C3.05222 11.8712 3.04704 11.8308 3.03418 11.7926C2.77546 11.0214 2.63519 10.1963 2.63519 9.33741C2.63519 8.54871 2.75456 7.78796 2.97419 7.07126C3.06844 7.18705 3.18034 7.28759 3.30298 7.37006C3.63654 7.59436 4.04754 7.71021 4.46995 7.74205C5.31478 7.80573 6.2567 7.55238 6.6563 6.81627C6.97542 6.22841 7.05416 5.93557 7.16509 5.73389C7.27602 5.53221 7.44347 5.34095 8.02787 4.86151C9.35602 3.77128 9.08648 1.80324 9.07485 1.72238C9.49233 1.65255 9.92028 1.61439 10.3576 1.61439C11.378 1.61439 12.3513 1.81414 13.243 2.17357C13.2482 2.1841 13.254 2.19431 13.2604 2.20417C13.2604 2.20417 13.3823 2.39501 13.4895 2.66916C13.5968 2.94332 13.6721 3.28709 13.6167 3.54034C13.5205 3.98029 13.6113 4.45715 13.8897 4.83391C14.1682 5.21068 14.6482 5.47125 15.2475 5.4585C15.5421 5.45222 16.1843 5.71632 16.6965 6.00749C17.1583 6.26999 17.4932 6.50741 17.5629 6.55707C17.896 7.42001 18.0806 8.3569 18.0806 9.33741C18.0806 11.107 17.4844 12.7362 16.4835 14.0383C16.4203 14.0292 16.2073 14.0016 15.8811 14.0203C15.5019 14.0421 15.0183 14.1317 14.6025 14.4019C14.4791 14.4821 14.4313 14.4819 14.3571 14.4733C14.2829 14.4647 14.1745 14.4222 14.0181 14.3749C13.8618 14.3276 13.6504 14.286 13.4109 14.3353C13.1715 14.3846 12.918 14.5154 12.6334 14.7529C12.0299 15.2564 11.9479 15.9299 12.0412 16.4136C12.0729 16.5783 12.1222 16.7181 12.1732 16.8432C11.5907 16.9836 10.9833 17.0598 10.3576 17.0598C9.20095 17.0598 8.10579 16.8058 7.12129 16.3501C7.08469 16.3331 7.0451 16.3235 7.00479 16.3218C6.96447 16.3201 6.92422 16.3263 6.88633 16.3402C6.84844 16.3541 6.81365 16.3753 6.78395 16.4026C6.75426 16.4299 6.73023 16.4628 6.71325 16.4994C6.69627 16.536 6.68666 16.5756 6.68498 16.6159C6.6833 16.6562 6.68958 16.6965 6.70346 16.7344C6.71734 16.7723 6.73854 16.8071 6.76586 16.8368C6.79319 16.8664 6.82609 16.8905 6.8627 16.9074C7.92594 17.3997 9.1108 17.6742 10.3576 17.6742C11.1234 17.6742 11.8643 17.5683 12.5692 17.3742C12.6178 17.3843 12.6682 17.3824 12.7159 17.3687C12.7637 17.355 12.8074 17.3299 12.8434 17.2956C16.2307 16.2359 18.695 13.0701 18.695 9.33741C18.695 4.73927 14.9558 1 10.3576 1ZM8.46706 1.84838C8.48458 2.04918 8.59056 3.6045 7.63788 4.38692C7.03558 4.88108 6.78826 5.14473 6.6269 5.4381C6.46551 5.73154 6.41404 5.97442 6.11631 6.52287C5.89907 6.92307 5.19139 7.18036 4.51615 7.12946C4.17853 7.10401 3.86174 7.00603 3.64557 6.86067C3.4294 6.7153 3.31301 6.54632 3.29578 6.30508C3.29424 6.28251 3.29022 6.26017 3.28378 6.23848C4.23141 4.07776 6.13837 2.4344 8.46706 1.84838ZM14.1111 2.58756C15.3435 3.27431 16.3673 4.2888 17.0667 5.5131C17.0434 5.49963 17.0238 5.48699 17.0001 5.4735C16.4548 5.16357 15.8192 4.83165 15.2343 4.84411C14.8088 4.85317 14.5496 4.69384 14.3835 4.46912C14.2174 4.24441 14.1585 3.93803 14.2167 3.67174C14.3027 3.27851 14.2193 2.89956 14.1111 2.58756ZM14.5425 7.24946C14.6841 7.24946 14.8261 7.30446 14.9361 7.41445L14.9367 7.41565C15.1565 7.63521 15.1565 7.98208 14.9367 8.20164L13.9539 9.18501C13.9159 9.22315 13.8886 9.2706 13.8747 9.32262C13.8608 9.37464 13.8608 9.4294 13.8747 9.48141L14.3853 11.387C14.4883 11.7719 14.2649 12.1527 13.8867 12.2671L13.3869 10.4036C13.373 10.3514 13.3456 10.3039 13.3075 10.2657C13.2694 10.2275 13.2219 10.2 13.1697 10.186C13.1176 10.172 13.0627 10.172 13.0106 10.186C12.9584 10.2 12.9109 10.2274 12.8728 10.2656L11.326 11.8124C11.2951 11.8433 11.2528 11.8616 11.2078 11.8616C11.1633 11.8616 11.1211 11.8439 11.0902 11.813L10.5388 11.2616C10.5069 11.2297 10.4896 11.1879 10.4896 11.1434C10.4896 11.0993 10.507 11.0569 10.5382 11.0258C11.0791 10.4846 12.085 9.47841 12.085 9.47841C12.123 9.44029 12.1504 9.39284 12.1643 9.34082C12.1782 9.2888 12.1782 9.23404 12.1643 9.18202C12.1504 9.13 12.123 9.08255 12.085 9.04443C12.047 9.00631 11.9996 8.97886 11.9476 8.96482L10.084 8.46503C10.1981 8.08631 10.5796 7.86335 10.9648 7.96644L12.8698 8.47703C12.9219 8.491 12.9768 8.49097 13.029 8.47697C13.0811 8.46296 13.1286 8.43546 13.1668 8.39723L14.1495 7.41445C14.2593 7.30454 14.4009 7.24945 14.5425 7.24946ZM8.78385 11.183C8.70405 11.1853 8.6283 11.2187 8.57266 11.276L7.77828 12.0703C7.74879 12.0987 7.72526 12.1326 7.70904 12.1701C7.69282 12.2076 7.68426 12.248 7.68384 12.2888C7.68343 12.3297 7.69117 12.3702 7.70662 12.4081C7.72207 12.4459 7.74491 12.4803 7.77381 12.5092C7.80271 12.5381 7.83709 12.5609 7.87493 12.5764C7.91277 12.5918 7.95331 12.5996 7.99418 12.5992C8.03505 12.5988 8.07542 12.5902 8.11294 12.574C8.15046 12.5578 8.18436 12.5342 8.21267 12.5047L9.00705 11.7104C9.05144 11.6672 9.08176 11.6117 9.09403 11.551C9.10631 11.4903 9.09997 11.4273 9.07584 11.3703C9.05171 11.3133 9.01092 11.2649 8.95882 11.2315C8.90672 11.1981 8.84573 11.1811 8.78385 11.183ZM10.0558 11.9774C10.0111 11.9779 9.96704 11.9883 9.92673 12.0077C9.88641 12.027 9.85082 12.055 9.82243 12.0895C9.0601 12.9899 7.61342 14.4394 6.13791 15.5905C5.40016 16.166 4.65335 16.6678 3.99116 16.9908C3.32898 17.3138 2.75628 17.4401 2.3988 17.3556C2.06086 17.2758 1.87922 17.1287 1.76101 16.9236C1.6428 16.7185 1.59323 16.4324 1.62302 16.0855C1.68259 15.3916 2.06458 14.4908 2.58239 13.7269C2.60506 13.6935 2.62092 13.656 2.62907 13.6164C2.63722 13.5769 2.6375 13.5361 2.6299 13.4965C2.6223 13.4568 2.60696 13.4191 2.58476 13.3854C2.56257 13.3516 2.53395 13.3226 2.50053 13.3C2.46712 13.2773 2.42957 13.2615 2.39003 13.2533C2.3505 13.2452 2.30974 13.2449 2.27009 13.2525C2.23045 13.2601 2.19269 13.2755 2.15898 13.2977C2.12526 13.3199 2.09626 13.3485 2.07361 13.3819C1.51102 14.2118 1.08508 15.1702 1.01103 16.0327C0.974004 16.4639 1.02623 16.8804 1.22823 17.2308C1.43023 17.5813 1.78768 17.8429 2.2572 17.9538C2.85955 18.0962 3.53757 17.8955 4.26056 17.5428C4.98354 17.1902 5.75655 16.6677 6.51591 16.0753C8.03461 14.8905 9.49188 13.4299 10.291 12.4861C10.3299 12.4414 10.355 12.3865 10.3633 12.3278C10.3717 12.2692 10.3629 12.2094 10.338 12.1556C10.3132 12.1019 10.2733 12.0565 10.2233 12.0248C10.1732 11.9932 10.115 11.9767 10.0558 11.9774ZM10.8454 13.2439C10.7656 13.2463 10.6899 13.2797 10.6342 13.3369L9.04545 14.9263C9.01596 14.9546 8.99243 14.9885 8.97621 15.026C8.96 15.0635 8.95143 15.1039 8.95101 15.1448C8.9506 15.1856 8.95834 15.2262 8.97379 15.264C8.98924 15.3019 9.01208 15.3362 9.04098 15.3651C9.06988 15.394 9.10426 15.4169 9.1421 15.4323C9.17994 15.4478 9.22048 15.4555 9.26135 15.4551C9.30222 15.4547 9.34259 15.4461 9.38011 15.4299C9.41763 15.4137 9.45153 15.3902 9.47984 15.3607L11.0686 13.7713C11.113 13.7282 11.1433 13.6726 11.1556 13.6119C11.1679 13.5513 11.1615 13.4883 11.1374 13.4313C11.1133 13.3743 11.0725 13.3259 11.0204 13.2924C10.9683 13.259 10.9073 13.2421 10.8454 13.2439ZM15.9597 14.6503C15.0893 15.5677 13.9968 16.2706 12.7672 16.674C12.7211 16.5713 12.6726 16.4448 12.6442 16.2973C12.5781 15.9544 12.5954 15.5851 13.027 15.2251C13.2596 15.031 13.4211 14.9604 13.5345 14.9371C13.648 14.9137 13.7275 14.9286 13.8405 14.9629C13.9536 14.9971 14.0932 15.0617 14.2857 15.0841C14.4783 15.1065 14.7157 15.0607 14.9373 14.9167C15.2317 14.7254 15.6378 14.6665 15.9597 14.6503Z' stroke='%232E3131' stroke-min-width='0.6' mask='url%28%23path-1-outside-1_84:635%29'/%3e%3c/svg%3e");
  min-width: 18px;
  height: 18px; }

.option-card-btn.world-icon:hover .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='path-1-outside-1_84:635' maskUnits='userSpaceOnUse' x='0' y='0' min-width='19' height='19' fill='black'%3e%3crect fill='white' min-width='19' height='19'/%3e%3cpath d='M10.3576 1C5.75947 1 2.02081 4.73927 2.02081 9.33741C2.02081 10.2633 2.17212 11.1551 2.4516 11.9882C2.46444 12.0264 2.48469 12.0618 2.51119 12.0922C2.53769 12.1226 2.56993 12.1475 2.60606 12.1655C2.6422 12.1835 2.68151 12.1942 2.72177 12.1969C2.76204 12.1997 2.80245 12.1945 2.8407 12.1817C2.87896 12.1688 2.91431 12.1486 2.94474 12.1221C2.97517 12.0956 3.00008 12.0633 3.01805 12.0272C3.03601 11.9911 3.04669 11.9517 3.04945 11.9115C3.05222 11.8712 3.04704 11.8308 3.03418 11.7926C2.77546 11.0214 2.63519 10.1963 2.63519 9.33741C2.63519 8.54871 2.75456 7.78796 2.97419 7.07126C3.06844 7.18705 3.18034 7.28759 3.30298 7.37006C3.63654 7.59436 4.04754 7.71021 4.46995 7.74205C5.31478 7.80573 6.2567 7.55238 6.6563 6.81627C6.97542 6.22841 7.05416 5.93557 7.16509 5.73389C7.27602 5.53221 7.44347 5.34095 8.02787 4.86151C9.35602 3.77128 9.08648 1.80324 9.07485 1.72238C9.49233 1.65255 9.92028 1.61439 10.3576 1.61439C11.378 1.61439 12.3513 1.81414 13.243 2.17357C13.2482 2.1841 13.254 2.19431 13.2604 2.20417C13.2604 2.20417 13.3823 2.39501 13.4895 2.66916C13.5968 2.94332 13.6721 3.28709 13.6167 3.54034C13.5205 3.98029 13.6113 4.45715 13.8897 4.83391C14.1682 5.21068 14.6482 5.47125 15.2475 5.4585C15.5421 5.45222 16.1843 5.71632 16.6965 6.00749C17.1583 6.26999 17.4932 6.50741 17.5629 6.55707C17.896 7.42001 18.0806 8.3569 18.0806 9.33741C18.0806 11.107 17.4844 12.7362 16.4835 14.0383C16.4203 14.0292 16.2073 14.0016 15.8811 14.0203C15.5019 14.0421 15.0183 14.1317 14.6025 14.4019C14.4791 14.4821 14.4313 14.4819 14.3571 14.4733C14.2829 14.4647 14.1745 14.4222 14.0181 14.3749C13.8618 14.3276 13.6504 14.286 13.4109 14.3353C13.1715 14.3846 12.918 14.5154 12.6334 14.7529C12.0299 15.2564 11.9479 15.9299 12.0412 16.4136C12.0729 16.5783 12.1222 16.7181 12.1732 16.8432C11.5907 16.9836 10.9833 17.0598 10.3576 17.0598C9.20095 17.0598 8.10579 16.8058 7.12129 16.3501C7.08469 16.3331 7.0451 16.3235 7.00479 16.3218C6.96447 16.3201 6.92422 16.3263 6.88633 16.3402C6.84844 16.3541 6.81365 16.3753 6.78395 16.4026C6.75426 16.4299 6.73023 16.4628 6.71325 16.4994C6.69627 16.536 6.68666 16.5756 6.68498 16.6159C6.6833 16.6562 6.68958 16.6965 6.70346 16.7344C6.71734 16.7723 6.73854 16.8071 6.76586 16.8368C6.79319 16.8664 6.82609 16.8905 6.8627 16.9074C7.92594 17.3997 9.1108 17.6742 10.3576 17.6742C11.1234 17.6742 11.8643 17.5683 12.5692 17.3742C12.6178 17.3843 12.6682 17.3824 12.7159 17.3687C12.7637 17.355 12.8074 17.3299 12.8434 17.2956C16.2307 16.2359 18.695 13.0701 18.695 9.33741C18.695 4.73927 14.9558 1 10.3576 1ZM8.46706 1.84838C8.48458 2.04918 8.59056 3.6045 7.63788 4.38692C7.03558 4.88108 6.78826 5.14473 6.6269 5.4381C6.46551 5.73154 6.41404 5.97442 6.11631 6.52287C5.89907 6.92307 5.19139 7.18036 4.51615 7.12946C4.17853 7.10401 3.86174 7.00603 3.64557 6.86067C3.4294 6.7153 3.31301 6.54632 3.29578 6.30508C3.29424 6.28251 3.29022 6.26017 3.28378 6.23848C4.23141 4.07776 6.13837 2.4344 8.46706 1.84838ZM14.1111 2.58756C15.3435 3.27431 16.3673 4.2888 17.0667 5.5131C17.0434 5.49963 17.0238 5.48699 17.0001 5.4735C16.4548 5.16357 15.8192 4.83165 15.2343 4.84411C14.8088 4.85317 14.5496 4.69384 14.3835 4.46912C14.2174 4.24441 14.1585 3.93803 14.2167 3.67174C14.3027 3.27851 14.2193 2.89956 14.1111 2.58756ZM14.5425 7.24946C14.6841 7.24946 14.8261 7.30446 14.9361 7.41445L14.9367 7.41565C15.1565 7.63521 15.1565 7.98208 14.9367 8.20164L13.9539 9.18501C13.9159 9.22315 13.8886 9.2706 13.8747 9.32262C13.8608 9.37464 13.8608 9.4294 13.8747 9.48141L14.3853 11.387C14.4883 11.7719 14.2649 12.1527 13.8867 12.2671L13.3869 10.4036C13.373 10.3514 13.3456 10.3039 13.3075 10.2657C13.2694 10.2275 13.2219 10.2 13.1697 10.186C13.1176 10.172 13.0627 10.172 13.0106 10.186C12.9584 10.2 12.9109 10.2274 12.8728 10.2656L11.326 11.8124C11.2951 11.8433 11.2528 11.8616 11.2078 11.8616C11.1633 11.8616 11.1211 11.8439 11.0902 11.813L10.5388 11.2616C10.5069 11.2297 10.4896 11.1879 10.4896 11.1434C10.4896 11.0993 10.507 11.0569 10.5382 11.0258C11.0791 10.4846 12.085 9.47841 12.085 9.47841C12.123 9.44029 12.1504 9.39284 12.1643 9.34082C12.1782 9.2888 12.1782 9.23404 12.1643 9.18202C12.1504 9.13 12.123 9.08255 12.085 9.04443C12.047 9.00631 11.9996 8.97886 11.9476 8.96482L10.084 8.46503C10.1981 8.08631 10.5796 7.86335 10.9648 7.96644L12.8698 8.47703C12.9219 8.491 12.9768 8.49097 13.029 8.47697C13.0811 8.46296 13.1286 8.43546 13.1668 8.39723L14.1495 7.41445C14.2593 7.30454 14.4009 7.24945 14.5425 7.24946ZM8.78385 11.183C8.70405 11.1853 8.6283 11.2187 8.57266 11.276L7.77828 12.0703C7.74879 12.0987 7.72526 12.1326 7.70904 12.1701C7.69282 12.2076 7.68426 12.248 7.68384 12.2888C7.68343 12.3297 7.69117 12.3702 7.70662 12.4081C7.72207 12.4459 7.74491 12.4803 7.77381 12.5092C7.80271 12.5381 7.83709 12.5609 7.87493 12.5764C7.91277 12.5918 7.95331 12.5996 7.99418 12.5992C8.03505 12.5988 8.07542 12.5902 8.11294 12.574C8.15046 12.5578 8.18436 12.5342 8.21267 12.5047L9.00705 11.7104C9.05144 11.6672 9.08176 11.6117 9.09403 11.551C9.10631 11.4903 9.09997 11.4273 9.07584 11.3703C9.05171 11.3133 9.01092 11.2649 8.95882 11.2315C8.90672 11.1981 8.84573 11.1811 8.78385 11.183ZM10.0558 11.9774C10.0111 11.9779 9.96704 11.9883 9.92673 12.0077C9.88641 12.027 9.85082 12.055 9.82243 12.0895C9.0601 12.9899 7.61342 14.4394 6.13791 15.5905C5.40016 16.166 4.65335 16.6678 3.99116 16.9908C3.32898 17.3138 2.75628 17.4401 2.3988 17.3556C2.06086 17.2758 1.87922 17.1287 1.76101 16.9236C1.6428 16.7185 1.59323 16.4324 1.62302 16.0855C1.68259 15.3916 2.06458 14.4908 2.58239 13.7269C2.60506 13.6935 2.62092 13.656 2.62907 13.6164C2.63722 13.5769 2.6375 13.5361 2.6299 13.4965C2.6223 13.4568 2.60696 13.4191 2.58476 13.3854C2.56257 13.3516 2.53395 13.3226 2.50053 13.3C2.46712 13.2773 2.42957 13.2615 2.39003 13.2533C2.3505 13.2452 2.30974 13.2449 2.27009 13.2525C2.23045 13.2601 2.19269 13.2755 2.15898 13.2977C2.12526 13.3199 2.09626 13.3485 2.07361 13.3819C1.51102 14.2118 1.08508 15.1702 1.01103 16.0327C0.974004 16.4639 1.02623 16.8804 1.22823 17.2308C1.43023 17.5813 1.78768 17.8429 2.2572 17.9538C2.85955 18.0962 3.53757 17.8955 4.26056 17.5428C4.98354 17.1902 5.75655 16.6677 6.51591 16.0753C8.03461 14.8905 9.49188 13.4299 10.291 12.4861C10.3299 12.4414 10.355 12.3865 10.3633 12.3278C10.3717 12.2692 10.3629 12.2094 10.338 12.1556C10.3132 12.1019 10.2733 12.0565 10.2233 12.0248C10.1732 11.9932 10.115 11.9767 10.0558 11.9774ZM10.8454 13.2439C10.7656 13.2463 10.6899 13.2797 10.6342 13.3369L9.04545 14.9263C9.01596 14.9546 8.99243 14.9885 8.97621 15.026C8.96 15.0635 8.95143 15.1039 8.95101 15.1448C8.9506 15.1856 8.95834 15.2262 8.97379 15.264C8.98924 15.3019 9.01208 15.3362 9.04098 15.3651C9.06988 15.394 9.10426 15.4169 9.1421 15.4323C9.17994 15.4478 9.22048 15.4555 9.26135 15.4551C9.30222 15.4547 9.34259 15.4461 9.38011 15.4299C9.41763 15.4137 9.45153 15.3902 9.47984 15.3607L11.0686 13.7713C11.113 13.7282 11.1433 13.6726 11.1556 13.6119C11.1679 13.5513 11.1615 13.4883 11.1374 13.4313C11.1133 13.3743 11.0725 13.3259 11.0204 13.2924C10.9683 13.259 10.9073 13.2421 10.8454 13.2439ZM15.9597 14.6503C15.0893 15.5677 13.9968 16.2706 12.7672 16.674C12.7211 16.5713 12.6726 16.4448 12.6442 16.2973C12.5781 15.9544 12.5954 15.5851 13.027 15.2251C13.2596 15.031 13.4211 14.9604 13.5345 14.9371C13.648 14.9137 13.7275 14.9286 13.8405 14.9629C13.9536 14.9971 14.0932 15.0617 14.2857 15.0841C14.4783 15.1065 14.7157 15.0607 14.9373 14.9167C15.2317 14.7254 15.6378 14.6665 15.9597 14.6503Z'/%3e%3c/mask%3e%3cpath d='M10.3576 1C5.75947 1 2.02081 4.73927 2.02081 9.33741C2.02081 10.2633 2.17212 11.1551 2.4516 11.9882C2.46444 12.0264 2.48469 12.0618 2.51119 12.0922C2.53769 12.1226 2.56993 12.1475 2.60606 12.1655C2.6422 12.1835 2.68151 12.1942 2.72177 12.1969C2.76204 12.1997 2.80245 12.1945 2.8407 12.1817C2.87896 12.1688 2.91431 12.1486 2.94474 12.1221C2.97517 12.0956 3.00008 12.0633 3.01805 12.0272C3.03601 11.9911 3.04669 11.9517 3.04945 11.9115C3.05222 11.8712 3.04704 11.8308 3.03418 11.7926C2.77546 11.0214 2.63519 10.1963 2.63519 9.33741C2.63519 8.54871 2.75456 7.78796 2.97419 7.07126C3.06844 7.18705 3.18034 7.28759 3.30298 7.37006C3.63654 7.59436 4.04754 7.71021 4.46995 7.74205C5.31478 7.80573 6.2567 7.55238 6.6563 6.81627C6.97542 6.22841 7.05416 5.93557 7.16509 5.73389C7.27602 5.53221 7.44347 5.34095 8.02787 4.86151C9.35602 3.77128 9.08648 1.80324 9.07485 1.72238C9.49233 1.65255 9.92028 1.61439 10.3576 1.61439C11.378 1.61439 12.3513 1.81414 13.243 2.17357C13.2482 2.1841 13.254 2.19431 13.2604 2.20417C13.2604 2.20417 13.3823 2.39501 13.4895 2.66916C13.5968 2.94332 13.6721 3.28709 13.6167 3.54034C13.5205 3.98029 13.6113 4.45715 13.8897 4.83391C14.1682 5.21068 14.6482 5.47125 15.2475 5.4585C15.5421 5.45222 16.1843 5.71632 16.6965 6.00749C17.1583 6.26999 17.4932 6.50741 17.5629 6.55707C17.896 7.42001 18.0806 8.3569 18.0806 9.33741C18.0806 11.107 17.4844 12.7362 16.4835 14.0383C16.4203 14.0292 16.2073 14.0016 15.8811 14.0203C15.5019 14.0421 15.0183 14.1317 14.6025 14.4019C14.4791 14.4821 14.4313 14.4819 14.3571 14.4733C14.2829 14.4647 14.1745 14.4222 14.0181 14.3749C13.8618 14.3276 13.6504 14.286 13.4109 14.3353C13.1715 14.3846 12.918 14.5154 12.6334 14.7529C12.0299 15.2564 11.9479 15.9299 12.0412 16.4136C12.0729 16.5783 12.1222 16.7181 12.1732 16.8432C11.5907 16.9836 10.9833 17.0598 10.3576 17.0598C9.20095 17.0598 8.10579 16.8058 7.12129 16.3501C7.08469 16.3331 7.0451 16.3235 7.00479 16.3218C6.96447 16.3201 6.92422 16.3263 6.88633 16.3402C6.84844 16.3541 6.81365 16.3753 6.78395 16.4026C6.75426 16.4299 6.73023 16.4628 6.71325 16.4994C6.69627 16.536 6.68666 16.5756 6.68498 16.6159C6.6833 16.6562 6.68958 16.6965 6.70346 16.7344C6.71734 16.7723 6.73854 16.8071 6.76586 16.8368C6.79319 16.8664 6.82609 16.8905 6.8627 16.9074C7.92594 17.3997 9.1108 17.6742 10.3576 17.6742C11.1234 17.6742 11.8643 17.5683 12.5692 17.3742C12.6178 17.3843 12.6682 17.3824 12.7159 17.3687C12.7637 17.355 12.8074 17.3299 12.8434 17.2956C16.2307 16.2359 18.695 13.0701 18.695 9.33741C18.695 4.73927 14.9558 1 10.3576 1ZM8.46706 1.84838C8.48458 2.04918 8.59056 3.6045 7.63788 4.38692C7.03558 4.88108 6.78826 5.14473 6.6269 5.4381C6.46551 5.73154 6.41404 5.97442 6.11631 6.52287C5.89907 6.92307 5.19139 7.18036 4.51615 7.12946C4.17853 7.10401 3.86174 7.00603 3.64557 6.86067C3.4294 6.7153 3.31301 6.54632 3.29578 6.30508C3.29424 6.28251 3.29022 6.26017 3.28378 6.23848C4.23141 4.07776 6.13837 2.4344 8.46706 1.84838ZM14.1111 2.58756C15.3435 3.27431 16.3673 4.2888 17.0667 5.5131C17.0434 5.49963 17.0238 5.48699 17.0001 5.4735C16.4548 5.16357 15.8192 4.83165 15.2343 4.84411C14.8088 4.85317 14.5496 4.69384 14.3835 4.46912C14.2174 4.24441 14.1585 3.93803 14.2167 3.67174C14.3027 3.27851 14.2193 2.89956 14.1111 2.58756ZM14.5425 7.24946C14.6841 7.24946 14.8261 7.30446 14.9361 7.41445L14.9367 7.41565C15.1565 7.63521 15.1565 7.98208 14.9367 8.20164L13.9539 9.18501C13.9159 9.22315 13.8886 9.2706 13.8747 9.32262C13.8608 9.37464 13.8608 9.4294 13.8747 9.48141L14.3853 11.387C14.4883 11.7719 14.2649 12.1527 13.8867 12.2671L13.3869 10.4036C13.373 10.3514 13.3456 10.3039 13.3075 10.2657C13.2694 10.2275 13.2219 10.2 13.1697 10.186C13.1176 10.172 13.0627 10.172 13.0106 10.186C12.9584 10.2 12.9109 10.2274 12.8728 10.2656L11.326 11.8124C11.2951 11.8433 11.2528 11.8616 11.2078 11.8616C11.1633 11.8616 11.1211 11.8439 11.0902 11.813L10.5388 11.2616C10.5069 11.2297 10.4896 11.1879 10.4896 11.1434C10.4896 11.0993 10.507 11.0569 10.5382 11.0258C11.0791 10.4846 12.085 9.47841 12.085 9.47841C12.123 9.44029 12.1504 9.39284 12.1643 9.34082C12.1782 9.2888 12.1782 9.23404 12.1643 9.18202C12.1504 9.13 12.123 9.08255 12.085 9.04443C12.047 9.00631 11.9996 8.97886 11.9476 8.96482L10.084 8.46503C10.1981 8.08631 10.5796 7.86335 10.9648 7.96644L12.8698 8.47703C12.9219 8.491 12.9768 8.49097 13.029 8.47697C13.0811 8.46296 13.1286 8.43546 13.1668 8.39723L14.1495 7.41445C14.2593 7.30454 14.4009 7.24945 14.5425 7.24946ZM8.78385 11.183C8.70405 11.1853 8.6283 11.2187 8.57266 11.276L7.77828 12.0703C7.74879 12.0987 7.72526 12.1326 7.70904 12.1701C7.69282 12.2076 7.68426 12.248 7.68384 12.2888C7.68343 12.3297 7.69117 12.3702 7.70662 12.4081C7.72207 12.4459 7.74491 12.4803 7.77381 12.5092C7.80271 12.5381 7.83709 12.5609 7.87493 12.5764C7.91277 12.5918 7.95331 12.5996 7.99418 12.5992C8.03505 12.5988 8.07542 12.5902 8.11294 12.574C8.15046 12.5578 8.18436 12.5342 8.21267 12.5047L9.00705 11.7104C9.05144 11.6672 9.08176 11.6117 9.09403 11.551C9.10631 11.4903 9.09997 11.4273 9.07584 11.3703C9.05171 11.3133 9.01092 11.2649 8.95882 11.2315C8.90672 11.1981 8.84573 11.1811 8.78385 11.183ZM10.0558 11.9774C10.0111 11.9779 9.96704 11.9883 9.92673 12.0077C9.88641 12.027 9.85082 12.055 9.82243 12.0895C9.0601 12.9899 7.61342 14.4394 6.13791 15.5905C5.40016 16.166 4.65335 16.6678 3.99116 16.9908C3.32898 17.3138 2.75628 17.4401 2.3988 17.3556C2.06086 17.2758 1.87922 17.1287 1.76101 16.9236C1.6428 16.7185 1.59323 16.4324 1.62302 16.0855C1.68259 15.3916 2.06458 14.4908 2.58239 13.7269C2.60506 13.6935 2.62092 13.656 2.62907 13.6164C2.63722 13.5769 2.6375 13.5361 2.6299 13.4965C2.6223 13.4568 2.60696 13.4191 2.58476 13.3854C2.56257 13.3516 2.53395 13.3226 2.50053 13.3C2.46712 13.2773 2.42957 13.2615 2.39003 13.2533C2.3505 13.2452 2.30974 13.2449 2.27009 13.2525C2.23045 13.2601 2.19269 13.2755 2.15898 13.2977C2.12526 13.3199 2.09626 13.3485 2.07361 13.3819C1.51102 14.2118 1.08508 15.1702 1.01103 16.0327C0.974004 16.4639 1.02623 16.8804 1.22823 17.2308C1.43023 17.5813 1.78768 17.8429 2.2572 17.9538C2.85955 18.0962 3.53757 17.8955 4.26056 17.5428C4.98354 17.1902 5.75655 16.6677 6.51591 16.0753C8.03461 14.8905 9.49188 13.4299 10.291 12.4861C10.3299 12.4414 10.355 12.3865 10.3633 12.3278C10.3717 12.2692 10.3629 12.2094 10.338 12.1556C10.3132 12.1019 10.2733 12.0565 10.2233 12.0248C10.1732 11.9932 10.115 11.9767 10.0558 11.9774ZM10.8454 13.2439C10.7656 13.2463 10.6899 13.2797 10.6342 13.3369L9.04545 14.9263C9.01596 14.9546 8.99243 14.9885 8.97621 15.026C8.96 15.0635 8.95143 15.1039 8.95101 15.1448C8.9506 15.1856 8.95834 15.2262 8.97379 15.264C8.98924 15.3019 9.01208 15.3362 9.04098 15.3651C9.06988 15.394 9.10426 15.4169 9.1421 15.4323C9.17994 15.4478 9.22048 15.4555 9.26135 15.4551C9.30222 15.4547 9.34259 15.4461 9.38011 15.4299C9.41763 15.4137 9.45153 15.3902 9.47984 15.3607L11.0686 13.7713C11.113 13.7282 11.1433 13.6726 11.1556 13.6119C11.1679 13.5513 11.1615 13.4883 11.1374 13.4313C11.1133 13.3743 11.0725 13.3259 11.0204 13.2924C10.9683 13.259 10.9073 13.2421 10.8454 13.2439ZM15.9597 14.6503C15.0893 15.5677 13.9968 16.2706 12.7672 16.674C12.7211 16.5713 12.6726 16.4448 12.6442 16.2973C12.5781 15.9544 12.5954 15.5851 13.027 15.2251C13.2596 15.031 13.4211 14.9604 13.5345 14.9371C13.648 14.9137 13.7275 14.9286 13.8405 14.9629C13.9536 14.9971 14.0932 15.0617 14.2857 15.0841C14.4783 15.1065 14.7157 15.0607 14.9373 14.9167C15.2317 14.7254 15.6378 14.6665 15.9597 14.6503Z' fill='%232E3131'/%3e%3cpath d='M10.3576 1C5.75947 1 2.02081 4.73927 2.02081 9.33741C2.02081 10.2633 2.17212 11.1551 2.4516 11.9882C2.46444 12.0264 2.48469 12.0618 2.51119 12.0922C2.53769 12.1226 2.56993 12.1475 2.60606 12.1655C2.6422 12.1835 2.68151 12.1942 2.72177 12.1969C2.76204 12.1997 2.80245 12.1945 2.8407 12.1817C2.87896 12.1688 2.91431 12.1486 2.94474 12.1221C2.97517 12.0956 3.00008 12.0633 3.01805 12.0272C3.03601 11.9911 3.04669 11.9517 3.04945 11.9115C3.05222 11.8712 3.04704 11.8308 3.03418 11.7926C2.77546 11.0214 2.63519 10.1963 2.63519 9.33741C2.63519 8.54871 2.75456 7.78796 2.97419 7.07126C3.06844 7.18705 3.18034 7.28759 3.30298 7.37006C3.63654 7.59436 4.04754 7.71021 4.46995 7.74205C5.31478 7.80573 6.2567 7.55238 6.6563 6.81627C6.97542 6.22841 7.05416 5.93557 7.16509 5.73389C7.27602 5.53221 7.44347 5.34095 8.02787 4.86151C9.35602 3.77128 9.08648 1.80324 9.07485 1.72238C9.49233 1.65255 9.92028 1.61439 10.3576 1.61439C11.378 1.61439 12.3513 1.81414 13.243 2.17357C13.2482 2.1841 13.254 2.19431 13.2604 2.20417C13.2604 2.20417 13.3823 2.39501 13.4895 2.66916C13.5968 2.94332 13.6721 3.28709 13.6167 3.54034C13.5205 3.98029 13.6113 4.45715 13.8897 4.83391C14.1682 5.21068 14.6482 5.47125 15.2475 5.4585C15.5421 5.45222 16.1843 5.71632 16.6965 6.00749C17.1583 6.26999 17.4932 6.50741 17.5629 6.55707C17.896 7.42001 18.0806 8.3569 18.0806 9.33741C18.0806 11.107 17.4844 12.7362 16.4835 14.0383C16.4203 14.0292 16.2073 14.0016 15.8811 14.0203C15.5019 14.0421 15.0183 14.1317 14.6025 14.4019C14.4791 14.4821 14.4313 14.4819 14.3571 14.4733C14.2829 14.4647 14.1745 14.4222 14.0181 14.3749C13.8618 14.3276 13.6504 14.286 13.4109 14.3353C13.1715 14.3846 12.918 14.5154 12.6334 14.7529C12.0299 15.2564 11.9479 15.9299 12.0412 16.4136C12.0729 16.5783 12.1222 16.7181 12.1732 16.8432C11.5907 16.9836 10.9833 17.0598 10.3576 17.0598C9.20095 17.0598 8.10579 16.8058 7.12129 16.3501C7.08469 16.3331 7.0451 16.3235 7.00479 16.3218C6.96447 16.3201 6.92422 16.3263 6.88633 16.3402C6.84844 16.3541 6.81365 16.3753 6.78395 16.4026C6.75426 16.4299 6.73023 16.4628 6.71325 16.4994C6.69627 16.536 6.68666 16.5756 6.68498 16.6159C6.6833 16.6562 6.68958 16.6965 6.70346 16.7344C6.71734 16.7723 6.73854 16.8071 6.76586 16.8368C6.79319 16.8664 6.82609 16.8905 6.8627 16.9074C7.92594 17.3997 9.1108 17.6742 10.3576 17.6742C11.1234 17.6742 11.8643 17.5683 12.5692 17.3742C12.6178 17.3843 12.6682 17.3824 12.7159 17.3687C12.7637 17.355 12.8074 17.3299 12.8434 17.2956C16.2307 16.2359 18.695 13.0701 18.695 9.33741C18.695 4.73927 14.9558 1 10.3576 1ZM8.46706 1.84838C8.48458 2.04918 8.59056 3.6045 7.63788 4.38692C7.03558 4.88108 6.78826 5.14473 6.6269 5.4381C6.46551 5.73154 6.41404 5.97442 6.11631 6.52287C5.89907 6.92307 5.19139 7.18036 4.51615 7.12946C4.17853 7.10401 3.86174 7.00603 3.64557 6.86067C3.4294 6.7153 3.31301 6.54632 3.29578 6.30508C3.29424 6.28251 3.29022 6.26017 3.28378 6.23848C4.23141 4.07776 6.13837 2.4344 8.46706 1.84838ZM14.1111 2.58756C15.3435 3.27431 16.3673 4.2888 17.0667 5.5131C17.0434 5.49963 17.0238 5.48699 17.0001 5.4735C16.4548 5.16357 15.8192 4.83165 15.2343 4.84411C14.8088 4.85317 14.5496 4.69384 14.3835 4.46912C14.2174 4.24441 14.1585 3.93803 14.2167 3.67174C14.3027 3.27851 14.2193 2.89956 14.1111 2.58756ZM14.5425 7.24946C14.6841 7.24946 14.8261 7.30446 14.9361 7.41445L14.9367 7.41565C15.1565 7.63521 15.1565 7.98208 14.9367 8.20164L13.9539 9.18501C13.9159 9.22315 13.8886 9.2706 13.8747 9.32262C13.8608 9.37464 13.8608 9.4294 13.8747 9.48141L14.3853 11.387C14.4883 11.7719 14.2649 12.1527 13.8867 12.2671L13.3869 10.4036C13.373 10.3514 13.3456 10.3039 13.3075 10.2657C13.2694 10.2275 13.2219 10.2 13.1697 10.186C13.1176 10.172 13.0627 10.172 13.0106 10.186C12.9584 10.2 12.9109 10.2274 12.8728 10.2656L11.326 11.8124C11.2951 11.8433 11.2528 11.8616 11.2078 11.8616C11.1633 11.8616 11.1211 11.8439 11.0902 11.813L10.5388 11.2616C10.5069 11.2297 10.4896 11.1879 10.4896 11.1434C10.4896 11.0993 10.507 11.0569 10.5382 11.0258C11.0791 10.4846 12.085 9.47841 12.085 9.47841C12.123 9.44029 12.1504 9.39284 12.1643 9.34082C12.1782 9.2888 12.1782 9.23404 12.1643 9.18202C12.1504 9.13 12.123 9.08255 12.085 9.04443C12.047 9.00631 11.9996 8.97886 11.9476 8.96482L10.084 8.46503C10.1981 8.08631 10.5796 7.86335 10.9648 7.96644L12.8698 8.47703C12.9219 8.491 12.9768 8.49097 13.029 8.47697C13.0811 8.46296 13.1286 8.43546 13.1668 8.39723L14.1495 7.41445C14.2593 7.30454 14.4009 7.24945 14.5425 7.24946ZM8.78385 11.183C8.70405 11.1853 8.6283 11.2187 8.57266 11.276L7.77828 12.0703C7.74879 12.0987 7.72526 12.1326 7.70904 12.1701C7.69282 12.2076 7.68426 12.248 7.68384 12.2888C7.68343 12.3297 7.69117 12.3702 7.70662 12.4081C7.72207 12.4459 7.74491 12.4803 7.77381 12.5092C7.80271 12.5381 7.83709 12.5609 7.87493 12.5764C7.91277 12.5918 7.95331 12.5996 7.99418 12.5992C8.03505 12.5988 8.07542 12.5902 8.11294 12.574C8.15046 12.5578 8.18436 12.5342 8.21267 12.5047L9.00705 11.7104C9.05144 11.6672 9.08176 11.6117 9.09403 11.551C9.10631 11.4903 9.09997 11.4273 9.07584 11.3703C9.05171 11.3133 9.01092 11.2649 8.95882 11.2315C8.90672 11.1981 8.84573 11.1811 8.78385 11.183ZM10.0558 11.9774C10.0111 11.9779 9.96704 11.9883 9.92673 12.0077C9.88641 12.027 9.85082 12.055 9.82243 12.0895C9.0601 12.9899 7.61342 14.4394 6.13791 15.5905C5.40016 16.166 4.65335 16.6678 3.99116 16.9908C3.32898 17.3138 2.75628 17.4401 2.3988 17.3556C2.06086 17.2758 1.87922 17.1287 1.76101 16.9236C1.6428 16.7185 1.59323 16.4324 1.62302 16.0855C1.68259 15.3916 2.06458 14.4908 2.58239 13.7269C2.60506 13.6935 2.62092 13.656 2.62907 13.6164C2.63722 13.5769 2.6375 13.5361 2.6299 13.4965C2.6223 13.4568 2.60696 13.4191 2.58476 13.3854C2.56257 13.3516 2.53395 13.3226 2.50053 13.3C2.46712 13.2773 2.42957 13.2615 2.39003 13.2533C2.3505 13.2452 2.30974 13.2449 2.27009 13.2525C2.23045 13.2601 2.19269 13.2755 2.15898 13.2977C2.12526 13.3199 2.09626 13.3485 2.07361 13.3819C1.51102 14.2118 1.08508 15.1702 1.01103 16.0327C0.974004 16.4639 1.02623 16.8804 1.22823 17.2308C1.43023 17.5813 1.78768 17.8429 2.2572 17.9538C2.85955 18.0962 3.53757 17.8955 4.26056 17.5428C4.98354 17.1902 5.75655 16.6677 6.51591 16.0753C8.03461 14.8905 9.49188 13.4299 10.291 12.4861C10.3299 12.4414 10.355 12.3865 10.3633 12.3278C10.3717 12.2692 10.3629 12.2094 10.338 12.1556C10.3132 12.1019 10.2733 12.0565 10.2233 12.0248C10.1732 11.9932 10.115 11.9767 10.0558 11.9774ZM10.8454 13.2439C10.7656 13.2463 10.6899 13.2797 10.6342 13.3369L9.04545 14.9263C9.01596 14.9546 8.99243 14.9885 8.97621 15.026C8.96 15.0635 8.95143 15.1039 8.95101 15.1448C8.9506 15.1856 8.95834 15.2262 8.97379 15.264C8.98924 15.3019 9.01208 15.3362 9.04098 15.3651C9.06988 15.394 9.10426 15.4169 9.1421 15.4323C9.17994 15.4478 9.22048 15.4555 9.26135 15.4551C9.30222 15.4547 9.34259 15.4461 9.38011 15.4299C9.41763 15.4137 9.45153 15.3902 9.47984 15.3607L11.0686 13.7713C11.113 13.7282 11.1433 13.6726 11.1556 13.6119C11.1679 13.5513 11.1615 13.4883 11.1374 13.4313C11.1133 13.3743 11.0725 13.3259 11.0204 13.2924C10.9683 13.259 10.9073 13.2421 10.8454 13.2439ZM15.9597 14.6503C15.0893 15.5677 13.9968 16.2706 12.7672 16.674C12.7211 16.5713 12.6726 16.4448 12.6442 16.2973C12.5781 15.9544 12.5954 15.5851 13.027 15.2251C13.2596 15.031 13.4211 14.9604 13.5345 14.9371C13.648 14.9137 13.7275 14.9286 13.8405 14.9629C13.9536 14.9971 14.0932 15.0617 14.2857 15.0841C14.4783 15.1065 14.7157 15.0607 14.9373 14.9167C15.2317 14.7254 15.6378 14.6665 15.9597 14.6503Z' stroke='%23065FA9' stroke-min-width='0.6' mask='url%28%23path-1-outside-1_84:635%29'/%3e%3c/svg%3e"); }

.option-card-btn.calling-icon .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.21766 12.9853L3.21772 12.9853L3.21564 12.9811C3.15476 12.8594 3.09634 12.7425 3.05213 12.6345L3.04469 12.6163V12.5966V12.5966V12.5966V12.5966V12.5966V12.5966V12.5965V12.5965V12.5965V12.5965V12.5965V12.5965V12.5965V12.5965V12.5964V12.5964V12.5964V12.5964V12.5964V12.5963V12.5963V12.5963V12.5963V12.5963V12.5962V12.5962V12.5962V12.5961V12.5961V12.5961V12.5961V12.596V12.596V12.596V12.5959V12.5959V12.5959V12.5958V12.5958V12.5958V12.5957V12.5957V12.5956V12.5956V12.5956V12.5955V12.5955V12.5954V12.5954V12.5953V12.5953V12.5953V12.5952V12.5952V12.5951V12.5951V12.595V12.595V12.5949V12.5949V12.5948V12.5948V12.5947V12.5947V12.5946V12.5945V12.5945V12.5944V12.5944V12.5943V12.5943V12.5942V12.5941V12.5941V12.594V12.5939V12.5939V12.5938V12.5938V12.5937V12.5936V12.5936V12.5935V12.5934V12.5933V12.5933V12.5932V12.5931V12.5931V12.593V12.5929V12.5928V12.5928V12.5927V12.5926V12.5925V12.5925V12.5924V12.5923V12.5922V12.5922V12.5921V12.592V12.5919V12.5918V12.5917V12.5917V12.5916V12.5915V12.5914V12.5913V12.5912V12.5912V12.5911V12.591V12.5909V12.5908V12.5907V12.5906V12.5905V12.5904V12.5903V12.5903V12.5902V12.5901V12.59V12.5899V12.5898V12.5897V12.5896V12.5895V12.5894V12.5893V12.5892V12.5891V12.589V12.5889V12.5888V12.5887V12.5886V12.5885V12.5884V12.5883V12.5882V12.5881V12.588V12.5879V12.5878V12.5877V12.5875V12.5874V12.5873V12.5872V12.5871V12.587V12.5869V12.5868V12.5867V12.5866V12.5864V12.5863V12.5862V12.5861V12.586V12.5859V12.5858V12.5856V12.5855V12.5854V12.5853V12.5852V12.5851V12.5849V12.5848V12.5847V12.5846V12.5845V12.5843V12.5842V12.5841V12.584V12.5839V12.5837V12.5836V12.5835V12.5834V12.5832V12.5831V12.583V12.5829V12.5827V12.5826V12.5825V12.5824V12.5822V12.5821V12.582V12.5818V12.5817V12.5816V12.5814V12.5813V12.5812V12.5811V12.5809V12.5808V12.5807V12.5805V12.5804V12.5803V12.5801V12.58V12.5799V12.5797V12.5796V12.5794V12.5793V12.5792V12.579V12.5789V12.5788V12.5786V12.5785V12.5783V12.5782V12.5781V12.5779V12.5778V12.5777V12.5775V12.5774V12.5772V12.5771V12.5769V12.5768V12.5767V12.5765V12.5764V12.5762V12.5761V12.5759V12.5758V12.5757V12.5755V12.5754V12.5752V12.5751V12.5749V12.5748V12.5746V12.5745V12.5743V12.5742V12.574V12.5739V12.5737V12.5736V12.5734V12.5733V12.5731V12.573V12.5728V12.5727V12.5725V12.5724V12.5722V12.5721V12.5719V12.5718V12.5716V12.5715V12.5713V12.5712V12.571V12.5709V12.5707V12.5706V12.5704V12.5703V12.5701V12.57V12.5698V12.5696V12.5695V12.5693V12.5692V12.569V12.5689V12.5687V12.5686V12.5684V12.5682V12.5681V12.5679V12.5678V12.5676V12.5675V12.5673V12.5671V12.567V12.5668V12.5667V12.5665V12.5664V12.5662V12.566V12.5659V12.5657V12.5656V12.5654V12.5652V12.5651V12.5649V12.5648V12.5646V12.5644V12.5643V12.5641V12.564V12.5638V12.5636V12.5635V12.5633V12.5632V12.563V12.5628V12.5627V12.5625V12.5624V12.5622V12.562V12.5619V12.5617V12.5616V12.5614V12.5612V12.5611V12.5609V12.5607V12.5606V12.5604V12.5603V12.5601V12.5599V12.5598V12.5596V12.5594V12.5593V12.5591V12.559V12.5588V12.5586V12.5585V12.5583V12.5581V12.558V12.5578V12.5577V12.5575V12.5573V12.5572V12.557V12.5568V12.5567V12.5565V12.5564V12.5562V12.556V12.5559V12.5557V12.5555V12.5554V12.5552V12.555V12.5549V12.5547V12.5546V12.5544V12.5542V12.5541V12.5539V12.5537V12.5536V12.5534V12.5533V12.5531V12.5529V12.5528V12.5526V12.5524V12.5523V12.5521V12.552V12.5518V12.5516V12.5515V12.5513V12.5511V12.551V12.5508V12.5507V12.5505V12.5503V12.5502V12.55V12.5499V12.5497V12.5495V12.5494V12.5492V12.549V12.5489V12.5487V12.5487L3.04383 12.5465C3.03863 12.534 3.02934 12.5134 3.01358 12.4801C2.98225 12.4141 2.92803 12.3039 2.83661 12.1205C2.6953 11.8369 2.46609 11.3805 2.09745 10.6463C1.98957 10.4315 1.86976 10.1929 1.73671 9.92786L1.7367 9.92784C1.05112 8.56152 0.874342 7.32919 1.22472 6.27313L1.22614 6.26885L1.22623 6.26889C1.42064 5.76068 1.71572 5.29689 2.09368 4.90547C2.47114 4.51455 2.9235 4.20378 3.42383 3.99172C3.94579 3.74481 4.4151 3.71634 4.79684 3.83202C5.17831 3.94761 5.46485 4.2051 5.6226 4.51543L5.62283 4.51588L6.84591 6.95248L6.84824 6.95713L6.84812 6.95718C7.00701 7.31954 7.01964 7.7293 6.88343 8.10076C6.74723 8.47224 6.47276 8.77662 6.1173 8.95038L6.11478 8.95161L6.11476 8.95157L6.06447 8.97443L5.78959 9.11662L5.78705 9.11793L5.78703 9.11789C5.60909 9.20359 5.47041 9.35366 5.39893 9.5377C5.37682 9.61383 5.37077 9.69375 5.38113 9.77244C5.39165 9.85241 5.41882 9.92917 5.46097 9.9978L5.46555 10.0052L5.4652 10.0054C5.67548 10.426 5.81413 10.7056 5.90203 10.8838C5.96308 11.0075 5.99927 11.0816 6.01817 11.1202C6.02663 11.1375 6.03162 11.1477 6.03382 11.1521C6.0362 11.1569 6.04204 11.1688 6.05221 11.1897C6.10117 11.2899 6.25048 11.5958 6.59764 12.2941L6.60047 12.2998L6.60028 12.2999C6.63269 12.377 6.68006 12.447 6.73958 12.5058C6.79741 12.5629 6.86564 12.6084 6.94057 12.6398C7.12063 12.6829 7.31038 12.6583 7.47367 12.5706L7.47625 12.5692L7.47627 12.5692L7.47982 12.5674C7.57138 12.5217 7.66627 12.4742 7.75745 12.4355L7.79932 12.4105L7.80544 12.4068L7.80556 12.407C8.16066 12.2278 8.57039 12.1895 8.95256 12.2997C9.14415 12.3519 9.32269 12.4437 9.47657 12.5693C9.63065 12.695 9.75655 12.8518 9.84613 13.0293L9.84633 13.0297L11.074 15.4897C11.074 15.4898 11.0741 15.4899 11.0741 15.4899C11.2337 15.8067 11.2748 16.1931 11.1424 16.57C11.0096 16.9478 10.7056 17.3073 10.1903 17.5774L10.19 17.5775C9.53234 17.9195 8.80221 18.0987 8.06098 18.1M3.21766 12.9853L8.0608 18M3.21766 12.9853L3.21942 12.9885C3.3265 13.1844 3.46909 13.4758 3.68246 13.9119C3.85731 14.2692 4.07968 14.7237 4.36897 15.3023C5.05448 16.6877 5.95054 17.582 7.01637 17.9325M3.21766 12.9853L7.0479 17.8376M8.06098 18.1L8.0608 18M8.06098 18.1C8.06112 18.1 8.06125 18.1 8.06139 18.1L8.0608 18M8.06098 18.1C7.70594 18.1021 7.35295 18.0454 7.01637 17.9325M8.0608 18C7.71654 18.0021 7.37426 17.9471 7.0479 17.8376M7.01637 17.9325C7.01647 17.9325 7.01657 17.9325 7.01668 17.9326L7.0479 17.8376M7.01637 17.9325C7.01627 17.9324 7.01617 17.9324 7.01607 17.9324L7.0479 17.8376M5.02701 11.5741L4.93691 11.6175L4.93689 11.6175L4.93683 11.6174L4.93657 11.6168L4.93547 11.6146L4.93085 11.605L4.91095 11.5641C4.89258 11.5265 4.86353 11.4672 4.82089 11.3807C4.7357 11.208 4.59627 10.9267 4.37938 10.4929C4.26877 10.2888 4.20019 10.0646 4.17761 9.83359C4.15497 9.60198 4.17901 9.36826 4.2484 9.14611L4.25015 9.1405L4.25031 9.14057C4.42747 8.67195 4.77666 8.28847 5.22675 8.06841L5.22704 8.06827L5.54244 7.91535L5.54988 7.91175L5.55 7.91206C5.63597 7.87883 5.70525 7.81295 5.74284 7.72874C5.77978 7.64596 5.78312 7.55218 5.75223 7.46721L4.53187 5.03138C4.53183 5.03129 4.53178 5.03121 4.53174 5.03112C4.48671 4.9429 4.40892 4.90456 4.29351 4.90503C4.17284 4.90553 4.02446 4.95022 3.87453 5.01942L3.87011 5.02146L3.87006 5.02135C3.50678 5.16802 3.17703 5.38696 2.90079 5.66479C2.62519 5.94198 2.40859 6.27202 2.264 6.63514C2.0194 7.36754 2.16051 8.29244 2.73647 9.39715L2.73732 9.39878L2.73731 9.39879C2.79048 9.5055 2.84185 9.60856 2.89146 9.7081C3.46072 10.8501 3.79898 11.5287 3.9704 11.9482C3.99726 11.9765 4.02115 12.0074 4.04176 12.0404L4.08554 12.0325V12.1163L4.13858 12.2093H4.11816C4.14989 12.2758 4.20417 12.386 4.29484 12.5682C4.38489 12.7492 4.51041 13.0003 4.68463 13.349C4.86622 13.7124 5.10071 14.1816 5.40308 14.7876C5.96544 15.9076 6.6314 16.5873 7.37303 16.8341C7.74806 16.9355 8.13979 16.96 8.52458 16.9062C8.91026 16.8522 9.28101 16.7206 9.61442 16.5193L9.62068 16.5155L9.6208 16.5158C9.75924 16.4454 9.88416 16.3537 9.95803 16.2548C10.0294 16.1594 10.047 16.0683 10.0017 15.9758C10.0016 15.9756 10.0016 15.9755 10.0015 15.9754L8.7696 13.5165C8.76954 13.5164 8.76948 13.5163 8.76942 13.5162C8.75185 13.4819 8.72725 13.4519 8.69723 13.4278C8.66704 13.4037 8.63211 13.3862 8.59482 13.3766L8.59156 13.3758L8.59157 13.3757C8.48902 13.3456 8.37884 13.3567 8.28423 13.4065L8.26235 13.418H8.23794L7.94413 13.5693C7.50658 13.7948 6.9987 13.8418 6.52719 13.7004L6.52303 13.6991L6.52306 13.6991C6.29992 13.6214 6.09493 13.4992 5.92061 13.3397C5.74681 13.1806 5.60715 12.988 5.51008 12.7733C5.28599 12.3251 5.14282 12.0364 5.05562 11.8597C5.01196 11.7712 4.98233 11.7108 4.9636 11.6724L4.94326 11.6307L4.93849 11.6208L4.93732 11.6184L4.93703 11.6178L4.93695 11.6176L4.93693 11.6176L4.93692 11.6176L5.02701 11.5741ZM5.02701 11.5741L4.93691 11.6175L4.93692 11.6175L5.02701 11.5741ZM15.9454 14.5637L15.9544 14.5668L15.9639 14.5681C16.0206 14.5758 16.0779 14.5762 16.1346 14.5692C16.2528 14.5729 16.3693 14.5402 16.4684 14.4755C16.57 14.4092 16.6482 14.3125 16.6918 14.1992L16.6919 14.1992L16.6935 14.1944C17.5655 11.526 17.3445 8.6207 16.079 6.11488C14.8134 3.60907 12.6064 1.70696 9.94132 0.82501L9.94123 0.824979C9.79506 0.776766 9.63568 0.788533 9.49819 0.857822C9.36072 0.927098 9.2564 1.04814 9.20818 1.19433C9.15997 1.3405 9.17173 1.49988 9.24102 1.63737C9.3103 1.77485 9.43134 1.87916 9.57753 1.92738L9.57759 1.9274C10.754 2.31468 11.8426 2.92997 12.781 3.73815C13.7195 4.54632 14.4895 5.53157 15.0471 6.63748C15.6047 7.7434 15.9389 8.94826 16.0306 10.1834C16.1222 11.4185 15.9696 12.6596 15.5814 13.8357L15.5813 13.8358C15.5337 13.9806 15.5452 14.1384 15.6134 14.2747C15.6815 14.4111 15.801 14.515 15.9454 14.5637ZM12.2732 13.2983L12.2744 13.2983C12.3949 13.299 12.5125 13.2621 12.6108 13.1927C12.7092 13.1233 12.7835 13.025 12.8233 12.9113L12.8238 12.9097C13.0932 12.0951 13.1992 11.2353 13.1359 10.3797C13.0727 9.5241 12.8414 8.68932 12.4552 7.9232C12.069 7.15709 11.5354 6.47475 10.8852 5.91504C10.2349 5.35534 9.48075 4.92935 8.6657 4.66144C8.5209 4.61381 8.36313 4.62529 8.22677 4.69348C8.09042 4.76165 7.98652 4.88092 7.93775 5.02538L7.93771 5.02551C7.91336 5.09796 7.90363 5.17455 7.90907 5.25076C7.91452 5.32703 7.93507 5.40135 7.96944 5.46955C8.00385 5.53783 8.0515 5.59857 8.10949 5.64827C8.16737 5.69787 8.23451 5.73557 8.30708 5.75912C8.97673 5.97939 9.59638 6.32945 10.1307 6.78932C10.665 7.24919 11.1034 7.80983 11.4209 8.43923C11.7385 9.06862 11.9288 9.75438 11.9812 10.4574C12.0336 11.1603 11.947 11.8666 11.7263 12.536C11.702 12.6079 11.692 12.6839 11.697 12.7598C11.7021 12.8358 11.7222 12.9099 11.756 12.978C11.7898 13.0461 11.8366 13.107 11.8941 13.157C11.9515 13.207 12.0182 13.2451 12.0904 13.2693L12.0904 13.2693L12.0934 13.2702C12.1517 13.2877 12.2122 13.2972 12.2732 13.2983Z' fill='%232E3131' stroke='%232E3131' stroke-min-width='0.2'/%3e%3c/svg%3e");
  min-width: 16px;
  height: 17px; }

.option-card-btn.calling-icon:hover .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.06825 13.0896L3.06831 13.0895L3.06623 13.0854C3.00535 12.9636 2.94693 12.8468 2.90272 12.7387L2.89527 12.7205V12.7009V12.7008V12.7008V12.7008V12.7008V12.7008V12.7008V12.7008V12.7008V12.7008V12.7007V12.7007V12.7007V12.7007V12.7007V12.7007V12.7006V12.7006V12.7006V12.7006V12.7006V12.7005V12.7005V12.7005V12.7005V12.7004V12.7004V12.7004V12.7004V12.7003V12.7003V12.7003V12.7002V12.7002V12.7002V12.7001V12.7001V12.7001V12.7V12.7V12.7V12.6999V12.6999V12.6999V12.6998V12.6998V12.6997V12.6997V12.6996V12.6996V12.6996V12.6995V12.6995V12.6994V12.6994V12.6993V12.6993V12.6992V12.6992V12.6991V12.6991V12.699V12.699V12.6989V12.6988V12.6988V12.6987V12.6987V12.6986V12.6986V12.6985V12.6984V12.6984V12.6983V12.6983V12.6982V12.6981V12.6981V12.698V12.6979V12.6979V12.6978V12.6977V12.6977V12.6976V12.6975V12.6975V12.6974V12.6973V12.6972V12.6972V12.6971V12.697V12.6969V12.6969V12.6968V12.6967V12.6966V12.6966V12.6965V12.6964V12.6963V12.6962V12.6962V12.6961V12.696V12.6959V12.6958V12.6957V12.6957V12.6956V12.6955V12.6954V12.6953V12.6952V12.6951V12.695V12.695V12.6949V12.6948V12.6947V12.6946V12.6945V12.6944V12.6943V12.6942V12.6941V12.694V12.6939V12.6938V12.6937V12.6936V12.6935V12.6934V12.6933V12.6932V12.6931V12.693V12.6929V12.6928V12.6927V12.6926V12.6925V12.6924V12.6923V12.6922V12.6921V12.692V12.6919V12.6918V12.6917V12.6916V12.6915V12.6914V12.6912V12.6911V12.691V12.6909V12.6908V12.6907V12.6906V12.6905V12.6904V12.6902V12.6901V12.69V12.6899V12.6898V12.6897V12.6895V12.6894V12.6893V12.6892V12.6891V12.689V12.6888V12.6887V12.6886V12.6885V12.6883V12.6882V12.6881V12.688V12.6879V12.6877V12.6876V12.6875V12.6874V12.6872V12.6871V12.687V12.6869V12.6867V12.6866V12.6865V12.6863V12.6862V12.6861V12.686V12.6858V12.6857V12.6856V12.6854V12.6853V12.6852V12.685V12.6849V12.6848V12.6846V12.6845V12.6844V12.6842V12.6841V12.684V12.6838V12.6837V12.6836V12.6834V12.6833V12.6831V12.683V12.6829V12.6827V12.6826V12.6825V12.6823V12.6822V12.682V12.6819V12.6818V12.6816V12.6815V12.6813V12.6812V12.681V12.6809V12.6808V12.6806V12.6805V12.6803V12.6802V12.68V12.6799V12.6798V12.6796V12.6795V12.6793V12.6792V12.679V12.6789V12.6787V12.6786V12.6784V12.6783V12.6781V12.678V12.6778V12.6777V12.6775V12.6774V12.6772V12.6771V12.6769V12.6768V12.6766V12.6765V12.6763V12.6762V12.676V12.6759V12.6757V12.6756V12.6754V12.6753V12.6751V12.675V12.6748V12.6747V12.6745V12.6744V12.6742V12.6741V12.6739V12.6737V12.6736V12.6734V12.6733V12.6731V12.673V12.6728V12.6727V12.6725V12.6723V12.6722V12.672V12.6719V12.6717V12.6716V12.6714V12.6712V12.6711V12.6709V12.6708V12.6706V12.6704V12.6703V12.6701V12.67V12.6698V12.6697V12.6695V12.6693V12.6692V12.669V12.6689V12.6687V12.6685V12.6684V12.6682V12.6681V12.6679V12.6677V12.6676V12.6674V12.6673V12.6671V12.6669V12.6668V12.6666V12.6664V12.6663V12.6661V12.666V12.6658V12.6656V12.6655V12.6653V12.6652V12.665V12.6648V12.6647V12.6645V12.6643V12.6642V12.664V12.6639V12.6637V12.6635V12.6634V12.6632V12.663V12.6629V12.6627V12.6626V12.6624V12.6622V12.6621V12.6619V12.6617V12.6616V12.6614V12.6613V12.6611V12.6609V12.6608V12.6606V12.6604V12.6603V12.6601V12.6599V12.6598V12.6596V12.6595V12.6593V12.6591V12.659V12.6588V12.6586V12.6585V12.6583V12.6582V12.658V12.6578V12.6577V12.6575V12.6573V12.6572V12.657V12.6569V12.6567V12.6565V12.6564V12.6562V12.656V12.6559V12.6557V12.6556V12.6554V12.6552V12.6551V12.6549V12.6547V12.6546V12.6544V12.6543V12.6541V12.6539V12.6538V12.6536V12.6535V12.6533V12.6531V12.653V12.6529L2.89441 12.6508C2.88922 12.6382 2.87993 12.6176 2.86417 12.5844C2.83284 12.5184 2.77861 12.4081 2.6872 12.2247C2.54589 11.9412 2.31668 11.4847 1.94803 10.7506C1.84016 10.5357 1.72034 10.2971 1.58729 10.0321L1.58728 10.0321C0.901707 8.66576 0.724928 7.43344 1.0753 6.37738L1.07672 6.3731L1.07682 6.37314C1.27122 5.86493 1.56631 5.40114 1.94426 5.00972C2.32173 4.6188 2.77409 4.30802 3.27441 4.09597C3.79638 3.84906 4.26568 3.82059 4.64742 3.93626C5.02889 4.05186 5.31544 4.30935 5.47319 4.61968L5.47342 4.62013L6.6965 7.05673L6.69883 7.06137L6.69871 7.06143C6.8576 7.42379 6.87022 7.83354 6.73402 8.20501C6.59781 8.57648 6.32335 8.88087 5.96788 9.05462L5.96536 9.05586L5.96535 9.05582L5.91505 9.07868L5.64017 9.22087L5.63764 9.22218L5.63762 9.22214C5.45968 9.30784 5.321 9.45791 5.24951 9.64194C5.22741 9.71808 5.22136 9.798 5.23171 9.87669C5.24224 9.95666 5.2694 10.0334 5.31156 10.102L5.31613 10.1095L5.31579 10.1097C5.52607 10.5302 5.66472 10.8099 5.75262 10.9881C5.81367 11.1118 5.84986 11.1858 5.86875 11.2244C5.87722 11.2417 5.88221 11.252 5.88441 11.2563C5.88679 11.2611 5.89263 11.2731 5.9028 11.2939C5.95175 11.3942 6.10106 11.7001 6.44823 12.3983L6.45106 12.404L6.45087 12.4041C6.48328 12.4812 6.53064 12.5512 6.59016 12.61C6.648 12.6672 6.71623 12.7127 6.79115 12.7441C6.97121 12.7872 7.16097 12.7625 7.32425 12.6748L7.32684 12.6734L7.32686 12.6735L7.33041 12.6717C7.42197 12.6259 7.51686 12.5785 7.60803 12.5397L7.6499 12.5147L7.65603 12.511L7.65614 12.5113C8.01125 12.332 8.42098 12.2937 8.80315 12.4039C8.99474 12.4562 9.17328 12.548 9.32716 12.6735C9.48124 12.7993 9.60713 12.956 9.69671 13.1336L9.69691 13.134L10.9246 15.594C10.9246 15.594 10.9247 15.5941 10.9247 15.5942C11.0843 15.9109 11.1254 16.2974 10.9929 16.6743C10.8602 17.052 10.5562 17.4116 10.0409 17.6816L10.0406 17.6818C9.38293 18.0237 8.6528 18.2029 7.91157 18.2043M3.06825 13.0896L7.91138 18.1043M3.06825 13.0896L3.07001 13.0928C3.17708 13.2887 3.31968 13.5801 3.53305 14.0161C3.7079 14.3735 3.93027 14.8279 4.21956 15.4065C4.90506 16.7919 5.80113 17.6863 6.86696 18.0367M3.06825 13.0896L6.89849 17.9418M7.91157 18.2043L7.91138 18.1043M7.91157 18.2043C7.9117 18.2043 7.91184 18.2043 7.91197 18.2043L7.91138 18.1043M7.91157 18.2043C7.55653 18.2063 7.20354 18.1497 6.86696 18.0367M7.91138 18.1043C7.56713 18.1063 7.22485 18.0514 6.89849 17.9418M6.86696 18.0367C6.86706 18.0367 6.86716 18.0368 6.86726 18.0368L6.89849 17.9418M6.86696 18.0367C6.86686 18.0367 6.86676 18.0366 6.86666 18.0366L6.89849 17.9418M4.8776 11.6784L4.78749 11.7218L4.78748 11.7217L4.78742 11.7216L4.78716 11.7211L4.78606 11.7188L4.78144 11.7093L4.76153 11.6684C4.74317 11.6307 4.71412 11.5715 4.67147 11.485C4.58628 11.3122 4.44685 11.031 4.22997 10.5972C4.11935 10.3931 4.05078 10.1689 4.0282 9.93784C4.00556 9.70623 4.0296 9.47251 4.09899 9.25036L4.10074 9.24475L4.1009 9.24481C4.27806 8.7762 4.62724 8.39271 5.07733 8.17266L5.07763 8.17252L5.39302 8.0196L5.40047 8.01599L5.40059 8.01631C5.48655 7.98308 5.55584 7.9172 5.59342 7.83299C5.63036 7.7502 5.6337 7.65643 5.60281 7.57146L4.38246 5.13563C4.38241 5.13554 4.38237 5.13545 4.38233 5.13537C4.3373 5.04715 4.25951 5.00881 4.14409 5.00928C4.02343 5.00978 3.87505 5.05447 3.72512 5.12367L3.72069 5.12571L3.72065 5.1256C3.35737 5.27227 3.02762 5.49121 2.75137 5.76904C2.47578 6.04622 2.25917 6.37626 2.11458 6.73939C1.86999 7.47179 2.0111 8.39668 2.58706 9.5014L2.58791 9.50303L2.58789 9.50304C2.64106 9.60975 2.69243 9.71281 2.74205 9.81234C3.31131 10.9544 3.64957 11.633 3.82099 12.0524C3.84784 12.0807 3.87174 12.1116 3.89234 12.1447L3.93612 12.1367V12.2206L3.98917 12.3135H3.96875C4.00047 12.3801 4.05476 12.4902 4.14543 12.6724C4.23548 12.8534 4.361 13.1046 4.53522 13.4532C4.7168 13.8166 4.95129 14.2859 5.25366 14.8918C5.81602 16.0118 6.48198 16.6916 7.22362 16.9383C7.59864 17.0398 7.99038 17.0643 8.37516 17.0104C8.76085 16.9565 9.1316 16.8248 9.46501 16.6236L9.47126 16.6198L9.47139 16.62C9.60983 16.5497 9.73474 16.4579 9.80862 16.3591C9.87996 16.2636 9.89758 16.1726 9.85225 16.08C9.8522 16.0799 9.85214 16.0798 9.85209 16.0797L8.62018 13.6208C8.62012 13.6206 8.62007 13.6205 8.62001 13.6204C8.60243 13.5862 8.57784 13.5561 8.54782 13.5321C8.51763 13.5079 8.4827 13.4905 8.44541 13.4809L8.44214 13.48L8.44216 13.48C8.3396 13.4499 8.22942 13.4609 8.13481 13.5107L8.11294 13.5223H8.08853L7.79472 13.6735C7.35716 13.899 6.84929 13.946 6.37778 13.8046L6.37362 13.8034L6.37365 13.8033C6.15051 13.7257 5.94551 13.6034 5.7712 13.4439C5.5974 13.2849 5.45773 13.0922 5.36067 12.8776C5.13657 12.4294 4.9934 12.1407 4.90621 11.9639C4.86255 11.8754 4.83292 11.815 4.81418 11.7766L4.79385 11.7349L4.78908 11.7251L4.78791 11.7226L4.78761 11.722L4.78753 11.7219L4.78751 11.7218L4.78751 11.7218L4.8776 11.6784ZM4.8776 11.6784L4.78749 11.7218L4.7875 11.7218L4.8776 11.6784ZM15.796 14.668L15.805 14.6711L15.8145 14.6723C15.8712 14.68 15.9285 14.6804 15.9852 14.6735C16.1033 14.6771 16.2199 14.6445 16.319 14.5798C16.4206 14.5134 16.4988 14.4168 16.5424 14.3034L16.5425 14.3035L16.5441 14.2986C17.4161 11.6302 17.1951 8.72495 15.9296 6.21913C14.664 3.71332 12.457 1.81121 9.79191 0.929258L9.79181 0.929227C9.64564 0.881014 9.48627 0.892782 9.34877 0.96207C9.2113 1.03135 9.10699 1.15239 9.05876 1.29858C9.01055 1.44475 9.02232 1.60413 9.09161 1.74162C9.16088 1.87909 9.28192 1.98341 9.42812 2.03163L9.42817 2.03165C10.6046 2.41893 11.6931 3.03422 12.6316 3.84239C13.5701 4.65057 14.3401 5.63582 14.8977 6.74173C15.4553 7.84765 15.7895 9.05251 15.8811 10.2876C15.9728 11.5227 15.8201 12.7638 15.4319 13.9399L15.4319 13.94C15.3843 14.0848 15.3958 14.2426 15.4639 14.379C15.5321 14.5154 15.6515 14.6192 15.796 14.668ZM12.1238 13.4026L12.125 13.4026C12.2455 13.4033 12.363 13.3663 12.4614 13.2969C12.5598 13.2276 12.6341 13.1292 12.6739 13.0155L12.6744 13.0139C12.9437 12.1993 13.0498 11.3396 12.9865 10.484C12.9233 9.62835 12.692 8.79357 12.3058 8.02745C11.9195 7.26134 11.386 6.579 10.7358 6.01929C10.0855 5.45958 9.33133 5.0336 8.51628 4.76569C8.37149 4.71806 8.21372 4.72954 8.07735 4.79772C7.941 4.8659 7.83711 4.98517 7.78834 5.12963L7.78829 5.12976C7.76394 5.2022 7.75421 5.2788 7.75966 5.35501C7.7651 5.43128 7.78565 5.5056 7.82002 5.5738C7.85443 5.64208 7.90208 5.70282 7.96008 5.75251C8.01796 5.80211 8.0851 5.83982 8.15766 5.86337C8.82732 6.08364 9.44697 6.4337 9.98127 6.89357C10.5156 7.35344 10.954 7.91408 11.2715 8.54348C11.589 9.17287 11.7794 9.85863 11.8318 10.5616C11.8841 11.2645 11.7976 11.9709 11.5769 12.6402C11.5526 12.7121 11.5425 12.7882 11.5476 12.864C11.5527 12.94 11.5728 13.0141 11.6066 13.0822C11.6403 13.1504 11.6872 13.2112 11.7447 13.2612C11.8021 13.3112 11.8688 13.3494 11.941 13.3735L11.941 13.3736L11.9439 13.3744C12.0023 13.392 12.0628 13.4014 12.1238 13.4026Z' fill='%23065FA9' stroke='%23065FA9' stroke-min-width='0.2'/%3e%3c/svg%3e"); }

.option-card-btn.remove-icon .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4C0 3.55817 0.358172 3.2 0.8 3.2H15.2C15.6418 3.2 16 3.55817 16 4C16 4.44183 15.6418 4.8 15.2 4.8H0.8C0.358172 4.8 0 4.44183 0 4Z' fill='%23343E3D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 1.6C6.18783 1.6 5.98434 1.68429 5.83431 1.83431C5.68429 1.98434 5.6 2.18783 5.6 2.4V3.2H10.4V2.4C10.4 2.18783 10.3157 1.98434 10.1657 1.83431C10.0157 1.68429 9.81217 1.6 9.6 1.6H6.4ZM12 3.2V2.4C12 1.76348 11.7471 1.15303 11.2971 0.702944C10.847 0.252856 10.2365 0 9.6 0H6.4C5.76348 0 5.15303 0.252856 4.70294 0.702944C4.25286 1.15303 4 1.76348 4 2.4V3.2H2.4C1.95817 3.2 1.6 3.55817 1.6 4V15.2C1.6 15.8365 1.85286 16.447 2.30294 16.8971C2.75303 17.3471 3.36348 17.6 4 17.6H12C12.6365 17.6 13.247 17.3471 13.6971 16.8971C14.1471 16.447 14.4 15.8365 14.4 15.2V4C14.4 3.55817 14.0418 3.2 13.6 3.2H12ZM3.2 4.8V15.2C3.2 15.4122 3.28429 15.6157 3.43431 15.7657C3.58434 15.9157 3.78783 16 4 16H12C12.2122 16 12.4157 15.9157 12.5657 15.7657C12.7157 15.6157 12.8 15.4122 12.8 15.2V4.8H3.2Z' fill='%23343E3D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 7.2C6.84183 7.2 7.2 7.55817 7.2 8V12.8C7.2 13.2418 6.84183 13.6 6.4 13.6C5.95817 13.6 5.6 13.2418 5.6 12.8V8C5.6 7.55817 5.95817 7.2 6.4 7.2Z' fill='%23343E3D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6 7.2C10.0418 7.2 10.4 7.55817 10.4 8V12.8C10.4 13.2418 10.0418 13.6 9.6 13.6C9.15817 13.6 8.8 13.2418 8.8 12.8V8C8.8 7.55817 9.15817 7.2 9.6 7.2Z' fill='%23343E3D'/%3e%3c/svg%3e");
  min-width: 16px;
  height: 17.6px; }

.option-card-btn.remove-icon:hover .propline-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4C0 3.55817 0.358172 3.2 0.8 3.2H15.2C15.6418 3.2 16 3.55817 16 4C16 4.44183 15.6418 4.8 15.2 4.8H0.8C0.358172 4.8 0 4.44183 0 4Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 1.6C6.18783 1.6 5.98434 1.68429 5.83431 1.83431C5.68429 1.98434 5.6 2.18783 5.6 2.4V3.2H10.4V2.4C10.4 2.18783 10.3157 1.98434 10.1657 1.83431C10.0157 1.68429 9.81217 1.6 9.6 1.6H6.4ZM12 3.2V2.4C12 1.76348 11.7471 1.15303 11.2971 0.702944C10.847 0.252856 10.2365 0 9.6 0H6.4C5.76348 0 5.15303 0.252856 4.70294 0.702944C4.25286 1.15303 4 1.76348 4 2.4V3.2H2.4C1.95817 3.2 1.6 3.55817 1.6 4V15.2C1.6 15.8365 1.85286 16.447 2.30294 16.8971C2.75303 17.3471 3.36348 17.6 4 17.6H12C12.6365 17.6 13.247 17.3471 13.6971 16.8971C14.1471 16.447 14.4 15.8365 14.4 15.2V4C14.4 3.55817 14.0418 3.2 13.6 3.2H12ZM3.2 4.8V15.2C3.2 15.4122 3.28429 15.6157 3.43431 15.7657C3.58434 15.9157 3.78783 16 4 16H12C12.2122 16 12.4157 15.9157 12.5657 15.7657C12.7157 15.6157 12.8 15.4122 12.8 15.2V4.8H3.2Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.4 7.2C6.84183 7.2 7.2 7.55817 7.2 8V12.8C7.2 13.2418 6.84183 13.6 6.4 13.6C5.95817 13.6 5.6 13.2418 5.6 12.8V8C5.6 7.55817 5.95817 7.2 6.4 7.2Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.6 7.2C10.0418 7.2 10.4 7.55817 10.4 8V12.8C10.4 13.2418 10.0418 13.6 9.6 13.6C9.15817 13.6 8.8 13.2418 8.8 12.8V8C8.8 7.55817 9.15817 7.2 9.6 7.2Z' fill='%23065FA9'/%3e%3c/svg%3e "); }

.offer-icon {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.104 5.93544C16.9709 5.1982 16.5809 4.53196 16.0032 4.05499C15.4255 3.57802 14.6975 3.32117 13.9484 3.33003L13.5924 1.31286C13.5445 1.03746 13.4246 0.779642 13.2449 0.565564C13.0651 0.351487 12.8319 0.188776 12.569 0.0939484C12.306 -0.000878826 12.0227 -0.0244461 11.7477 0.0256389C11.4727 0.075724 11.2158 0.197678 11.0032 0.379122L8.76105 2.28301C8.2317 2.73122 7.59284 3.03083 6.90975 3.15121L2.21678 3.97814C1.51632 4.10286 0.893875 4.5002 0.485878 5.08307C0.0778809 5.66595 -0.0823812 6.3868 0.0402183 7.08764L0.674578 10.6883C0.798499 11.3894 1.19574 12.0126 1.77898 12.4209C2.36222 12.8291 3.08372 12.9891 3.78488 12.8657L4.46456 12.7459L4.92657 15.3675C4.97162 15.623 5.06656 15.8671 5.20596 16.0859C5.34535 16.3047 5.52648 16.4939 5.739 16.6427C5.95152 16.7915 6.19127 16.897 6.44455 16.9532C6.69784 17.0093 6.95971 17.015 7.2152 16.97C7.4707 16.9249 7.71482 16.83 7.93362 16.6906C8.15243 16.5512 8.34163 16.3701 8.49044 16.1576C8.63924 15.945 8.74473 15.7053 8.80088 15.452C8.85703 15.1987 8.86274 14.9368 8.81769 14.6814L8.35487 12.0638L8.47624 12.0428C9.15966 11.9226 9.86272 11.986 10.5136 12.2264L13.2736 13.2468C13.4514 13.3132 13.6396 13.3475 13.8295 13.3479C14.0603 13.3464 14.288 13.2946 14.4967 13.1961C14.7055 13.0977 14.8903 12.9549 15.0383 12.7778C15.1863 12.6007 15.294 12.3935 15.3538 12.1705C15.4136 11.9476 15.4241 11.7143 15.3846 11.4869L15.0294 9.47135C15.7378 9.22291 16.3351 8.73121 16.715 8.08373C17.0948 7.43626 17.2327 6.67501 17.104 5.93544ZM7.05297 16.0188C6.78951 16.0632 6.51916 16.0022 6.30027 15.849C6.08138 15.6958 5.9315 15.4627 5.88297 15.2L5.42014 12.5776L7.39847 12.2289L7.86049 14.8505C7.90772 15.1124 7.84927 15.3824 7.69794 15.6014C7.54661 15.8203 7.3147 15.9704 7.05297 16.0188V16.0188ZM14.2162 12.2256C14.1339 12.2959 14.0342 12.3427 13.9275 12.361C13.8209 12.3794 13.7113 12.3687 13.6102 12.33V12.33L10.8502 11.3113C10.038 11.0115 9.16071 10.9325 8.30794 11.0823L3.61578 11.9101C3.16855 11.9864 2.70926 11.8833 2.33764 11.623C1.96603 11.3627 1.71209 10.9664 1.63097 10.52L0.996613 6.91934C0.918276 6.47187 1.02064 6.01159 1.28124 5.6395C1.54184 5.2674 1.93941 5.01388 2.3867 4.93454L7.07967 4.1076C7.93048 3.95652 8.72595 3.58238 9.38489 3.02337L11.6294 1.12029C11.7119 1.05047 11.8112 1.00362 11.9175 0.984476C12.0239 0.965332 12.1333 0.97457 12.2349 1.01125C12.3365 1.04794 12.4267 1.11078 12.4962 1.19342C12.5658 1.27607 12.6123 1.3756 12.6311 1.48197L13.0575 3.90128C13.0575 3.90775 13.0575 3.91422 13.0575 3.9215C13.0575 3.92879 13.064 3.93364 13.0648 3.94092L13.9969 9.19139C13.9969 9.19867 13.9969 9.20514 13.9969 9.21161C13.9969 9.21809 14.0026 9.22456 14.0042 9.23184L14.4306 11.6495C14.4498 11.756 14.44 11.8656 14.4023 11.9669C14.3645 12.0683 14.3003 12.1576 14.2162 12.2256V12.2256ZM14.8579 8.49472L14.1175 4.29613C14.6099 4.32482 15.0783 4.51882 15.4468 4.84675C15.8153 5.17468 16.0623 5.61735 16.148 6.10313C16.2336 6.58891 16.1528 7.08937 15.9187 7.52354C15.6846 7.95771 15.3108 8.30018 14.8579 8.49553V8.49472Z' fill='%23065FA9'/%3e%3c/svg%3e");
  min-width: 17px;
  height: 17px; }
  .offer-icon.primary-fill {
    background-image: url("data:image/svg+xml,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.104 5.93544C16.9709 5.1982 16.5809 4.53196 16.0032 4.05499C15.4255 3.57802 14.6975 3.32117 13.9484 3.33003L13.5924 1.31286C13.5445 1.03746 13.4246 0.779642 13.2449 0.565564C13.0651 0.351487 12.8319 0.188776 12.569 0.0939484C12.306 -0.000878826 12.0227 -0.0244461 11.7477 0.0256389C11.4727 0.075724 11.2158 0.197678 11.0032 0.379122L8.76105 2.28301C8.2317 2.73122 7.59284 3.03083 6.90975 3.15121L2.21678 3.97814C1.51632 4.10286 0.893875 4.5002 0.485878 5.08307C0.0778809 5.66595 -0.0823812 6.3868 0.0402183 7.08764L0.674578 10.6883C0.798499 11.3894 1.19574 12.0126 1.77898 12.4209C2.36222 12.8291 3.08372 12.9891 3.78488 12.8657L4.46456 12.7459L4.92657 15.3675C4.97162 15.623 5.06656 15.8671 5.20596 16.0859C5.34535 16.3047 5.52648 16.4939 5.739 16.6427C5.95152 16.7915 6.19127 16.897 6.44455 16.9532C6.69784 17.0093 6.95971 17.015 7.2152 16.97C7.4707 16.9249 7.71482 16.83 7.93362 16.6906C8.15243 16.5512 8.34163 16.3701 8.49044 16.1576C8.63924 15.945 8.74473 15.7053 8.80088 15.452C8.85703 15.1987 8.86274 14.9368 8.81769 14.6814L8.35487 12.0638L8.47624 12.0428C9.15966 11.9226 9.86272 11.986 10.5136 12.2264L13.2736 13.2468C13.4514 13.3132 13.6396 13.3475 13.8295 13.3479C14.0603 13.3464 14.288 13.2946 14.4967 13.1961C14.7055 13.0977 14.8903 12.9549 15.0383 12.7778C15.1863 12.6007 15.294 12.3935 15.3538 12.1705C15.4136 11.9476 15.4241 11.7143 15.3846 11.4869L15.0294 9.47135C15.7378 9.22291 16.3351 8.73121 16.715 8.08373C17.0948 7.43626 17.2327 6.67501 17.104 5.93544ZM7.05297 16.0188C6.78951 16.0632 6.51916 16.0022 6.30027 15.849C6.08138 15.6958 5.9315 15.4627 5.88297 15.2L5.42014 12.5776L7.39847 12.2289L7.86049 14.8505C7.90772 15.1124 7.84927 15.3824 7.69794 15.6014C7.54661 15.8203 7.3147 15.9704 7.05297 16.0188V16.0188ZM14.2162 12.2256C14.1339 12.2959 14.0342 12.3427 13.9275 12.361C13.8209 12.3794 13.7113 12.3687 13.6102 12.33V12.33L10.8502 11.3113C10.038 11.0115 9.16071 10.9325 8.30794 11.0823L3.61578 11.9101C3.16855 11.9864 2.70926 11.8833 2.33764 11.623C1.96603 11.3627 1.71209 10.9664 1.63097 10.52L0.996613 6.91934C0.918276 6.47187 1.02064 6.01159 1.28124 5.6395C1.54184 5.2674 1.93941 5.01388 2.3867 4.93454L7.07967 4.1076C7.93048 3.95652 8.72595 3.58238 9.38489 3.02337L11.6294 1.12029C11.7119 1.05047 11.8112 1.00362 11.9175 0.984476C12.0239 0.965332 12.1333 0.97457 12.2349 1.01125C12.3365 1.04794 12.4267 1.11078 12.4962 1.19342C12.5658 1.27607 12.6123 1.3756 12.6311 1.48197L13.0575 3.90128C13.0575 3.90775 13.0575 3.91422 13.0575 3.9215C13.0575 3.92879 13.064 3.93364 13.0648 3.94092L13.9969 9.19139C13.9969 9.19867 13.9969 9.20514 13.9969 9.21161C13.9969 9.21809 14.0026 9.22456 14.0042 9.23184L14.4306 11.6495C14.4498 11.756 14.44 11.8656 14.4023 11.9669C14.3645 12.0683 14.3003 12.1576 14.2162 12.2256V12.2256ZM14.8579 8.49472L14.1175 4.29613C14.6099 4.32482 15.0783 4.51882 15.4468 4.84675C15.8153 5.17468 16.0623 5.61735 16.148 6.10313C16.2336 6.58891 16.1528 7.08937 15.9187 7.52354C15.6846 7.95771 15.3108 8.30018 14.8579 8.49553V8.49472Z' fill='%23065FA9'/%3e%3c/svg%3e"); }

.long-arrow-left-icon-primary {
  background-image: url("data:image/svg+xml,%3csvg width='40' height='26' viewBox='0 0 40 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.1895 0.277363C12.5551 -0.0924541 13.1478 -0.0924543 13.5134 0.277362C13.879 0.647179 13.879 1.24677 13.5134 1.61659L1.59812 13.6696C1.23253 14.0394 0.639785 14.0394 0.274194 13.6696C-0.0913979 13.2998 -0.0913979 12.7002 0.274194 12.3304L12.1895 0.277363Z' fill='%23065FA9'/%3e%3cpath d='M13.5134 24.3834C13.879 24.7532 13.879 25.3528 13.5134 25.7226C13.1478 26.0925 12.5551 26.0925 12.1895 25.7226L0.274194 13.6696C-0.0913979 13.2998 -0.0913979 12.7002 0.274194 12.3304C0.639785 11.9606 1.23253 11.9606 1.59812 12.3304L13.5134 24.3834Z' fill='%23065FA9'/%3e%3cpath d='M39.0638 12.053C39.5809 12.053 40 12.477 40 13C40 13.523 39.5809 13.947 39.0638 13.947L1.61761 13.947C1.10058 13.947 0.681448 13.523 0.681448 13C0.681448 12.477 1.10058 12.053 1.6176 12.053L39.0638 12.053Z' fill='%23065FA9'/%3e%3c/svg%3e");
  min-width: 40px;
  height: 26px; }

.long-arrow-right-icon-primary {
  background-image: url("data:image/svg+xml,%3csvg width='40' height='26' viewBox='0 0 40 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M27.8105 0.277363C27.4449 -0.0924541 26.8522 -0.0924543 26.4866 0.277362C26.121 0.647179 26.121 1.24677 26.4866 1.61659L38.4019 13.6696C38.7675 14.0394 39.3602 14.0394 39.7258 13.6696C40.0914 13.2998 40.0914 12.7002 39.7258 12.3304L27.8105 0.277363Z' fill='%23065FA9'/%3e%3cpath d='M26.4866 24.3834C26.121 24.7532 26.121 25.3528 26.4866 25.7226C26.8522 26.0925 27.4449 26.0925 27.8105 25.7226L39.7258 13.6696C40.0914 13.2998 40.0914 12.7002 39.7258 12.3304C39.3602 11.9606 38.7675 11.9606 38.4019 12.3304L26.4866 24.3834Z' fill='%23065FA9'/%3e%3cpath d='M0.936155 12.053C0.41913 12.053 -6.69181e-07 12.477 -6.46582e-07 13C-6.23982e-07 13.523 0.41913 13.947 0.936155 13.947L38.3824 13.947C38.8994 13.947 39.3186 13.523 39.3186 13C39.3186 12.477 38.8994 12.053 38.3824 12.053L0.936155 12.053Z' fill='%23065FA9'/%3e%3c/svg%3e");
  min-width: 40px;
  height: 26px; }

.long-arrow-right-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.6401 0.213356C21.3556 -0.0711185 20.8944 -0.0711187 20.6099 0.213356C20.3254 0.49783 20.3254 0.959054 20.6099 1.24353L29.8815 10.5151C30.1659 10.7996 30.6272 10.7996 30.9116 10.5151C31.1961 10.2306 31.1961 9.76939 30.9116 9.48491L21.6401 0.213356Z' fill='%232E3131'/%3e%3cpath d='M20.6099 18.7565C20.3254 19.0409 20.3254 19.5022 20.6099 19.7866C20.8944 20.0711 21.3556 20.0711 21.6401 19.7866L30.9116 10.5151C31.1961 10.2306 31.1961 9.76939 30.9116 9.48491C30.6272 9.20044 30.1659 9.20044 29.8815 9.48491L20.6099 18.7565Z' fill='%232E3131'/%3e%3cpath d='M0.728613 9.27157C0.326303 9.27157 0.000169754 9.5977 0.000169754 10C0.000169754 10.4023 0.326303 10.7285 0.728613 10.7285L29.8663 10.7285C30.2686 10.7285 30.5948 10.4023 30.5948 10C30.5948 9.5977 30.2686 9.27157 29.8663 9.27157L0.728613 9.27157Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 31px;
  height: 20px; }

.long-arrow-right-icon-white {
  background-image: url("data:image/svg+xml,%3csvg min-width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.6401 0.213356C21.3556 -0.0711185 20.8944 -0.0711187 20.6099 0.213356C20.3254 0.49783 20.3254 0.959054 20.6099 1.24353L29.8815 10.5151C30.1659 10.7996 30.6272 10.7996 30.9116 10.5151C31.1961 10.2306 31.1961 9.76939 30.9116 9.48491L21.6401 0.213356Z' fill='%23fff'/%3e%3cpath d='M20.6099 18.7565C20.3254 19.0409 20.3254 19.5022 20.6099 19.7866C20.8944 20.0711 21.3556 20.0711 21.6401 19.7866L30.9116 10.5151C31.1961 10.2306 31.1961 9.76939 30.9116 9.48491C30.6272 9.20044 30.1659 9.20044 29.8815 9.48491L20.6099 18.7565Z' fill='%23fff'/%3e%3cpath d='M0.728613 9.27157C0.326303 9.27157 0.000169754 9.5977 0.000169754 10C0.000169754 10.4023 0.326303 10.7285 0.728613 10.7285L29.8663 10.7285C30.2686 10.7285 30.5948 10.4023 30.5948 10C30.5948 9.5977 30.2686 9.27157 29.8663 9.27157L0.728613 9.27157Z' fill='%23fff'/%3e%3c/svg%3e");
  min-width: 31px;
  height: 20px; }

.message-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.8889 2C26.4488 2 26.9858 2.22242 27.3817 2.61833C27.7776 3.01424 28 3.55121 28 4.11111V26.5858L23.4849 22.0707C23.2973 21.8831 23.043 21.7778 22.7778 21.7778H4.11111C3.55121 21.7778 3.01424 21.5554 2.61833 21.1594C2.22242 20.7635 2 20.2266 2 19.6667V4.11111C2 3.55121 2.22242 3.01424 2.61833 2.61833C3.01424 2.22242 3.55121 2 4.11111 2H25.8889ZM28.7959 1.20412C28.0249 0.433133 26.9792 0 25.8889 0H4.11111C3.02078 0 1.9751 0.433134 1.20412 1.20412C0.433134 1.9751 0 3.02078 0 4.11111V19.6667C0 20.757 0.433134 21.8027 1.20412 22.5737C1.9751 23.3446 3.02077 23.7778 4.11111 23.7778H22.3636L28.2929 29.7071C28.5789 29.9931 29.009 30.0787 29.3827 29.9239C29.7564 29.7691 30 29.4045 30 29V4.11111C30 3.02078 29.5669 1.9751 28.7959 1.20412Z' fill='white'/%3e%3cpath d='M6 10C6 9.44772 6.44772 9 7 9H23C23.5523 9 24 9.44772 24 10C24 10.5523 23.5523 11 23 11H7C6.44772 11 6 10.5523 6 10Z' fill='white'/%3e%3cpath d='M6 15C6 14.4477 6.44772 14 7 14H19C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16H7C6.44772 16 6 15.5523 6 15Z' fill='white'/%3e%3c/svg%3e");
  min-width: 30px;
  height: 30px; }

.whatsapp-text-icon {
  background-image: url("data:image/svg+xml,%3csvg min-width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4697 11.5999H16.4246L13.5787 0H10.1543L7.26334 11.4594H7.21642L4.58255 0H0.921875L5.32788 16.8335H9.03547L11.8153 5.37584H11.8622L14.6785 16.8335H18.3166L22.7921 0H19.2027L16.4697 11.5999ZM33.9565 5.69372C33.6058 5.24286 33.1438 4.89335 32.617 4.68036C31.9211 4.41469 31.1801 4.29055 30.4366 4.31507C29.7715 4.3266 29.1177 4.4918 28.5255 4.79803C27.8504 5.14129 27.2912 5.67911 26.9184 6.34352H26.8472V0H23.5392V16.8335H26.8489V10.4443C26.8489 9.20208 27.051 8.30992 27.4552 7.76783C27.8595 7.22574 28.5127 6.95469 29.415 6.95469C30.2073 6.95469 30.7586 7.2029 31.069 7.69933C31.38 8.19283 31.5364 8.9445 31.5364 9.94907V16.8335H34.8478V9.33614C34.8528 8.6432 34.7865 7.95162 34.6498 7.27257C34.5383 6.70116 34.3027 6.1619 33.96 5.69372H33.9565ZM47.5985 14.1236V7.78363C47.5985 7.0425 47.4352 6.45065 47.1086 6.00281C46.7812 5.55246 46.3492 5.19055 45.8507 4.94907C45.3129 4.68939 44.7375 4.51805 44.1463 4.44152C43.5361 4.35593 42.9208 4.31251 42.3047 4.31156C41.6355 4.31171 40.968 4.37877 40.3119 4.51177C39.6839 4.63277 39.0806 4.86018 38.5276 5.1844C38.0038 5.49406 37.5574 5.92129 37.2228 6.43309C36.8585 7.02543 36.6592 7.70623 36.646 8.40358H39.9471C40.0096 7.74148 40.2285 7.27081 40.6021 6.98806C40.9756 6.70531 41.4864 6.56481 42.1414 6.56481C42.4181 6.56359 42.6945 6.58295 42.9684 6.62276C43.2066 6.6564 43.4361 6.73632 43.6442 6.8581C43.8427 6.97596 44.006 7.14587 44.1168 7.34984C44.2448 7.61756 44.3045 7.91339 44.2905 8.2104C44.3072 8.35677 44.2884 8.50504 44.2357 8.64242C44.1831 8.7798 44.0981 8.90217 43.9882 8.99895C43.727 9.20153 43.4242 9.34253 43.1021 9.41166C42.6803 9.51612 42.251 9.58718 41.8182 9.62417C41.337 9.67159 40.847 9.73657 40.3501 9.81385C39.8514 9.89261 39.3572 9.99872 38.8699 10.1317C38.4036 10.255 37.9617 10.4581 37.5634 10.7324C37.1731 11.0114 36.8534 11.3797 36.6304 11.8072C36.3708 12.3374 36.2466 12.9248 36.269 13.516C36.2557 14.0747 36.3631 14.6297 36.5835 15.1423C36.7807 15.5833 37.0784 15.9708 37.4522 16.2733C37.8394 16.5792 38.2829 16.8043 38.7569 16.9354C39.2812 17.0795 39.8225 17.1504 40.3658 17.1461C41.108 17.1462 41.8463 17.0355 42.5566 16.8177C43.2668 16.5996 43.9098 16.2011 44.4243 15.6603C44.4393 15.8626 44.4659 16.0637 44.5042 16.2627C44.5437 16.4577 44.5948 16.65 44.6571 16.8388H48.0155C47.8284 16.4895 47.7171 16.1039 47.6888 15.7078C47.6262 15.1816 47.5971 14.6518 47.602 14.1219L47.5985 14.1236ZM44.2905 12.118C44.2861 12.3707 44.2664 12.6229 44.2314 12.8732C44.1892 13.2016 44.0823 13.5181 43.917 13.804C43.7251 14.1324 43.4521 14.4047 43.1247 14.5943C42.7668 14.8156 42.256 14.9245 41.608 14.9245C41.3503 14.9256 41.0932 14.9014 40.8401 14.8525C40.6087 14.8136 40.387 14.7301 40.1868 14.6066C39.999 14.4878 39.8461 14.3205 39.7438 14.1219C39.6286 13.8882 39.5725 13.6294 39.5805 13.3685C39.5712 13.0995 39.6273 12.8324 39.7438 12.5905C39.8484 12.391 39.9956 12.2177 40.1747 12.0829C40.3665 11.9432 40.5795 11.8358 40.8053 11.765C41.0455 11.6865 41.2904 11.6238 41.5385 11.5771C41.8026 11.5297 42.0684 11.4893 42.3307 11.4594C42.5931 11.4296 42.852 11.3874 43.09 11.3418C43.3187 11.2978 43.5445 11.2392 43.7658 11.1661C43.9574 11.1041 44.1346 11.0038 44.287 10.8711L44.2905 12.118ZM53.7801 0.990519H50.4687V4.64524H48.4602V6.88444H50.4635V14.0762C50.4423 14.5887 50.5467 15.0984 50.7675 15.5602C50.9554 15.9262 51.2421 16.2307 51.5945 16.4384C51.9703 16.6527 52.383 16.7927 52.8107 16.8511C53.2932 16.9231 53.7805 16.9583 54.2683 16.9564C54.595 16.9564 54.9285 16.9565 55.2708 16.9354C55.5834 16.9221 55.895 16.8898 56.2038 16.8388V14.2395C56.0421 14.2741 55.8785 14.2982 55.7138 14.3116C55.5401 14.3274 55.3663 14.3361 55.177 14.3361C54.6193 14.3361 54.244 14.2395 54.0581 14.0516C53.8722 13.8637 53.7784 13.4861 53.7784 12.9206V6.88444H56.2107V4.64524H53.7784L53.7801 0.990519ZM67.4673 11.4946C67.2508 11.1119 66.9544 10.7817 66.5986 10.5269C66.2254 10.2598 65.8157 10.0492 65.3824 9.90166C64.9186 9.74449 64.4472 9.61143 63.9699 9.50299C63.9699 9.50299 61.8451 8.97261 61.3933 8.87777C61.7881 9.00583 60.9872 8.79407 61.3933 8.87777C61.0832 8.78089 60.7947 8.62402 60.5438 8.41588C60.4383 8.32734 60.3541 8.21572 60.2975 8.08946C60.2409 7.9632 60.2134 7.8256 60.2171 7.68704C60.2051 7.47013 60.2711 7.25615 60.403 7.08465C60.526 6.9337 60.6818 6.81349 60.8582 6.7334C61.0478 6.65337 61.248 6.60189 61.4524 6.58061C61.6538 6.55896 61.8562 6.54782 62.0588 6.54724C62.5921 6.5336 63.1208 6.65049 63.5998 6.88795C64.0324 7.11626 64.2757 7.55181 64.3208 8.19635H67.4673C67.4334 7.53292 67.237 6.88839 66.8957 6.32069C66.5888 5.83837 66.1784 5.43201 65.6951 5.13172C65.1885 4.82336 64.6322 4.60756 64.0516 4.4942C63.4263 4.36818 62.7902 4.30523 62.1526 4.30629C61.5116 4.30574 60.8719 4.36453 60.2415 4.48191C59.6516 4.58917 59.0841 4.79702 58.5632 5.09659C58.0683 5.38315 57.6544 5.7931 57.3609 6.28732C57.0574 6.78961 56.9057 7.43356 56.9057 8.21918C56.8906 8.69351 57.0041 9.16298 57.2341 9.57675C57.4517 9.94498 57.7486 10.2589 58.1027 10.4953C58.4788 10.7481 58.8882 10.9462 59.3189 11.0836C59.7776 11.2346 60.2484 11.3628 60.7297 11.4735C61.668 11.6571 62.5918 11.9095 63.4939 12.2287C64.1541 12.4792 64.4842 12.8562 64.4842 13.3597C64.4942 13.6234 64.4212 13.8835 64.2757 14.1026C64.1383 14.2962 63.9603 14.4569 63.7545 14.5732C63.537 14.6946 63.3028 14.7822 63.0595 14.8332C62.818 14.8862 62.5717 14.9138 62.3246 14.9157C62.0065 14.9171 61.6895 14.8775 61.3812 14.798C61.0934 14.7266 60.8208 14.6028 60.5768 14.4327C60.3414 14.2657 60.1456 14.048 60.0034 13.7952C59.8505 13.5098 59.7744 13.1889 59.7828 12.8644H56.626C56.6198 13.5349 56.7851 14.1955 57.106 14.7823C57.4268 15.3691 57.8923 15.8622 58.4572 16.2136C59.0063 16.5522 59.6104 16.79 60.2415 16.916C60.9159 17.0572 61.6029 17.1279 62.2916 17.1268C62.9688 17.1275 63.6445 17.0605 64.3087 16.9266C64.9341 16.8053 65.5315 16.5671 66.0704 16.2241C66.6258 15.8766 67.0787 15.3848 67.3818 14.8C67.685 14.2152 67.8273 13.5589 67.7939 12.8995C67.8067 12.4106 67.6942 11.9266 67.4673 11.4946ZM74.0415 0L67.7452 16.8335H71.4302L72.735 13.0857H78.9618L80.2214 16.8335H84.0228L77.7978 0H74.0415ZM73.6941 10.3267L75.864 4.14998H75.911L78.0062 10.3354L73.6941 10.3267ZM95.4722 6.28732C95.0174 5.68593 94.4358 5.19456 93.7695 4.84897C93.0099 4.46979 92.1702 4.28352 91.3233 4.30629C90.6148 4.29777 89.9134 4.45084 89.2715 4.75413C88.6294 5.06984 88.0939 5.57022 87.7321 6.19248H87.6852V4.64524H84.5336V21.1029H87.8468V15.3267H87.8989C88.2872 15.9099 88.8229 16.3775 89.4504 16.6807C90.095 16.9904 90.8008 17.1478 91.5144 17.1409C92.3182 17.1565 93.1139 16.9757 93.8338 16.614C94.481 16.2795 95.0466 15.8038 95.4896 15.2213C95.9404 14.622 96.2768 13.943 96.4816 13.2192C96.6967 12.4526 96.8037 11.6591 96.7996 10.8623C96.8021 10.0224 96.6929 9.18594 96.4747 8.37549C96.2739 7.62406 95.9331 6.91829 95.4705 6.2961L95.4722 6.28732ZM93.3509 12.2041C93.2683 12.6402 93.1063 13.0571 92.8731 13.4334C92.6479 13.7866 92.3438 14.0814 91.9853 14.294C91.3886 14.6448 90.6815 14.7512 90.0096 14.5911C89.3377 14.431 88.7521 14.0167 88.3732 13.4334C88.1382 13.0567 87.9722 12.6403 87.8833 12.2041C87.7815 11.7322 87.7309 11.2505 87.7321 10.7675C87.7303 10.2764 87.7768 9.7863 87.8711 9.30453C87.9537 8.86179 88.1157 8.43803 88.3489 8.0541C88.5738 7.69607 88.8777 7.39552 89.2367 7.17598C89.6503 6.93564 90.1221 6.81702 90.5988 6.83351C91.0687 6.819 91.5333 6.93763 91.9401 7.17598C92.3035 7.401 92.6108 7.70745 92.8383 8.07165C93.0778 8.45863 93.2472 8.88562 93.3387 9.33263C93.4404 9.80573 93.4911 10.2886 93.4898 10.7727C93.4905 11.2563 93.4434 11.7388 93.3491 12.2129L93.3509 12.2041ZM109.672 8.37373C109.474 7.61939 109.134 6.91088 108.669 6.28732C108.215 5.68613 107.634 5.19478 106.968 4.84897C106.208 4.46963 105.367 4.28337 104.519 4.30629C103.81 4.29813 103.109 4.45118 102.467 4.75413C101.826 5.07105 101.29 5.57114 100.928 6.19248H100.882V4.64524H97.7325V21.1029H101.034V15.3267H101.08C101.469 15.9095 102.005 16.377 102.632 16.6807C103.277 16.9902 103.982 17.1476 104.696 17.1409C105.5 17.1565 106.295 16.9757 107.015 16.614C107.663 16.2795 108.228 15.8038 108.671 15.2213C109.123 14.6227 109.459 13.9435 109.661 13.2192C109.881 12.4528 109.991 11.6585 109.988 10.8606C109.994 10.0238 109.887 9.19011 109.67 8.38251L109.672 8.37373ZM106.545 12.2041C106.463 12.6405 106.301 13.0575 106.067 13.4334C105.842 13.7862 105.538 14.0809 105.181 14.294C104.584 14.6455 103.876 14.7521 103.203 14.5921C102.531 14.432 101.944 14.0173 101.565 13.4334C101.332 13.056 101.166 12.6398 101.075 12.2041C100.974 11.732 100.924 11.2504 100.924 10.7675C100.924 10.2764 100.971 9.78637 101.065 9.30453C101.148 8.86202 101.31 8.43839 101.543 8.0541C101.768 7.6969 102.071 7.39653 102.429 7.17598C102.843 6.93567 103.315 6.81706 103.793 6.83351C104.262 6.81867 104.726 6.93733 105.132 7.17598C105.496 7.40113 105.804 7.70753 106.032 8.07165C106.272 8.45863 106.441 8.88562 106.532 9.33263C106.635 9.80567 106.686 10.2885 106.685 10.7727C106.686 11.2562 106.639 11.7386 106.546 12.2129L106.545 12.2041Z' fill='%23455A64'/%3e%3c/svg%3e");
  min-width: 104px;
  height: 21px;
  background-size: contain; }

.form-control-icon .calender-icon {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.7271 4.72727C3.0744 4.72727 2.54528 5.25639 2.54528 5.90909V22.4545C2.54528 23.1072 3.0744 23.6364 3.7271 23.6364H20.2726C20.9253 23.6364 21.4544 23.1072 21.4544 22.4545V5.90909C21.4544 5.25639 20.9253 4.72727 20.2726 4.72727H3.7271ZM0.181641 5.90909C0.181641 3.95099 1.76899 2.36364 3.7271 2.36364H20.2726C22.2307 2.36364 23.818 3.95099 23.818 5.90909V22.4545C23.818 24.4126 22.2307 26 20.2726 26H3.7271C1.76899 26 0.181641 24.4126 0.181641 22.4545V5.90909Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7271 0C17.3798 0 17.9089 0.529118 17.9089 1.18182V5.90909C17.9089 6.56179 17.3798 7.09091 16.7271 7.09091C16.0744 7.09091 15.5453 6.56179 15.5453 5.90909V1.18182C15.5453 0.529118 16.0744 0 16.7271 0Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.27255 0C7.92525 0 8.45437 0.529118 8.45437 1.18182V5.90909C8.45437 6.56179 7.92525 7.09091 7.27255 7.09091C6.61985 7.09091 6.09073 6.56179 6.09073 5.90909V1.18182C6.09073 0.529118 6.61985 0 7.27255 0Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.181641 10.6364C0.181641 9.98366 0.710759 9.45455 1.36346 9.45455H22.6362C23.2889 9.45455 23.818 9.98366 23.818 10.6364C23.818 11.2891 23.2889 11.8182 22.6362 11.8182H1.36346C0.710759 11.8182 0.181641 11.2891 0.181641 10.6364Z' fill='%23065FA9'/%3e%3c/svg%3e");
  min-width: 23.64px;
  height: 26px; }

.discount-icon {
  background-image: url("data:image/svg+xml,%3csvg width='27' height='19' viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.8334 6.44479H24.5927V1.47008C24.5927 1.09312 24.4405 0.73159 24.1697 0.465036C23.8988 0.198483 23.5314 0.0487343 23.1483 0.0487343H22.7295C22.4818 0.0489373 22.2384 0.111794 22.0225 0.231269C21.8067 0.350744 21.6257 0.522823 21.4969 0.73098C20.3222 2.65453 19.2966 4.31277 12.5562 4.31277H11.1118C11.1074 4.19208 11.0864 4.07254 11.0492 3.95743C10.9668 3.68903 10.7955 3.45551 10.5625 3.29408C10.3295 3.13266 10.0483 3.05262 9.76374 3.06672C9.70755 3.06391 9.65252 3.04986 9.60202 3.02542C9.55153 3.00099 9.50662 2.96668 9.47005 2.92459C9.43646 2.87767 9.41459 2.82361 9.40623 2.7668C9.39786 2.71 9.40323 2.65206 9.42191 2.59768C9.51732 2.33195 9.52192 2.04283 9.43501 1.77429C9.3481 1.50576 9.17444 1.2725 8.94045 1.11001C8.7159 0.93866 8.43982 0.845669 8.15567 0.845669C7.87152 0.845669 7.59544 0.93866 7.37089 1.11001C7.32579 1.14484 7.27262 1.16812 7.21614 1.17776C7.15966 1.18741 7.10163 1.18312 7.04724 1.16528C6.99285 1.14744 6.94381 1.11661 6.90451 1.07554C6.86521 1.03448 6.83686 0.984458 6.82203 0.929968C6.74218 0.661608 6.5761 0.425939 6.34868 0.25828C6.12127 0.0906202 5.84476 0 5.5606 0C5.27644 0 4.99994 0.0906202 4.77252 0.25828C4.5451 0.425939 4.37903 0.661608 4.29918 0.929968C4.28434 0.984458 4.256 1.03448 4.21669 1.07554C4.17739 1.11661 4.12835 1.14744 4.07396 1.16528C4.01958 1.18312 3.96154 1.18741 3.90506 1.17776C3.84858 1.16812 3.79541 1.14484 3.75031 1.11001C3.52576 0.93866 3.24968 0.845669 2.96553 0.845669C2.68138 0.845669 2.4053 0.93866 2.18075 1.11001C1.94676 1.2725 1.7731 1.50576 1.68619 1.77429C1.59928 2.04283 1.60388 2.33195 1.69929 2.59768C1.71797 2.65206 1.72334 2.71 1.71497 2.7668C1.70661 2.82361 1.68474 2.87767 1.65115 2.92459C1.61458 2.96668 1.56967 3.00099 1.51918 3.02542C1.46868 3.04986 1.41366 3.06391 1.35746 3.06672C1.07254 3.05092 0.790548 3.1303 0.557215 3.29197C0.323882 3.45365 0.152888 3.68814 0.07196 3.95743C-0.0207694 4.22121 -0.0239616 4.50749 0.0628636 4.77321C0.149689 5.03893 0.321838 5.26973 0.55342 5.43089C0.601095 5.46364 0.640029 5.50723 0.666914 5.55796C0.693798 5.60869 0.707837 5.66506 0.707837 5.72227C0.707837 5.77948 0.693798 5.83585 0.666914 5.88658C0.640029 5.93731 0.601095 5.9809 0.55342 6.01365C0.321838 6.17481 0.149689 6.40561 0.0628636 6.67133C-0.0239616 6.93705 -0.0207694 7.22333 0.07196 7.48711C0.157024 7.75959 0.333114 7.99581 0.571685 8.15748C0.810255 8.31915 1.09732 8.39679 1.38634 8.37782C1.44315 8.37745 1.49926 8.3901 1.55024 8.41477C1.60121 8.43944 1.64565 8.47545 1.68004 8.51995C1.71363 8.56687 1.7355 8.62093 1.74386 8.67774C1.75223 8.73454 1.74686 8.79248 1.72818 8.84686C1.63277 9.11259 1.62817 9.40171 1.71508 9.67025C1.80199 9.93878 1.97565 10.172 2.20964 10.3345C2.43718 10.5017 2.71457 10.5901 2.99852 10.5858C3.28247 10.5815 3.55698 10.4848 3.7792 10.3108C4.01756 10.8409 4.36406 11.3172 4.79721 11.71C5.23037 12.1028 5.74093 12.4039 6.29723 12.5945V17.5787C6.29723 17.9556 6.44941 18.3171 6.72028 18.5837C6.99116 18.8503 7.35854 19 7.74161 19H9.66745C10.0505 19 10.4179 18.8503 10.6888 18.5837C10.9597 18.3171 11.1118 17.9556 11.1118 17.5787V12.8408H12.5562C19.2966 12.8408 20.3222 14.4991 21.4969 16.4226C21.6257 16.6308 21.8067 16.8029 22.0225 16.9223C22.2384 17.0418 22.4818 17.1047 22.7295 17.1049H23.1483C23.5314 17.1049 23.8988 16.9551 24.1697 16.6886C24.4405 16.422 24.5927 16.0605 24.5927 15.6835V10.7088H24.8334C25.408 10.7088 25.9591 10.4842 26.3654 10.0844C26.7717 9.68454 27 9.14225 27 8.5768C27 8.01136 26.7717 7.46907 26.3654 7.06924C25.9591 6.66941 25.408 6.44479 24.8334 6.44479ZM12.0748 11.8933H7.74161C7.0996 11.8912 6.47153 11.7088 5.93132 11.3674C6.14782 11.3075 6.34493 11.1936 6.50352 11.0367C6.66211 10.8799 6.7768 10.6853 6.83647 10.4719C6.85107 10.4175 6.87951 10.3677 6.91909 10.327C6.95868 10.2864 7.00812 10.2564 7.06276 10.2398C7.11712 10.2223 7.17502 10.2184 7.2313 10.2283C7.28758 10.2382 7.3405 10.2617 7.38533 10.2966C7.60755 10.4706 7.88206 10.5673 8.16601 10.5716C8.44996 10.5759 8.72736 10.4875 8.95489 10.3203C9.18889 10.1578 9.36255 9.92457 9.44945 9.65603C9.53636 9.3875 9.53176 9.09837 9.43635 8.83265C9.41768 8.77827 9.4123 8.72033 9.42067 8.66352C9.42904 8.60672 9.4509 8.55266 9.4845 8.50574C9.51862 8.46096 9.563 8.42474 9.61404 8.40005C9.66507 8.37535 9.72132 8.36286 9.77819 8.3636C10.0624 8.37605 10.3428 8.29536 10.5754 8.13418C10.8081 7.97299 10.9798 7.74042 11.0637 7.47289C11.154 7.20663 11.1535 6.91862 11.0622 6.65266C10.971 6.3867 10.794 6.15734 10.5582 5.99943C10.5105 5.96668 10.4715 5.92309 10.4447 5.87236C10.4178 5.82164 10.4037 5.76527 10.4037 5.70806C10.4037 5.65084 10.4178 5.59448 10.4447 5.54375C10.4715 5.49302 10.5105 5.44943 10.5582 5.41668C10.6299 5.36498 10.6975 5.30796 10.7604 5.24612H12.0748V11.8933ZM2.76332 9.56701C2.69882 9.52402 2.65091 9.4609 2.62733 9.38784C2.60375 9.31478 2.60586 9.23603 2.63333 9.16429C2.70397 8.96382 2.72379 8.7494 2.69107 8.53968C2.65835 8.32996 2.57407 8.13127 2.44556 7.96089C2.32103 7.79159 2.15639 7.65476 1.96593 7.56229C1.77547 7.46981 1.56494 7.42449 1.35264 7.43025C1.27626 7.43464 1.20058 7.41369 1.13773 7.37074C1.07488 7.32779 1.02849 7.26533 1.00599 7.19336C0.979448 7.1206 0.978807 7.04112 1.00417 6.96796C1.02954 6.89479 1.07941 6.83227 1.14562 6.79065C1.32139 6.67126 1.46507 6.51166 1.56433 6.32556C1.66358 6.13947 1.71544 5.93244 1.71544 5.72227C1.71544 5.5121 1.66358 5.30507 1.56433 5.11897C1.46507 4.93288 1.32139 4.77328 1.14562 4.65389C1.08027 4.61211 1.03066 4.55039 1.00437 4.47821C0.978076 4.40602 0.97656 4.32734 1.00005 4.25422C1.02354 4.18111 1.07075 4.11759 1.13443 4.0734C1.19812 4.0292 1.27477 4.00678 1.35264 4.00955C1.56501 4.01572 1.77568 3.97058 1.96621 3.87807C2.15674 3.78557 2.32132 3.64851 2.44556 3.47891C2.57243 3.3086 2.655 3.11032 2.68605 2.90137C2.7171 2.69243 2.69569 2.47917 2.6237 2.28025C2.59534 2.20861 2.59277 2.12957 2.61642 2.0563C2.64007 1.98302 2.68852 1.91993 2.75369 1.87753C2.81174 1.82973 2.88502 1.80353 2.96072 1.80353C3.03641 1.80353 3.1097 1.82973 3.16775 1.87753C3.33653 2.00647 3.53481 2.0928 3.7453 2.12901C3.95578 2.16521 4.17207 2.15019 4.37529 2.08524C4.57852 2.02029 4.7625 1.90739 4.9112 1.7564C5.05991 1.6054 5.1688 1.4209 5.22839 1.21898C5.2499 1.14744 5.29434 1.08466 5.35508 1.04001C5.41582 0.995368 5.4896 0.971246 5.56541 0.971246C5.64123 0.971246 5.71501 0.995368 5.77575 1.04001C5.83649 1.08466 5.88093 1.14744 5.90244 1.21898C5.96203 1.4209 6.07093 1.6054 6.21963 1.7564C6.36833 1.90739 6.55232 2.02029 6.75554 2.08524C6.95877 2.15019 7.17505 2.16521 7.38553 2.12901C7.59602 2.0928 7.7943 2.00647 7.96308 1.87753C8.02113 1.82973 8.09442 1.80353 8.17011 1.80353C8.24581 1.80353 8.31909 1.82973 8.37714 1.87753C8.44231 1.91993 8.49076 1.98302 8.51441 2.0563C8.53806 2.12957 8.5355 2.20861 8.50713 2.28025C8.43746 2.47573 8.41617 2.68474 8.44501 2.88995C8.47385 3.09515 8.552 3.29063 8.67298 3.46017C8.79395 3.6297 8.95426 3.76841 9.14061 3.86478C9.32696 3.96115 9.53398 4.0124 9.74449 4.01429H9.79263C9.86926 4.01469 9.9437 4.03939 10.0049 4.08473C10.0662 4.13006 10.1109 4.19361 10.1325 4.26595C10.1541 4.33829 10.1515 4.41556 10.125 4.4863C10.0984 4.55703 10.0494 4.61747 9.98522 4.65863C9.80944 4.77802 9.66576 4.93762 9.5665 5.12371C9.46725 5.30981 9.41539 5.51684 9.41539 5.72701C9.41539 5.93718 9.46725 6.14421 9.5665 6.3303C9.66576 6.5164 9.80944 6.676 9.98522 6.79538C10.0514 6.83701 10.1013 6.89953 10.1267 6.97269C10.152 7.04586 10.1514 7.12534 10.1248 7.1981C10.0996 7.26837 10.0526 7.32906 9.99034 7.37157C9.92813 7.41408 9.85392 7.43627 9.77819 7.43499C9.56953 7.43177 9.36314 7.47785 9.17632 7.56935C8.9895 7.66086 8.82771 7.79513 8.70453 7.96089C8.57763 8.1321 8.49507 8.33118 8.46403 8.54088C8.43299 8.75059 8.45439 8.96457 8.52639 9.16429C8.55386 9.23603 8.55597 9.31478 8.53239 9.38784C8.5088 9.4609 8.4609 9.52402 8.3964 9.56701C8.33757 9.61313 8.26459 9.63825 8.18937 9.63825C8.11416 9.63825 8.04117 9.61313 7.98234 9.56701C7.81286 9.43926 7.61431 9.35406 7.40385 9.31878C7.19339 9.2835 6.97737 9.29919 6.77447 9.3645C6.57156 9.42982 6.38787 9.54278 6.23929 9.69364C6.0907 9.84449 5.9817 10.0287 5.9217 10.2303C5.90018 10.3018 5.85574 10.3646 5.79501 10.4093C5.73427 10.4539 5.66049 10.478 5.58467 10.478C5.50886 10.478 5.43508 10.4539 5.37434 10.4093C5.3136 10.3646 5.26916 10.3018 5.24765 10.2303C5.18736 10.0239 5.07563 9.83566 4.9226 9.68259C4.76957 9.52951 4.5801 9.4165 4.3714 9.35381C4.29207 9.32646 4.20958 9.30895 4.12585 9.30169C4.07934 9.29936 4.03274 9.29936 3.98623 9.30169C3.69687 9.30268 3.41594 9.39761 3.187 9.57174C3.12687 9.61962 3.05164 9.64534 2.97429 9.64447C2.89695 9.64361 2.82234 9.61621 2.76332 9.56701ZM10.1489 17.5787C10.1489 17.7043 10.0982 17.8248 10.0079 17.9137C9.9176 18.0025 9.79514 18.0524 9.66745 18.0524H7.74161C7.61392 18.0524 7.49146 18.0025 7.40117 17.9137C7.31088 17.8248 7.26015 17.7043 7.26015 17.5787V12.8408H10.1489V17.5787ZM23.6298 15.6835C23.6298 15.8092 23.5791 15.9297 23.4888 16.0185C23.3985 16.1074 23.276 16.1573 23.1483 16.1573H22.7295C22.6484 16.1567 22.5689 16.1359 22.4982 16.097C22.4275 16.0581 22.368 16.0022 22.325 15.9346C20.9095 13.6273 19.3978 11.9738 13.0377 11.8933V5.26033C19.3978 5.18453 20.9095 3.53103 22.325 1.22371C22.368 1.15611 22.4275 1.10026 22.4982 1.06134C22.5689 1.02242 22.6484 1.00167 22.7295 1.00104H23.1483C23.276 1.00104 23.3985 1.05095 23.4888 1.1398C23.5791 1.22865 23.6298 1.34916 23.6298 1.47482V15.6835ZM24.8334 9.76126H24.5927V7.39235H24.8334C25.1527 7.39235 25.4588 7.51714 25.6845 7.73927C25.9103 7.9614 26.0371 8.26267 26.0371 8.5768C26.0371 8.89094 25.9103 9.19221 25.6845 9.41434C25.4588 9.63647 25.1527 9.76126 24.8334 9.76126Z' fill='white'/%3e%3cpath d='M22.1854 5.26033C22.0902 5.26033 21.9971 5.28812 21.9179 5.34018C21.8387 5.39224 21.777 5.46623 21.7406 5.55281C21.7042 5.63938 21.6946 5.73464 21.7132 5.82654C21.7318 5.91845 21.7776 6.00287 21.845 6.06913C21.9123 6.13539 21.9981 6.18051 22.0915 6.19879C22.1849 6.21707 22.2817 6.20769 22.3696 6.17183C22.4576 6.13597 22.5328 6.07525 22.5857 5.99733C22.6386 5.91942 22.6669 5.82782 22.6669 5.73411C22.6669 5.60846 22.6161 5.48795 22.5258 5.3991C22.4356 5.31025 22.3131 5.26033 22.1854 5.26033Z' fill='white'/%3e%3cpath d='M4.45324 4.44069C4.58093 4.44069 4.7034 4.39077 4.79369 4.30192C4.88398 4.21307 4.9347 4.09256 4.9347 3.96691C4.9347 3.84125 4.88398 3.72075 4.79369 3.63189C4.7034 3.54304 4.58093 3.49313 4.45324 3.49313C4.32555 3.49313 4.20309 3.54304 4.1128 3.63189C4.02251 3.72075 3.97178 3.84125 3.97178 3.96691C3.97178 4.09256 4.02251 4.21307 4.1128 4.30192C4.20309 4.39077 4.32555 4.44069 4.45324 4.44069Z' fill='white'/%3e%3cpath d='M6.8461 7.28338C6.71841 7.28338 6.59595 7.3333 6.50565 7.42215C6.41536 7.511 6.36464 7.63151 6.36464 7.75716C6.36464 7.85087 6.39288 7.94247 6.44578 8.02038C6.49868 8.09829 6.57388 8.15902 6.66185 8.19488C6.74983 8.23074 6.84663 8.24012 6.94003 8.22184C7.03342 8.20356 7.11921 8.15843 7.18654 8.09218C7.25387 8.02592 7.29973 7.9415 7.31831 7.84959C7.33688 7.75769 7.32735 7.66243 7.29091 7.57585C7.25447 7.48928 7.19276 7.41529 7.11358 7.36323C7.03441 7.31117 6.94132 7.28338 6.8461 7.28338Z' fill='white'/%3e%3cpath d='M22.1854 7.15546C22.0577 7.15546 21.9353 7.20537 21.845 7.29423C21.7547 7.38308 21.7039 7.50359 21.7039 7.62924V10.9457C21.7039 11.0714 21.7547 11.1919 21.845 11.2807C21.9353 11.3696 22.0577 11.4195 22.1854 11.4195C22.3131 11.4195 22.4356 11.3696 22.5258 11.2807C22.6161 11.1919 22.6669 11.0714 22.6669 10.9457V7.62924C22.6669 7.50359 22.6161 7.38308 22.5258 7.29423C22.4356 7.20537 22.3131 7.15546 22.1854 7.15546Z' fill='white'/%3e%3cpath d='M4.19807 8.15988C4.3063 8.22328 4.43548 8.24242 4.55789 8.21319C4.68029 8.18397 4.78619 8.1087 4.85285 8.00353L7.26015 4.21327C7.32072 4.10671 7.33715 3.98125 7.306 3.86305C7.27485 3.74486 7.19853 3.64306 7.09296 3.5789C6.98739 3.51474 6.86073 3.49316 6.73938 3.51866C6.61804 3.54417 6.51139 3.61479 6.44167 3.7158L4.03437 7.50606C4.00118 7.55948 3.97907 7.61884 3.96933 7.68072C3.9596 7.7426 3.96242 7.80577 3.97764 7.86656C3.99287 7.92736 4.02018 7.98459 4.05802 8.03493C4.09585 8.08528 4.14345 8.12775 4.19807 8.15988Z' fill='white'/%3e%3c/svg%3e");
  min-width: 27px;
  height: 19px; }

.offer-close-icon {
  background-image: url("data:image/svg+xml, %3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.88562 1.10461C7.40632 0.583911 8.25054 0.583911 8.77124 1.10461C9.29194 1.62531 9.29194 2.46953 8.77124 2.99023L3.11438 8.64708C2.59368 9.16778 1.74946 9.16778 1.22876 8.64708C0.708065 8.12638 0.708064 7.28216 1.22876 6.76146L6.88562 1.10461Z' fill='%232E3131'/%3e%3cpath d='M1.22876 2.99023C0.708065 2.46953 0.708065 1.62531 1.22876 1.10461C1.74946 0.583911 2.59368 0.583911 3.11438 1.10461L8.77124 6.76146C9.29194 7.28216 9.29194 8.12638 8.77124 8.64708C8.25054 9.16778 7.40632 9.16778 6.88562 8.64708L1.22876 2.99023Z' fill='%232E3131'/%3e%3c/svg%3e");
  width: 11px;
  height: 11px; }

.table-link-icon {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 1.33333C3.29276 1.33333 2.61448 1.61428 2.11438 2.11438C1.61428 2.61448 1.33333 3.29276 1.33333 4C1.33333 4.70724 1.61428 5.38552 2.11438 5.88562C2.36201 6.13324 2.65598 6.32967 2.97951 6.46368C3.30305 6.59769 3.64981 6.66667 4 6.66667H6C6.36819 6.66667 6.66667 6.96514 6.66667 7.33333C6.66667 7.70152 6.36819 8 6 8H4C3.47471 8 2.95457 7.89654 2.46927 7.69552C1.98396 7.4945 1.54301 7.19986 1.17157 6.82843C0.421427 6.07828 0 5.06087 0 4C0 2.93913 0.421427 1.92172 1.17157 1.17157C1.92172 0.421427 2.93913 0 4 0H6C6.36819 0 6.66667 0.298477 6.66667 0.666667C6.66667 1.03486 6.36819 1.33333 6 1.33333H4ZM9.33333 0.666667C9.33333 0.298477 9.63181 0 10 0H12C12.5253 0 13.0454 0.103463 13.5307 0.304482C14.016 0.505501 14.457 0.800139 14.8284 1.17157C15.1999 1.54301 15.4945 1.98396 15.6955 2.46927C15.8965 2.95457 16 3.47471 16 4C16 4.52529 15.8965 5.04543 15.6955 5.53073C15.4945 6.01604 15.1999 6.45699 14.8284 6.82843C14.457 7.19986 14.016 7.4945 13.5307 7.69552C13.0454 7.89654 12.5253 8 12 8H10C9.63181 8 9.33333 7.70152 9.33333 7.33333C9.33333 6.96514 9.63181 6.66667 10 6.66667H12C12.3502 6.66667 12.697 6.59769 13.0205 6.46368C13.344 6.32967 13.638 6.13324 13.8856 5.88562C14.1332 5.638 14.3297 5.34402 14.4637 5.02049C14.5977 4.69695 14.6667 4.35019 14.6667 4C14.6667 3.64981 14.5977 3.30305 14.4637 2.97951C14.3297 2.65598 14.1332 2.362 13.8856 2.11438C13.638 1.86676 13.344 1.67033 13.0205 1.53632C12.697 1.40231 12.3502 1.33333 12 1.33333H10C9.63181 1.33333 9.33333 1.03486 9.33333 0.666667Z' fill='%232E3131'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66667 4C4.66667 3.63181 4.96514 3.33333 5.33333 3.33333H10.6667C11.0349 3.33333 11.3333 3.63181 11.3333 4C11.3333 4.36819 11.0349 4.66667 10.6667 4.66667H5.33333C4.96514 4.66667 4.66667 4.36819 4.66667 4Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 16px;
  height: 8px; }

.nav-all-icon {
  background-image: url("data:image/svg+xml,%3csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5 6C11.5 8.76142 9.26142 11 6.5 11C3.73858 11 1.5 8.76142 1.5 6C1.5 3.23858 3.73858 1 6.5 1C9.26142 1 11.5 3.23858 11.5 6ZM31.5 6C31.5 8.76142 29.2614 11 26.5 11C23.7386 11 21.5 8.76142 21.5 6C21.5 3.23858 23.7386 1 26.5 1C29.2614 1 31.5 3.23858 31.5 6ZM11.5 26C11.5 28.7614 9.26142 31 6.5 31C3.73858 31 1.5 28.7614 1.5 26C1.5 23.2386 3.73858 21 6.5 21C9.26142 21 11.5 23.2386 11.5 26ZM31.5 26C31.5 28.7614 29.2614 31 26.5 31C23.7386 31 21.5 28.7614 21.5 26C21.5 23.2386 23.7386 21 26.5 21C29.2614 21 31.5 23.2386 31.5 26Z' stroke='%23065FA9' stroke-width='2'/%3e%3c/svg%3e");
  min-width: 32px;
  height: 32px; }

.investor-icon {
  background-image: url("data:image/svg+xml,%3csvg width='39' height='48' viewBox='0 0 39 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M37.9448 46.2656C35.1742 45.1541 31.3567 43.9059 26.9019 43.1798C29.017 41.1681 30.2429 38.3693 30.2429 35.3988C30.2429 29.7475 25.854 25.1122 20.3071 24.6968V23.4685H24.0575C28.4124 23.4685 31.9552 19.9256 31.9552 15.5707C31.9552 15.0739 31.5527 14.6714 31.0559 14.6714H26.8713C24.1377 14.6714 21.7254 16.0682 20.3071 18.1847V8.52595C21.141 7.89753 21.7415 7.01779 22.0161 5.99321C22.3414 4.7786 22.1745 3.51013 21.5457 2.4214L20.4078 0.449747C20.2883 0.243067 20.0919 0.0925951 19.8615 0.0308253C19.6317 -0.0312371 19.3855 0.00125788 19.1791 0.120699C18.0904 0.749227 17.3114 1.76448 16.9858 2.97879C16.6606 4.1934 16.8275 5.46187 17.4563 6.5506L18.5084 8.37317V12.7597C17.2962 11.1455 15.3722 10.0946 13.2027 10.0946H9.7705C9.27371 10.0946 8.87118 10.4971 8.87118 10.9939C8.87118 14.6547 11.8496 17.6331 15.5104 17.6331H18.5084V24.7061C13.0483 25.2087 8.75701 29.8097 8.75701 35.3988C8.75701 38.3773 9.97876 41.1706 12.094 43.1804C7.6408 43.9066 3.82477 45.1545 1.05512 46.2656C0.594339 46.4506 0.370388 46.974 0.555404 47.4351C0.740128 47.8959 1.26385 48.1204 1.72493 47.9348C5.78738 46.3051 12.169 44.3624 19.5 44.3624C26.8306 44.3624 33.2122 46.3051 37.275 47.9348C37.3848 47.979 37.4981 47.9998 37.6096 47.9998C37.9662 47.9998 38.3037 47.7861 38.4445 47.4351C38.6295 46.974 38.4056 46.4503 37.9448 46.2656ZM26.8713 16.4701H30.0904C29.6545 19.4084 27.1152 21.6698 24.0575 21.6698H20.8384C21.2743 18.7315 23.8136 16.4701 26.8713 16.4701ZM15.5104 15.8345C13.1485 15.8345 11.1763 14.1342 10.7536 11.8932H13.2027C15.5646 11.8932 17.5368 13.5935 17.9595 15.8345H15.5104ZM18.7233 3.44426C18.8442 2.99343 19.0661 2.5871 19.37 2.25014L19.9883 3.32072C20.3767 3.99345 20.4798 4.77714 20.2787 5.52774C20.1578 5.97857 19.9359 6.38491 19.632 6.72186L19.014 5.65128C19.0137 5.65128 19.0137 5.65128 19.0137 5.65128C18.6252 4.97855 18.5222 4.19486 18.7233 3.44426ZM14.5466 42.8452C12.047 41.1795 10.5557 38.4017 10.5557 35.3988C10.5557 30.4669 14.568 26.4545 19.5 26.4545C24.4319 26.4545 28.4443 30.4669 28.4443 35.3988C28.4443 38.3749 26.97 41.1475 24.5001 42.8159C24.4866 42.825 24.4763 42.8367 24.4635 42.8464C22.8689 42.6696 21.2115 42.5638 19.5 42.5638C17.792 42.5638 16.1381 42.6692 14.5466 42.8452Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 38.02px;
  height: 48px; }

.landloard-tenant-icon {
  background-image: url("data:image/svg+xml,%3csvg width='50' height='48' viewBox='0 0 50 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M49.7175 17.867C49.6054 17.0268 49.1014 16.2987 48.3732 15.9066L48.3172 15.8506C47.9812 15.7386 47.8692 15.3466 47.9812 15.0105C48.3172 14.2264 48.2052 13.3302 47.7571 12.6581C47.3091 11.986 46.5249 11.5379 45.6288 11.5379H45.5728C45.2367 11.5379 44.9567 11.2579 44.9007 10.9218C44.7887 10.0817 44.3406 9.35356 43.5564 8.96149C42.8283 8.56943 41.9322 8.56943 41.2041 8.96149L41.148 9.0175C40.868 9.18553 40.4759 9.07351 40.2519 8.79347L40.1959 8.73746C39.9158 8.28938 39.5238 8.00934 39.0197 7.7853V5.54492C39.0197 2.46441 36.5553 0 33.4748 0H5.80615C2.72564 0 0.26123 2.46441 0.26123 5.54492V42.4551C0.26123 45.5356 2.72564 48 5.80615 48H33.4748C36.5553 48 39.0197 45.5356 39.0197 42.4551V36.4621L45.4048 41.5589L43.6125 28.5087C44.3966 28.6768 45.2367 28.5087 45.8528 27.9487C46.4689 27.3886 46.805 26.5484 46.693 25.6523C46.637 25.3162 46.861 24.9802 47.197 24.9242C48.0372 24.7561 48.7093 24.14 49.0454 23.3559C49.3814 22.5718 49.2694 21.6756 48.7653 21.0035L48.7093 20.9475C48.4853 20.6674 48.5413 20.2754 48.8213 20.0513C49.4934 19.5473 49.8295 18.7071 49.7175 17.867ZM44.9007 26.0443C44.9567 26.3804 44.7326 26.5484 44.6766 26.6604C44.6206 26.7165 44.3406 26.8845 44.0605 26.8285C42.7723 26.4924 41.4281 27.1645 40.98 28.4527C40.868 28.7888 40.5879 28.8448 40.5319 28.9008C40.4199 28.9008 40.1399 28.9568 39.9158 28.7328C38.9637 27.8366 37.4514 27.8366 36.4433 28.7328C36.2192 28.9568 35.9392 28.9008 35.8272 28.9008C35.7151 28.9008 35.4351 28.7888 35.3231 28.4527C34.987 27.4446 33.9788 26.7725 32.9147 26.7725C32.6906 26.7725 32.4666 26.8285 32.2426 26.8845C31.9065 26.9965 31.6825 26.8285 31.6265 26.7165C31.5704 26.6604 31.3464 26.4364 31.4024 26.1003V26.0443C31.5704 24.7561 30.7303 23.5239 29.4421 23.2439C29.106 23.1879 28.994 22.9078 28.938 22.8518C28.882 22.7398 28.826 22.4597 28.994 22.2357L29.05 22.1797C29.8342 21.1155 29.6101 19.6033 28.602 18.7631C28.3779 18.4831 28.3779 18.203 28.3779 18.091C28.3779 17.979 28.4339 17.6989 28.77 17.5869L28.826 17.5309C30.0022 16.9148 30.5063 15.5706 30.0022 14.3384C29.8902 14.0583 30.0022 13.7783 30.0582 13.7223C30.1142 13.6103 30.2822 13.4422 30.6183 13.4422H30.6743C31.9625 13.4422 33.0267 12.4901 33.1947 11.1459C33.2507 10.8098 33.4748 10.6978 33.5308 10.6418C33.6428 10.5858 33.8668 10.4737 34.1469 10.6418L34.2029 10.6978C35.3231 11.3139 36.7793 10.9778 37.5074 9.85764L37.5634 9.80163C37.7315 9.52159 38.0115 9.52159 38.1235 9.52159C38.2356 9.52159 38.5156 9.5776 38.6836 9.80163L38.7396 9.85764C39.4678 10.9218 40.868 11.3139 42.0442 10.6978L42.1002 10.6418C42.3802 10.4737 42.6603 10.5858 42.7163 10.6418C42.8283 10.6978 43.0524 10.8658 43.0524 11.2019C43.1644 12.4901 44.2846 13.4422 45.5728 13.4422H45.6288C45.9648 13.4422 46.1329 13.6663 46.1889 13.7223C46.2449 13.8343 46.3569 14.0583 46.2449 14.3944C45.7408 15.6266 46.2449 16.9708 47.4211 17.5869L47.4771 17.6429C47.7571 17.811 47.8132 18.035 47.8132 18.147C47.8132 18.259 47.8132 18.5391 47.5891 18.7631C46.581 19.6033 46.4129 21.1155 47.141 22.1797L47.197 22.2357C47.3651 22.5158 47.3091 22.7958 47.2531 22.8518C47.197 22.9638 47.085 23.1879 46.749 23.2439C45.5728 23.4679 44.6766 24.7001 44.9007 26.0443ZM33.5308 46.1517H5.80615C3.78982 46.1517 2.10954 44.4714 2.10954 42.4551V5.48891C2.10954 3.47258 3.78982 1.7923 5.80615 1.7923H33.4748C35.4911 1.7923 37.1714 3.47258 37.1714 5.48891V7.72929C36.7233 7.89732 36.2752 8.23337 35.9952 8.68145L35.9392 8.73746C35.7711 9.0175 35.3791 9.12952 35.043 8.96149H35.099C34.3709 8.56943 33.4748 8.56943 32.7466 8.96149C32.0185 9.35356 31.5144 10.0817 31.4024 10.9778C31.3464 11.3139 31.0664 11.5939 30.7303 11.5939H30.6743C29.8342 11.5939 29.05 11.986 28.602 12.7141C28.1539 13.3862 28.0419 14.2824 28.3779 15.1225C28.4899 15.4586 28.3779 15.7946 28.0419 15.9627L27.9859 16.0187C27.2577 16.4107 26.6976 17.1389 26.6416 17.979C26.5296 18.8191 26.8657 19.6593 27.5378 20.2194C27.8178 20.4434 27.8738 20.8355 27.6498 21.1155L27.5938 21.1715C27.0897 21.8436 26.9777 22.7398 27.3137 23.5239C27.6498 24.3081 28.3219 24.9242 29.162 25.0922C29.4981 25.1482 29.7221 25.4842 29.6661 25.8203V25.8763C29.5541 26.7165 29.8342 27.5566 30.5063 28.1167C31.1224 28.6768 31.9625 28.8448 32.7466 28.6768L30.9543 41.727L37.3394 36.6301V42.4551C37.2274 44.4714 35.5471 46.1517 33.5308 46.1517ZM33.3067 37.2462L34.3149 30.077C34.595 30.3571 34.987 30.5251 35.3791 30.6371C36.2192 30.8611 37.0594 30.6371 37.7315 30.021C38.0115 29.797 38.4036 29.797 38.6836 30.021C39.1317 30.4691 39.7478 30.6931 40.4199 30.6931C40.644 30.6931 40.812 30.6931 41.036 30.6371C41.4281 30.5251 41.8202 30.3571 42.1002 30.077L42.9403 37.2462L38.1235 33.3816L33.3067 37.2462Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 49.48px;
  height: 48px; }

.occupier-icon {
  background-image: url("data:image/svg+xml,%3csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.2969 21.4624C12.3708 21.4624 9.17175 24.6615 9.17175 28.5149C9.17175 32.3683 12.3708 35.5674 16.2969 35.5674C20.2231 35.5674 23.4221 32.3683 23.4221 28.5149C23.4221 24.6615 20.1504 21.4624 16.2969 21.4624ZM16.2969 34.1133C13.1706 34.1133 10.6259 31.5685 10.6259 28.5149C10.6259 25.4612 13.1706 22.9165 16.2969 22.9165C19.4233 22.9165 21.968 25.4612 21.968 28.5149C21.968 31.5685 19.3506 34.1133 16.2969 34.1133Z' fill='%232E3131'/%3e%3cpath d='M25.6762 16.9545C27.712 16.2274 29.1661 14.6279 29.7477 12.5921C30.2567 10.5564 29.7477 8.37518 28.3663 6.77564C26.6941 4.81258 23.9312 4.15823 21.5319 4.95799C19.4962 5.68505 18.042 7.28459 17.4604 9.32035C16.9515 11.3561 17.4604 13.5373 18.8418 15.1368C20.5868 17.0999 23.3496 17.7543 25.6762 16.9545ZM18.9145 9.68388C19.3508 8.08435 20.5141 6.84835 22.0409 6.2667C23.7858 5.61235 25.967 6.12129 27.2757 7.64812C28.3663 8.88412 28.7298 10.5564 28.3663 12.1559C27.9301 13.7554 26.7668 14.9914 25.2399 15.5731C23.495 16.2274 21.3138 15.7185 20.0051 14.1917C18.8418 12.883 18.4783 11.2834 18.9145 9.68388Z' fill='%232E3131'/%3e%3cpath d='M47.6334 33.168L47.5607 33.0226C46.8337 31.7866 45.2341 31.3503 43.9254 32.0774L40.4355 34.1131L39.4904 32.5136L41.5988 31.2776C42.8348 30.5505 43.2711 28.951 42.544 27.6423L42.4713 27.4969C41.7443 26.2609 40.1447 25.8247 38.836 26.5517L36.7275 27.7877L31.3473 18.4813C34.6191 15.0642 35.3461 9.75662 32.8741 5.46696C30.0386 0.304835 23.4223 -1.58552 18.1875 1.46813C13.2435 4.37637 11.4258 10.4837 13.8251 15.5731C6.04559 16.8091 0.0109863 23.6435 0.0109863 31.7138C0.0109863 40.8021 7.3543 48 16.2971 48C24.9492 48 32.2198 41.1656 32.5106 32.2955L38.9814 43.4195C39.7812 44.8736 41.6715 45.3826 43.1257 44.5101C44.5798 43.6376 45.016 41.82 44.2163 40.3659L43.2711 38.7663L46.761 36.7306C47.9243 36.0035 48.3605 34.404 47.6334 33.168ZM18.9146 2.77684C23.495 0.0867162 29.1661 1.75896 31.7108 6.19402C34.3282 10.7018 32.8014 16.4456 28.2936 19.1357C23.7132 21.8258 18.0421 20.1536 15.4974 15.7185C12.88 11.138 14.4068 5.39426 18.9146 2.77684ZM6.191 42.547C7.427 39.7115 10.1898 37.8212 13.3162 37.8212H19.2781C22.4044 37.8212 25.1673 39.7115 26.4033 42.547C23.6404 45.0918 20.0779 46.5459 16.2971 46.5459C12.5164 46.5459 8.88112 45.0918 6.191 42.547ZM31.0565 31.7138C31.0565 35.3491 29.7478 38.6936 27.4212 41.4565C25.8943 38.4028 22.6953 36.4397 19.2054 36.4397H13.2435C9.7536 36.4397 6.62724 38.4028 5.0277 41.4565C2.70111 38.7663 1.3924 35.3491 1.3924 31.7866C1.3924 24.2251 7.13618 17.8997 14.5522 17.0272C17.0242 20.7352 21.6047 22.6983 26.1852 21.535L30.8383 29.6054C30.9838 30.2597 31.0565 30.9868 31.0565 31.7138ZM45.9612 35.4946L41.8897 37.8939C41.5988 38.112 41.4534 38.5482 41.5988 38.9117L42.9075 41.1656C43.3438 41.8927 43.053 42.9106 42.3259 43.3468C41.5988 43.783 40.6537 43.5649 40.2174 42.7652C38.836 40.3659 29.0207 23.4254 27.6393 21.0261C28.1482 20.8079 28.5845 20.5898 29.0207 20.299C29.4569 20.0082 29.8932 19.7173 30.3294 19.4265L35.9278 29.0964C36.1459 29.3873 36.5094 29.6054 36.9457 29.3873L39.7085 27.7877C40.2901 27.4242 41.0172 27.6423 41.308 28.224L41.3807 28.3694C41.7443 28.951 41.5261 29.6781 40.9445 30.0416L38.1817 31.6411C37.8181 31.8593 37.7454 32.2955 37.8908 32.659L39.4904 35.4946C39.7085 35.7854 40.072 35.9308 40.5082 35.7854L44.5798 33.3861C45.1614 33.0226 45.8885 33.2407 46.1793 33.8223L46.252 33.9677C46.6883 34.404 46.5429 35.2037 45.9612 35.4946Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 47.98px;
  height: 48px; }

.developer-icon {
  background-image: url("data:image/svg+xml,%3csvg width='29' height='48' viewBox='0 0 29 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M28.2455 47.1628L27.1666 44.9241L27.7831 44.687C27.98 44.6115 28.139 44.461 28.2253 44.2685C28.3116 44.076 28.3181 43.8572 28.2435 43.6599L21.0552 24.28C21.782 23.6916 22.457 23.0418 23.0725 22.3379C23.1225 22.2794 23.1604 22.2118 23.1842 22.1387C23.208 22.0656 23.2172 21.9885 23.2112 21.9119C23.2053 21.8353 23.1842 21.7606 23.1494 21.6921C23.1146 21.6235 23.0666 21.5626 23.0081 21.5126C22.9497 21.4626 22.882 21.4247 22.809 21.4009C22.7359 21.3771 22.6588 21.3679 22.5822 21.3739C22.5055 21.3799 22.4308 21.4009 22.3623 21.4357C22.2938 21.4706 22.2328 21.5186 22.1829 21.577C21.7013 22.1281 21.1796 22.643 20.6221 23.1173L16.5485 12.1275C16.7727 11.2212 16.6738 10.265 16.2687 9.42386C15.8636 8.58267 15.1777 7.90915 14.3293 7.51937L15.1828 3.10826C15.2614 2.73274 15.2552 2.34443 15.1647 1.97161C15.0742 1.5988 14.9017 1.25085 14.6598 0.953101C14.4179 0.655354 14.1126 0.415305 13.7662 0.250429C13.4198 0.0855525 13.041 0 12.6573 0C12.2737 0 11.8949 0.0855525 11.5485 0.250429C11.2021 0.415305 10.8968 0.655354 10.6549 0.953101C10.4129 1.25085 10.2405 1.5988 10.15 1.97161C10.0595 2.34443 10.0533 2.73274 10.1318 3.10826L10.9815 7.51937C10.0623 7.94266 9.33716 8.69771 8.95129 9.63317C8.56542 10.5686 8.54737 11.6154 8.90077 12.5636L5.9158 23.7123C5.16977 23.1999 4.48275 22.6064 3.8673 21.9428C3.76174 21.829 3.61529 21.7617 3.46016 21.7559C3.30503 21.75 3.15393 21.806 3.04009 21.9116C2.92626 22.0171 2.85902 22.1636 2.85317 22.3187C2.84731 22.4738 2.90332 22.6249 3.00888 22.7388C3.77589 23.5671 4.64406 24.2957 5.59292 24.9073L0.724308 43.097C0.670332 43.3011 0.699337 43.5183 0.804985 43.7011C0.910634 43.8839 1.08434 44.0174 1.28813 44.0725L1.97097 44.2569L1.16035 46.9111C1.13794 46.9847 1.13026 47.062 1.13774 47.1386C1.14523 47.2151 1.16774 47.2895 1.20397 47.3573C1.24021 47.4252 1.28948 47.4852 1.34894 47.5341C1.40841 47.5829 1.47691 47.6195 1.55054 47.6418C1.60584 47.6588 1.66339 47.6673 1.72125 47.6671C1.84656 47.6672 1.96859 47.6271 2.06938 47.5526C2.17018 47.4782 2.24441 47.3733 2.28117 47.2535L3.1035 44.5602L4.03411 44.81C4.1022 44.8281 4.17238 44.8373 4.24286 44.8373C4.41829 44.8365 4.58862 44.7781 4.72766 44.6712C4.86671 44.5642 4.96679 44.4145 5.01251 44.2452L9.71627 26.6865C10.7454 26.9636 11.6106 27.0319 12.6983 27.0377L12.6827 28.3136C12.6818 28.3905 12.696 28.4668 12.7246 28.5381C12.7532 28.6095 12.7956 28.6745 12.8493 28.7295C12.903 28.7845 12.967 28.8284 13.0377 28.8586C13.1084 28.8888 13.1843 28.9049 13.2612 28.9058H13.268C13.422 28.9058 13.5699 28.845 13.6795 28.7368C13.789 28.6285 13.8515 28.4813 13.8533 28.3273L13.8689 27.0055C14.9472 26.9373 16.0119 26.7287 17.0363 26.3851L21.1664 37.7514C20.8509 37.8608 20.5602 38.0319 20.3114 38.2547C20.0626 38.4775 19.8605 38.7476 19.7171 39.0492C19.5736 39.3508 19.4916 39.678 19.4757 40.0116C19.4599 40.3452 19.5106 40.6787 19.6248 40.9925C19.739 41.3064 19.9146 41.5944 20.1411 41.8398C20.3677 42.0852 20.6409 42.283 20.9446 42.4219C21.2484 42.5607 21.5768 42.6377 21.9106 42.6485C22.2444 42.6592 22.5771 42.6034 22.8891 42.4844L24.1046 45.2626C24.1649 45.4083 24.2669 45.533 24.3977 45.6211C24.5285 45.7093 24.6824 45.7569 24.8401 45.7581C24.9371 45.7583 25.0334 45.7404 25.1239 45.7054L26.0692 45.3426L27.189 47.6681C27.2223 47.7374 27.269 47.7995 27.3263 47.8508C27.3836 47.902 27.4504 47.9415 27.5229 47.967C27.5955 47.9924 27.6724 48.0034 27.7491 47.9991C27.8259 47.9949 27.9011 47.9755 27.9704 47.9422C28.0397 47.9089 28.1018 47.8623 28.153 47.805C28.2043 47.7477 28.2438 47.6809 28.2693 47.6083C28.2947 47.5358 28.3056 47.4589 28.3014 47.3821C28.2971 47.3053 28.2778 47.2302 28.2445 47.1609L28.2455 47.1628ZM11.8857 1.40214C12.1202 1.2488 12.395 1.16884 12.6751 1.17247C12.9552 1.17611 13.2278 1.26317 13.4582 1.42255C13.6886 1.58192 13.8662 1.80636 13.9684 2.06719C14.0705 2.32802 14.0926 2.61338 14.0318 2.88682L13.2007 7.19356C12.8389 7.14284 12.4719 7.14284 12.1101 7.19356L11.2809 2.88682C11.223 2.60727 11.2495 2.31678 11.3572 2.05237C11.4649 1.78796 11.6489 1.56161 11.8857 1.40214ZM11.5521 8.54947C11.9837 8.36715 12.4537 8.29454 12.9202 8.3381C13.3867 8.38167 13.8352 8.54007 14.2256 8.79916C14.6159 9.05825 14.9361 9.40996 15.1574 9.82291C15.3787 10.2359 15.4944 10.6972 15.494 11.1657C15.4936 11.6786 15.3542 12.1819 15.0906 12.6219C14.827 13.0619 14.449 13.4222 13.9969 13.6645C13.5448 13.9068 13.0355 14.0221 12.5232 13.998C12.0108 13.9739 11.5145 13.8114 11.0872 13.5278C10.6598 13.2441 10.3173 12.85 10.0961 12.3872C9.87491 11.9244 9.78329 11.4103 9.83099 10.8996C9.87869 10.3889 10.0639 9.90066 10.367 9.48684C10.6701 9.07301 11.0796 8.74907 11.5521 8.54947ZM3.98143 43.5848L2.97766 43.3194C2.94888 43.3045 2.91885 43.2921 2.88792 43.2824C2.84342 43.2694 2.79761 43.2616 2.75135 43.2589L1.95146 43.0443L6.82007 24.8634C6.84043 24.8148 6.85389 24.7635 6.86007 24.7112L9.74944 13.9224C10.2599 14.4616 10.9099 14.8486 11.6272 15.0403L3.98143 43.5848ZM13.8874 25.831L13.9011 24.6605C13.9029 24.5052 13.843 24.3557 13.7345 24.2446C13.626 24.1336 13.4778 24.0702 13.3226 24.0684C13.1674 24.0665 13.0178 24.1265 12.9068 24.235C12.7957 24.3434 12.7323 24.4916 12.7305 24.6468L12.7159 25.8681C11.7062 25.8681 10.9405 25.8037 10.0226 25.5569L12.8046 15.172L12.9568 15.1632L16.6353 25.2848C15.7457 25.5807 14.8226 25.7638 13.8874 25.8301V25.831ZM20.6065 40.1433C20.6065 39.8766 20.6856 39.616 20.8337 39.3943C20.9818 39.1726 21.1924 38.9998 21.4387 38.8978C21.6851 38.7957 21.9561 38.769 22.2176 38.8211C22.4791 38.8731 22.7193 39.0015 22.9079 39.19C23.0964 39.3785 23.2248 39.6188 23.2768 39.8803C23.3288 40.1418 23.3021 40.4128 23.2001 40.6592C23.0981 40.9055 22.9253 41.1161 22.7036 41.2642C22.4819 41.4123 22.2213 41.4914 21.9546 41.4914C21.5972 41.4909 21.2546 41.3487 21.0019 41.096C20.7492 40.8432 20.607 40.5007 20.6065 40.1433ZM25.0352 44.49L23.8549 41.7928C24.1477 41.4556 24.3455 41.0466 24.4281 40.6077C24.5106 40.1688 24.4749 39.7158 24.3245 39.2953C24.1742 38.8748 23.9147 38.5018 23.5726 38.2148C23.2305 37.9277 22.8182 37.7368 22.378 37.6617L14.1098 14.9018C14.7967 14.6331 15.3966 14.1809 15.8442 13.5946L19.8056 24.2732C19.8061 24.2761 19.8061 24.2791 19.8056 24.282L27.0242 43.7262L25.0352 44.49Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 27.6px;
  height: 48px; }

.buyer-seller-icon {
  background-image: url("data:image/svg+xml,%3csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.627 12.6379C13.2747 13.4033 13.1576 14.2561 13.2904 15.0881C13.4231 15.9202 13.7999 16.6941 14.3728 17.312C14.9457 17.9298 15.6892 18.3637 16.5089 18.5587C17.3286 18.7537 18.1877 18.7011 18.9775 18.4074C19.7673 18.1138 20.4522 17.5924 20.9454 16.9093C21.4387 16.2261 21.7181 15.412 21.7483 14.5699C21.7785 13.7279 21.5581 12.8958 21.1151 12.1791C20.672 11.4624 20.0263 10.8932 19.2595 10.5438C19.14 10.4888 19.0175 10.4403 18.8927 10.3986C18.9889 9.4177 19.2472 8.45956 19.657 7.5632L19.7028 7.4562C20.0317 6.78519 20.448 6.16071 20.9409 5.59906C22.1064 4.2195 23.6679 3.23172 25.4137 2.76965C27.1596 2.30758 29.0053 2.39357 30.7006 3.01597C32.396 3.63836 33.8589 4.76705 34.891 6.249C35.9232 7.73095 36.4746 9.49445 36.4706 11.3004C36.4782 11.4277 36.4782 11.5553 36.4706 11.6825C36.4483 12.4625 36.3118 13.2349 36.0655 13.9753C35.8728 14.5595 35.6165 15.1208 35.3013 15.649H35.1943C34.2134 15.6701 33.2763 16.0589 32.5685 16.7383C31.8608 17.4178 31.4341 18.3383 31.373 19.3175C31.3651 19.3962 31.3651 19.4756 31.373 19.5544C31.3577 20.3211 31.5734 21.0747 31.9921 21.7172C32.3041 22.1889 32.7147 22.5873 33.1956 22.885C33.6764 23.1827 34.2161 23.3726 34.7774 23.4417C35.3387 23.5108 35.9083 23.4573 36.447 23.2851C36.9856 23.1129 37.4806 22.826 37.8977 22.4441C38.3148 22.0622 38.6442 21.5944 38.8632 21.073C39.0821 20.5515 39.1855 19.9888 39.166 19.4236C39.1466 18.8584 39.0049 18.3041 38.7507 17.799C38.4965 17.2938 38.1358 16.8497 37.6934 16.4974C38.1161 15.6972 38.437 14.8474 38.6487 13.9677C38.828 13.2157 38.9304 12.4475 38.9544 11.6749V11.2928C38.9587 8.88363 38.191 6.5365 36.764 4.59548C35.337 2.65446 33.3257 1.22167 31.0249 0.507177C28.7242 -0.207319 26.255 -0.165937 23.9795 0.625258C21.704 1.41645 19.7418 2.91584 18.3806 4.90358C18.0413 5.38637 17.7447 5.89781 17.4941 6.4321C17.3871 6.65373 17.2878 6.88301 17.1961 7.11229C16.7761 8.1387 16.5183 9.22417 16.4318 10.3298C15.8219 10.4813 15.2535 10.7672 14.7683 11.1665C14.283 11.5658 13.8931 12.0685 13.627 12.6379ZM35.2401 21.1746C34.9197 21.1746 34.6064 21.0796 34.34 20.9015C34.0736 20.7235 33.8659 20.4705 33.7433 20.1744C33.6206 19.8784 33.5885 19.5526 33.6511 19.2383C33.7136 18.924 33.8679 18.6353 34.0945 18.4087C34.3211 18.1821 34.6098 18.0278 34.9241 17.9653C35.2383 17.9028 35.5641 17.9349 35.8602 18.0575C36.1562 18.1801 36.4093 18.3878 36.5873 18.6542C36.7653 18.9207 36.8604 19.2339 36.8604 19.5544C36.8604 19.9841 36.6897 20.3962 36.3858 20.7C36.082 21.0039 35.6699 21.1746 35.2401 21.1746ZM17.4941 12.4468C17.7743 12.4483 18.0507 12.5109 18.3042 12.6302C18.4736 12.7058 18.6307 12.8063 18.7704 12.9283C19.1239 13.2371 19.3545 13.6628 19.4203 14.1275C19.486 14.5923 19.3825 15.0652 19.1286 15.4599C18.8746 15.8547 18.4873 16.145 18.0371 16.278C17.5869 16.4109 17.104 16.3775 16.6764 16.184C16.3513 16.0366 16.073 15.8028 15.8718 15.508C15.6706 15.2133 15.5542 14.8689 15.5352 14.5125C15.5163 14.1561 15.5956 13.8014 15.7645 13.487C15.9334 13.1726 16.1854 12.9106 16.4929 12.7296C16.7944 12.5453 17.1408 12.4474 17.4941 12.4468ZM43.1426 11.6825H40.0855V11.7819C40.0478 12.5206 39.9455 13.2545 39.7798 13.9753H43.1426C43.8905 13.9753 44.6078 14.2724 45.1367 14.8013C45.6655 15.3302 45.9627 16.0475 45.9627 16.7954V42.8871C45.9627 43.6351 45.6655 44.3524 45.1367 44.8812C44.6078 45.4101 43.8905 45.7072 43.1426 45.7072H27.3377C26.9655 45.7103 26.5963 45.6396 26.2515 45.4992C25.9067 45.3588 25.5931 45.1516 25.3288 44.8894C25.0645 44.6272 24.8547 44.3153 24.7115 43.9717C24.5684 43.628 24.4947 43.2594 24.4947 42.8871V24.1934C25.0661 23.6812 25.5787 23.107 26.0232 22.4815C26.4059 21.9343 26.7385 21.3536 27.0167 20.7466C27.1085 20.5479 27.1925 20.3492 27.2766 20.1429C28.0272 18.1964 28.223 16.0799 27.8421 14.0288H34.8809C34.8962 13.9906 34.9124 13.9532 34.9285 13.9159C34.9608 13.8412 34.993 13.7664 35.0185 13.6849C35.2265 13.0553 35.3423 12.3988 35.3624 11.736H27.1237C26.1287 9.34953 24.3384 7.38097 22.0567 6.16461L21.8427 6.38625C21.4189 6.86208 21.0592 7.39137 20.7728 7.96062V8.03704C22.6076 8.94951 24.0747 10.4625 24.9303 12.3245C25.2614 13.0551 25.4952 13.8259 25.6258 14.6173C25.9183 16.3777 25.6761 18.1854 24.9303 19.8066C24.8194 20.0692 24.6917 20.3245 24.5482 20.5708C23.9714 21.5967 23.1912 22.4939 22.2554 23.2075C21.5383 23.7331 20.7477 24.1502 19.9092 24.4456C17.6927 25.2191 15.2613 25.0931 13.1366 24.0946C11.012 23.0961 9.3633 21.3046 8.54427 19.1046C7.72524 16.9045 7.80111 14.471 8.7556 12.3262C9.71009 10.1815 11.4672 8.4962 13.6499 7.63199C14.4113 7.34581 15.2086 7.16579 16.0191 7.09701C16.0383 7.04658 16.0568 6.9969 16.0749 6.94798L16.0749 6.94796C16.1146 6.8412 16.1529 6.73803 16.1949 6.63845L16.2297 6.55538L16.2297 6.5553C16.3013 6.38423 16.4205 6.09941 16.5235 5.8742C16.7103 5.49025 16.9195 5.11766 17.1502 4.75838C14.9302 4.68159 12.7372 5.2651 10.8489 6.43508C8.96066 7.60505 7.46189 9.3089 6.54231 11.331C5.69652 13.1549 5.35599 15.1724 5.5563 17.1728C5.75661 19.1732 6.49041 21.0832 7.68106 22.7031L1.02438 37.224C0.809681 37.6845 0.715955 38.1922 0.752062 38.699C0.788168 39.2058 0.952915 39.6951 1.23073 40.1205L2.82039 42.5738C3.0966 42.9932 3.4719 43.3382 3.91311 43.5781C4.35433 43.8181 4.84786 43.9456 5.35007 43.9494C5.48498 43.9573 5.62023 43.9573 5.75513 43.9494L7.37535 43.7278C7.95592 43.6436 8.50131 43.3986 8.94976 43.0204C9.3982 42.6422 9.73177 42.1459 9.91268 41.5879C9.94405 41.4863 9.99628 41.3923 10.066 41.3121C10.1358 41.2318 10.2215 41.167 10.3177 41.1217H10.3942C10.9295 40.8979 11.3925 40.5302 11.7316 40.0594C11.7915 39.988 11.8404 39.9082 11.8768 39.8225L12.2666 39.0353C12.305 38.9471 12.3332 38.8548 12.3507 38.7601C12.4524 38.2069 12.4022 37.6364 12.2055 37.1094C12.1388 36.9311 12.141 36.7344 12.2117 36.5578C12.2823 36.3811 12.4164 36.2371 12.5876 36.154H12.6564C13.1817 35.9573 13.6439 35.6219 13.9938 35.1834C14.0562 35.1096 14.1077 35.0273 14.1467 34.9389L14.5212 34.1288C14.5573 34.0424 14.5854 33.9528 14.6052 33.8613C14.707 33.308 14.6568 32.7375 14.46 32.2105C14.4631 32.1851 14.4631 32.1594 14.46 32.134C14.4133 31.9641 14.4268 31.7832 14.4982 31.622C14.5725 31.4578 14.7025 31.3252 14.8651 31.2475H14.9491C15.4745 31.047 15.9364 30.7092 16.2866 30.2693C16.3465 30.1979 16.3954 30.1181 16.4318 30.0323L16.7986 29.2681C16.8404 29.1838 16.8688 29.0936 16.8827 29.0006C16.9874 28.4618 16.9452 27.9048 16.7604 27.388C18.1016 27.3575 19.4266 27.0884 20.6734 26.5932C21.1985 26.3912 21.7092 26.1538 22.2019 25.8824V42.8871C22.2039 44.2425 22.7433 45.5418 23.7017 46.5002C24.6601 47.4587 25.9594 47.998 27.3148 48H43.1426C44.4979 47.998 45.7973 47.4587 46.7557 46.5002C47.7141 45.5418 48.2534 44.2425 48.2554 42.8871V16.7954C48.2534 15.44 47.7141 14.1407 46.7557 13.1823C45.7973 12.2239 44.4979 11.6846 43.1426 11.6825ZM14.3759 28.8783C14.3157 28.9378 14.2459 28.9869 14.1696 29.0235H14.1008C13.7163 29.1597 13.363 29.3715 13.0616 29.6464C12.7603 29.9212 12.517 30.2536 12.346 30.624C12.1751 30.9943 12.08 31.3951 12.0664 31.8028C12.0527 32.2104 12.1208 32.6167 12.2666 32.9977V33.0588C12.2823 33.1421 12.2823 33.2277 12.2666 33.311L12.045 33.8078C11.9812 33.8665 11.9091 33.9154 11.831 33.953H11.7622C11.3847 34.0932 11.0387 34.3066 10.744 34.581C10.4493 34.8553 10.2117 35.1851 10.0448 35.5516C9.87789 35.918 9.78504 36.3138 9.77155 36.7162C9.75806 37.1186 9.82421 37.5198 9.96618 37.8965C10.0065 37.9984 10.0223 38.1084 10.012 38.2175L9.7904 38.7143C9.72864 38.772 9.6592 38.8208 9.58405 38.8595H9.50763C9.06904 39.0218 8.67355 39.2826 8.35158 39.6218C8.02962 39.961 7.78977 40.3696 7.65049 40.816C7.60408 40.969 7.51577 41.1059 7.39555 41.2112C7.27534 41.3166 7.12803 41.3862 6.9703 41.4121L5.36536 41.6338C5.23021 41.6476 5.09382 41.6251 4.97023 41.5687C4.84665 41.5123 4.74033 41.4239 4.66224 41.3128L3.14902 38.913C3.08429 38.8087 3.04564 38.6904 3.03633 38.568C3.02702 38.4456 3.04732 38.3228 3.09552 38.2099L9.35478 24.5373C10.7831 25.7897 12.5052 26.6599 14.3607 27.067C14.3712 27.4069 14.4383 27.7427 14.5594 28.0606C14.5974 28.163 14.6131 28.2725 14.6052 28.3815L14.3759 28.8783ZM43.0886 43.4598C42.8191 43.7293 42.4537 43.8807 42.0726 43.8807H28.3924C28.2012 43.8868 28.0107 43.8546 27.832 43.7861C27.6534 43.7176 27.4902 43.6141 27.3521 43.4817C27.214 43.3493 27.1037 43.1907 27.0278 43.0151C26.9518 42.8395 26.9117 42.6505 26.9097 42.4591V34.3657C26.7402 34.365 26.5728 34.3271 26.4196 34.2544C26.2664 34.1818 26.131 34.0762 26.0232 33.9453C25.8422 33.7069 25.7617 33.4071 25.7988 33.11C25.8359 32.813 25.9878 32.5422 26.2219 32.3557L34.4682 25.6379C34.6879 25.4705 34.9564 25.3799 35.2325 25.3799C35.5086 25.3799 35.7771 25.4705 35.9968 25.6379L44.2737 32.3557C44.4592 32.5075 44.5924 32.7137 44.6547 32.9452C44.7169 33.1767 44.705 33.4219 44.6207 33.6463C44.5363 33.8707 44.3837 34.063 44.1844 34.1961C43.9851 34.3293 43.749 34.3966 43.5094 34.3886V42.4439C43.5094 42.8249 43.358 43.1904 43.0886 43.4598ZM34.2084 36.5285V41.5879H36.2719L36.2948 36.4368C36.2963 36.295 36.2683 36.1544 36.2125 36.024C36.1568 35.8936 36.0746 35.7762 35.9712 35.6792C35.8677 35.5822 35.7453 35.5077 35.6115 35.4606C35.4778 35.4134 35.3357 35.3945 35.1943 35.4051C34.9187 35.4338 34.6641 35.5655 34.4814 35.7737C34.2986 35.982 34.2011 36.2515 34.2084 36.5285ZM35.2401 28.03L29.2484 32.9059V41.5879H31.9156V36.5285C31.9053 35.6706 32.2219 34.8409 32.801 34.2079C33.3801 33.5748 34.1784 33.1859 35.0338 33.1199C35.4868 33.0918 35.9407 33.1566 36.3677 33.3106C36.7946 33.4645 37.1856 33.7042 37.5164 34.015C37.8471 34.3257 38.1108 34.7009 38.2911 35.1174C38.4714 35.5339 38.5645 35.9829 38.5647 36.4368V41.5879H41.2319V32.9059L35.2401 28.03Z' fill='%232E3131'/%3e%3c/svg%3e");
  min-width: 47.51px;
  height: 48px; }

.airplane-icon {
  background-image: url("data:image/svg+xml,%3csvg width='28' height='18' viewBox='0 0 28 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25.4241 5.53428C26.1046 5.19401 26.5996 4.6372 26.8471 3.92572C27.0945 3.21425 27.0327 2.47184 26.7233 1.79129C26.383 1.11075 25.8262 0.615808 25.1148 0.368338C24.4033 0.120867 23.6609 0.182735 23.0113 0.492073L16.7317 3.21425L10.2975 1.69849C10.1737 1.66756 10.0191 1.66756 9.89534 1.72942L7.08036 3.09051C6.86383 3.18331 6.74009 3.39985 6.74009 3.64732C6.74009 3.89479 6.89476 4.11133 7.1113 4.20413L11.2255 6.12202L6.58542 8.50392L4.29632 6.98817C3.67765 6.58603 2.87337 6.52416 2.19283 6.86443C1.54322 7.17377 1.11014 7.79245 1.01734 8.50392C0.92454 9.2154 1.20294 9.92688 1.75975 10.3909L5.16247 13.2677C5.31714 13.4224 5.56461 13.4533 5.78115 13.3605L13.5455 10.5146L11.5658 16.9798C11.5039 17.2273 11.5658 17.4747 11.7514 17.6294C11.8751 17.7222 11.9988 17.7841 12.1535 17.7841C12.2463 17.7841 12.3391 17.7531 12.4319 17.7222L15.8656 16.0518C15.9893 15.9899 16.0821 15.8971 16.144 15.7734L19.7323 8.22552L25.4241 5.53428ZM18.7115 7.45218L15.1231 15.031L13.1743 15.9899L15.0922 9.71034C15.1541 9.4938 15.0922 9.24634 14.9375 9.09167C14.8138 8.96793 14.6591 8.937 14.5045 8.937C14.4426 8.937 14.3498 8.937 14.2879 8.96793L5.68834 12.0922L2.56403 9.43194C2.31656 9.24633 2.22376 8.937 2.25469 8.65859C2.28563 8.34925 2.47123 8.10178 2.74963 7.97805C3.02804 7.85431 3.36831 7.85431 3.61578 8.03992L6.18328 9.74127C6.36889 9.86501 6.61636 9.86501 6.80196 9.77221L12.9269 6.6479C13.1434 6.55509 13.2671 6.30762 13.2671 6.09109C13.2671 5.87455 13.1125 5.62708 12.8959 5.53428L8.75079 3.64732L10.2047 2.93584L16.6389 4.4516C16.7626 4.48253 16.9173 4.48253 17.041 4.42066L23.5371 1.60569C24.3105 1.23448 25.2385 1.54382 25.6097 2.31717C25.7953 2.68837 25.8262 3.12144 25.6716 3.49265C25.5478 3.89479 25.2694 4.20413 24.8982 4.38973L19.0208 7.14284C18.8971 7.23564 18.7733 7.32844 18.7115 7.45218Z' fill='%23065FA9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5096 5.71508L19.8823 8.37582L16.3229 15.8628C16.2417 16.0253 16.1175 16.1494 15.955 16.2306L15.9531 16.2316L12.5076 17.9078L12.4846 17.9155C12.3991 17.9441 12.2794 17.9841 12.1535 17.9841C11.9383 17.9841 11.7727 17.8954 11.6314 17.7894L11.6232 17.7832C11.3678 17.5704 11.295 17.2385 11.3718 16.9313L11.3743 16.9211L13.2365 10.8409L5.8547 13.5466C5.58146 13.6615 5.24927 13.6314 5.02754 13.4155L1.63175 10.5445C1.63157 10.5444 1.63193 10.5447 1.63175 10.5445C1.02294 10.0369 0.717375 9.25757 0.819051 8.47805C0.920187 7.70268 1.39276 7.02465 2.10513 6.68469C2.85077 6.31264 3.72963 6.38125 4.40535 6.82048L4.40678 6.8214L6.59826 8.27253L10.7707 6.13067L7.02945 4.38662C6.7452 4.26338 6.54012 3.97809 6.54012 3.64731C6.54012 3.33542 6.69788 3.03913 6.99712 2.90862L9.80722 1.54989C9.9855 1.46127 10.191 1.46599 10.3446 1.50411L16.713 3.00436L22.9286 0.309949C23.6222 -0.0193795 24.4178 -0.0858672 25.1805 0.179434C25.9423 0.444403 26.5391 0.975677 26.9022 1.70184L26.9055 1.70847C27.2339 2.43084 27.302 3.22652 27.036 3.99142C26.771 4.75321 26.2397 5.35008 25.5136 5.71316L25.5096 5.71508ZM23.0113 0.492073L16.7317 3.21425L10.2975 1.69849C10.1737 1.66756 10.0191 1.66756 9.89534 1.72942L7.08036 3.09051C6.86383 3.18331 6.74009 3.39985 6.74009 3.64732C6.74009 3.89479 6.89476 4.11133 7.1113 4.20413L11.2255 6.12202L6.58542 8.50392L4.29632 6.98817C3.67765 6.58603 2.87337 6.52416 2.19283 6.86443C1.54322 7.17377 1.11014 7.79245 1.01734 8.50392C0.92454 9.2154 1.20294 9.92688 1.75975 10.3909L5.16247 13.2677C5.31714 13.4224 5.56461 13.4533 5.78115 13.3605L13.5455 10.5146L11.5658 16.9798C11.5039 17.2273 11.5658 17.4747 11.7514 17.6294C11.8751 17.7222 11.9988 17.7841 12.1535 17.7841C12.2463 17.7841 12.3391 17.7531 12.4319 17.7222L15.8656 16.0518C15.9893 15.9899 16.0821 15.8971 16.144 15.7734L19.7323 8.22552L25.4241 5.53428C26.1046 5.19401 26.5996 4.6372 26.8471 3.92572C27.0945 3.21425 27.0327 2.47184 26.7233 1.79129C26.383 1.11075 25.8262 0.615808 25.1148 0.368338C24.4033 0.120867 23.6609 0.182735 23.0113 0.492073ZM18.5326 7.36273C18.616 7.19592 18.7734 7.07816 18.8862 6.99382C18.8911 6.99009 18.896 6.98643 18.9008 6.98283L18.9173 6.97046L24.811 4.20973C25.136 4.04659 25.3742 3.77907 25.4804 3.43383L25.4833 3.42462L25.487 3.41572C25.6167 3.10429 25.5936 2.73206 25.4308 2.4066L25.4294 2.40372C25.1076 1.73332 24.3009 1.46095 23.6237 1.78599L23.6167 1.78933L17.1251 4.6022C16.9478 4.68874 16.7442 4.6838 16.5918 4.64597L10.2284 3.1469L9.21918 3.64078L12.9769 5.3514C13.267 5.47687 13.4672 5.79653 13.4672 6.09108C13.4672 6.3657 13.3147 6.69541 13.0123 6.82882L6.89144 9.9511C6.64915 10.0722 6.32446 10.0757 6.07253 9.90778C6.07248 9.90775 6.07258 9.90782 6.07253 9.90778L3.49561 8.20018C3.32051 8.06887 3.0613 8.0584 2.83089 8.16081C2.61628 8.25619 2.47731 8.44268 2.45373 8.67849L2.45351 8.68068C2.42852 8.90553 2.50557 9.13806 2.68406 9.27193L2.69397 9.27936L5.72944 11.8645L14.2109 8.78314C14.2702 8.75614 14.3316 8.74633 14.3763 8.74185C14.425 8.73698 14.4721 8.73699 14.502 8.73699H14.5045C14.6846 8.73699 14.9019 8.77316 15.079 8.95024C15.2869 9.15813 15.3656 9.48147 15.2845 9.76528L15.2836 9.76877L13.5006 15.6065L14.9723 14.8823L18.5326 7.36273ZM15.1231 15.031L13.1743 15.9899L15.0922 9.71034C15.1541 9.4938 15.0922 9.24634 14.9375 9.09167C14.8138 8.96793 14.6591 8.937 14.5045 8.937C14.4426 8.937 14.3498 8.937 14.2879 8.96793L5.68834 12.0922L2.56403 9.43194C2.31656 9.24633 2.22376 8.937 2.25469 8.65859C2.28563 8.34925 2.47123 8.10178 2.74963 7.97805C3.02804 7.85431 3.36831 7.85431 3.61578 8.03992L6.18328 9.74127C6.36889 9.86501 6.61636 9.86501 6.80196 9.77221L12.9269 6.6479C13.1434 6.55509 13.2671 6.30762 13.2671 6.09109C13.2671 5.87455 13.1125 5.62708 12.8959 5.53428L8.75079 3.64732L10.2047 2.93584L16.6389 4.4516C16.7626 4.48253 16.9173 4.48253 17.041 4.42066L23.5371 1.60569C24.3105 1.23448 25.2385 1.54382 25.6097 2.31717C25.7953 2.68837 25.8262 3.12144 25.6716 3.49265C25.5478 3.89479 25.2694 4.20413 24.8982 4.38973L19.0208 7.14284C18.8971 7.23564 18.7733 7.32844 18.7115 7.45218L15.1231 15.031Z' fill='%23065FA9'/%3e%3c/svg%3e");
  min-width: 26.4px;
  height: 17.97px; }

.demo-icon {
  background-image: url("data:image/svg+xml,Demo");
  min-width: 12px;
  height: 17px; }

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.z-index-100 {
  z-index: 100; }

.z-index-101 {
  z-index: 101; }

.z-index-102 {
  z-index: 102; }

.z-index-103 {
  z-index: 103; }

.z-index-104 {
  z-index: 104; }

.z-index-105 {
  z-index: 105; }

.z-index-106 {
  z-index: 106; }

.z-index-107 {
  z-index: 107; }

.z-index-108 {
  z-index: 108; }

.z-index-109 {
  z-index: 109; }

.z-index-110 {
  z-index: 110; }

.z-index-111 {
  z-index: 111; }

.z-index-112 {
  z-index: 112; }

.z-index-113 {
  z-index: 113; }

.z-index-114 {
  z-index: 114; }

.z-index-115 {
  z-index: 115; }

.z-index-116 {
  z-index: 116; }

.z-index-117 {
  z-index: 117; }

.z-index-118 {
  z-index: 118; }

.z-index-119 {
  z-index: 119; }

.z-index-120 {
  z-index: 120; }

.z-index-121 {
  z-index: 121; }

.z-index-122 {
  z-index: 122; }

.z-index-123 {
  z-index: 123; }

.z-index-124 {
  z-index: 124; }

.z-index-125 {
  z-index: 125; }

.z-index-126 {
  z-index: 126; }

.z-index-127 {
  z-index: 127; }

.z-index-128 {
  z-index: 128; }

.z-index-129 {
  z-index: 129; }

.z-index-130 {
  z-index: 130; }

.z-index-131 {
  z-index: 131; }

.z-index-132 {
  z-index: 132; }

.z-index-133 {
  z-index: 133; }

.z-index-134 {
  z-index: 134; }

.z-index-135 {
  z-index: 135; }

.z-index-136 {
  z-index: 136; }

.z-index-137 {
  z-index: 137; }

.z-index-138 {
  z-index: 138; }

.z-index-139 {
  z-index: 139; }

.z-index-140 {
  z-index: 140; }

.z-index-141 {
  z-index: 141; }

.z-index-142 {
  z-index: 142; }

.z-index-143 {
  z-index: 143; }

.z-index-144 {
  z-index: 144; }

.z-index-145 {
  z-index: 145; }

.z-index-146 {
  z-index: 146; }

.z-index-147 {
  z-index: 147; }

.z-index-148 {
  z-index: 148; }

.z-index-149 {
  z-index: 149; }

.z-index-150 {
  z-index: 150; }

.onlyMobileSlider {
  width: unset;
  overflow: hidden;
  margin-left: 0; }
  .onlyMobileSlider .swiper-wrapper {
    width: unset;
    height: unset;
    transform: unset; }
    .onlyMobileSlider .swiper-wrapper .swiper-slide {
      height: unset; }
  .onlyMobileSlider .swiper-wrapper {
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0, 0);
    margin-left: 0;
    margin-right: 0; }
    .onlyMobileSlider .swiper-wrapper .swiper-slide {
      height: unset; }
  .onlyMobileSlider div[class*=col-] {
    padding-left: 0;
    padding-right: 0; }

.swiper-pagination {
  width: 100%;
  height: 10px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset; }
  .swiper-pagination.hero-pagination {
    margin-top: 0;
    position: absolute;
    bottom: 6px; }
    .swiper-pagination.hero-pagination .swiper-pagination-bullet {
      margin-right: 15px !important; }
  .swiper-pagination.mt-15 {
    margin-top: 15px; }
  @media (min-width: 992px) {
    .swiper-pagination.lg-hide {
      display: none; } }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #F3F3F3;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 2px;
    transition: background-color ease .3s; }
    .swiper-pagination-bullet-active {
      background-color: #065FA9;
      transition: background-color ease .3s; }

.swiper-pagination-bullet {
  opacity: 1;
  margin-left: 0 !important;
  margin-right: 4px !important; }
  .swiper-pagination-bullet:last-child {
    margin-right: 0 !important; }

.square-slider-btn-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.92888 14.7075C0.538355 14.317 0.538355 13.6838 0.928879 13.2933L13.6568 0.565354C14.0473 0.17483 14.6805 0.17483 15.071 0.565354C15.4615 0.955878 15.4615 1.58904 15.071 1.97957L2.34309 14.7075C1.95257 15.098 1.3194 15.098 0.92888 14.7075Z' fill='%232E3131'/%3E%3Cpath d='M15.071 27.4354C14.6805 27.8259 14.0473 27.8259 13.6568 27.4354L0.92888 14.7075C0.538355 14.317 0.538355 13.6838 0.928879 13.2933C1.3194 12.9028 1.95257 12.9028 2.34309 13.2933L15.071 26.0212C15.4615 26.4117 15.4615 27.0449 15.071 27.4354Z' fill='%232E3131'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  left: 0;
  transition: background-color ease .3s; }
  .square-slider-btn-prev:hover {
    outline: none;
    background-color: white;
    transition: background-color ease .3s; }
  .square-slider-btn-prev:focus, .square-slider-btn-prev:active {
    outline: none; }

.square-slider-btn-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0711 14.7075C15.4616 14.317 15.4616 13.6838 15.0711 13.2933L2.3432 0.565354C1.95267 0.17483 1.31951 0.17483 0.928985 0.565354C0.538461 0.955878 0.538461 1.58904 0.928985 1.97957L13.6569 14.7075C14.0474 15.098 14.6806 15.098 15.0711 14.7075Z' fill='%232E3131'/%3E%3Cpath d='M0.928985 27.4354C1.31951 27.8259 1.95267 27.8259 2.3432 27.4354L15.0711 14.7075C15.4616 14.317 15.4616 13.6838 15.0711 13.2933C14.6806 12.9028 14.0474 12.9028 13.6569 13.2933L0.928985 26.0212C0.538461 26.4117 0.538461 27.0449 0.928985 27.4354Z' fill='%232E3131'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  right: 0;
  transition: background-color ease .3s; }
  .square-slider-btn-next:hover {
    outline: none;
    background-color: white;
    transition: background-color ease .3s; }
  .square-slider-btn-next:focus, .square-slider-btn-next:active {
    outline: none; }

.swiper-lazy-preloader {
  border-bottom-color: #065FA9;
  border-left-color: #065FA9;
  border-right-color: #065FA9; }

.slider-hover-arrow .square-slider-btn-prev {
  opacity: 0;
  transition: opacity ease .3s; }

.slider-hover-arrow .square-slider-btn-next {
  opacity: 0;
  transition: opacity ease .3s; }

.slider-hover-arrow:hover .square-slider-btn-prev {
  opacity: 1;
  transition: opacity ease .3s; }

.slider-hover-arrow:hover .square-slider-btn-next {
  opacity: 1;
  transition: opacity ease .3s; }

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

.link-primary {
  color: #065FA9; }
  .link-primary:hover, .link-primary:focus {
    color: #054c87; }

.link-secondary {
  color: #29A4DB; }
  .link-secondary:hover, .link-secondary:focus {
    color: #54b6e2; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #29A4DB; }
  .link-info:hover, .link-info:focus {
    color: #54b6e2; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.link-gray {
  color: #CDCDCD; }
  .link-gray:hover, .link-gray:focus {
    color: #d7d7d7; }

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 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) {
  position: absolute !important;
  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; }

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

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

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

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

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

.d-grid {
  display: 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; }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: 1px solid #dee2e6 !important; }

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

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

.border-end {
  border-right: 1px solid #dee2e6 !important; }

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

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

.border-start {
  border-left: 1px solid #dee2e6 !important; }

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

.border-primary {
  border-color: #065FA9 !important; }

.border-secondary {
  border-color: #29A4DB !important; }

.border-success {
  border-color: #198754 !important; }

.border-info {
  border-color: #29A4DB !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-gray {
  border-color: #CDCDCD !important; }

.border-white {
  border-color: #fff !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; }

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

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

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

.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-light {
  font-weight: 300 !important; }

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

.fw-normal {
  font-weight: 400 !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.2 !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-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-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: #6c757d !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-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; }

.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-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-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-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-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important; }

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

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !important; }

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: 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-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; }
  .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; }
  .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; }
  .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; }
  .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-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; }
  .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; }
  .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; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .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-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; }
  .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; }
  .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; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-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; } }

.hamburger {
  display: inline-flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background-color: transparent; }

.isActive_menuActive .hamburger-inner,
.isActive_menuActive .hamburger-inner::before,
.isActive_menuActive .hamburger-inner::after {
  background-color: #fff; }

.isActive_menuActive .hamburger--spin .hamburger-inner {
  transform: rotate(225deg) translateY(-3px) translateX(-3px);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.isActive_menuActive .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger:hover, .hamburger:focus {
  outline: unset; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }
  @media (min-width: 992px) {
    .hamburger-box {
      width: 50px; } }

.hamburger-inner {
  display: block;
  top: 6px; }

.hamburger-inner, .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
  @media (min-width: 992px) {
    .hamburger-inner, .hamburger-inner::after {
      width: 50px; } }

.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.isActive_menuActive #sideNavMenu {
  transform: translateY(0);
  transition: transform ease .6s; }
  @media (min-width: 992px) {
    .isActive_menuActive #sideNavMenu {
      transform: translateX(0); } }

#sideNavMenu {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #74122F;
  left: 0;
  z-index: 100;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: #fff;
  transform: translateY(100%);
  transition: transform ease .6s;
  box-shadow: -4px 10px 16px 11px #50091f; }
  @media (min-width: 992px) {
    #sideNavMenu {
      height: 100%;
      width: 400px;
      left: 100px;
      transform: translateY(0);
      transform: translateX(-100%);
      border-left: 1px solid #781f3a;
      box-shadow: -3px 1px 12px 8px #50091f;
      text-align: left;
      padding: 50px 40px; } }
  #sideNavMenu .desktopGaiaLogo {
    width: auto;
    height: 30px; }
  #sideNavMenu > div.menuItem {
    margin-bottom: 0;
    margin-top: auto; }
  #sideNavMenu .socialList {
    display: flex;
    align-items: center;
    justify-content: center; }
    #sideNavMenu .socialList li {
      margin-right: 10px;
      margin-left: 10px;
      display: inline-flex; }
      #sideNavMenu .socialList li a {
        display: inline-flex; }
        #sideNavMenu .socialList li a svg {
          width: auto;
          max-height: 15px; }
          @media (min-width: 992px) {
            #sideNavMenu .socialList li a svg {
              max-height: 20px; } }
  #sideNavMenu .primaryMenu {
    display: block;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      #sideNavMenu .primaryMenu {
        margin-bottom: 30px; } }
    #sideNavMenu .primaryMenu li {
      display: block;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        #sideNavMenu .primaryMenu li {
          margin-bottom: 30px; } }
      #sideNavMenu .primaryMenu li:last-child {
        margin-bottom: 0; }
      #sideNavMenu .primaryMenu li a {
        font-size: 13px;
        font-family: 'Uniform 3';
        color: #fff;
        line-height: 1;
        letter-spacing: 5px; }
        @media (min-width: 992px) {
          #sideNavMenu .primaryMenu li a {
            font-size: 16px; } }
        #sideNavMenu .primaryMenu li a.active {
          font-family: 'Uniform 5';
          font-weight: bold; }
  #sideNavMenu .contactBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-family: 'Uniform 3';
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 5px;
    background-color: #74122F;
    padding: 6px 15px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px 2px #580821; }
    @media (min-width: 992px) {
      #sideNavMenu .contactBtn {
        font-size: 12px;
        padding: 10px 20px; } }
  #sideNavMenu .desktopBottomArea {
    display: none; }
    @media (min-width: 992px) {
      #sideNavMenu .desktopBottomArea {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px; } }
  #sideNavMenu .language {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px; }
    #sideNavMenu .language.desktopLanguage {
      display: none; }
      #sideNavMenu .language.desktopLanguage ul li a {
        font-size: 16px; }
    @media (min-width: 992px) {
      #sideNavMenu .language.mobileLanguage {
        display: none; }
      #sideNavMenu .language.desktopLanguage {
        display: inline-block;
        margin-top: 0; } }
    #sideNavMenu .language ul li {
      float: left;
      display: inline-flex;
      align-items: center;
      margin-right: 10px; }
      #sideNavMenu .language ul li a {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 2px; }
      #sideNavMenu .language ul li:last-child {
        margin-right: 0; }
        #sideNavMenu .language ul li:last-child:after {
          display: none; }
      #sideNavMenu .language ul li:after {
        content: '';
        width: 1px;
        height: 12px;
        display: inline-block;
        background-color: #fff;
        margin-left: 10px; }

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  background-color: #fff; }

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

a {
  color: currentColor;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: currentColor; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0; }

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

:root {
  --primary: #EC2127;
  --secondary: #4972A1; }

#loginMain {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  font-size: 12px;
  line-height: 20px;
  color: var(--secondary);
  font-weight: 400; }
  #loginMain.loginPage .formWrapper .formDetail {
    text-align: center; }
  @media (min-width: 560px) {
    #loginMain {
      font-size: 14px;
      line-height: 24px; }
      #loginMain .mainLoginContainer {
        max-width: 420px; } }
  #loginMain .main--item:first-child {
    margin-bottom: 50px; }
  #loginMain .primaryLogo {
    display: block;
    max-width: 90%;
    margin: 0 auto; }
  @media (min-width: 560px) {
    #loginMain .formWrapper .formDetail {
      margin-bottom: 40px; } }
  #loginMain .formWrapper .formDetail .primaryTitle {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--secondary); }
    @media (min-width: 560px) {
      #loginMain .formWrapper .formDetail .primaryTitle {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px; } }
  #loginMain .form-control {
    border-radius: 6px;
    font-size: 16px; }
    #loginMain .form-control:focus {
      box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
      border-color: var(--primary); }
  #loginMain .form-check {
    align-items: center; }
  #loginMain .form-check-label {
    font-size: 12px; }
    @media (min-width: 560px) {
      #loginMain .form-check-label {
        font-size: 14px; } }
  #loginMain .form-check-input {
    border-radius: 4px; }
    #loginMain .form-check-input:checked[type="checkbox"] {
      background-color: var(--primary);
      border-color: var(--primary); }
  #loginMain .form-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--secondary); }
    @media (min-width: 560px) {
      #loginMain .form-label {
        font-size: 14px; } }
  #loginMain .btn {
    width: 100%;
    background-color: var(--primary);
    border-radius: 6px;
    min-height: 44px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff; }
    @media (min-width: 560px) {
      #loginMain .btn {
        font-size: 18px;
        min-height: 64px; } }
  #loginMain .linkText {
    text-align: center;
    font-weight: 500; }
    #loginMain .linkText a {
      color: var(--primary); }
  #loginMain .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_738:145)'%3E%3Cpath d='M3.83008 7.62C3.73469 7.71571 3.60517 7.76963 3.47003 7.76996C3.40287 7.77154 3.33618 7.75905 3.27417 7.73322C3.21216 7.70738 3.15621 7.6688 3.11005 7.62L0.220032 4.73999C0.0800317 4.59308 0.00195312 4.39788 0.00195312 4.19495C0.00195312 3.99201 0.0800317 3.79687 0.220032 3.64996L0.590088 3.28998C0.660754 3.21862 0.744838 3.16201 0.837524 3.12335C0.930211 3.0847 1.02964 3.06476 1.13007 3.06476C1.23049 3.06476 1.32992 3.0847 1.42261 3.12335C1.51529 3.16201 1.59938 3.21862 1.67004 3.28998L3.47003 5.08997L8.33008 0.22998C8.40074 0.158626 8.48483 0.101949 8.57751 0.0632935C8.6702 0.0246378 8.76963 0.00476074 8.87006 0.00476074C8.97048 0.00476074 9.06991 0.0246378 9.1626 0.0632935C9.25528 0.101949 9.33937 0.158626 9.41003 0.22998L9.78009 0.589966C9.91943 0.735207 9.99719 0.92873 9.99719 1.13C9.99719 1.33128 9.91943 1.52474 9.78009 1.66998L3.83008 7.62Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_738:145'%3E%3Crect width='10' height='7.76' fill='red'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 12px; }
  #loginMain .list {
    display: flex;
    justify-content: center; }
    #loginMain .list li {
      margin-left: 4px; }
      #loginMain .list li.active a {
        color: var(--primary); }
      #loginMain .list li:first-child {
        margin-left: 0; }
      #loginMain .list li:last-child a:after {
        display: none; }
    #loginMain .list a {
      font-size: 14px;
      line-height: 20px;
      color: var(--secondary);
      font-weight: 600; }
      #loginMain .list a:after {
        content: '-';
        margin-left: 4px; }
      #loginMain .list a:hover {
        color: var(--primary); }

.bgCover {
  background-position: center center;
  background-repeat: no-repeat; }


 
  @media (max-width: 480px) {
    #appDownloadMain .appDownloadMainContainer {
        display: flex;
        flex-direction: column;
    }

    .main--item {
      width: auto;
    }

    .main--item img {
      height: 150px;
    }

    .desk-img {
      height: 170px !important;
    }

    .mbl-img {
      height: 136px !important;
    }

    .description {
      display: flex;
      justify-content: center;
    }
    .description p {
      width: 300px;
    }
    
    a img {
      height: 40px !important;
    }

    .marketwrapper button {
      font-size: 12px !important;
      font-weight: bold;
      width: 80%;
    }
}
#appDownloadMain {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  padding: 20px;
  font-weight: 400; }






  @media (min-width: 560px) {
    #appDownloadMain {
      font-size: 16px;
      line-height: 22px; } }
  #appDownloadMain .primaryTitle {
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 560px) {
      #appDownloadMain .primaryTitle {
        font-size: 30px;
        line-height: 32px; } }
  #appDownloadMain .appDownloadMainContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 560px) {
      #appDownloadMain .appDownloadMainContainer {
        flex-direction: row;
        text-align: left; } }
    #appDownloadMain .appDownloadMainContainer .main--item:last-child {
      margin-top: 30px; }
      @media (min-width: 560px) {
        #appDownloadMain .appDownloadMainContainer .main--item:last-child {
          margin-top: 0; } }
  #appDownloadMain .bannerImg {
    max-width: 100%;
    max-height: 200px; }
    @media (min-width: 560px) {
      #appDownloadMain .bannerImg {
        max-height: unset; } }
  #appDownloadMain p:last-of-type {
    margin-bottom: 0; }
  #appDownloadMain .primaryLogo {
    max-height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media (min-width: 560px) {
      #appDownloadMain .primaryLogo {
        max-height: 80px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 30px; } }
  #appDownloadMain .marketwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    @media (min-width: 560px) {
      #appDownloadMain .marketwrapper {
        margin-top: 40px;
        justify-content: flex-start; } }
    #appDownloadMain .marketwrapper a {
      display: inline-block;
      margin-right: 10px; }
      #appDownloadMain .marketwrapper a:last-child {
        margin-right: 0; }
    @media (min-width: 560px) {
      #appDownloadMain .marketwrapper svg {
        width: auto;
        max-width: 185px;
        height: 55px; } }
  #appDownloadMain .windowsWrapper {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 560px) {
      #appDownloadMain .windowsWrapper {
        justify-content: flex-start; } }
    @media (min-width: 560px) {
      #appDownloadMain .windowsWrapper svg {
        width: auto;
        max-width: 185px;
        height: 57px; } }
    #appDownloadMain .windowsWrapper a {
      display: inline-block;
      margin-right: 10px; }
      #appDownloadMain .windowsWrapper a:last-child {
        margin-right: 0; }

        /**


 .onlyMobileSlider {
         width: unset;
         overflow: unset;

         .row {
             width: unset;
             flex-wrap: wrap;
             margin-top: calc(-1 * var(--bs-gutter-y));
             margin-left: -12.5px;
             margin-right: -12.5px;
         }

         .swiper-wrapper {
             width: unset;
             height: unset;
             transform: translate3d(0px, 0, 0);
             margin-right: calc(-.5 * var(--bs-gutter-x));
             margin-left: calc(-.5 * var(--bs-gutter-x));

             .swiper-slide {
                 height: unset;
             }
         }

         div[class*=col-] {
             padding-left: 12.5px;
             padding-right: 12.5px;
         }
     }

 **/
