@font-face {
  font-family: "GalatiaSIL";
  src: url('fonts/GalatiaSIL.eot');
  src: url('fonts/GalatiaSIL.eot') format('embedded-opentype'),
       url('fonts/GalatiaSIL.woff2') format('woff2'),
       url('fonts/GalatiaSIL.woff') format('woff'),
       url('fonts/GalatiaSIL.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.testimonials-section{
  background: rgb(27,36,51);
  background: linear-gradient(180deg, rgba(27,36,51,1) 0%, rgba(31,40,54,1) 47%, rgba(57,82,102,1) 100%);
}
.testimonials-section .container-xxxl{
  border-bottom: 1px solid #eee
}
.testimonials-section .container-xxxl .title{
  font-weight:300
}
.testimonials-section .container-xxxl .quotes{
  margin-top:10px;
}
.testimonials-section .title{
/*  font-family: 'Alata', sans-serif;*/
  font-size: 34px;
  color: #fff;
  text-align: center;
  width:100%;
  font-weight: 700;
}
.title{
/*  font-family: 'Alata', sans-serif;*/
  font-size: 34px;
  color: rgba(20,31,52,1);
  text-align: center;
  width:100%;
  font-weight: 700;
  letter-spacing:1px;
}
.value-title{
/*  font-family: 'Alata', sans-serif;*/
  font-size: 34px !important;
  color: #fff;
  text-align: center;
  width:100%;
  font-weight: 700;
  letter-spacing: 1px;
}
.service-title{
/*  font-family: 'Alata', sans-serif;*/
  font-size: 34px !important;
  color: rgba(20,31,52,1);
  text-align: left;
  width:100%;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact-us-title {
  font-size: 34px !important;
  color: rgba(20,31,52,1);
  text-align: left;
  width:100%;
  font-weight: 700;
  margin-bottom: 0px;
}
.service-link:hover{
  color: rgba(50,237,208,1);
}
.sub-title {
  font-size: 20px;
  color: rgba(20,31,52,1);
  text-align: center;
  width:100%;
  font-weight: 400;
/*  font-family: 'Nanum Gothic', sans-serif;*/
}
.contact-sub-title {
  font-size: 20px;
  color: rgba(20,31,52,1);
  text-align: center;
  width:100%;
  font-weight: 400;
/*  font-family: 'Nanum Gothic', sans-serif;*/
  margin-bottom: 25px;
  margin-top: 20px;
}
.contact-us-sub-title {
  font-size: 20px;
  color: rgba(20,31,52,1);
  text-align: left;
  width:100%;
  font-weight: 400;
/*  font-family: 'Nanum Gothic', sans-serif;*/
  margin-bottom: 50px;
}
.values-sub-title {
  font-size: 24px;
  color: rgba(20,31,52,1);
  text-align: center;
  width:100%;
  font-weight: 600;
  letter-spacing: 1px;
}
.values-p {
  font-size: 20px;
  width: 80%;
  margin: 10%;
  margin-top: 15px;
}
.index-btn-area{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary-line{
  border: 2px solid rgb(35,55,94);
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(20,31,52,1);
  text-transform: uppercase;
/*  font-family: 'Alata', sans-serif;*/
  letter-spacing: 0.5px;
/*  transition: background-color 3s ease-in;*/
  transition: box-shadow 0.3s;
}
.btn-primary-line:hover{
  border: 2px solid rgb(35,55,94);
  background-color: rgb(35,55,94);
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
/*  font-family: 'Alata', sans-serif;*/
  box-shadow: 0 11px 18px -5px rgba(0, 0, 0, 0.37) !important;
  transition: box-shadow 0.3s;
}
.btn-black-line{
  border: 1px solid #000;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
/*  font-family: 'Alata', sans-serif;*/
  letter-spacing: 0.5px;
}
.btn-black-line:hover{
  border: 1px solid #000;
  background-color: #000;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
/*  font-family: 'Alata', sans-serif;*/
}
.btn-primary{
  background-color: rgba(50,237,208,1);
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(20,31,52,1);
  text-transform: uppercase;
/*  font-family: 'Alata', sans-serif;*/
  letter-spacing: 0.5px;
}
.btn-primary:hover{
  background-color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
/*  font-family: 'Alata', sans-serif;*/
}
.btn-primary-white{
  background-color: transparent;
  border:2px solid #fff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-primary-white:hover{
  background-color: #fff;
  border:2px solid #fff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
/*.banner-logo {*/
/*    position:absolute;*/
/*    left: 50%;*/
/*    top:30px;*/
/*    z-index:1;*/
/*    width:50px;*/
/*}*/
.site-title {
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 2.75rem;
}
.site-title span{
  color: #a6a6a6;
  font-size: 1.75rem;
}
.tagline{
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -10px;
  left: 4px;
  line-height: 20px;
  height: 20px;
  padding-top: 0px;
  margin-top: 0px;
}

.site-title2 {
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 2.75rem;
}
.site-title2 span{
  color: #a6a6a6;
  font-size: 2.75rem;
}
.tagline2{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -10px;
  left: 15px;
  line-height: 20px;
  height: 20px;
  padding-top: 0px;
  margin-top: 0px;
}

.logo-white {
    font-weight:600;
}
.logo-gray{
  color: #a6a6a6;
  font-weight:600;
}
.logo-link img {
    width:60px;
    margin-left:50px;
}
#hoplawCarousel{
  background-image:url('../images/main-banner-5.png');
  background-position: center center;
  background-size:100%
}
.hoplawCarouselh2out{
  margin-top: 0px !important;
}
.hoplawCarouselh2 {
  text-align: center;
  color: #fff;
}
.hoplawCarouselp {
  text-align: center;
  color: #fff;
}
.footer-bg {
  background-color: rgba(20,31,51,1);
  color:#fff;
}
.footer-logo{
  width: 65px;
  margin-bottom: 15px;
}
.footer-about {
/*  font-family: 'Nanum Gothic', sans-serif;*/
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  /*border-right: 1px solid #fff;*/
}
.footer-about-in {
    margin-left: 75px;
}
.footer-logo-area {
    margin-left:40px;
}
.footer-about-in p {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 30px;
}
.footer-links {
/*  font-family: 'Nanum Gothic', sans-serif;*/
}
.footer-links h2, .footer-address h2, .footer-mails h2{
/*  font-family: 'Nanum Gothic', sans-serif;*/
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(50,237,208,1);
  margin-bottom: 15px;
}
.footer-links ul {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
.footer-links ul li{
  line-height: 30px;
}
.footer-links ul li a {
  text-decoration: none;
  color: #fff;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.footer-address p {
/*  font-family: 'Nanum Gothic', sans-serif;*/
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.footer-send{
  width: 22px;
  margin-right: 12px;
}
.footer-mails{
  font-size: 14px;
/*  font-family: 'Nanum Gothic', sans-serif;*/
  color:#fff;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.footer-mails a {
  color:#fff;
  text-decoration: none;
}

.footer-mails a:hover {
  color:rgba(50,237,208,1);
}
.about-first-font{
    font-size:34px;
}
/*@font-face {
  font-family: "Fira Sans";
  src: url('fonts/fira/eot/FiraSans-Italic.eot');
  src: url('fonts/fira/eot/FiraSans-Italic.eot') format('embedded-opentype'),
       url('fonts/fira/woff2/FiraSans-Italic.woff2') format('woff2'),
       url('fonts/fira/woff/FiraSans-Italic.woff') format('woff'),
       url('fonts/fira/woff2/FiraSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}*/

/* Fira Sans Bold */
/*@font-face {
  font-family: "Fira Sans";
  src: url('fonts/fira/eot/FiraSans-Bold.eot');
  src: url('fonts/fira/eot/FiraSans-Bold.eot') format('embedded-opentype'),
       url('fonts/fira/woff2/FiraSans-Bold.woff2') format('woff2'),
       url('fonts/fira/woff/FiraSans-Bold.woff') format('woff'),
       url('fonts/fira/woff2/FiraSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url('fonts/fira/eot/FiraSans-BoldItalic.eot');
  src: url('fonts/fira/eot/FiraSans-BoldItalic.eot') format('embedded-opentype'),
       url('fonts/fira/woff2/FiraSans-BoldItalic.woff2') format('woff2'),
       url('fonts/fira/woff/FiraSans-BoldItalic.woff') format('woff'),
       url('fonts/fira/woff2/FiraSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}*/

#cookie-law-info-bar {
  font-size: 15px;
  margin: 0 auto;
  padding: 12px 10px;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  display: none;
  left: 0;
  font-weight: 300;
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
  vertical-align: middle;
}
.cli-plugin-button,
.cli-plugin-button:visited {
  display: inline-block;
  padding: 9px 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: none;
}
.cli-plugin-main-link {
  margin-left: 0;
  font-weight: 550;
  text-decoration: underline;
}
.cli-plugin-button:hover {
  background-color: #111;
  color: #fff;
  text-decoration: none;
}
.small.cli-plugin-button,
.small.cli-plugin-button:visited {
  font-size: 11px;
}
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.large.cli-plugin-button,
.large.cli-plugin-button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.super.cli-plugin-button,
.super.cli-plugin-button:visited {
  font-size: 34px;
  padding: 8px 14px 9px;
}
.pink.cli-plugin-button,
.magenta.cli-plugin-button:visited {
  background-color: #e22092;
}
.pink.cli-plugin-button:hover {
  background-color: #c81e82;
}
.green.cli-plugin-button,
.green.cli-plugin-button:visited {
  background-color: #91bd09;
}
.green.cli-plugin-button:hover {
  background-color: #749a02;
}
.red.cli-plugin-button,
.red.cli-plugin-button:visited {
  background-color: #e62727;
}
.red.cli-plugin-button:hover {
  background-color: #cf2525;
}
.orange.cli-plugin-button,
.orange.cli-plugin-button:visited {
  background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
  background-color: #d45500;
}
.blue.cli-plugin-button,
.blue.cli-plugin-button:visited {
  background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
  background-color: #2575cf;
}
.yellow.cli-plugin-button,
.yellow.cli-plugin-button:visited {
  background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
  background-color: #fc9200;
}
.cli-plugin-button {
  margin-top: 5px;
}
.cli-bar-popup {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
}
.cli-powered_by_p {
  width: 100% !important;
  display: block !important;
  color: #333;
  clear: both;
  font-style: italic !important;
  font-size: 12px !important;
  margin-top: 15px !important;
}
.cli-powered_by_a {
  color: #333;
  font-weight: 600 !important;
  font-size: 12px !important;
}
.cli-plugin-main-link.cli-plugin-button {
  text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
  margin-left: 5px;
}
.gdpr-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.gdpr-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gdpr-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.gdpr-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.gdpr-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.gdpr-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.gdpr-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-open {
  overflow: hidden;
}
.modal-open .gdpr-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.gdpr-modal.fade .gdpr-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.gdpr-modal.show .gdpr-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1039;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.gdpr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.gdpr-modal a {
  text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .gdpr-modal .gdpr-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
  }
}
@media (min-width: 992px) {
  .gdpr-modal .gdpr-modal-dialog {
    max-width: 900px;
  }
}
.gdpr-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
}
.gdpr-modal .row {
  margin: 0 -15px;
}
.gdpr-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.gdpr-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
  outline: 0;
}
.gdpr-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 70px;
  font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
  display: none;
}
.gdpr-switch .gdpr-slider {
  background-color: #e3e1e8;
  height: 24px;
  width: 50px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.gdpr-switch .gdpr-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
  background-color: #63b35f;
}
.gdpr-switch input:checked + .gdpr-slider:before {
  transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
  border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
  border-radius: 50%;
}
.gdpr-tab-content > .gdpr-tab-pane {
  display: none;
}
.gdpr-tab-content > .active {
  display: block;
}
.gdpr-fade {
  transition: opacity 0.15s linear;
}
.gdpr-nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  align-items: stretch !important;
  -ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills,
.gdpr-tab-content {
  width: 100%;
  padding: 30px;
}
.nav.gdpr-nav-pills {
  background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
  border: 1px solid #0070ad;
  margin-bottom: 10px;
  color: #0070ad;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active,
.nav.gdpr-nav-pills .show > .gdpr-nav-link {
  background-color: #0070ad;
  border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
  color: #fff;
}
.gdpr-tab-content .gdpr-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
  background-color: #0070ad;
  border-color: #0070ad;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
.gdpr-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}
.gdpr-tab-content h4 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.cli-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cli-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cli-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cli-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.cli-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.cli-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cli-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.cli-btn {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.cli-btn:hover {
  opacity: 0.8;
}
.cli-read-more-link {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.cli-btn:focus {
  outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: 0.8;
}
.cli-modal-open {
  overflow: hidden;
}
.cli-barmodal-open {
  overflow: hidden;
}
.cli-modal-open .cli-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cli-modal.cli-fade .cli-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.cli-modal.cli-show .cli-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cli-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: 0.5;
  display: block;
}
.cli-modal.cli-show {
  display: block;
}
.cli-modal a {
  text-decoration: none;
}
.cli-modal .cli-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .cli-modal .cli-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
  }
}
@media (min-width: 992px) {
  .cli-modal .cli-modal-dialog {
    max-width: 900px;
  }
}
.cli-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}
.cli-modal .row {
  margin: 0 -15px;
}
.cli-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background-color: transparent !important;
  border: 0;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
  outline: 0;
}
.cli-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 70px;
  font-size: 14px;
}
.cli-switch input[type="checkbox"] {
  display: none;
}
.cli-switch .cli-slider {
  background-color: #e3e1e8;
  height: 24px;
  width: 50px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.cli-switch .cli-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}
.cli-switch input:checked + .cli-slider {
  background-color: #00acad;
}
.cli-switch input:checked + .cli-slider:before {
  transform: translateX(26px);
}
.cli-switch .cli-slider {
  border-radius: 34px;
}
.cli-switch .cli-slider:before {
  border-radius: 50%;
}
.cli-tab-content {
  background: #fff;
}
.cli-tab-content > .cli-active {
  display: block;
}
.cli-fade {
  transition: opacity 0.15s linear;
}
.cli-nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cli-nav-pills,
.cli-tab-content {
  width: 100%;
  padding: 30px;
}
@media (max-width: 767px) {
  .cli-nav-pills,
  .cli-tab-content {
    padding: 30px 10px;
  }
}
.cli-nav-pills {
  background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
  border: 1px solid #00acad;
  margin-bottom: 10px;
  color: #00acad;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show > .cli-nav-link {
  background-color: #00acad;
  border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
  color: #fff;
}
.cli-tab-content .cli-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}
.cli-tab-content h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.cli-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cli-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cli-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cli-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  flex-direction: column;
}
.cli-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.cli-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cli-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.cli-btn {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.cli-btn:hover {
  opacity: 0.8;
}
.cli-read-more-link {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.cli-btn:focus {
  outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: 0.8;
}
.cli-modal-open {
  overflow: hidden;
}
.cli-barmodal-open {
  overflow: hidden;
}
.cli-modal-open .cli-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cli-modal.cli-fade .cli-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.cli-modal.cli-show .cli-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cli-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cli-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  transform: scale(0);
  overflow: hidden;
  outline: 0;
  display: none;
}
.cli-modal a {
  text-decoration: none;
}
.cli-modal .cli-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .cli-modal .cli-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
  }
}
.cli-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.2rem;
  box-sizing: border-box;
  outline: 0;
}
.cli-modal .row {
  margin: 0 -15px;
}
.cli-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
  outline: 0;
}
.cli-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 38px;
  font-size: 14px;
}
.cli-switch input[type="checkbox"] {
  display: none;
}
.cli-switch .cli-slider {
  background-color: #e3e1e8;
  height: 20px;
  width: 38px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.cli-switch .cli-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 15px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 15px;
}
.cli-switch input:checked + .cli-slider {
  background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
  transform: translateX(18px);
}
.cli-switch .cli-slider {
  border-radius: 34px;
  font-size: 0;
}
.cli-switch .cli-slider:before {
  border-radius: 50%;
}
.cli-tab-content {
  background: #fff;
}
.cli-nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cli-nav-pills,
.cli-tab-content {
  width: 100%;
  padding: 5px 30px 5px 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cli-nav-pills,
  .cli-tab-content {
    padding: 30px 10px;
  }
}
.cli-nav-pills {
  background: #fff;
}
.cli-nav-pills .cli-nav-link {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  color: #2a2a2a;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.cli-nav-pills .cli-nav-link.cli-active,
.cli-nav-pills .cli-show > .cli-nav-link {
  background-color: #f6f6f9;
  border: 1px solid #ccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
  color: #2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}
.cli-tab-content h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
#cookie-law-info-bar .cli-nav-pills,
#cookie-law-info-bar .cli-tab-content,
#cookie-law-info-bar .cli-nav-pills .cli-show > .cli-nav-link,
#cookie-law-info-bar a.cli-nav-link.cli-active {
  background: 0 0;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,
#cookie-law-info-bar .cli-nav-link,
#cookie-law-info-bar .cli-tab-container p,
#cookie-law-info-bar span.cli-necessary-caption,
#cookie-law-info-bar .cli-switch .cli-slider:after {
  color: inherit;
}
#cookie-law-info-bar .cli-tab-header a:before {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row {
  margin-top: 20px;
}
#cookie-law-info-bar .cli-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
#cookie-law-info-bar .cli-col-8 {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cli-wrapper {
  max-width: 90%;
  float: none;
  margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4 {
  margin-bottom: 0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
  padding: 0.2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container {
  display: none;
  text-align: left;
}
.cli-tab-footer .cli-btn {
  background-color: #00acad;
  padding: 10px 15px;
  text-decoration: none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #61a229;
  color: #fff;
  border-radius: 0;
}
.cli-tab-footer {
  width: 100%;
  text-align: right;
  padding: 20px 0;
}
.cli-col-12 {
  width: 100%;
}
.cli-tab-header {
  display: flex;
  justify-content: space-between;
}
.cli-tab-header a:before {
  width: 10px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.cli-tab-header a:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: calc(50% - 5px);
  -webkit-transform: none;
  transform: none;
}
.cli-tab-header a:before {
  width: 7px;
  height: 7px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  content: " ";
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}
.cli-tab-header a.cli-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cli-tab-header {
  border-radius: 5px;
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
  background-color: #f2f2f2;
}
.cli-modal .cli-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  padding: 10px;
  background: 0 0;
  border: none;
  min-width: 40px;
}
.cli-tab-container h4,
.cli-tab-container h1 {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  margin: 10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
  padding-top: 12px;
}
.cli-tab-container p,
.cli-privacy-content-text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  color: #000;
}
.wt-cli-privacy {
  display: none;
}
.cli-tab-content {
  display: none;
}
.cli-tab-section .cli-tab-content {
  padding: 10px 20px 5px;
}
.cli-tab-section {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .cli-modal .cli-modal-dialog {
    max-width: 645px;
  }
}
.cli-switch .cli-slider:after {
  content: attr(data-cli-disable);
  position: absolute;
  right: 50px;
  color: #000;
  font-size: 12px;
  text-align: right;
  min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after {
  content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
  max-height: 60px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
a.cli-privacy-readmore {
  font-size: 12px;
  margin-top: 12px;
  display: inline-block;
  padding-bottom: 0;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}
.cli-modal-footer {
  position: relative;
}
a.cli-privacy-readmore:before {
  content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
  content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content {
  transition: max-height 0.25s ease-in;
}
.cli-privacy-content p {
  margin-bottom: 0;
}
.cli-modal-close svg {
  fill: #000;
}
span.cli-necessary-caption {
  color: #000;
  font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
  display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
  display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
  display: none;
}
.cli-tab-container .cli-row {
  max-height: 500px;
  overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
  z-index: -1;
}
.cli-modal.cli-blowup {
  z-index: 999999;
  transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.cli-tab-section .cookielawinfo-row-cat-table td,
.cli-tab-section .cookielawinfo-row-cat-table th {
  font-size: 12px;
}
.cli_settings_button {
  cursor: pointer;
}
.wt-cli-sr-only {
  display: none;
  font-size: 16px;
}
a.wt-cli-element.cli_cookie_close_button {
  text-decoration: none;
  color: #333;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}
.cli-bar-container {
  float: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cli-bar-btn_container {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cli-style-v2 a {
  cursor: pointer;
}
.cli-bar-btn_container a {
  white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link {
  font-weight: inherit;
}
.cli-style-v2 {
  font-size: 11pt;
  line-height: 18px;
  font-weight: 400;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
  display: block;
}
.cli-style-v2 .cli-bar-message {
  width: 70%;
  text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
  width: 100%;
}
#cookie-law-info-bar[data-cli-type="widget"]
  .cli-style-v2
  .cli-bar-btn_container {
  margin-top: 8px;
  margin-left: 0;
  flex-wrap: wrap;
}
#cookie-law-info-bar[data-cli-type="popup"]
  .cli-style-v2
  .cli-bar-btn_container {
  margin-top: 8px;
  margin-left: 0;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 16px;
}
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
  margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
  margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
  font-size: inherit;
  cursor: pointer;
  margin: 0 0 0 5px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
  padding: 32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
  padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),
.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),
.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
  text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
  white-space: nowrap;
  text-decoration: underline;
}
.wt-cli-necessary-checkbox {
  display: none !important;
}
@media (max-width: 985px) {
  .cli-style-v2 .cli-bar-message {
    width: 100%;
  }
  .cli-style-v2.cli-bar-container {
    justify-content: left;
    flex-wrap: wrap;
  }
  .cli-style-v2 .cli-bar-btn_container {
    margin-left: 0;
    margin-top: 10px;
  }
  #cookie-law-info-bar[data-cli-style="cli-style-v2"],
  #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],
  #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 25px;
  }
}
.wt-cli-ckyes-brand-logo {
  display: flex;
  align-items: center;
  font-size: 9px;
  color: #111;
  font-weight: 400;
}
.wt-cli-ckyes-brand-logo img {
  width: 65px;
  margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
  padding-bottom: 0;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .cli-style-v2 .cli-bar-btn_container {
    flex-wrap: wrap;
  }
}
.wt-cli-cookie-description {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  color: #000;
}
#tpbr_calltoaction {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#tpbr_calltoaction:hover {
  opacity: 0.9;
}
#tpbr_topbar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 0 !important;
}
/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-sharp,
.fa-sharp-solid,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fass,
.fat,
.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat{
  font-family: Font Awesome\6 Pro;
}
.fa-brands,
.fab {
  font-family: Font Awesome\6 Brands;
}
.fa-classic.fa-duotone,
.fa-duotone,
.fad {
  font-family: Font Awesome\6 Duotone;
}
.fa-sharp,
.fass {
  font-family: Font Awesome\6 Sharp;
  font-weight: 900;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  line-height: inherit;
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-beat;
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-bounce;
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-fade;
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-beat-fade;
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-flip;
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-shake;
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-spin;
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-name: fa-spin;
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  24%,
  8% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0:before {
  content: "\30 ";
}
.fa-1:before {
  content: "\31 ";
}
.fa-2:before {
  content: "\32 ";
}
.fa-3:before {
  content: "\33 ";
}
.fa-4:before {
  content: "\34 ";
}
.fa-5:before {
  content: "\35 ";
}
.fa-6:before {
  content: "\36 ";
}
.fa-7:before {
  content: "\37 ";
}
.fa-8:before {
  content: "\38 ";
}
.fa-9:before {
  content: "\39 ";
}
.fa-fill-drip:before {
  content: "ï•¶";
}
.fa-arrows-to-circle:before {
  content: "î’½";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "ï„¸";
}
.fa-wagon-covered:before {
  content: "ï£®";
}
.fa-line-height:before {
  content: "ï¡±";
}
.fa-bagel:before {
  content: "î—";
}
.fa-transporter-7:before {
  content: "îŠ¨";
}
.fa-at:before {
  content: "\@";
}
.fa-rectangles-mixed:before {
  content: "îŒ£";
}
.fa-phone-arrow-up-right:before,
.fa-phone-arrow-up:before,
.fa-phone-outgoing:before {
  content: "îˆ¤";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "ï‹­";
}
.fa-circle-l:before {
  content: "î„”";
}
.fa-head-side-goggles:before,
.fa-head-vr:before {
  content: "ï›ª";
}
.fa-text-height:before {
  content: "ï€´";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "ïˆµ";
}
.fa-face-hand-yawn:before {
  content: "î¹";
}
.fa-gauge-simple-min:before,
.fa-tachometer-slowest:before {
  content: "ï˜­";
}
.fa-stethoscope:before {
  content: "ïƒ±";
}
.fa-coffin:before {
  content: "ï›†";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "ï‰º";
}
.fa-bowl-salad:before,
.fa-salad:before {
  content: "ï ž";
}
.fa-info:before {
  content: "ï„©";
}
.fa-robot-astromech:before {
  content: "î‹’";
}
.fa-ring-diamond:before {
  content: "î–«";
}
.fa-fondue-pot:before {
  content: "î";
}
.fa-theta:before {
  content: "ïšž";
}
.fa-face-hand-peeking:before {
  content: "î’";
}
.fa-square-user:before {
  content: "îŠƒ";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "ï¢";
}
.fa-explosion:before {
  content: "î“©";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "ï…œ";
}
.fa-wave-square:before {
  content: "ï ¾";
}
.fa-ring:before {
  content: "ïœ‹";
}
.fa-building-un:before {
  content: "î“™";
}
.fa-dice-three:before {
  content: "ï”§";
}
.fa-tire-pressure-warning:before {
  content: "ï˜³";
}
.fa-wifi-2:before,
.fa-wifi-fair:before {
  content: "ïš«";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "ï³";
}
.fa-mp3-player:before {
  content: "ï£Ž";
}
.fa-anchor-circle-check:before {
  content: "î’ª";
}
.fa-tally-4:before {
  content: "îŠ—";
}
.fa-rectangle-history:before {
  content: "î’¢";
}
.fa-building-circle-arrow-right:before {
  content: "î“‘";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "ï‘Ÿ";
}
.fa-sun-haze:before {
  content: "ï¥";
}
.fa-text-size:before {
  content: "ï¢”";
}
.fa-ufo:before {
  content: "î‡";
}
.fa-fork:before,
.fa-utensil-fork:before {
  content: "ï‹£";
}
.fa-arrows-up-to-line:before {
  content: "î“‚";
}
.fa-mobile-signal:before {
  content: "î‡¯";
}
.fa-barcode-scan:before {
  content: "ï‘¥";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "ïƒ";
}
.fa-folder-arrow-down:before,
.fa-folder-download:before {
  content: "î“";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "ï–";
}
.fa-face-icicles:before {
  content: "î¼";
}
.fa-shovel:before {
  content: "ïœ“";
}
.fa-door-open:before {
  content: "ï”«";
}
.fa-films:before {
  content: "î…º";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "ï‹µ";
}
.fa-face-glasses:before {
  content: "î·";
}
.fa-nfc:before {
  content: "î‡·";
}
.fa-atom:before {
  content: "ï—’";
}
.fa-soap:before {
  content: "î®";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "ï¡­";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "ï”¹";
}
.fa-closed-captioning-slash:before {
  content: "î„µ";
}
.fa-calculator-alt:before,
.fa-calculator-simple:before {
  content: "ï™Œ";
}
.fa-bridge-circle-check:before {
  content: "î“‰";
}
.fa-sliders-up:before,
.fa-sliders-v:before {
  content: "ï±";
}
.fa-location-minus:before,
.fa-map-marker-minus:before {
  content: "ï˜‰";
}
.fa-pump-medical:before {
  content: "îª";
}
.fa-fingerprint:before {
  content: "ï•·";
}
.fa-ski-boot:before {
  content: "îŒ";
}
.fa-rectangle-sd:before,
.fa-standard-definition:before {
  content: "îŠŠ";
}
.fa-h1:before {
  content: "ïŒ“";
}
.fa-hand-point-right:before {
  content: "ï‚¤";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "ïš‰";
}
.fa-message-bot:before {
  content: "îŽ¸";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "ï‘";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "ï–¸";
}
.fa-light-ceiling:before {
  content: "î€–";
}
.fa-comment-alt-exclamation:before,
.fa-message-exclamation:before {
  content: "ï’¥";
}
.fa-bowl-scoop:before,
.fa-bowl-shaved-ice:before {
  content: "îž";
}
.fa-square-x:before {
  content: "îŠ†";
}
.fa-utility-pole-double:before {
  content: "î‹„";
}
.fa-flag-checkered:before {
  content: "ï„ž";
}
.fa-chevron-double-up:before,
.fa-chevrons-up:before {
  content: "ïŒ¥";
}
.fa-football-ball:before,
.fa-football:before {
  content: "ï‘Ž";
}
.fa-user-vneck:before {
  content: "î‘¡";
}
.fa-school-circle-exclamation:before {
  content: "î•¬";
}
.fa-crop:before {
  content: "ï„¥";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "ï„ƒ";
}
.fa-users-rectangle:before {
  content: "î–”";
}
.fa-people-roof:before {
  content: "î”·";
}
.fa-arrow-square-right:before,
.fa-square-arrow-right:before {
  content: "ïŒ»";
}
.fa-location-plus:before,
.fa-map-marker-plus:before {
  content: "ï˜Š";
}
.fa-lightbulb-exclamation-on:before {
  content: "î‡Š";
}
.fa-people-line:before {
  content: "î”´";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "ïƒ¼";
}
.fa-crate-empty:before {
  content: "î…‘";
}
.fa-diagram-predecessor:before {
  content: "î‘·";
}
.fa-transporter:before {
  content: "î‚";
}
.fa-calendar-circle-user:before {
  content: "î‘±";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "ï…¶";
}
.fa-person-carry-box:before,
.fa-person-carry:before {
  content: "ï“";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "ï‘ª";
}
.fa-male:before,
.fa-person:before {
  content: "ï†ƒ";
}
.fa-laptop:before {
  content: "ï„‰";
}
.fa-file-csv:before {
  content: "ï›";
}
.fa-menorah:before {
  content: "ï™¶";
}
.fa-union:before {
  content: "ïš¢";
}
.fa-chevron-double-left:before,
.fa-chevrons-left:before {
  content: "ïŒ£";
}
.fa-circle-heart:before,
.fa-heart-circle:before {
  content: "ï“‡";
}
.fa-truck-plane:before {
  content: "î–";
}
.fa-record-vinyl:before {
  content: "ï£™";
}
.fa-bring-forward:before {
  content: "ï¡–";
}
.fa-square-p:before {
  content: "î‰¹";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "ï–‡";
}
.fa-sigma:before {
  content: "ïš‹";
}
.fa-camera-movie:before {
  content: "ï¢©";
}
.fa-bong:before {
  content: "ï•œ";
}
.fa-clarinet:before {
  content: "ï¢­";
}
.fa-truck-flatbed:before {
  content: "îŠ¶";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "ï™»";
}
.fa-arrow-down-up-across-line:before {
  content: "î’¯";
}
.fa-leaf-heart:before {
  content: "ï“‹";
}
.fa-house-building:before {
  content: "î†±";
}
.fa-cheese-swiss:before {
  content: "ïŸ°";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "ï‹¥";
}
.fa-jar-wheat:before {
  content: "î”—";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "ï™´";
}
.fa-file-circle-exclamation:before {
  content: "î“«";
}
.fa-bow-arrow:before {
  content: "ïš¹";
}
.fa-cart-xmark:before {
  content: "îƒ";
}
.fa-hexagon-xmark:before,
.fa-times-hexagon:before,
.fa-xmark-hexagon:before {
  content: "ï‹®";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "ï‘¾";
}
.fa-merge:before {
  content: "î”¦";
}
.fa-pager:before {
  content: "ï •";
}
.fa-cart-minus:before {
  content: "îƒ›";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "ïŠ¹";
}
.fa-pan-frying:before {
  content: "î¬";
}
.fa-grid-3:before,
.fa-grid:before {
  content: "î†•";
}
.fa-football-helmet:before {
  content: "ï‘";
}
.fa-hand-love:before {
  content: "î†¥";
}
.fa-trees:before {
  content: "ïœ¤";
}
.fa-strikethrough:before {
  content: "ïƒŒ";
}
.fa-page:before {
  content: "î¨";
}
.fa-k:before {
  content: "K";
}
.fa-diagram-previous:before {
  content: "î‘¸";
}
.fa-gauge-min:before,
.fa-tachometer-alt-slowest:before {
  content: "ï˜¨";
}
.fa-folder-grid:before {
  content: "î†ˆ";
}
.fa-eggplant:before {
  content: "î…¬";
}
.fa-ram:before {
  content: "ïœŠ";
}
.fa-landmark-flag:before {
  content: "î”œ";
}
.fa-lips:before {
  content: "ï˜€";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "ïŒƒ";
}
.fa-backward:before {
  content: "ïŠ";
}
.fa-caret-right:before {
  content: "ïƒš";
}
.fa-comments:before {
  content: "ï‚†";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "ïƒª";
}
.fa-desktop-arrow-down:before {
  content: "î…•";
}
.fa-code-pull-request:before {
  content: "î„¼";
}
.fa-pumpkin:before {
  content: "ïœ‡";
}
.fa-clipboard-list:before {
  content: "ï‘­";
}
.fa-pen-field:before {
  content: "îˆ‘";
}
.fa-blueberries:before {
  content: "î‹¨";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "ï“ž";
}
.fa-note:before {
  content: "î‡¿";
}
.fa-arrow-down-to-square:before {
  content: "î‚–";
}
.fa-user-check:before {
  content: "ï“¼";
}
.fa-cloud-xmark:before {
  content: "îŸ";
}
.fa-vial-virus:before {
  content: "î–—";
}
.fa-book-alt:before,
.fa-book-blank:before {
  content: "ï—™";
}
.fa-golf-flag-hole:before {
  content: "îŽ¬";
}
.fa-comment-alt-arrow-down:before,
.fa-message-arrow-down:before {
  content: "î‡›";
}
.fa-face-unamused:before {
  content: "îŽŸ";
}
.fa-sheet-plastic:before {
  content: "î•±";
}
.fa-circle-9:before {
  content: "îƒ¶";
}
.fa-blog:before {
  content: "ïž";
}
.fa-user-ninja:before {
  content: "ï”„";
}
.fa-pencil-slash:before {
  content: "îˆ•";
}
.fa-bowling-pins:before {
  content: "ï·";
}
.fa-person-arrow-up-from-line:before {
  content: "î”¹";
}
.fa-down-right:before {
  content: "î…«";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "ïš ";
}
.fa-blinds-open:before {
  content: "ï£¼";
}
.fa-fence:before {
  content: "îŒƒ";
}
.fa-arrow-alt-up:before,
.fa-up:before {
  content: "ï—";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "ï‘˜";
}
.fa-drumstick:before {
  content: "ï›–";
}
.fa-square-v:before {
  content: "îŠ„";
}
.fa-face-awesome:before,
.fa-gave-dandy:before {
  content: "î‰";
}
.fa-dial-off:before {
  content: "î…¢";
}
.fa-toggle-off:before {
  content: "ïˆ„";
}
.fa-face-smile-horns:before {
  content: "îŽ‘";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "ï†‡";
}
.fa-grapes:before {
  content: "îŒ†";
}
.fa-person-drowning:before {
  content: "î•…";
}
.fa-dial-max:before {
  content: "î…ž";
}
.fa-circle-m:before {
  content: "î„•";
}
.fa-calendar-image:before {
  content: "îƒ”";
}
.fa-caret-circle-down:before,
.fa-circle-caret-down:before {
  content: "ïŒ­";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "ï¢†";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "ï–Š";
}
.fa-shish-kebab:before {
  content: "ï ¡";
}
.fa-spray-can:before {
  content: "ï–½";
}
.fa-alarm-snooze:before {
  content: "ï¡…";
}
.fa-scarecrow:before {
  content: "ïœ";
}
.fa-truck-monster:before {
  content: "ï˜»";
}
.fa-gift-card:before {
  content: "ï™£";
}
.fa-w:before {
  content: "W";
}
.fa-code-pull-request-draft:before {
  content: "îº";
}
.fa-square-b:before {
  content: "î‰¤";
}
.fa-elephant:before {
  content: "ï›š";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "ï•¼";
}
.fa-rainbow:before {
  content: "ï›";
}
.fa-circle-notch:before {
  content: "ï‡Ž";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "ïº";
}
.fa-paw:before {
  content: "ï†°";
}
.fa-message-question:before {
  content: "î‡£";
}
.fa-cloud:before {
  content: "ïƒ‚";
}
.fa-trowel-bricks:before {
  content: "î–Š";
}
.fa-square-3:before {
  content: "î‰˜";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "ï•¹";
}
.fa-hospital-user:before {
  content: "ï ";
}
.fa-microwave:before {
  content: "î€›";
}
.fa-tent-arrow-left-right:before {
  content: "î•¿";
}
.fa-cart-circle-arrow-up:before {
  content: "î°";
}
.fa-trash-clock:before {
  content: "îŠ°";
}
.fa-gavel:before,
.fa-legal:before {
  content: "ïƒ£";
}
.fa-sprinkler-ceiling:before {
  content: "î‘Œ";
}
.fa-browsers:before {
  content: "îƒ‹";
}
.fa-trillium:before {
  content: "î–ˆ";
}
.fa-music-slash:before {
  content: "ï£‘";
}
.fa-truck-ramp:before {
  content: "ï“ ";
}
.fa-binoculars:before {
  content: "ï‡¥";
}
.fa-microphone-slash:before {
  content: "ï„±";
}
.fa-box-tissue:before {
  content: "î›";
}
.fa-circle-c:before {
  content: "î„";
}
.fa-star-christmas:before {
  content: "ïŸ”";
}
.fa-chart-bullet:before {
  content: "îƒ¡";
}
.fa-motorcycle:before {
  content: "ïˆœ";
}
.fa-tree-christmas:before {
  content: "ïŸ›";
}
.fa-tire-flat:before {
  content: "ï˜²";
}
.fa-sunglasses:before {
  content: "ï¢’";
}
.fa-badge:before {
  content: "ïŒµ";
}
.fa-comment-alt-edit:before,
.fa-message-edit:before,
.fa-message-pen:before {
  content: "ï’¤";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "ï•¢";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "ï–®";
}
.fa-chess-rook-alt:before,
.fa-chess-rook-piece:before {
  content: "ï‘ˆ";
}
.fa-square-root:before {
  content: "ïš—";
}
.fa-album-collection-circle-plus:before {
  content: "î’Ž";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "î¨";
}
.fa-face-angry-horns:before {
  content: "î¨";
}
.fa-mars-and-venus-burst:before {
  content: "î”£";
}
.fa-tombstone:before {
  content: "ïœ ";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "ï…’";
}
.fa-cut:before,
.fa-scissors:before {
  content: "ïƒ„";
}
.fa-list-music:before {
  content: "ï£‰";
}
.fa-sun-plant-wilt:before {
  content: "î•º";
}
.fa-toilets-portable:before {
  content: "î–„";
}
.fa-hockey-puck:before {
  content: "ï‘“";
}
.fa-hyphen:before {
  content: "\-";
}
.fa-table:before {
  content: "ïƒŽ";
}
.fa-user-chef:before {
  content: "î’";
}
.fa-comment-alt-image:before,
.fa-message-image:before {
  content: "î‡ ";
}
.fa-users-medical:before {
  content: "ï °";
}
.fa-sensor-alert:before,
.fa-sensor-triangle-exclamation:before {
  content: "î€©";
}
.fa-magnifying-glass-arrow-right:before {
  content: "î”¡";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "ï•¦";
}
.fa-face-mask:before {
  content: "î¿";
}
.fa-pickleball:before {
  content: "îµ";
}
.fa-star-sharp-half:before {
  content: "îŠŒ";
}
.fa-users-slash:before {
  content: "î³";
}
.fa-clover:before {
  content: "î„¹";
}
.fa-meat:before {
  content: "ï ”";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "ï¥";
}
.fa-star-and-crescent:before {
  content: "ïš™";
}
.fa-empty-set:before {
  content: "ï™–";
}
.fa-house-fire:before {
  content: "î”Œ";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "ï…†";
}
.fa-helicopter:before {
  content: "ï”³";
}
.fa-bird:before {
  content: "î‘©";
}
.fa-compass:before {
  content: "ï…Ž";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "ï…";
}
.fa-heart-half-alt:before,
.fa-heart-half-stroke:before {
  content: "î†¬";
}
.fa-file-circle-question:before {
  content: "î“¯";
}
.fa-laptop-code:before {
  content: "ï—¼";
}
.fa-joystick:before {
  content: "ï£…";
}
.fa-grill-fire:before {
  content: "î–¤";
}
.fa-rectangle-vertical-history:before {
  content: "îˆ·";
}
.fa-swatchbook:before {
  content: "ï—ƒ";
}
.fa-prescription-bottle:before {
  content: "ï’…";
}
.fa-bars:before,
.fa-navicon:before {
  content: "ïƒ‰";
}
.fa-keyboard-left:before {
  content: "î‡ƒ";
}
.fa-people-group:before {
  content: "î”³";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "ï‰“";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "ïž©";
}
.fa-face-beam-hand-over-mouth:before {
  content: "î‘¼";
}
.fa-droplet-percent:before,
.fa-humidity:before {
  content: "ï";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "ï ";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "ï–—";
}
.fa-corn:before {
  content: "ï›‡";
}
.fa-roller-coaster:before {
  content: "îŒ¤";
}
.fa-photo-film-music:before {
  content: "îˆ¨";
}
.fa-radar:before {
  content: "î€¤";
}
.fa-sickle:before {
  content: "ï ¢";
}
.fa-film:before {
  content: "ï€ˆ";
}
.fa-coconut:before {
  content: "î‹¶";
}
.fa-ruler-horizontal:before {
  content: "ï•‡";
}
.fa-shield-cross:before {
  content: "ïœ’";
}
.fa-cassette-tape:before {
  content: "ï¢«";
}
.fa-square-terminal:before {
  content: "îŒª";
}
.fa-people-robbery:before {
  content: "î”¶";
}
.fa-lightbulb:before {
  content: "ïƒ«";
}
.fa-caret-left:before {
  content: "ïƒ™";
}
.fa-comment-middle:before {
  content: "î…‰";
}
.fa-trash-can-list:before {
  content: "îŠ«";
}
.fa-block:before {
  content: "î‘ª";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "ïª";
}
.fa-school-circle-xmark:before {
  content: "î•­";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "ï‚‹";
}
.fa-face-frown-slight:before {
  content: "î¶";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "ï„º";
}
.fa-sidebar-flip:before {
  content: "î‰";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "ï„¾";
}
.fa-temperature-list:before {
  content: "îŠ™";
}
.fa-cloud-showers-heavy:before {
  content: "ï€";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "ï–";
}
.fa-sitemap:before {
  content: "ïƒ¨";
}
.fa-pipe-section:before {
  content: "î¸";
}
.fa-space-station-moon-alt:before,
.fa-space-station-moon-construction:before {
  content: "î€´";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "ï’¹";
}
.fa-memory:before {
  content: "ï”¸";
}
.fa-face-sleeping:before {
  content: "îŽ";
}
.fa-road-spikes:before {
  content: "î•¨";
}
.fa-fire-burner:before {
  content: "î“±";
}
.fa-squirrel:before {
  content: "ïœš";
}
.fa-arrow-to-top:before,
.fa-arrow-up-to-line:before {
  content: "ï";
}
.fa-flag:before {
  content: "ï€¤";
}
.fa-face-cowboy-hat:before {
  content: "î®";
}
.fa-hanukiah:before {
  content: "ï›¦";
}
.fa-chart-scatter-3d:before {
  content: "îƒ¨";
}
.fa-square-code:before {
  content: "î‰§";
}
.fa-feather:before {
  content: "ï”­";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "ï€§";
}
.fa-times-to-slot:before,
.fa-vote-nay:before,
.fa-xmark-to-slot:before {
  content: "ï±";
}
.fa-box-alt:before,
.fa-box-taped:before {
  content: "ï’š";
}
.fa-comment-slash:before {
  content: "ï’³";
}
.fa-swords:before {
  content: "ïœ";
}
.fa-cloud-sun-rain:before {
  content: "ïƒ";
}
.fa-album:before {
  content: "ï¢Ÿ";
}
.fa-circle-n:before {
  content: "î„˜";
}
.fa-compress:before {
  content: "ï¦";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "î‹";
}
.fa-ankh:before {
  content: "ï™„";
}
.fa-hands-holding-child:before {
  content: "î“º";
}
.fa-asterisk:before {
  content: "\*";
}
.fa-key-skeleton-left-right:before {
  content: "îŽ´";
}
.fa-comment-lines:before {
  content: "ï’°";
}
.fa-luchador-mask:before,
.fa-luchador:before,
.fa-mask-luchador:before {
  content: "ï‘•";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "ï…Š";
}
.fa-shredder:before {
  content: "ïšŠ";
}
.fa-book-open-alt:before,
.fa-book-open-cover:before {
  content: "îƒ€";
}
.fa-sandwich:before {
  content: "ï Ÿ";
}
.fa-peseta-sign:before {
  content: "îˆ¡";
}
.fa-parking-slash:before,
.fa-square-parking-slash:before {
  content: "ï˜—";
}
.fa-train-tunnel:before {
  content: "î‘”";
}
.fa-header:before,
.fa-heading:before {
  content: "ï‡œ";
}
.fa-ghost:before {
  content: "ï›¢";
}
.fa-face-anguished:before {
  content: "î©";
}
.fa-hockey-sticks:before {
  content: "ï‘”";
}
.fa-abacus:before {
  content: "ï™€";
}
.fa-film-alt:before,
.fa-film-simple:before {
  content: "ïŽ ";
}
.fa-list-squares:before,
.fa-list:before {
  content: "ï€º";
}
.fa-tree-palm:before {
  content: "ï «";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "ï¡»";
}
.fa-cart-plus:before {
  content: "ïˆ—";
}
.fa-gamepad:before {
  content: "ï„›";
}
.fa-border-center-v:before {
  content: "ï¢";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "ï†’";
}
.fa-clipboard-medical:before {
  content: "î„³";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "ï•§";
}
.fa-egg:before {
  content: "ïŸ»";
}
.fa-arrow-alt-to-top:before,
.fa-up-to-line:before {
  content: "ï";
}
.fa-house-medical-circle-xmark:before {
  content: "î”“";
}
.fa-watch-fitness:before {
  content: "ï˜¾";
}
.fa-clock-nine-thirty:before {
  content: "î";
}
.fa-campground:before {
  content: "ïš»";
}
.fa-folder-plus:before {
  content: "ï™ž";
}
.fa-jug:before {
  content: "ï£†";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "ï‡£";
}
.fa-snow-blowing:before {
  content: "ï¡";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "ï‡¼";
}
.fa-lock:before {
  content: "ï€£";
}
.fa-arrow-down-from-line:before,
.fa-arrow-from-top:before {
  content: "ï…";
}
.fa-gas-pump:before {
  content: "ï”¯";
}
.fa-signal-alt-slash:before,
.fa-signal-bars-slash:before {
  content: "ïš”";
}
.fa-monkey:before {
  content: "ï›»";
}
.fa-pro:before,
.fa-rectangle-pro:before {
  content: "îˆµ";
}
.fa-house-night:before {
  content: "î€";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "ï–“";
}
.fa-blanket:before {
  content: "ï’˜";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "ï–Ÿ";
}
.fa-house-flood-water:before {
  content: "î”Ž";
}
.fa-comments-question-check:before {
  content: "î…";
}
.fa-tree:before {
  content: "ï†»";
}
.fa-arrows-cross:before {
  content: "î‚¢";
}
.fa-backpack:before {
  content: "ï—”";
}
.fa-square-small:before {
  content: "î‰¾";
}
.fa-folder-arrow-up:before,
.fa-folder-upload:before {
  content: "î”";
}
.fa-bridge-lock:before {
  content: "î“Œ";
}
.fa-crosshairs-simple:before {
  content: "î–Ÿ";
}
.fa-sack-dollar:before {
  content: "ï ";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "ï„";
}
.fa-sliders-h-square:before,
.fa-square-sliders:before {
  content: "ï°";
}
.fa-car-side:before {
  content: "ï—¤";
}
.fa-comment-middle-top-alt:before,
.fa-message-middle-top:before {
  content: "î‡¢";
}
.fa-lightbulb-on:before {
  content: "ï™²";
}
.fa-knife:before,
.fa-utensil-knife:before {
  content: "ï‹¤";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "ï‡ ";
}
.fa-wave-sine:before {
  content: "ï¢™";
}
.fa-heart-circle-minus:before {
  content: "î“¿";
}
.fa-circle-w:before {
  content: "î„¬";
}
.fa-calendar-circle:before,
.fa-circle-calendar:before {
  content: "î„‚";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "ï‰’";
}
.fa-microscope:before {
  content: "ï˜";
}
.fa-sunset:before {
  content: "ï§";
}
.fa-sink:before {
  content: "î­";
}
.fa-calendar-exclamation:before {
  content: "ïŒ´";
}
.fa-truck-container-empty:before {
  content: "îŠµ";
}
.fa-hand-heart:before {
  content: "ï’¼";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "ïŠ";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "ï¢";
}
.fa-mitten:before {
  content: "ïžµ";
}
.fa-reply-clock:before,
.fa-reply-time:before {
  content: "îˆ¹";
}
.fa-person-rays:before {
  content: "î•";
}
.fa-arrow-alt-right:before,
.fa-right:before {
  content: "ï–";
}
.fa-circle-f:before {
  content: "î„Ž";
}
.fa-users:before {
  content: "ïƒ€";
}
.fa-face-pleading:before {
  content: "îŽ†";
}
.fa-eye-slash:before {
  content: "ï°";
}
.fa-flask-vial:before {
  content: "î“³";
}
.fa-police-box:before {
  content: "î€¡";
}
.fa-cucumber:before {
  content: "î";
}
.fa-head-side-brain:before {
  content: "ï ˆ";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "ï‰–";
}
.fa-biking-mountain:before,
.fa-person-biking-mountain:before {
  content: "ï¡‹";
}
.fa-utensils-slash:before {
  content: "î‘¤";
}
.fa-print-magnifying-glass:before,
.fa-print-search:before {
  content: "ï š";
}
.fa-folder-bookmark:before {
  content: "î††";
}
.fa-om:before {
  content: "ï™¹";
}
.fa-pi:before {
  content: "ï™¾";
}
.fa-flask-potion:before,
.fa-flask-round-potion:before {
  content: "ï›¡";
}
.fa-face-shush:before {
  content: "îŽŒ";
}
.fa-worm:before {
  content: "î–™";
}
.fa-house-circle-xmark:before {
  content: "î”‹";
}
.fa-plug:before {
  content: "ï‡¦";
}
.fa-calendar-circle-exclamation:before {
  content: "î‘®";
}
.fa-square-i:before {
  content: "î‰²";
}
.fa-chevron-up:before {
  content: "ï·";
}
.fa-face-saluting:before {
  content: "î’„";
}
.fa-gauge-simple-low:before,
.fa-tachometer-slow:before {
  content: "ï˜¬";
}
.fa-face-persevering:before {
  content: "îŽ…";
}
.fa-camera-circle:before,
.fa-circle-camera:before {
  content: "î„ƒ";
}
.fa-hand-spock:before {
  content: "ï‰™";
}
.fa-spider-web:before {
  content: "ïœ™";
}
.fa-circle-microphone:before,
.fa-microphone-circle:before {
  content: "î„–";
}
.fa-book-arrow-up:before {
  content: "î‚º";
}
.fa-popsicle:before {
  content: "î¾";
}
.fa-command:before {
  content: "î…‚";
}
.fa-blinds:before {
  content: "ï£»";
}
.fa-stopwatch:before {
  content: "ï‹²";
}
.fa-saxophone:before {
  content: "ï£œ";
}
.fa-square-2:before {
  content: "î‰—";
}
.fa-field-hockey-stick-ball:before,
.fa-field-hockey:before {
  content: "ï‘Œ";
}
.fa-arrow-up-square-triangle:before,
.fa-sort-shapes-up-alt:before {
  content: "ï¢‹";
}
.fa-face-scream:before {
  content: "îŽ‹";
}
.fa-square-m:before {
  content: "î‰¶";
}
.fa-camera-web:before,
.fa-webcam:before {
  content: "ï ²";
}
.fa-comment-arrow-down:before {
  content: "î…ƒ";
}
.fa-lightbulb-cfl:before {
  content: "î–¦";
}
.fa-window-frame-open:before {
  content: "î";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "ï––";
}
.fa-bridge-circle-xmark:before {
  content: "î“‹";
}
.fa-period:before {
  content: "\.";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "ï–‰";
}
.fa-up-to-dotted-line:before {
  content: "î‘—";
}
.fa-thought-bubble:before {
  content: "îŒ®";
}
.fa-raygun:before {
  content: "î€¥";
}
.fa-flute:before {
  content: "ï¢¹";
}
.fa-acorn:before {
  content: "ïš®";
}
.fa-video-arrow-up-right:before {
  content: "î‹‰";
}
.fa-grate-droplet:before {
  content: "î†”";
}
.fa-seal-exclamation:before {
  content: "î‰‚";
}
.fa-chess-bishop:before {
  content: "ïº";
}
.fa-message-sms:before {
  content: "î‡¥";
}
.fa-coffee-beans:before {
  content: "î„¿";
}
.fa-hat-witch:before {
  content: "ï›§";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "ï–Œ";
}
.fa-clock-three-thirty:before {
  content: "î—";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "ïŠ¤";
}
.fa-alarm-clock:before {
  content: "ïŽ";
}
.fa-eclipse:before {
  content: "ï‰";
}
.fa-face-relieved:before {
  content: "îŽ‰";
}
.fa-road-circle-check:before {
  content: "î•¤";
}
.fa-dice-five:before {
  content: "ï”£";
}
.fa-minus-octagon:before,
.fa-octagon-minus:before {
  content: "ïŒˆ";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "ï…ƒ";
}
.fa-face-zany:before {
  content: "îŽ¤";
}
.fa-land-mine-on:before {
  content: "î”›";
}
.fa-square-arrow-up-left:before {
  content: "î‰£";
}
.fa-i-cursor:before {
  content: "ï‰†";
}
.fa-salt-shaker:before {
  content: "î‘†";
}
.fa-stamp:before {
  content: "ï–¿";
}
.fa-file-plus:before {
  content: "ïŒ™";
}
.fa-draw-square:before {
  content: "ï—¯";
}
.fa-toilet-paper-reverse-slash:before,
.fa-toilet-paper-under-slash:before {
  content: "îŠ¡";
}
.fa-stairs:before {
  content: "îŠ‰";
}
.fa-drone-alt:before,
.fa-drone-front:before {
  content: "ï¡ ";
}
.fa-glass-empty:before {
  content: "î†‘";
}
.fa-dial-high:before {
  content: "î…œ";
}
.fa-user-construction:before,
.fa-user-hard-hat:before,
.fa-user-helmet-safety:before {
  content: "ï ¬";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "ï›²";
}
.fa-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "î‚’";
}
.fa-pills:before {
  content: "ï’„";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "ï–";
}
.fa-tooth:before {
  content: "ï—‰";
}
.fa-basketball-hoop:before {
  content: "ïµ";
}
.fa-objects-align-bottom:before {
  content: "îŽ»";
}
.fa-v:before {
  content: "V";
}
.fa-sparkles:before {
  content: "ï¢";
}
.fa-squid:before {
  content: "î‘";
}
.fa-leafy-green:before {
  content: "î";
}
.fa-circle-arrow-up-right:before {
  content: "îƒ¼";
}
.fa-calendars:before {
  content: "îƒ—";
}
.fa-bangladeshi-taka-sign:before {
  content: "î‹¦";
}
.fa-bicycle:before {
  content: "ïˆ†";
}
.fa-hammer-war:before {
  content: "ï›¤";
}
.fa-circle-d:before {
  content: "î„„";
}
.fa-spider-black-widow:before {
  content: "ïœ˜";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "î•¹";
}
.fa-pear:before {
  content: "îˆŒ";
}
.fa-head-side-cough-slash:before {
  content: "î¢";
}
.fa-triangle:before {
  content: "ï‹¬";
}
.fa-apartment:before {
  content: "î‘¨";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "ïƒ¹";
}
.fa-pepper:before {
  content: "î²";
}
.fa-piano:before {
  content: "ï£”";
}
.fa-gun-squirt:before {
  content: "î†";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "î–˜";
}
.fa-snowman:before {
  content: "ïŸ";
}
.fa-user-alien:before {
  content: "îŠ";
}
.fa-shield-check:before {
  content: "ï‹·";
}
.fa-mortar-pestle:before {
  content: "ï–§";
}
.fa-road-barrier:before {
  content: "î•¢";
}
.fa-chart-candlestick:before {
  content: "îƒ¢";
}
.fa-briefcase-blank:before {
  content: "îƒˆ";
}
.fa-school:before {
  content: "ï•‰";
}
.fa-igloo:before {
  content: "ïž®";
}
.fa-bracket-round:before,
.fa-parenthesis:before {
  content: "\(";
}
.fa-joint:before {
  content: "ï–•";
}
.fa-horse-saddle:before {
  content: "ï£ƒ";
}
.fa-mug-marshmallows:before {
  content: "ïž·";
}
.fa-filters:before {
  content: "î…¾";
}
.fa-bell-on:before {
  content: "ï£º";
}
.fa-angle-right:before {
  content: "ï„…";
}
.fa-dial-med:before {
  content: "î…Ÿ";
}
.fa-horse:before {
  content: "ï›°";
}
.fa-q:before {
  content: "Q";
}
.fa-monitor-heart-rate:before,
.fa-monitor-waveform:before {
  content: "ï˜‘";
}
.fa-link-simple:before {
  content: "î‡";
}
.fa-whistle:before {
  content: "ï‘ ";
}
.fa-g:before {
  content: "G";
}
.fa-fragile:before,
.fa-wine-glass-crack:before {
  content: "ï’»";
}
.fa-slot-machine:before {
  content: "îŽ";
}
.fa-notes-medical:before {
  content: "ï’";
}
.fa-car-wash:before {
  content: "ï—¦";
}
.fa-escalator:before {
  content: "î…±";
}
.fa-comment-image:before {
  content: "î…ˆ";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "ï‹‰";
}
.fa-dong-sign:before {
  content: "î…©";
}
.fa-donut:before,
.fa-doughnut:before {
  content: "î†";
}
.fa-capsules:before {
  content: "ï‘«";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "ïš";
}
.fa-tally-1:before {
  content: "îŠ”";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "ï•º";
}
.fa-square-dashed:before {
  content: "î‰©";
}
.fa-square-j:before {
  content: "î‰³";
}
.fa-hand-point-up:before {
  content: "ï‚¦";
}
.fa-money-bill:before {
  content: "ïƒ–";
}
.fa-arrow-up-big-small:before,
.fa-sort-size-up:before {
  content: "ï¢Ž";
}
.fa-barcode-read:before {
  content: "ï‘¤";
}
.fa-baguette:before {
  content: "î˜";
}
.fa-bowl-soft-serve:before {
  content: "î‘«";
}
.fa-face-holding-back-tears:before {
  content: "î’‚";
}
.fa-arrow-alt-square-up:before,
.fa-square-up:before {
  content: "ï“";
}
.fa-subway-tunnel:before,
.fa-train-subway-tunnel:before {
  content: "îŠ£";
}
.fa-exclamation-square:before,
.fa-square-exclamation:before {
  content: "ïŒ¡";
}
.fa-semicolon:before {
  content: "\;";
}
.fa-bookmark:before {
  content: "ï€®";
}
.fa-fan-table:before {
  content: "î€„";
}
.fa-align-justify:before {
  content: "ï€¹";
}
.fa-battery-1:before,
.fa-battery-low:before {
  content: "î‚±";
}
.fa-credit-card-front:before {
  content: "ïŽŠ";
}
.fa-brain-arrow-curved-right:before,
.fa-mind-share:before {
  content: "ï™·";
}
.fa-umbrella-beach:before {
  content: "ï—Š";
}
.fa-helmet-un:before {
  content: "î”ƒ";
}
.fa-location-smile:before,
.fa-map-marker-smile:before {
  content: "ï˜";
}
.fa-arrow-left-to-line:before,
.fa-arrow-to-left:before {
  content: "ïŒ¾";
}
.fa-bullseye:before {
  content: "ï…€";
}
.fa-nigiri:before,
.fa-sushi:before {
  content: "î’Š";
}
.fa-comment-alt-captions:before,
.fa-message-captions:before {
  content: "î‡ž";
}
.fa-trash-list:before {
  content: "îŠ±";
}
.fa-bacon:before {
  content: "ïŸ¥";
}
.fa-option:before {
  content: "îŒ˜";
}
.fa-hand-point-down:before {
  content: "ï‚§";
}
.fa-arrow-up-from-bracket:before {
  content: "î‚š";
}
.fa-trash-plus:before {
  content: "îŠ²";
}
.fa-objects-align-top:before {
  content: "î€";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "ï»";
}
.fa-face-anxious-sweat:before {
  content: "îª";
}
.fa-credit-card-blank:before {
  content: "ïŽ‰";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "ï‘¸";
}
.fa-microchip-ai:before {
  content: "î‡¬";
}
.fa-mug:before {
  content: "ï¡´";
}
.fa-plane-up-slash:before {
  content: "îˆ®";
}
.fa-radiation:before {
  content: "ïž¹";
}
.fa-pen-circle:before {
  content: "îˆŽ";
}
.fa-chart-simple:before {
  content: "î‘³";
}
.fa-crutches:before {
  content: "ïŸ¸";
}
.fa-circle-parking:before,
.fa-parking-circle:before {
  content: "ï˜•";
}
.fa-mars-stroke:before {
  content: "ïˆ©";
}
.fa-leaf-oak:before {
  content: "ï›·";
}
.fa-square-bolt:before {
  content: "î‰¥";
}
.fa-vial:before {
  content: "ï’’";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "ï˜¤";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "î‹Š";
}
.fa-lambda:before {
  content: "ï™®";
}
.fa-e:before {
  content: "E";
}
.fa-pizza:before {
  content: "ï —";
}
.fa-bowl-chopsticks-noodles:before {
  content: "î‹ª";
}
.fa-h3:before {
  content: "ïŒ•";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "ïŒ…";
}
.fa-bridge-circle-exclamation:before {
  content: "î“Š";
}
.fa-badge-percent:before {
  content: "ï™†";
}
.fa-user:before {
  content: "ï€‡";
}
.fa-sensor:before {
  content: "î€¨";
}
.fa-comma:before {
  content: "\,";
}
.fa-school-circle-check:before {
  content: "î•«";
}
.fa-toilet-paper-reverse:before,
.fa-toilet-paper-under:before {
  content: "îŠ ";
}
.fa-light-emergency:before {
  content: "îŸ";
}
.fa-arrow-down-to-arc:before {
  content: "î’®";
}
.fa-dumpster:before {
  content: "ïž“";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "ï–¶";
}
.fa-building-user:before {
  content: "î“š";
}
.fa-light-switch:before {
  content: "î€—";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "ï†‘";
}
.fa-highlighter:before {
  content: "ï–‘";
}
.fa-heart-rate:before,
.fa-wave-pulse:before {
  content: "ï—¸";
}
.fa-key:before {
  content: "ï‚„";
}
.fa-hat-santa:before {
  content: "ïž§";
}
.fa-tamale:before {
  content: "î‘‘";
}
.fa-box-check:before {
  content: "ï‘§";
}
.fa-bullhorn:before {
  content: "ï‚¡";
}
.fa-steak:before {
  content: "ï ¤";
}
.fa-location-crosshairs-slash:before,
.fa-location-slash:before {
  content: "ï˜ƒ";
}
.fa-person-dolly:before {
  content: "ï“";
}
.fa-globe:before {
  content: "ï‚¬";
}
.fa-synagogue:before {
  content: "ïš›";
}
.fa-file-chart-column:before,
.fa-file-chart-line:before {
  content: "ï™™";
}
.fa-person-half-dress:before {
  content: "î•ˆ";
}
.fa-folder-image:before {
  content: "î†Š";
}
.fa-calendar-edit:before,
.fa-calendar-pen:before {
  content: "ïŒ³";
}
.fa-road-bridge:before {
  content: "î•£";
}
.fa-face-smile-tear:before {
  content: "îŽ“";
}
.fa-comment-alt-plus:before,
.fa-message-plus:before {
  content: "ï’¨";
}
.fa-location-arrow:before {
  content: "ï„¤";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "ï„Š";
}
.fa-rectangle-history-circle-user:before {
  content: "î’¤";
}
.fa-building-lock:before {
  content: "î“–";
}
.fa-chart-line-up:before {
  content: "îƒ¥";
}
.fa-mailbox:before {
  content: "ï “";
}
.fa-truck-bolt:before {
  content: "î";
}
.fa-pizza-slice:before {
  content: "ï ˜";
}
.fa-money-bill-wave:before {
  content: "ï”º";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "ï‡¾";
}
.fa-house-flag:before {
  content: "î”";
}
.fa-person-circle-minus:before {
  content: "î•€";
}
.fa-scalpel:before {
  content: "ï˜";
}
.fa-ban:before,
.fa-cancel:before {
  content: "ïž";
}
.fa-bell-exclamation:before {
  content: "ï¡ˆ";
}
.fa-bookmark-circle:before,
.fa-circle-bookmark:before {
  content: "î„€";
}
.fa-egg-fried:before {
  content: "ïŸ¼";
}
.fa-face-weary:before {
  content: "îŽ¡";
}
.fa-uniform-martial-arts:before {
  content: "î‘";
}
.fa-camera-rotate:before {
  content: "îƒ˜";
}
.fa-sun-dust:before {
  content: "ï¤";
}
.fa-comment-text:before {
  content: "î…";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "ï—";
}
.fa-signal-alt-4:before,
.fa-signal-alt:before,
.fa-signal-bars-strong:before,
.fa-signal-bars:before {
  content: "ïš";
}
.fa-diamond-exclamation:before {
  content: "î…";
}
.fa-star:before {
  content: "ï€…";
}
.fa-dial-min:before {
  content: "î…¡";
}
.fa-repeat:before {
  content: "ï£";
}
.fa-cross:before {
  content: "ï™”";
}
.fa-file-caret-down:before,
.fa-page-caret-down:before {
  content: "î©";
}
.fa-box:before {
  content: "ï‘¦";
}
.fa-venus-mars:before {
  content: "ïˆ¨";
}
.fa-clock-seven-thirty:before {
  content: "î‘";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "ï‰…";
}
.fa-clock-four-thirty:before {
  content: "î‹";
}
.fa-signal-alt-3:before,
.fa-signal-bars-good:before {
  content: "ïš“";
}
.fa-cactus:before {
  content: "ï¢§";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "ïŒž";
}
.fa-charging-station:before {
  content: "ï—§";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "ï˜Ÿ";
}
.fa-plane-tail:before {
  content: "îˆ¬";
}
.fa-gauge-simple-max:before,
.fa-tachometer-fastest:before {
  content: "ï˜«";
}
.fa-circle-u:before {
  content: "î„§";
}
.fa-shield-slash:before {
  content: "î‰‹";
}
.fa-phone-square-down:before,
.fa-square-phone-hangup:before {
  content: "î‰º";
}
.fa-arrow-up-left:before {
  content: "î‚";
}
.fa-transporter-1:before {
  content: "îƒ";
}
.fa-peanuts:before {
  content: "î±";
}
.fa-random:before,
.fa-shuffle:before {
  content: "ï´";
}
.fa-person-running:before,
.fa-running:before {
  content: "ïœŒ";
}
.fa-mobile-retro:before {
  content: "î”§";
}
.fa-grip-lines-vertical:before {
  content: "ïž¥";
}
.fa-arrow-up-from-square:before {
  content: "î‚œ";
}
.fa-file-dashed-line:before,
.fa-page-break:before {
  content: "ï¡·";
}
.fa-bracket-curly-right:before {
  content: "\}";
}
.fa-spider:before {
  content: "ïœ—";
}
.fa-clock-three:before {
  content: "î–";
}
.fa-hands-bound:before {
  content: "î“¹";
}
.fa-scalpel-line-dashed:before,
.fa-scalpel-path:before {
  content: "ï˜ž";
}
.fa-file-invoice-dollar:before {
  content: "ï•±";
}
.fa-pipe-smoking:before {
  content: "î„";
}
.fa-face-astonished:before {
  content: "î«";
}
.fa-window:before {
  content: "ïŽ";
}
.fa-plane-circle-exclamation:before {
  content: "î•–";
}
.fa-ear:before {
  content: "ï—°";
}
.fa-file-lock:before {
  content: "îŽ¦";
}
.fa-diagram-venn:before {
  content: "î…š";
}
.fa-x-ray:before {
  content: "ï’—";
}
.fa-goal-net:before {
  content: "îŽ«";
}
.fa-coffin-cross:before {
  content: "î‘";
}
.fa-spell-check:before {
  content: "ï¢‘";
}
.fa-location-xmark:before,
.fa-map-marker-times:before,
.fa-map-marker-xmark:before {
  content: "ï˜Ž";
}
.fa-lasso:before {
  content: "ï£ˆ";
}
.fa-slash:before {
  content: "ïœ•";
}
.fa-person-to-portal:before,
.fa-portal-enter:before {
  content: "î€¢";
}
.fa-calendar-star:before {
  content: "ïœ¶";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "ï£Œ";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "ï‚";
}
.fa-pegasus:before {
  content: "ïœƒ";
}
.fa-files-medical:before {
  content: "ïŸ½";
}
.fa-nfc-lock:before {
  content: "î‡¸";
}
.fa-person-ski-lift:before,
.fa-ski-lift:before {
  content: "ïŸˆ";
}
.fa-square-6:before {
  content: "î‰›";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "î°";
}
.fa-wind-turbine:before {
  content: "ï¢›";
}
.fa-sliders-simple:before {
  content: "î‰“";
}
.fa-badge-sheriff:before {
  content: "ï¢¢";
}
.fa-server:before {
  content: "ïˆ³";
}
.fa-virus-covid-slash:before {
  content: "î’©";
}
.fa-intersection:before {
  content: "ï™¨";
}
.fa-shop-lock:before {
  content: "î’¥";
}
.fa-family:before {
  content: "îŒ€";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "ï‰‘";
}
.fa-user-hair-buns:before {
  content: "î“";
}
.fa-blender-phone:before {
  content: "ïš¶";
}
.fa-hourglass-clock:before {
  content: "î›";
}
.fa-person-seat-reclined:before {
  content: "îˆŸ";
}
.fa-paper-plane-alt:before,
.fa-paper-plane-top:before,
.fa-send:before {
  content: "îˆŠ";
}
.fa-comment-alt-arrow-up:before,
.fa-message-arrow-up:before {
  content: "î‡œ";
}
.fa-lightbulb-exclamation:before {
  content: "ï™±";
}
.fa-layer-group-minus:before,
.fa-layer-minus:before {
  content: "ï—¾";
}
.fa-circle-e:before {
  content: "î„‰";
}
.fa-building-wheat:before {
  content: "î“›";
}
.fa-gauge-max:before,
.fa-tachometer-alt-fastest:before {
  content: "ï˜¦";
}
.fa-person-breastfeeding:before {
  content: "î”º";
}
.fa-apostrophe:before {
  content: "'";
}
.fa-fire-hydrant:before {
  content: "î…¿";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "ï‹¶";
}
.fa-video-plus:before {
  content: "ï“¡";
}
.fa-arrow-alt-square-right:before,
.fa-square-right:before {
  content: "ï’";
}
.fa-comment-smile:before {
  content: "ï’´";
}
.fa-venus:before {
  content: "ïˆ¡";
}
.fa-passport:before {
  content: "ï–«";
}
.fa-inbox-arrow-down:before,
.fa-inbox-in:before {
  content: "ïŒ";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "ïˆž";
}
.fa-circle-8:before {
  content: "îƒµ";
}
.fa-clouds-moon:before {
  content: "ï…";
}
.fa-clock-ten-thirty:before {
  content: "î•";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "ï“Ž";
}
.fa-folder-user:before {
  content: "î†Ž";
}
.fa-trash-can-xmark:before {
  content: "îŠ®";
}
.fa-temperature-high:before {
  content: "ï©";
}
.fa-microchip:before {
  content: "ï‹›";
}
.fa-left-long-to-line:before {
  content: "îž";
}
.fa-crown:before {
  content: "ï”¡";
}
.fa-weight-hanging:before {
  content: "ï—";
}
.fa-xmarks-lines:before {
  content: "î–š";
}
.fa-file-prescription:before {
  content: "ï•²";
}
.fa-calendar-range:before {
  content: "îƒ–";
}
.fa-flower-daffodil:before {
  content: "ï €";
}
.fa-hand-back-point-up:before {
  content: "î†¢";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "ï’–";
}
.fa-star-exclamation:before {
  content: "ï‹³";
}
.fa-books:before {
  content: "ï—›";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "ï”€";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "ï…ž";
}
.fa-layer-group-plus:before,
.fa-layer-plus:before {
  content: "ï—¿";
}
.fa-play-pause:before {
  content: "îˆ¯";
}
.fa-block-question:before {
  content: "î";
}
.fa-snooze:before,
.fa-zzz:before {
  content: "ï¢€";
}
.fa-scanner-image:before {
  content: "ï£³";
}
.fa-tv-retro:before {
  content: "ï";
}
.fa-square-t:before {
  content: "îŠ€";
}
.fa-barn-silo:before,
.fa-farm:before {
  content: "ï¡¤";
}
.fa-chess-knight:before {
  content: "ï‘";
}
.fa-bars-sort:before {
  content: "î‚®";
}
.fa-palette-boxes:before,
.fa-pallet-alt:before,
.fa-pallet-boxes:before {
  content: "ï’ƒ";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "ï–›";
}
.fa-code-simple:before {
  content: "î„½";
}
.fa-bolt-slash:before {
  content: "î‚¸";
}
.fa-panel-fire:before {
  content: "î¯";
}
.fa-binary-circle-check:before {
  content: "îŒ¼";
}
.fa-comment-minus:before {
  content: "ï’±";
}
.fa-burrito:before {
  content: "ïŸ­";
}
.fa-violin:before {
  content: "ï£­";
}
.fa-objects-column:before {
  content: "î";
}
.fa-chevron-square-down:before,
.fa-square-chevron-down:before {
  content: "ïŒ©";
}
.fa-comment-plus:before {
  content: "ï’²";
}
.fa-triangle-instrument:before,
.fa-triangle-music:before {
  content: "ï£¢";
}
.fa-wheelchair:before {
  content: "ï†“";
}
.fa-user-pilot-tie:before {
  content: "î‹";
}
.fa-piano-keyboard:before {
  content: "ï£•";
}
.fa-bed-empty:before {
  content: "ï£¹";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "ï‚ª";
}
.fa-toggle-on:before {
  content: "ïˆ…";
}
.fa-rectangle-portrait:before,
.fa-rectangle-vertical:before {
  content: "ï‹»";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "ï•”";
}
.fa-l:before {
  content: "L";
}
.fa-signal-stream:before {
  content: "ï£";
}
.fa-down-to-bracket:before {
  content: "î“§";
}
.fa-circle-z:before {
  content: "î„°";
}
.fa-stars:before {
  content: "ï¢";
}
.fa-fire:before {
  content: "ï­";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "ï’‡";
}
.fa-house-day:before {
  content: "î€Ž";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "ï†—";
}
.fa-shirt-long-sleeve:before {
  content: "î‡";
}
.fa-chart-pie-alt:before,
.fa-chart-pie-simple:before {
  content: "ï™Ž";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "ï–™";
}
.fa-folder-open:before {
  content: "ï¼";
}
.fa-album-collection-circle-user:before {
  content: "î’";
}
.fa-candy:before {
  content: "î§";
}
.fa-bowl-hot:before,
.fa-soup:before {
  content: "ï £";
}
.fa-flatbread:before {
  content: "î‹";
}
.fa-heart-circle-plus:before {
  content: "î”€";
}
.fa-code-fork:before {
  content: "î„»";
}
.fa-city:before {
  content: "ï™";
}
.fa-signal-alt-1:before,
.fa-signal-bars-weak:before {
  content: "ïš‘";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "ï‰";
}
.fa-clock-twelve:before {
  content: "î˜";
}
.fa-pepper-hot:before {
  content: "ï –";
}
.fa-citrus-slice:before {
  content: "î‹µ";
}
.fa-sheep:before {
  content: "ïœ‘";
}
.fa-unlock:before {
  content: "ï‚œ";
}
.fa-colon-sign:before {
  content: "î…€";
}
.fa-headset:before {
  content: "ï–";
}
.fa-badger-honey:before {
  content: "ïš´";
}
.fa-h4:before {
  content: "ï¡ª";
}
.fa-store-slash:before {
  content: "î±";
}
.fa-road-circle-xmark:before {
  content: "î•¦";
}
.fa-signal-slash:before {
  content: "ïš•";
}
.fa-user-minus:before {
  content: "ï”ƒ";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "ïˆª";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "ïžŸ";
}
.fa-taco:before {
  content: "ï ¦";
}
.fa-hexagon-plus:before,
.fa-plus-hexagon:before {
  content: "ïŒ€";
}
.fa-clipboard:before {
  content: "ïŒ¨";
}
.fa-house-circle-exclamation:before {
  content: "î”Š";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "ï•´";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "ï‡«";
}
.fa-comments-alt:before,
.fa-messages:before {
  content: "ï’¶";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "ï‹";
}
.fa-umbrella-alt:before,
.fa-umbrella-simple:before {
  content: "îŠ¼";
}
.fa-rectangle-history-circle-plus:before {
  content: "î’£";
}
.fa-underline:before {
  content: "ïƒ";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "ï“¿";
}
.fa-binary-slash:before {
  content: "îŒ¾";
}
.fa-square-o:before {
  content: "î‰¸";
}
.fa-signature:before {
  content: "ï–·";
}
.fa-stroopwafel:before {
  content: "ï•‘";
}
.fa-bold:before {
  content: "ï€²";
}
.fa-anchor-lock:before {
  content: "î’­";
}
.fa-building-ngo:before {
  content: "î“—";
}
.fa-transporter-3:before {
  content: "î…";
}
.fa-engine-exclamation:before,
.fa-engine-warning:before {
  content: "ï—²";
}
.fa-circle-down-right:before {
  content: "î„ˆ";
}
.fa-square-k:before {
  content: "î‰´";
}
.fa-manat-sign:before {
  content: "î‡•";
}
.fa-money-check-edit:before,
.fa-money-check-pen:before {
  content: "ï¡²";
}
.fa-not-equal:before {
  content: "ï”¾";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "ï¡“";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "ï– ";
}
.fa-tilde:before {
  content: "\~";
}
.fa-jedi:before {
  content: "ï™©";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "ïš";
}
.fa-arrow-down-square-triangle:before,
.fa-sort-shapes-down-alt:before {
  content: "ï¢‰";
}
.fa-mug-hot:before {
  content: "ïž¶";
}
.fa-dog-leashed:before {
  content: "ï›”";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "ï—Ÿ";
}
.fa-face-downcast-sweat:before {
  content: "î±";
}
.fa-memo-circle-info:before {
  content: "î’š";
}
.fa-gift:before {
  content: "ï«";
}
.fa-dice-two:before {
  content: "ï”¨";
}
.fa-volume-medium:before,
.fa-volume:before {
  content: "ïš¨";
}
.fa-transporter-5:before {
  content: "îŠ¦";
}
.fa-gauge-circle-bolt:before {
  content: "î’–";
}
.fa-coin-front:before {
  content: "î¼";
}
.fa-file-slash:before {
  content: "îŽ§";
}
.fa-message-arrow-up-right:before {
  content: "î‡";
}
.fa-treasure-chest:before {
  content: "ïœ£";
}
.fa-chess-queen:before {
  content: "ï‘…";
}
.fa-paint-brush-alt:before,
.fa-paint-brush-fine:before,
.fa-paintbrush-alt:before,
.fa-paintbrush-fine:before {
  content: "ï–©";
}
.fa-glasses:before {
  content: "ï”°";
}
.fa-hood-cloak:before {
  content: "ï›¯";
}
.fa-square-quote:before {
  content: "îŒ©";
}
.fa-up-left:before {
  content: "îŠ½";
}
.fa-bring-front:before {
  content: "ï¡—";
}
.fa-chess-board:before {
  content: "ï¼";
}
.fa-burger-cheese:before,
.fa-cheeseburger:before {
  content: "ïŸ±";
}
.fa-building-circle-check:before {
  content: "î“’";
}
.fa-repeat-1:before {
  content: "ï¥";
}
.fa-arrow-down-to-line:before,
.fa-arrow-to-bottom:before {
  content: "ïŒ½";
}
.fa-grid-5:before {
  content: "î†™";
}
.fa-right-long-to-line:before {
  content: "î‘„";
}
.fa-person-chalkboard:before {
  content: "î”½";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "ïˆ«";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "ï‰•";
}
.fa-tally-5:before,
.fa-tally:before {
  content: "ïšœ";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "ï…‘";
}
.fa-cloud-showers-water:before {
  content: "î“¤";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "ï‚€";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "îž";
}
.fa-less-than-equal:before {
  content: "ï”·";
}
.fa-train:before {
  content: "ïˆ¸";
}
.fa-up-from-dotted-line:before {
  content: "î‘–";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "ïŠ¨";
}
.fa-traffic-light-go:before {
  content: "ï˜¸";
}
.fa-face-exhaling:before {
  content: "î’€";
}
.fa-sensor-fire:before {
  content: "î€ª";
}
.fa-user-unlock:before {
  content: "î˜";
}
.fa-hexagon-divide:before {
  content: "î†­";
}
.fa-00:before {
  content: "î‘§";
}
.fa-crow:before {
  content: "ï” ";
}
.fa-betamax:before,
.fa-cassette-betamax:before {
  content: "ï¢¤";
}
.fa-sailboat:before {
  content: "î‘…";
}
.fa-window-restore:before {
  content: "ï‹’";
}
.fa-nfc-magnifying-glass:before {
  content: "î‡¹";
}
.fa-file-binary:before {
  content: "î…µ";
}
.fa-circle-v:before {
  content: "î„ª";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "ïƒ¾";
}
.fa-bowl-scoops:before {
  content: "îŸ";
}
.fa-mistletoe:before {
  content: "ïž´";
}
.fa-custard:before {
  content: "îƒ";
}
.fa-lacrosse-stick:before {
  content: "îŽµ";
}
.fa-hockey-mask:before {
  content: "ï›®";
}
.fa-sunrise:before {
  content: "ï¦";
}
.fa-panel-ews:before {
  content: "î®";
}
.fa-torii-gate:before {
  content: "ïš¡";
}
.fa-cloud-exclamation:before {
  content: "î’‘";
}
.fa-comment-alt-lines:before,
.fa-message-lines:before {
  content: "ï’¦";
}
.fa-frog:before {
  content: "ï”®";
}
.fa-bucket:before {
  content: "î“";
}
.fa-floppy-disk-pen:before {
  content: "î†‚";
}
.fa-image:before {
  content: "ï€¾";
}
.fa-window-frame:before {
  content: "î";
}
.fa-microphone:before {
  content: "ï„°";
}
.fa-cow:before {
  content: "ï›ˆ";
}
.fa-square-ring:before {
  content: "î‘";
}
.fa-arrow-alt-from-top:before,
.fa-down-from-line:before {
  content: "ï‰";
}
.fa-caret-up:before {
  content: "ïƒ˜";
}
.fa-shield-times:before,
.fa-shield-xmark:before {
  content: "î‰Œ";
}
.fa-screwdriver:before {
  content: "ï•Š";
}
.fa-circle-sort-down:before,
.fa-sort-circle-down:before {
  content: "î€±";
}
.fa-folder-closed:before {
  content: "î†…";
}
.fa-house-tsunami:before {
  content: "î”•";
}
.fa-square-nfi:before {
  content: "î•¶";
}
.fa-forklift:before {
  content: "ï‘º";
}
.fa-arrow-up-from-ground-water:before {
  content: "î’µ";
}
.fa-bracket-square-right:before {
  content: "\]";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "ï•»";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "ï‹ª";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "ïƒ›";
}
.fa-square-a:before {
  content: "î‰Ÿ";
}
.fa-tick:before {
  content: "îŒ¯";
}
.fa-lemon:before {
  content: "ï‚”";
}
.fa-head-side-mask:before {
  content: "î£";
}
.fa-handshake:before {
  content: "ïŠµ";
}
.fa-gem:before {
  content: "ïŽ¥";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "ï‘²";
}
.fa-smoking:before {
  content: "ï’";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "ïžŒ";
}
.fa-refrigerator:before {
  content: "î€¦";
}
.fa-monument:before {
  content: "ï–¦";
}
.fa-octagon-xmark:before,
.fa-times-octagon:before,
.fa-xmark-octagon:before {
  content: "ï‹°";
}
.fa-align-slash:before {
  content: "ï¡†";
}
.fa-snowplow:before {
  content: "ïŸ’";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "ï„";
}
.fa-truck-couch:before,
.fa-truck-ramp-couch:before {
  content: "ï“";
}
.fa-cannabis:before {
  content: "ï•Ÿ";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "ï…„";
}
.fa-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "î‚ ";
}
.fa-tablets:before {
  content: "ï’";
}
.fa-360-degrees:before {
  content: "î‹œ";
}
.fa-ethernet:before {
  content: "ïž–";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "ï…“";
}
.fa-chair:before {
  content: "ï›€";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "ï˜";
}
.fa-money-simple-from-bracket:before {
  content: "îŒ“";
}
.fa-bat:before {
  content: "ïšµ";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "ïŠ";
}
.fa-head-side-headphones:before {
  content: "ï£‚";
}
.fa-phone-rotary:before {
  content: "ï£“";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "ï•¨";
}
.fa-plate-wheat:before {
  content: "î•š";
}
.fa-calendar-circle-minus:before {
  content: "î‘¯";
}
.fa-chopsticks:before {
  content: "î·";
}
.fa-car-mechanic:before,
.fa-car-wrench:before {
  content: "ï—£";
}
.fa-icicles:before {
  content: "ïž­";
}
.fa-person-shelter:before {
  content: "î•";
}
.fa-neuter:before {
  content: "ïˆ¬";
}
.fa-id-badge:before {
  content: "ï‹";
}
.fa-kazoo:before {
  content: "ï£‡";
}
.fa-marker:before {
  content: "ï–¡";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "ï–š";
}
.fa-square-arrow-down-left:before {
  content: "î‰¡";
}
.fa-battery-bolt:before {
  content: "ï¶";
}
.fa-tree-large:before {
  content: "ïŸ";
}
.fa-helicopter-symbol:before {
  content: "î”‚";
}
.fa-aperture:before {
  content: "î‹Ÿ";
}
.fa-universal-access:before {
  content: "ïŠš";
}
.fa-file-magnifying-glass:before,
.fa-file-search:before {
  content: "ï¡¥";
}
.fa-up-right:before {
  content: "îŠ¾";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "ï„¹";
}
.fa-user-police:before {
  content: "îŒ³";
}
.fa-lari-sign:before {
  content: "î‡ˆ";
}
.fa-volcano:before {
  content: "ï°";
}
.fa-teddy-bear:before {
  content: "î";
}
.fa-stocking:before {
  content: "ïŸ•";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "î•“";
}
.fa-image-slash:before {
  content: "î†·";
}
.fa-mask-snorkel:before {
  content: "îŽ·";
}
.fa-smoke:before {
  content: "ï ";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "ï…”";
}
.fa-battery-exclamation:before {
  content: "î‚°";
}
.fa-viruses:before {
  content: "î¶";
}
.fa-square-person-confined:before {
  content: "î•·";
}
.fa-user-tie:before {
  content: "ï”ˆ";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "ï…µ";
}
.fa-tent-arrow-down-to-line:before {
  content: "î•¾";
}
.fa-certificate:before {
  content: "ï‚£";
}
.fa-crystal-ball:before {
  content: "î¢";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "ï„¢";
}
.fa-suitcase:before {
  content: "ïƒ²";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "ïŸ…";
}
.fa-star-shooting:before {
  content: "î€¶";
}
.fa-binary-lock:before {
  content: "îŒ½";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "ï™¢";
}
.fa-camera-retro:before {
  content: "ï‚ƒ";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "ï‚«";
}
.fa-comment-edit:before,
.fa-comment-pen:before {
  content: "ï’®";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "ï•¯";
}
.fa-banjo:before {
  content: "ï¢£";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "ï…Œ";
}
.fa-light-emergency-on:before {
  content: "î ";
}
.fa-kerning:before {
  content: "ï¡¯";
}
.fa-box-open:before {
  content: "ï’ž";
}
.fa-square-f:before {
  content: "î‰°";
}
.fa-scroll:before {
  content: "ïœŽ";
}
.fa-spa:before {
  content: "ï–»";
}
.fa-arrow-from-right:before,
.fa-arrow-left-from-line:before {
  content: "ï„";
}
.fa-strawberry:before {
  content: "îŒ«";
}
.fa-location-pin-lock:before {
  content: "î”Ÿ";
}
.fa-pause:before {
  content: "ïŒ";
}
.fa-clock-eight-thirty:before {
  content: "î†";
}
.fa-plane-alt:before,
.fa-plane-engines:before {
  content: "ïž";
}
.fa-hill-avalanche:before {
  content: "î”‡";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "ï‹‹";
}
.fa-bomb:before {
  content: "ï‡¢";
}
.fa-gauge-low:before,
.fa-tachometer-alt-slow:before {
  content: "ï˜§";
}
.fa-registered:before {
  content: "ï‰";
}
.fa-trash-can-plus:before {
  content: "îŠ¬";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "ïŠ»";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "ï”–";
}
.fa-globe-snow:before {
  content: "ïž£";
}
.fa-subscript:before {
  content: "ï„¬";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "ï—«";
}
.fa-integral:before {
  content: "ï™§";
}
.fa-burst:before {
  content: "î“œ";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "î¦";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "ï—ˆ";
}
.fa-money-bills:before {
  content: "î‡³";
}
.fa-blinds-raised:before {
  content: "ï£½";
}
.fa-smog:before {
  content: "ïŸ";
}
.fa-ufo-beam:before {
  content: "îˆ";
}
.fa-caret-circle-up:before,
.fa-circle-caret-up:before {
  content: "ïŒ±";
}
.fa-user-vneck-hair-long:before {
  content: "î‘£";
}
.fa-square-a-lock:before {
  content: "î‘";
}
.fa-crutch:before {
  content: "ïŸ·";
}
.fa-gas-pump-slash:before {
  content: "ï—´";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "ïƒ®";
}
.fa-palette:before {
  content: "ï”¿";
}
.fa-transporter-4:before {
  content: "îŠ¥";
}
.fa-objects-align-right:before {
  content: "îŽ¿";
}
.fa-arrows-turn-right:before {
  content: "î“€";
}
.fa-vest:before {
  content: "î‚…";
}
.fa-pig:before {
  content: "ïœ†";
}
.fa-inbox-full:before {
  content: "î†º";
}
.fa-circle-envelope:before,
.fa-envelope-circle:before {
  content: "î„Œ";
}
.fa-construction:before,
.fa-triangle-person-digging:before {
  content: "ï¡";
}
.fa-ferry:before {
  content: "î“ª";
}
.fa-bullseye-arrow:before {
  content: "ï™ˆ";
}
.fa-arrows-down-to-people:before {
  content: "î’¹";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "ï“˜";
}
.fa-clock-seven:before {
  content: "î";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "ïŒ·";
}
.fa-boxes-packing:before {
  content: "î“‡";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "ï‚¨";
}
.fa-flashlight:before {
  content: "ï¢¸";
}
.fa-group-arrows-rotate:before {
  content: "î“¶";
}
.fa-bowl-food:before {
  content: "î“†";
}
.fa-square-9:before {
  content: "î‰ž";
}
.fa-candy-cane:before {
  content: "ïž†";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "ï… ";
}
.fa-dollar-square:before,
.fa-square-dollar:before,
.fa-usd-square:before {
  content: "ï‹©";
}
.fa-hand-holding-seedling:before {
  content: "ï’¿";
}
.fa-comment-alt-check:before,
.fa-message-check:before {
  content: "ï’¢";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "ï¬";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "ï¡½";
}
.fa-watch:before {
  content: "ï‹¡";
}
.fa-circle-down-left:before {
  content: "î„‡";
}
.fa-text:before {
  content: "ï¢“";
}
.fa-projector:before {
  content: "ï£–";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "ï“š";
}
.fa-tombstone-alt:before,
.fa-tombstone-blank:before {
  content: "ïœ¡";
}
.fa-chess-king-alt:before,
.fa-chess-king-piece:before {
  content: "ï‘€";
}
.fa-circle-6:before {
  content: "îƒ³";
}
.fa-arrow-alt-left:before,
.fa-left:before {
  content: "ï•";
}
.fa-file-word:before {
  content: "ï‡‚";
}
.fa-file-powerpoint:before {
  content: "ï‡„";
}
.fa-arrow-alt-square-down:before,
.fa-square-down:before {
  content: "ï";
}
.fa-objects-align-center-vertical:before {
  content: "îŽ½";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "ï¾";
}
.fa-house-lock:before {
  content: "î”";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "ïƒ­";
}
.fa-wreath:before {
  content: "ïŸ¢";
}
.fa-children:before {
  content: "î“¡";
}
.fa-meter-droplet:before {
  content: "î‡ª";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "ï”›";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "ï“º";
}
.fa-signal-4:before,
.fa-signal-strong:before {
  content: "ïš";
}
.fa-lollipop:before,
.fa-lollypop:before {
  content: "î¤";
}
.fa-list-tree:before {
  content: "î‡’";
}
.fa-envelope-open:before {
  content: "ïŠ¶";
}
.fa-draw-circle:before {
  content: "ï—­";
}
.fa-cat-space:before {
  content: "î€";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "îŸ";
}
.fa-rabbit-fast:before,
.fa-rabbit-running:before {
  content: "ïœ‰";
}
.fa-memo-pad:before {
  content: "î‡š";
}
.fa-mattress-pillow:before {
  content: "î”¥";
}
.fa-alarm-plus:before {
  content: "ï¡„";
}
.fa-alicorn:before {
  content: "ïš°";
}
.fa-comment-question:before {
  content: "î…‹";
}
.fa-gingerbread-man:before {
  content: "ïž";
}
.fa-guarani-sign:before {
  content: "î†š";
}
.fa-burger-fries:before {
  content: "îƒ";
}
.fa-mug-tea:before {
  content: "ï¡µ";
}
.fa-border-top:before {
  content: "ï¡•";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "ï€¡";
}
.fa-book-circle:before,
.fa-circle-book-open:before {
  content: "îƒ¿";
}
.fa-arrows-to-dotted-line:before {
  content: "î‚¦";
}
.fa-fire-extinguisher:before {
  content: "ï„´";
}
.fa-garage-open:before {
  content: "î€‹";
}
.fa-shelves-empty:before {
  content: "î‰†";
}
.fa-cruzeiro-sign:before {
  content: "î…’";
}
.fa-watch-apple:before {
  content: "î‹‹";
}
.fa-watch-calculator:before {
  content: "ï£°";
}
.fa-list-dropdown:before {
  content: "î‡";
}
.fa-cabinet-filing:before {
  content: "ï™‹";
}
.fa-burger-soda:before {
  content: "ï¡˜";
}
.fa-arrow-square-up:before,
.fa-square-arrow-up:before {
  content: "ïŒ¼";
}
.fa-greater-than-equal:before {
  content: "ï”²";
}
.fa-pallet-box:before {
  content: "îˆˆ";
}
.fa-face-confounded:before {
  content: "î¬";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "ï­";
}
.fa-truck-plow:before {
  content: "ïŸž";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "ï•˜";
}
.fa-virus:before {
  content: "î´";
}
.fa-comment-middle-top:before {
  content: "î…Š";
}
.fa-envelope-circle-check:before {
  content: "î“¨";
}
.fa-layer-group:before {
  content: "ï—½";
}
.fa-restroom-simple:before {
  content: "îˆº";
}
.fa-arrows-to-dot:before {
  content: "î’¾";
}
.fa-border-outer:before {
  content: "ï¡‘";
}
.fa-hashtag-lock:before {
  content: "î•";
}
.fa-clock-two-thirty:before {
  content: "î›";
}
.fa-archway:before {
  content: "ï•—";
}
.fa-heart-circle-check:before {
  content: "î“½";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "ï›±";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "ï‡†";
}
.fa-heart-half:before {
  content: "î†«";
}
.fa-comment-check:before {
  content: "ï’¬";
}
.fa-square:before {
  content: "ïƒˆ";
}
.fa-memo:before {
  content: "î‡˜";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "ï€€";
}
.fa-couch:before {
  content: "ï’¸";
}
.fa-cedi-sign:before {
  content: "îƒŸ";
}
.fa-italic:before {
  content: "ï€³";
}
.fa-glass-citrus:before {
  content: "ï¡©";
}
.fa-calendar-lines-pen:before {
  content: "î‘²";
}
.fa-church:before {
  content: "ï”";
}
.fa-person-snowmobiling:before,
.fa-snowmobile:before {
  content: "ïŸ‘";
}
.fa-face-hushed:before {
  content: "î»";
}
.fa-comments-dollar:before {
  content: "ï™“";
}
.fa-link-simple-slash:before {
  content: "î‡Ž";
}
.fa-democrat:before {
  content: "ï‡";
}
.fa-face-confused:before {
  content: "î­";
}
.fa-pinball:before {
  content: "îˆ©";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "ïŸ‰";
}
.fa-deer:before {
  content: "ïžŽ";
}
.fa-input-pipe:before {
  content: "î†¾";
}
.fa-road-lock:before {
  content: "î•§";
}
.fa-a:before {
  content: "A";
}
.fa-bookmark-slash:before {
  content: "îƒ‚";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "î€¿";
}
.fa-mace:before {
  content: "ï›¸";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "ï•«";
}
.fa-sausage:before {
  content: "ï  ";
}
.fa-trash-can-clock:before {
  content: "îŠª";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "ï‹œ";
}
.fa-stomach:before {
  content: "ï˜£";
}
.fa-newspaper:before {
  content: "ï‡ª";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "ï™";
}
.fa-guitar-electric:before {
  content: "ï¢¾";
}
.fa-arrow-turn-down-right:before {
  content: "î–";
}
.fa-moon-cloud:before {
  content: "ï”";
}
.fa-bread-slice-butter:before {
  content: "î¡";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "ï‚©";
}
.fa-user-group-crown:before,
.fa-users-crown:before {
  content: "ïš¥";
}
.fa-circle-i:before {
  content: "î„‘";
}
.fa-toilet-paper-check:before {
  content: "î–²";
}
.fa-filter-circle-xmark:before {
  content: "î…»";
}
.fa-locust:before {
  content: "î” ";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "ïƒœ";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "ïƒ‹";
}
.fa-chart-waterfall:before {
  content: "îƒ«";
}
.fa-face-party:before {
  content: "îŽƒ";
}
.fa-kidneys:before {
  content: "ï—»";
}
.fa-wifi-exclamation:before {
  content: "î‹";
}
.fa-chart-network:before {
  content: "ïžŠ";
}
.fa-person-dress-burst:before {
  content: "î•„";
}
.fa-dice-d4:before {
  content: "ï›";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "ï”½";
}
.fa-vector-square:before {
  content: "ï—‹";
}
.fa-bread-slice:before {
  content: "ïŸ¬";
}
.fa-language:before {
  content: "ï†«";
}
.fa-wheat-awn-slash:before {
  content: "îŒ¸";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "ï–˜";
}
.fa-dagger:before {
  content: "ï›‹";
}
.fa-podium:before {
  content: "ïš€";
}
.fa-memo-circle-check:before {
  content: "î‡™";
}
.fa-route-highway:before {
  content: "ï˜š";
}
.fa-arrow-alt-to-bottom:before,
.fa-down-to-line:before {
  content: "ïŠ";
}
.fa-filter:before {
  content: "ï‚°";
}
.fa-square-g:before {
  content: "î‰±";
}
.fa-circle-phone:before,
.fa-phone-circle:before {
  content: "î„›";
}
.fa-clipboard-prescription:before {
  content: "ï—¨";
}
.fa-user-nurse-hair:before {
  content: "î‘";
}
.fa-question:before {
  content: "\?";
}
.fa-file-signature:before {
  content: "ï•³";
}
.fa-toggle-large-on:before {
  content: "î–±";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "ï‚²";
}
.fa-dryer-alt:before,
.fa-dryer-heat:before {
  content: "ï¡¢";
}
.fa-house-chimney-user:before {
  content: "î¥";
}
.fa-hand-holding-heart:before {
  content: "ï’¾";
}
.fa-arrow-up-small-big:before,
.fa-sort-size-up-alt:before {
  content: "ï¢";
}
.fa-train-track:before {
  content: "î‘“";
}
.fa-puzzle-piece:before {
  content: "ï„®";
}
.fa-money-check:before {
  content: "ï”¼";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "ï—€";
}
.fa-file-exclamation:before {
  content: "ïŒš";
}
.fa-code:before {
  content: "ï„¡";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "ïž ";
}
.fa-moon-stars:before {
  content: "ï•";
}
.fa-building-circle-exclamation:before {
  content: "î““";
}
.fa-clothes-hanger:before {
  content: "î„¶";
}
.fa-mobile-iphone:before,
.fa-mobile-notch:before {
  content: "î‡®";
}
.fa-magnifying-glass-chart:before {
  content: "î”¢";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "ï‚Ž";
}
.fa-cubes-stacked:before {
  content: "î“¦";
}
.fa-images-user:before {
  content: "î†¹";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "ï…™";
}
.fa-image-polaroid-user:before {
  content: "î†¶";
}
.fa-virus-covid:before {
  content: "î’¨";
}
.fa-square-ellipsis:before {
  content: "î‰®";
}
.fa-pie:before {
  content: "ïœ…";
}
.fa-chess-knight-alt:before,
.fa-chess-knight-piece:before {
  content: "ï‘‚";
}
.fa-austral-sign:before {
  content: "î‚©";
}
.fa-cloud-plus:before {
  content: "îž";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "ï¬";
}
.fa-bed-bunk:before {
  content: "ï£¸";
}
.fa-road:before {
  content: "ï€˜";
}
.fa-cab:before,
.fa-taxi:before {
  content: "ï†º";
}
.fa-person-circle-plus:before {
  content: "î•";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "ïˆ€";
}
.fa-bolt-lightning:before {
  content: "î‚·";
}
.fa-clock-eight:before {
  content: "î…";
}
.fa-sack-xmark:before {
  content: "î•ª";
}
.fa-file-excel:before {
  content: "ï‡ƒ";
}
.fa-file-contract:before {
  content: "ï•¬";
}
.fa-fish-fins:before {
  content: "î“²";
}
.fa-circle-q:before {
  content: "î„ž";
}
.fa-building-flag:before {
  content: "î“•";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "ï–‚";
}
.fa-object-ungroup:before {
  content: "ï‰ˆ";
}
.fa-face-disguise:before {
  content: "î°";
}
.fa-circle-arrow-down-right:before {
  content: "îƒº";
}
.fa-alien-8bit:before,
.fa-alien-monster:before {
  content: "ï£¶";
}
.fa-hand-point-ribbon:before {
  content: "î†¦";
}
.fa-poop:before {
  content: "ï˜™";
}
.fa-object-exclude:before {
  content: "î’œ";
}
.fa-telescope:before {
  content: "î€¾";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "ï";
}
.fa-square-list:before {
  content: "î’‰";
}
.fa-kaaba:before {
  content: "ï™«";
}
.fa-toilet-paper:before {
  content: "ïœž";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "ï ‡";
}
.fa-comment-code:before {
  content: "î…‡";
}
.fa-sim-cards:before {
  content: "î‰‘";
}
.fa-starship:before {
  content: "î€¹";
}
.fa-eject:before {
  content: "ï’";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "ïš";
}
.fa-plane-circle-check:before {
  content: "î••";
}
.fa-seal:before {
  content: "î‰";
}
.fa-user-cowboy:before {
  content: "ï£ª";
}
.fa-hexagon-vertical-nft:before {
  content: "î”…";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "ï–¥";
}
.fa-bread-loaf:before {
  content: "ïŸ«";
}
.fa-rings-wedding:before {
  content: "ï ›";
}
.fa-object-group:before {
  content: "ï‰‡";
}
.fa-french-fries:before {
  content: "ï ƒ";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "ïˆ";
}
.fa-calendar-arrow-down:before,
.fa-calendar-download:before {
  content: "îƒ";
}
.fa-send-back:before {
  content: "ï¡¾";
}
.fa-mask-ventilator:before {
  content: "î”¤";
}
.fa-signature-lock:before {
  content: "îŠ";
}
.fa-arrow-right:before {
  content: "ï¡";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "ï‰·";
}
.fa-octagon-plus:before,
.fa-plus-octagon:before {
  content: "ïŒ";
}
.fa-cash-register:before {
  content: "ïžˆ";
}
.fa-person-circle-question:before {
  content: "î•‚";
}
.fa-melon-slice:before {
  content: "îŒ‘";
}
.fa-space-station-moon:before {
  content: "î€³";
}
.fa-comment-alt-smile:before,
.fa-message-smile:before {
  content: "ï’ª";
}
.fa-cup-straw:before {
  content: "î£";
}
.fa-arrow-alt-from-right:before,
.fa-left-from-line:before {
  content: "ïˆ";
}
.fa-h:before {
  content: "H";
}
.fa-basket-shopping-simple:before,
.fa-shopping-basket-alt:before {
  content: "î‚¯";
}
.fa-hands-heart:before,
.fa-hands-holding-heart:before {
  content: "ï“ƒ";
}
.fa-clock-nine:before {
  content: "îŒ";
}
.fa-tarp:before {
  content: "î•»";
}
.fa-face-sleepy:before {
  content: "îŽŽ";
}
.fa-hand-horns:before {
  content: "î†©";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "ïŸ™";
}
.fa-arrows-to-eye:before {
  content: "î’¿";
}
.fa-circle-three-quarters:before {
  content: "î„¥";
}
.fa-trophy-alt:before,
.fa-trophy-star:before {
  content: "ï‹«";
}
.fa-plug-circle-bolt:before {
  content: "î•›";
}
.fa-face-thermometer:before {
  content: "îŽš";
}
.fa-shirt-running:before {
  content: "îˆ";
}
.fa-book-circle-arrow-up:before {
  content: "î‚½";
}
.fa-face-nauseated:before {
  content: "îŽ";
}
.fa-heart:before {
  content: "ï€„";
}
.fa-file-chart-pie:before {
  content: "ï™š";
}
.fa-mars-and-venus:before {
  content: "ïˆ¤";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "î†°";
}
.fa-circle-arrow-down-left:before {
  content: "îƒ¹";
}
.fa-dumpster-fire:before {
  content: "ïž”";
}
.fa-hexagon-minus:before,
.fa-minus-hexagon:before {
  content: "ïŒ‡";
}
.fa-arrow-alt-to-left:before,
.fa-left-to-line:before {
  content: "ï‹";
}
.fa-house-crack:before {
  content: "îŽ±";
}
.fa-paw-alt:before,
.fa-paw-simple:before {
  content: "ïœ";
}
.fa-arrow-left-long-to-line:before {
  content: "î”";
}
.fa-brackets-round:before,
.fa-parentheses:before {
  content: "îƒ…";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "ï•¡";
}
.fa-user-shakespeare:before {
  content: "î‹‚";
}
.fa-arrow-right-to-arc:before {
  content: "î’²";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "ï—‚";
}
.fa-bottle-water:before {
  content: "î“…";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "ïŠ‹";
}
.fa-gauge-circle-plus:before {
  content: "î’˜";
}
.fa-folders:before {
  content: "ï™ ";
}
.fa-angel:before {
  content: "ï¹";
}
.fa-value-absolute:before {
  content: "ïš¦";
}
.fa-rabbit:before {
  content: "ïœˆ";
}
.fa-toilet-paper-slash:before {
  content: "î²";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "ï—‘";
}
.fa-kitchen-set:before {
  content: "î”š";
}
.fa-lock-alt:before,
.fa-lock-keyhole:before {
  content: "ïŒ";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "ï‹Š";
}
.fa-info-square:before,
.fa-square-info:before {
  content: "ïŒ";
}
.fa-wifi-slash:before {
  content: "ïš¬";
}
.fa-toilet-paper-xmark:before {
  content: "î–³";
}
.fa-hands-holding-dollar:before,
.fa-hands-usd:before {
  content: "ï“…";
}
.fa-cube:before {
  content: "ï†²";
}
.fa-arrow-down-triangle-square:before,
.fa-sort-shapes-down:before {
  content: "ï¢ˆ";
}
.fa-bitcoin-sign:before {
  content: "î‚´";
}
.fa-shutters:before {
  content: "î‘‰";
}
.fa-shield-dog:before {
  content: "î•³";
}
.fa-solar-panel:before {
  content: "ï–º";
}
.fa-lock-open:before {
  content: "ï";
}
.fa-table-tree:before {
  content: "îŠ“";
}
.fa-house-chimney-heart:before {
  content: "î†²";
}
.fa-tally-3:before {
  content: "îŠ–";
}
.fa-elevator:before {
  content: "î…­";
}
.fa-money-bill-transfer:before {
  content: "î”¨";
}
.fa-money-bill-trend-up:before {
  content: "î”©";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "î”";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "ïš‚";
}
.fa-circle:before {
  content: "ï„‘";
}
.fa-cart-circle-exclamation:before {
  content: "î²";
}
.fa-sword:before {
  content: "ïœœ";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "ï‰";
}
.fa-recycle:before {
  content: "ï†¸";
}
.fa-user-astronaut:before {
  content: "ï“»";
}
.fa-plane-slash:before {
  content: "î©";
}
.fa-circle-dashed:before {
  content: "î„…";
}
.fa-trademark:before {
  content: "ï‰œ";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "ï´";
}
.fa-fork-knife:before,
.fa-utensils-alt:before {
  content: "ï‹¦";
}
.fa-satellite-dish:before {
  content: "ïŸ€";
}
.fa-badge-check:before {
  content: "ïŒ¶";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "ï›";
}
.fa-slider:before {
  content: "î‰’";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "ï";
}
.fa-clock-one-thirty:before {
  content: "î";
}
.fa-inbox-arrow-up:before,
.fa-inbox-out:before {
  content: "ïŒ‘";
}
.fa-cloud-slash:before {
  content: "î„·";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "ï€¨";
}
.fa-users-rays:before {
  content: "î–“";
}
.fa-wallet:before {
  content: "ï••";
}
.fa-octagon-check:before {
  content: "î¦";
}
.fa-flatbread-stuffed:before {
  content: "îŒ";
}
.fa-clipboard-check:before {
  content: "ï‘¬";
}
.fa-cart-circle-plus:before {
  content: "î³";
}
.fa-shipping-timed:before,
.fa-truck-clock:before {
  content: "ï’Œ";
}
.fa-pool-8-ball:before {
  content: "î…";
}
.fa-file-audio:before {
  content: "ï‡‡";
}
.fa-turn-down-left:before {
  content: "îŒ±";
}
.fa-lock-hashtag:before {
  content: "î£";
}
.fa-chart-radar:before {
  content: "îƒ§";
}
.fa-staff:before {
  content: "ïœ›";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "ï …";
}
.fa-utility-pole:before {
  content: "î‹ƒ";
}
.fa-transporter-6:before {
  content: "îŠ§";
}
.fa-wrench:before {
  content: "ï‚­";
}
.fa-bugs:before {
  content: "î“";
}
.fa-vector-polygon:before {
  content: "î‹‡";
}
.fa-diagram-nested:before {
  content: "î…—";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "ï…–";
}
.fa-file-image:before {
  content: "ï‡…";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "ï™";
}
.fa-image-user:before {
  content: "î†¸";
}
.fa-plane-departure:before {
  content: "ï–°";
}
.fa-handshake-slash:before {
  content: "î ";
}
.fa-book-bookmark:before {
  content: "î‚»";
}
.fa-border-center-h:before {
  content: "ï¢œ";
}
.fa-can-food:before {
  content: "î¦";
}
.fa-typewriter:before {
  content: "ï£§";
}
.fa-arrow-right-from-arc:before {
  content: "î’±";
}
.fa-circle-k:before {
  content: "î„“";
}
.fa-face-hand-over-mouth:before {
  content: "î¸";
}
.fa-popcorn:before {
  content: "ï ™";
}
.fa-house-flood:before,
.fa-house-water:before {
  content: "ï";
}
.fa-object-subtract:before {
  content: "î’ž";
}
.fa-code-branch:before {
  content: "ï„¦";
}
.fa-warehouse-alt:before,
.fa-warehouse-full:before {
  content: "ï’•";
}
.fa-hat-cowboy:before {
  content: "ï£€";
}
.fa-bridge:before {
  content: "î“ˆ";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "ï¡¹";
}
.fa-arrow-down-from-dotted-line:before {
  content: "î‚";
}
.fa-square-quarters:before {
  content: "î‘Ž";
}
.fa-truck-front:before {
  content: "îŠ·";
}
.fa-cat:before {
  content: "ïš¾";
}
.fa-trash-xmark:before {
  content: "îŠ´";
}
.fa-caret-circle-left:before,
.fa-circle-caret-left:before {
  content: "ïŒ®";
}
.fa-files:before {
  content: "î…¸";
}
.fa-anchor-circle-exclamation:before {
  content: "î’«";
}
.fa-face-clouds:before {
  content: "î‘½";
}
.fa-user-crown:before {
  content: "ïš¤";
}
.fa-truck-field:before {
  content: "î–";
}
.fa-route:before {
  content: "ï“—";
}
.fa-cart-circle-check:before {
  content: "î±";
}
.fa-clipboard-question:before {
  content: "î“£";
}
.fa-panorama:before {
  content: "îˆ‰";
}
.fa-comment-medical:before {
  content: "ïŸµ";
}
.fa-teeth-open:before {
  content: "ï˜¯";
}
.fa-user-tie-hair-long:before {
  content: "î‘ ";
}
.fa-file-circle-minus:before {
  content: "î“­";
}
.fa-head-side-medical:before {
  content: "ï ‰";
}
.fa-tags:before {
  content: "ï€¬";
}
.fa-wine-glass:before {
  content: "ï“£";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "ï";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "ï–¤";
}
.fa-user-robot:before {
  content: "î‹";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "ï•€";
}
.fa-card-diamond:before {
  content: "îª";
}
.fa-face-zipper:before {
  content: "îŽ¥";
}
.fa-face-raised-eyebrow:before {
  content: "îŽˆ";
}
.fa-house-signal:before {
  content: "î€’";
}
.fa-chevron-square-up:before,
.fa-square-chevron-up:before {
  content: "ïŒ¬";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "ï ¨";
}
.fa-faucet-drip:before {
  content: "î€†";
}
.fa-arrows-to-line:before {
  content: "î‚§";
}
.fa-dolphin:before {
  content: "î…¨";
}
.fa-arrow-up-right:before {
  content: "î‚Ÿ";
}
.fa-circle-r:before {
  content: "î„ ";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "ï‘´";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "ï•";
}
.fa-circle-sort-up:before,
.fa-sort-circle-up:before {
  content: "î€²";
}
.fa-terminal:before {
  content: "ï„ ";
}
.fa-mobile-button:before {
  content: "ï„‹";
}
.fa-house-medical-flag:before {
  content: "î””";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "ïŠ‘";
}
.fa-tape:before {
  content: "ï“›";
}
.fa-chestnut:before {
  content: "î¶";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "ï•ž";
}
.fa-eye:before {
  content: "ï®";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "ï–³";
}
.fa-heat:before {
  content: "î€Œ";
}
.fa-ticket-airline:before {
  content: "îŠš";
}
.fa-boot-heeled:before {
  content: "îŒ¿";
}
.fa-arrows-minimize:before,
.fa-compress-arrows:before {
  content: "î‚¥";
}
.fa-audio-description:before {
  content: "ïŠž";
}
.fa-person-military-to-person:before {
  content: "î•Œ";
}
.fa-file-shield:before {
  content: "î“°";
}
.fa-hexagon:before {
  content: "ïŒ’";
}
.fa-manhole:before {
  content: "î‡–";
}
.fa-user-slash:before {
  content: "ï”†";
}
.fa-pen:before {
  content: "ïŒ„";
}
.fa-tower-observation:before {
  content: "î–†";
}
.fa-floppy-disks:before {
  content: "î†ƒ";
}
.fa-toilet-paper-blank-under:before,
.fa-toilet-paper-reverse-alt:before {
  content: "îŠŸ";
}
.fa-file-code:before {
  content: "ï‡‰";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "ï€’";
}
.fa-pump:before {
  content: "î‘‚";
}
.fa-bus:before {
  content: "ïˆ‡";
}
.fa-heart-circle-xmark:before {
  content: "î”";
}
.fa-arrow-up-left-from-circle:before {
  content: "î‚ž";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "îŽ¯";
}
.fa-window-maximize:before {
  content: "ï‹";
}
.fa-dryer:before {
  content: "ï¡¡";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "ï„™";
}
.fa-chess-bishop-alt:before,
.fa-chess-bishop-piece:before {
  content: "ï»";
}
.fa-shirt-tank-top:before {
  content: "î‰";
}
.fa-diploma:before,
.fa-scroll-ribbon:before {
  content: "ï—ª";
}
.fa-screencast:before {
  content: "îˆ¾";
}
.fa-walker:before {
  content: "ï ±";
}
.fa-prescription:before {
  content: "ï–±";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "ï•";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "ïƒ‡";
}
.fa-vihara:before {
  content: "ïš§";
}
.fa-face-kiss-closed-eyes:before {
  content: "î½";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "ï”•";
}
.fa-file-user:before {
  content: "ï™œ";
}
.fa-user-police-tie:before {
  content: "îŒ´";
}
.fa-face-tongue-money:before {
  content: "îŽ";
}
.fa-tennis-ball:before {
  content: "ï‘ž";
}
.fa-square-l:before {
  content: "î‰µ";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "ïƒž";
}
.fa-calendar-arrow-up:before,
.fa-calendar-upload:before {
  content: "îƒ‘";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "ï’­";
}
.fa-plant-wilt:before {
  content: "î–ª";
}
.fa-scarf:before {
  content: "ïŸ";
}
.fa-album-circle-plus:before {
  content: "î’Œ";
}
.fa-user-nurse-hair-long:before {
  content: "î‘ž";
}
.fa-diamond:before {
  content: "ïˆ™";
}
.fa-arrow-alt-square-left:before,
.fa-square-left:before {
  content: "ï‘";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "ï–…";
}
.fa-circle-ellipsis-vertical:before {
  content: "î„‹";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "ï“€";
}
.fa-grid-dividers:before {
  content: "îŽ­";
}
.fa-bacterium:before {
  content: "îš";
}
.fa-hand-pointer:before {
  content: "ï‰š";
}
.fa-drum-steelpan:before {
  content: "ï•ª";
}
.fa-hand-scissors:before {
  content: "ï‰—";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "ïš„";
}
.fa-face-pensive:before {
  content: "îŽ„";
}
.fa-user-music:before {
  content: "ï£«";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "ï€ž";
}
.fa-comments-alt-dollar:before,
.fa-messages-dollar:before {
  content: "ï™’";
}
.fa-sensor-on:before {
  content: "î€«";
}
.fa-balloon:before {
  content: "î‹£";
}
.fa-biohazard:before {
  content: "ïž€";
}
.fa-chess-queen-alt:before,
.fa-chess-queen-piece:before {
  content: "ï‘†";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "ï˜";
}
.fa-mars-double:before {
  content: "ïˆ§";
}
.fa-house-leave:before,
.fa-house-person-depart:before,
.fa-house-person-leave:before {
  content: "î€";
}
.fa-ruler-triangle:before {
  content: "ï˜œ";
}
.fa-card-club:before {
  content: "î©";
}
.fa-child-dress:before {
  content: "î–œ";
}
.fa-users-between-lines:before {
  content: "î–‘";
}
.fa-lungs-virus:before {
  content: "î§";
}
.fa-spinner-third:before {
  content: "ï´";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "ï–ˆ";
}
.fa-phone:before {
  content: "ï‚•";
}
.fa-computer-mouse-scrollwheel:before,
.fa-mouse-alt:before {
  content: "ï£";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "ï‰³";
}
.fa-child-reaching:before {
  content: "î–";
}
.fa-table-layout:before {
  content: "îŠ";
}
.fa-narwhal:before {
  content: "ï›¾";
}
.fa-ramp-loading:before {
  content: "ï“”";
}
.fa-calendar-circle-plus:before {
  content: "î‘°";
}
.fa-toothbrush:before {
  content: "ï˜µ";
}
.fa-border-inner:before {
  content: "ï¡Ž";
}
.fa-paw-claws:before {
  content: "ïœ‚";
}
.fa-kiwi-fruit:before {
  content: "îŒŒ";
}
.fa-traffic-light-slow:before {
  content: "ï˜¹";
}
.fa-rectangle-code:before {
  content: "îŒ¢";
}
.fa-head-side-virus:before {
  content: "î¤";
}
.fa-keyboard-brightness:before {
  content: "î‡€";
}
.fa-books-medical:before {
  content: "ïŸ¨";
}
.fa-lightbulb-slash:before {
  content: "ï™³";
}
.fa-home-blank:before,
.fa-house-blank:before {
  content: "î’‡";
}
.fa-square-5:before {
  content: "î‰š";
}
.fa-heart-square:before,
.fa-square-heart:before {
  content: "ï“ˆ";
}
.fa-puzzle:before {
  content: "î‘ƒ";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "ï“¾";
}
.fa-pipe-circle-check:before {
  content: "î¶";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "ï…£";
}
.fa-octagon-exclamation:before {
  content: "îˆ„";
}
.fa-dial-low:before {
  content: "î…";
}
.fa-door-closed:before {
  content: "ï”ª";
}
.fa-laptop-mobile:before,
.fa-phone-laptop:before {
  content: "ï¡º";
}
.fa-conveyor-belt-alt:before,
.fa-conveyor-belt-boxes:before {
  content: "ï‘¯";
}
.fa-shield-virus:before {
  content: "î¬";
}
.fa-starfighter-alt-advanced:before,
.fa-starfighter-twin-ion-engine-advanced:before {
  content: "îŠŽ";
}
.fa-dice-six:before {
  content: "ï”¦";
}
.fa-starfighter-alt:before,
.fa-starfighter-twin-ion-engine:before {
  content: "î€¸";
}
.fa-rocket-launch:before {
  content: "î€§";
}
.fa-mosquito-net:before {
  content: "î”¬";
}
.fa-vent-damper:before {
  content: "î‘¥";
}
.fa-bridge-water:before {
  content: "î“Ž";
}
.fa-ban-bug:before,
.fa-debug:before {
  content: "ïŸ¹";
}
.fa-person-booth:before {
  content: "ï–";
}
.fa-text-width:before {
  content: "ï€µ";
}
.fa-garage-car:before {
  content: "î€Š";
}
.fa-square-kanban:before {
  content: "î’ˆ";
}
.fa-hat-wizard:before {
  content: "ï›¨";
}
.fa-pen-fancy:before {
  content: "ï–¬";
}
.fa-coffee-pot:before {
  content: "î€‚";
}
.fa-mouse-field:before {
  content: "î–¨";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "ï¡ž";
}
.fa-shower-alt:before,
.fa-shower-down:before {
  content: "î‰";
}
.fa-box-circle-check:before {
  content: "îƒ„";
}
.fa-brightness:before {
  content: "îƒ‰";
}
.fa-car-side-bolt:before {
  content: "î„";
}
.fa-ornament:before {
  content: "ïž¸";
}
.fa-phone-arrow-down-left:before,
.fa-phone-arrow-down:before,
.fa-phone-incoming:before {
  content: "îˆ£";
}
.fa-cloud-word:before {
  content: "î„¸";
}
.fa-hand-fingers-crossed:before {
  content: "î†£";
}
.fa-trash:before {
  content: "ï‡¸";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "ï˜©";
}
.fa-arrow-down-small-big:before,
.fa-sort-size-down-alt:before {
  content: "ï¢";
}
.fa-book-medical:before {
  content: "ïŸ¦";
}
.fa-face-melting:before {
  content: "î’ƒ";
}
.fa-poo:before {
  content: "ï‹¾";
}
.fa-pen-alt-slash:before,
.fa-pen-clip-slash:before {
  content: "îˆ";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "ï„Ž";
}
.fa-scroll-old:before {
  content: "ïœ";
}
.fa-guitars:before {
  content: "ï¢¿";
}
.fa-phone-xmark:before {
  content: "îˆ§";
}
.fa-hose:before {
  content: "î™";
}
.fa-clock-six:before {
  content: "î’";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "ï•“";
}
.fa-square-r:before {
  content: "î‰¼";
}
.fa-cubes:before {
  content: "ï†³";
}
.fa-envelope-open-dollar:before {
  content: "ï™—";
}
.fa-divide:before {
  content: "ï”©";
}
.fa-sun-cloud:before {
  content: "ï£";
}
.fa-lamp-floor:before {
  content: "î€•";
}
.fa-square-7:before {
  content: "î‰œ";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "ïŸ—";
}
.fa-headphones:before {
  content: "ï€¥";
}
.fa-hands-holding:before {
  content: "ï“‚";
}
.fa-campfire:before {
  content: "ïšº";
}
.fa-circle-ampersand:before {
  content: "îƒ¸";
}
.fa-snowflakes:before {
  content: "ïŸ";
}
.fa-hands-clapping:before {
  content: "î†¨";
}
.fa-republican:before {
  content: "ïž";
}
.fa-leaf-maple:before {
  content: "ï›¶";
}
.fa-arrow-left:before {
  content: "ï ";
}
.fa-person-circle-xmark:before {
  content: "î•ƒ";
}
.fa-ruler:before {
  content: "ï•…";
}
.fa-cup-straw-swoosh:before {
  content: "î¤";
}
.fa-temperature-hot:before,
.fa-temperature-sun:before {
  content: "ïª";
}
.fa-align-left:before {
  content: "ï€¶";
}
.fa-dice-d6:before {
  content: "ï›‘";
}
.fa-restroom:before {
  content: "ïž½";
}
.fa-high-definition:before,
.fa-rectangle-hd:before {
  content: "î†®";
}
.fa-j:before {
  content: "J";
}
.fa-galaxy:before {
  content: "î€ˆ";
}
.fa-users-viewfinder:before {
  content: "î–•";
}
.fa-file-video:before {
  content: "ï‡ˆ";
}
.fa-cherries:before {
  content: "îƒ¬";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "ï";
}
.fa-circle-sort:before,
.fa-sort-circle:before {
  content: "î€°";
}
.fa-table-cells:before,
.fa-th:before {
  content: "ï€Š";
}
.fa-file-pdf:before {
  content: "ï‡";
}
.fa-siren:before {
  content: "î€­";
}
.fa-arrow-up-to-dotted-line:before {
  content: "î‚¡";
}
.fa-image-landscape:before,
.fa-landscape:before {
  content: "î†µ";
}
.fa-tank-water:before {
  content: "î‘’";
}
.fa-curling-stone:before,
.fa-curling:before {
  content: "ï‘Š";
}
.fa-gamepad-alt:before,
.fa-gamepad-modern:before {
  content: "î–¢";
}
.fa-messages-question:before {
  content: "î‡§";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "ï™‡";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "ïƒº";
}
.fa-briefcase-arrow-right:before {
  content: "î‹²";
}
.fa-expand-wide:before {
  content: "ïŒ ";
}
.fa-clock-eleven-thirty:before {
  content: "îˆ";
}
.fa-rv:before {
  content: "ïž¾";
}
.fa-user-secret:before {
  content: "ïˆ›";
}
.fa-otter:before {
  content: "ïœ€";
}
.fa-dreidel:before {
  content: "ïž’";
}
.fa-female:before,
.fa-person-dress:before {
  content: "ï†‚";
}
.fa-comment-dollar:before {
  content: "ï™‘";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "ï™Š";
}
.fa-flower-tulip:before {
  content: "ï ";
}
.fa-people-pants-simple:before {
  content: "îˆš";
}
.fa-cloud-drizzle:before {
  content: "ïœ¸";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "ï€‰";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "ï §";
}
.fa-solar-system:before {
  content: "î€¯";
}
.fa-seal-question:before {
  content: "î‰ƒ";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "ïŠ ";
}
.fa-disc-drive:before {
  content: "ï¢µ";
}
.fa-hat-cowboy-side:before {
  content: "ï£";
}
.fa-rows:before,
.fa-table-rows:before {
  content: "îŠ’";
}
.fa-location-exclamation:before,
.fa-map-marker-exclamation:before {
  content: "ï˜ˆ";
}
.fa-face-fearful:before {
  content: "îµ";
}
.fa-clipboard-user:before {
  content: "ïŸ³";
}
.fa-bus-school:before {
  content: "ï—";
}
.fa-film-slash:before {
  content: "î…¹";
}
.fa-square-arrow-down-right:before {
  content: "î‰¢";
}
.fa-book-sparkles:before,
.fa-book-spells:before {
  content: "ïš¸";
}
.fa-washer:before,
.fa-washing-machine:before {
  content: "ï¢˜";
}
.fa-child:before {
  content: "ï†®";
}
.fa-lira-sign:before {
  content: "ï†•";
}
.fa-user-visor:before {
  content: "îŒ";
}
.fa-file-plus-minus:before {
  content: "î…·";
}
.fa-chess-clock-alt:before,
.fa-chess-clock-flip:before {
  content: "ï¾";
}
.fa-satellite:before {
  content: "ïž¿";
}
.fa-plane-lock:before {
  content: "î•˜";
}
.fa-steering-wheel:before {
  content: "ï˜¢";
}
.fa-tag:before {
  content: "ï€«";
}
.fa-stretcher:before {
  content: "ï ¥";
}
.fa-book-law:before,
.fa-book-section:before {
  content: "îƒ";
}
.fa-inboxes:before {
  content: "î†»";
}
.fa-coffee-bean:before {
  content: "î„¾";
}
.fa-brackets-curly:before {
  content: "ïŸª";
}
.fa-ellipsis-stroke-vertical:before,
.fa-ellipsis-v-alt:before {
  content: "ïŽœ";
}
.fa-comment:before {
  content: "ïµ";
}
.fa-square-1:before {
  content: "î‰–";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "ï‡½";
}
.fa-head-side:before {
  content: "ï›©";
}
.fa-envelope:before {
  content: "ïƒ ";
}
.fa-dolly-empty:before {
  content: "ï‘³";
}
.fa-face-tissue:before {
  content: "îŽœ";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "ï„‚";
}
.fa-paperclip:before {
  content: "ïƒ†";
}
.fa-chart-line-down:before {
  content: "ï™";
}
.fa-arrow-right-to-city:before {
  content: "î’³";
}
.fa-lock-a:before {
  content: "î¢";
}
.fa-ribbon:before {
  content: "ï“–";
}
.fa-lungs:before {
  content: "ï˜„";
}
.fa-person-pinball:before {
  content: "îˆ";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "ï¢‡";
}
.fa-apple-core:before {
  content: "î‚";
}
.fa-circle-y:before {
  content: "î„¯";
}
.fa-h6:before {
  content: "î“";
}
.fa-litecoin-sign:before {
  content: "î‡“";
}
.fa-circle-small:before {
  content: "î„¢";
}
.fa-border-none:before {
  content: "ï¡";
}
.fa-arrow-turn-down-left:before {
  content: "î‹¡";
}
.fa-circle-nodes:before {
  content: "î“¢";
}
.fa-parachute-box:before {
  content: "ï“";
}
.fa-comment-alt-medical:before,
.fa-message-medical:before {
  content: "ïŸ´";
}
.fa-rugby-ball:before {
  content: "î†";
}
.fa-comment-music:before {
  content: "ï¢°";
}
.fa-indent:before {
  content: "ï€¼";
}
.fa-tree-alt:before,
.fa-tree-deciduous:before {
  content: "ï€";
}
.fa-puzzle-piece-alt:before,
.fa-puzzle-piece-simple:before {
  content: "îˆ±";
}
.fa-truck-field-un:before {
  content: "î–Ž";
}
.fa-nfc-trash:before {
  content: "î‡½";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "ï‰”";
}
.fa-mountain:before {
  content: "ï›¼";
}
.fa-file-times:before,
.fa-file-xmark:before {
  content: "ïŒ—";
}
.fa-home-heart:before,
.fa-house-heart:before {
  content: "ï“‰";
}
.fa-house-chimney-blank:before {
  content: "îŽ°";
}
.fa-meter-bolt:before {
  content: "î‡©";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "ïƒ°";
}
.fa-slash-back:before {
  content: "\\";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "ïš";
}
.fa-fishing-rod:before {
  content: "îŽ¨";
}
.fa-hammer-crash:before {
  content: "î”";
}
.fa-cloud-meatball:before {
  content: "ïœ»";
}
.fa-camera-polaroid:before {
  content: "ï¢ª";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "ï€°";
}
.fa-square-virus:before {
  content: "î•¸";
}
.fa-cart-arrow-up:before {
  content: "î®";
}
.fa-meteor:before {
  content: "ï“";
}
.fa-car-on:before {
  content: "î“";
}
.fa-sleigh:before {
  content: "ïŸŒ";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "ï…¢";
}
.fa-square-4:before {
  content: "î‰™";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "ï“";
}
.fa-waveform:before {
  content: "ï£±";
}
.fa-water:before {
  content: "ï³";
}
.fa-star-sharp-half-alt:before,
.fa-star-sharp-half-stroke:before {
  content: "îŠ";
}
.fa-nfc-signal:before {
  content: "î‡»";
}
.fa-plane-prop:before {
  content: "îˆ«";
}
.fa-calendar-check:before {
  content: "ï‰´";
}
.fa-clock-desk:before {
  content: "î„´";
}
.fa-calendar-clock:before,
.fa-calendar-time:before {
  content: "îƒ’";
}
.fa-braille:before {
  content: "ïŠ¡";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "ï’†";
}
.fa-plate-utensils:before {
  content: "î»";
}
.fa-family-pants:before {
  content: "îŒ‚";
}
.fa-hose-reel:before {
  content: "îš";
}
.fa-house-window:before {
  content: "îŽ³";
}
.fa-landmark:before {
  content: "ï™¯";
}
.fa-truck:before {
  content: "ïƒ‘";
}
.fa-crosshairs:before {
  content: "ï›";
}
.fa-cloud-rainbow:before {
  content: "ïœ¾";
}
.fa-person-cane:before {
  content: "î”¼";
}
.fa-alien:before {
  content: "ï£µ";
}
.fa-tent:before {
  content: "î•½";
}
.fa-vest-patches:before {
  content: "î‚†";
}
.fa-people-dress-simple:before {
  content: "îˆ˜";
}
.fa-check-double:before {
  content: "ï• ";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "ï…";
}
.fa-bowling-ball-pin:before {
  content: "îƒƒ";
}
.fa-bell-school-slash:before {
  content: "ï—–";
}
.fa-plus-large:before {
  content: "î–ž";
}
.fa-money-bill-wheat:before {
  content: "î”ª";
}
.fa-camera-viewfinder:before,
.fa-screenshot:before {
  content: "îƒš";
}
.fa-comment-alt-music:before,
.fa-message-music:before {
  content: "ï¢¯";
}
.fa-car-building:before {
  content: "ï¡™";
}
.fa-border-bottom-right:before,
.fa-border-style-alt:before {
  content: "ï¡”";
}
.fa-octagon:before {
  content: "ïŒ†";
}
.fa-comment-arrow-up-right:before {
  content: "î……";
}
.fa-octagon-divide:before {
  content: "îˆƒ";
}
.fa-cookie:before {
  content: "ï•£";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "ïƒ¢";
}
.fa-tv-music:before {
  content: "ï£¦";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "ï‚ ";
}
.fa-reel:before {
  content: "îˆ¸";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "ï–†";
}
.fa-dumbbell:before {
  content: "ï‘‹";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "ï€¢";
}
.fa-tarp-droplet:before {
  content: "î•¼";
}
.fa-alarm-exclamation:before {
  content: "ï¡ƒ";
}
.fa-house-medical-circle-check:before {
  content: "î”‘";
}
.fa-traffic-cone:before {
  content: "ï˜¶";
}
.fa-grate:before {
  content: "î†“";
}
.fa-arrow-down-right:before {
  content: "î‚“";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "ïŸŠ";
}
.fa-calendar-plus:before {
  content: "ï‰±";
}
.fa-person-from-portal:before,
.fa-portal-exit:before {
  content: "î€£";
}
.fa-plane-arrival:before {
  content: "ï–¯";
}
.fa-cowbell-circle-plus:before,
.fa-cowbell-more:before {
  content: "ï¢´";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "ï™";
}
.fa-distribute-spacing-vertical:before {
  content: "î¦";
}
.fa-signal-alt-2:before,
.fa-signal-bars-fair:before {
  content: "ïš’";
}
.fa-sportsball:before {
  content: "î‘‹";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "ïˆ¹";
}
.fa-chart-gantt:before {
  content: "îƒ¤";
}
.fa-face-smile-upside-down:before {
  content: "îŽ•";
}
.fa-ball-pile:before {
  content: "ï¾";
}
.fa-badge-dollar:before {
  content: "ï™…";
}
.fa-money-bills-alt:before,
.fa-money-bills-simple:before {
  content: "î‡´";
}
.fa-list-timeline:before {
  content: "î‡‘";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "î†¼";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "ï•¥";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "ï‘";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "ïŒŠ";
}
.fa-keyboard-down:before {
  content: "î‡‚";
}
.fa-circle-up-right:before {
  content: "î„©";
}
.fa-cloud-bolt-moon:before,
.fa-thunderstorm-moon:before {
  content: "ï­";
}
.fa-dna:before {
  content: "ï‘±";
}
.fa-virus-slash:before {
  content: "îµ";
}
.fa-bracket-round-right:before {
  content: "\)";
}
.fa-circle-5:before {
  content: "îƒ²";
}
.fa-minus:before,
.fa-subtract:before {
  content: "ï¨";
}
.fa-fire-flame:before,
.fa-flame:before {
  content: "ï›Ÿ";
}
.fa-arrow-alt-to-right:before,
.fa-right-to-line:before {
  content: "ïŒ";
}
.fa-child-rifle:before {
  content: "î“ ";
}
.fa-gif:before {
  content: "î†";
}
.fa-chess:before {
  content: "ï¹";
}
.fa-trash-slash:before {
  content: "îŠ³";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "ï…·";
}
.fa-plug-circle-check:before {
  content: "î•œ";
}
.fa-font-case:before {
  content: "ï¡¦";
}
.fa-street-view:before {
  content: "ïˆ";
}
.fa-arrow-down-left:before {
  content: "î‚‘";
}
.fa-franc-sign:before {
  content: "î†";
}
.fa-flask-poison:before,
.fa-flask-round-poison:before {
  content: "ï› ";
}
.fa-volume-off:before {
  content: "ï€¦";
}
.fa-book-circle-arrow-right:before {
  content: "î‚¼";
}
.fa-chart-user:before,
.fa-user-chart:before {
  content: "ïš£";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "ïŠ£";
}
.fa-presentation-screen:before,
.fa-presentation:before {
  content: "ïš…";
}
.fa-circle-bolt:before {
  content: "îƒ¾";
}
.fa-face-smile-halo:before {
  content: "îŽ";
}
.fa-cart-circle-arrow-down:before {
  content: "î¯";
}
.fa-house-person-arrive:before,
.fa-house-person-return:before,
.fa-house-return:before {
  content: "î€‘";
}
.fa-comment-alt-times:before,
.fa-message-times:before,
.fa-message-xmark:before {
  content: "ï’«";
}
.fa-file-award:before,
.fa-file-certificate:before {
  content: "ï—³";
}
.fa-user-doctor-hair-long:before {
  content: "î‘™";
}
.fa-camera-home:before,
.fa-camera-security:before {
  content: "ï£¾";
}
.fa-cog:before,
.fa-gear:before {
  content: "ï€“";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "ï—‡";
}
.fa-book-heart:before {
  content: "ï’™";
}
.fa-mosque:before {
  content: "ï™¸";
}
.fa-duck:before {
  content: "ï›˜";
}
.fa-mosquito:before {
  content: "î”«";
}
.fa-star-of-david:before {
  content: "ïšš";
}
.fa-flag-alt:before,
.fa-flag-swallowtail:before {
  content: "ïŒ";
}
.fa-person-military-rifle:before {
  content: "î•‹";
}
.fa-car-garage:before {
  content: "ï—¢";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "ïº";
}
.fa-book-font:before {
  content: "î‚¿";
}
.fa-shield-plus:before {
  content: "î‰Š";
}
.fa-vials:before {
  content: "ï’“";
}
.fa-eye-dropper-full:before {
  content: "î…²";
}
.fa-distribute-spacing-horizontal:before {
  content: "î¥";
}
.fa-tablet-rugged:before {
  content: "ï’";
}
.fa-temperature-frigid:before,
.fa-temperature-snow:before {
  content: "ï¨";
}
.fa-moped:before {
  content: "îŽ¹";
}
.fa-face-smile-plus:before,
.fa-smile-plus:before {
  content: "ï–¹";
}
.fa-radio-alt:before,
.fa-radio-tuner:before {
  content: "ï£˜";
}
.fa-face-swear:before {
  content: "îŽ™";
}
.fa-water-arrow-down:before,
.fa-water-lower:before {
  content: "ï´";
}
.fa-scanner-touchscreen:before {
  content: "ï’Š";
}
.fa-circle-7:before {
  content: "îƒ´";
}
.fa-plug-circle-plus:before {
  content: "î•Ÿ";
}
.fa-person-ski-jumping:before,
.fa-ski-jump:before {
  content: "ïŸ‡";
}
.fa-place-of-worship:before {
  content: "ï™¿";
}
.fa-water-arrow-up:before,
.fa-water-rise:before {
  content: "ïµ";
}
.fa-waveform-lines:before,
.fa-waveform-path:before {
  content: "ï£²";
}
.fa-split:before {
  content: "î‰”";
}
.fa-film-canister:before,
.fa-film-cannister:before {
  content: "ï¢·";
}
.fa-folder-times:before,
.fa-folder-xmark:before {
  content: "ï™Ÿ";
}
.fa-toilet-paper-alt:before,
.fa-toilet-paper-blank:before {
  content: "ïœŸ";
}
.fa-tablet-android-alt:before,
.fa-tablet-screen:before {
  content: "ï¼";
}
.fa-hexagon-vertical-nft-slanted:before {
  content: "î”†";
}
.fa-folder-music:before {
  content: "î†";
}
.fa-desktop-medical:before,
.fa-display-medical:before {
  content: "î…¦";
}
.fa-share-all:before {
  content: "ï§";
}
.fa-peapod:before {
  content: "îŒœ";
}
.fa-chess-clock:before {
  content: "ï½";
}
.fa-axe:before {
  content: "ïš²";
}
.fa-square-d:before {
  content: "î‰¨";
}
.fa-grip-vertical:before {
  content: "ï–Ž";
}
.fa-mobile-signal-out:before {
  content: "î‡°";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "ï…ˆ";
}
.fa-u:before {
  content: "U";
}
.fa-arrow-up-from-dotted-line:before {
  content: "î‚›";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "ïš˜";
}
.fa-light-switch-on:before {
  content: "î€™";
}
.fa-arrow-down-arrow-up:before,
.fa-sort-alt:before {
  content: "ï¢ƒ";
}
.fa-raindrops:before {
  content: "ïœ";
}
.fa-dash:before,
.fa-minus-large:before {
  content: "î„";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "ï€—";
}
.fa-input-numeric:before {
  content: "î†½";
}
.fa-truck-tow:before {
  content: "îŠ¸";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "ïˆ";
}
.fa-pallet:before {
  content: "ï’‚";
}
.fa-car-bolt:before {
  content: "î";
}
.fa-arrows-maximize:before,
.fa-expand-arrows:before {
  content: "ïŒ";
}
.fa-faucet:before {
  content: "î€…";
}
.fa-cloud-sleet:before {
  content: "ï";
}
.fa-lamp-street:before {
  content: "î‡…";
}
.fa-list-radio:before {
  content: "î‡";
}
.fa-pen-nib-slash:before {
  content: "î’¡";
}
.fa-baseball-bat-ball:before {
  content: "ï²";
}
.fa-square-up-left:before {
  content: "îŠ‚";
}
.fa-overline:before {
  content: "ï¡¶";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "îŠœ";
}
.fa-keyboard:before {
  content: "ï„œ";
}
.fa-arrows-from-dotted-line:before {
  content: "î‚£";
}
.fa-usb-drive:before {
  content: "ï£©";
}
.fa-ballot:before {
  content: "ïœ²";
}
.fa-caret-down:before {
  content: "ïƒ—";
}
.fa-location-dot-slash:before,
.fa-map-marker-alt-slash:before {
  content: "ï˜…";
}
.fa-cards:before {
  content: "î­";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "ïŸ²";
}
.fa-boxing-glove:before,
.fa-glove-boxing:before {
  content: "ï¸";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "ï‹ˆ";
}
.fa-bell-school:before {
  content: "ï—•";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "ï";
}
.fa-plane-up:before {
  content: "îˆ­";
}
.fa-folder-heart:before {
  content: "î†‰";
}
.fa-circle-location-arrow:before,
.fa-location-circle:before {
  content: "ï˜‚";
}
.fa-face-head-bandage:before {
  content: "îº";
}
.fa-maki-roll:before,
.fa-makizushi:before,
.fa-sushi-roll:before {
  content: "î’‹";
}
.fa-car-bump:before {
  content: "ï— ";
}
.fa-piggy-bank:before {
  content: "ï““";
}
.fa-racquet:before {
  content: "ï‘š";
}
.fa-car-mirrors:before {
  content: "îƒ";
}
.fa-industry-alt:before,
.fa-industry-windows:before {
  content: "ïŽ³";
}
.fa-bolt-auto:before {
  content: "î‚¶";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "ï‰‚";
}
.fa-flux-capacitor:before {
  content: "ï¢º";
}
.fa-mountain-city:before {
  content: "î”®";
}
.fa-coins:before {
  content: "ï”ž";
}
.fa-honey-pot:before {
  content: "î˜";
}
.fa-olive:before {
  content: "îŒ–";
}
.fa-khanda:before {
  content: "ï™­";
}
.fa-filter-list:before {
  content: "î…¼";
}
.fa-outlet:before {
  content: "î€œ";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "ï‡ž";
}
.fa-cauldron:before {
  content: "ïš¿";
}
.fa-people:before {
  content: "îˆ–";
}
.fa-folder-tree:before {
  content: "ï ‚";
}
.fa-network-wired:before {
  content: "ï›¿";
}
.fa-croissant:before {
  content: "ïŸ¶";
}
.fa-map-pin:before {
  content: "ï‰¶";
}
.fa-hamsa:before {
  content: "ï™¥";
}
.fa-cent-sign:before {
  content: "îµ";
}
.fa-swords-laser:before {
  content: "î€½";
}
.fa-flask:before {
  content: "ïƒƒ";
}
.fa-person-pregnant:before {
  content: "îŒž";
}
.fa-square-u:before {
  content: "îŠ";
}
.fa-wand-sparkles:before {
  content: "ïœ«";
}
.fa-router:before {
  content: "ï£š";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "ï…‚";
}
.fa-sword-laser-alt:before {
  content: "î€¼";
}
.fa-ticket:before {
  content: "ï……";
}
.fa-power-off:before {
  content: "ï€‘";
}
.fa-coin:before {
  content: "ï¡œ";
}
.fa-laptop-slash:before {
  content: "î‡‡";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "ïŒ‹";
}
.fa-circle-b:before {
  content: "îƒ½";
}
.fa-person-dress-simple:before {
  content: "îˆœ";
}
.fa-pipe-collar:before {
  content: "î·";
}
.fa-lights-holiday:before {
  content: "ïž²";
}
.fa-citrus:before {
  content: "î‹´";
}
.fa-flag-usa:before {
  content: "ï";
}
.fa-laptop-file:before {
  content: "î”";
}
.fa-teletype:before,
.fa-tty:before {
  content: "ï‡¤";
}
.fa-chart-tree-map:before {
  content: "îƒª";
}
.fa-diagram-next:before {
  content: "î‘¶";
}
.fa-person-rifle:before {
  content: "î•Ž";
}
.fa-clock-five-thirty:before {
  content: "îŠ";
}
.fa-pipe-valve:before {
  content: "î¹";
}
.fa-arrow-up-from-arc:before {
  content: "î’´";
}
.fa-face-spiral-eyes:before {
  content: "î’…";
}
.fa-compress-wide:before {
  content: "ïŒ¦";
}
.fa-circle-phone-hangup:before,
.fa-phone-circle-down:before {
  content: "î„";
}
.fa-house-medical-circle-exclamation:before {
  content: "î”’";
}
.fa-badminton:before {
  content: "îŒº";
}
.fa-closed-captioning:before {
  content: "ïˆŠ";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "ï›¬";
}
.fa-arrow-alt-from-left:before,
.fa-right-from-line:before {
  content: "ï‡";
}
.fa-venus-double:before {
  content: "ïˆ¦";
}
.fa-images:before {
  content: "ïŒ‚";
}
.fa-calculator:before {
  content: "ï‡¬";
}
.fa-shuttlecock:before {
  content: "ï‘›";
}
.fa-user-hair:before {
  content: "î‘š";
}
.fa-eye-evil:before {
  content: "ï››";
}
.fa-people-pulling:before {
  content: "î”µ";
}
.fa-n:before {
  content: "N";
}
.fa-garage:before {
  content: "î€‰";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "ïŸš";
}
.fa-shovel-snow:before {
  content: "ïŸƒ";
}
.fa-cloud-rain:before {
  content: "ïœ½";
}
.fa-face-lying:before {
  content: "î¾";
}
.fa-sprinkler:before {
  content: "î€µ";
}
.fa-building-circle-xmark:before {
  content: "î“”";
}
.fa-person-sledding:before,
.fa-sledding:before {
  content: "ïŸ‹";
}
.fa-game-console-handheld:before {
  content: "ï¢»";
}
.fa-ship:before {
  content: "ïˆš";
}
.fa-clock-six-thirty:before {
  content: "î“";
}
.fa-battery-slash:before {
  content: "ï·";
}
.fa-tugrik-sign:before {
  content: "îŠº";
}
.fa-arrows-down-to-line:before {
  content: "î’¸";
}
.fa-download:before {
  content: "ï€™";
}
.fa-inventory:before,
.fa-shelves:before {
  content: "ï’€";
}
.fa-cloud-snow:before {
  content: "ï‚";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "ï–€";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "ï•š";
}
.fa-oven:before {
  content: "î€";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "ï‡»";
}
.fa-comment-captions:before {
  content: "î…†";
}
.fa-comments-question:before {
  content: "î…Ž";
}
.fa-scribble:before {
  content: "îˆ¿";
}
.fa-rotate-exclamation:before {
  content: "îˆ¼";
}
.fa-file-circle-check:before {
  content: "î– ";
}
.fa-glass:before {
  content: "ï „";
}
.fa-loader:before {
  content: "î‡”";
}
.fa-forward:before {
  content: "ïŽ";
}
.fa-user-pilot:before {
  content: "î‹€";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "ïŽ";
}
.fa-code-pull-request-closed:before {
  content: "î¹";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "ï„š";
}
.fa-align-center:before {
  content: "ï€·";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "ïš·";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "ï‹‚";
}
.fa-face-dotted:before {
  content: "î‘¿";
}
.fa-face-worried:before {
  content: "îŽ£";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "ï€»";
}
.fa-heart-circle-exclamation:before {
  content: "î“¾";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "ï€•";
}
.fa-vector-circle:before {
  content: "î‹†";
}
.fa-car-circle-bolt:before {
  content: "î‚";
}
.fa-calendar-week:before {
  content: "ïž„";
}
.fa-flying-disc:before {
  content: "îŽ©";
}
.fa-laptop-medical:before {
  content: "ï ’";
}
.fa-square-down-right:before {
  content: "î‰¬";
}
.fa-b:before {
  content: "B";
}
.fa-seat-airline:before {
  content: "î‰„";
}
.fa-eclipse-alt:before,
.fa-moon-over-sun:before {
  content: "ïŠ";
}
.fa-pipe:before {
  content: "\|";
}
.fa-file-medical:before {
  content: "ï‘·";
}
.fa-potato:before {
  content: "î‘€";
}
.fa-dice-one:before {
  content: "ï”¥";
}
.fa-circle-a:before {
  content: "îƒ·";
}
.fa-helmet-battle:before {
  content: "ï›«";
}
.fa-butter:before {
  content: "î¤";
}
.fa-blanket-fire:before {
  content: "îš";
}
.fa-kiwi-bird:before {
  content: "ï”µ";
}
.fa-castle:before {
  content: "îƒž";
}
.fa-golf-club:before {
  content: "ï‘‘";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "ïƒ¬";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "ï‹¹";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "ï‹§";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "ï…¡";
}
.fa-balloons:before {
  content: "î‹¤";
}
.fa-mill-sign:before {
  content: "î‡­";
}
.fa-bowl-rice:before {
  content: "î‹«";
}
.fa-timeline-arrow:before {
  content: "îŠ";
}
.fa-skull:before {
  content: "ï•Œ";
}
.fa-game-board-alt:before,
.fa-game-board-simple:before {
  content: "ï¡¨";
}
.fa-circle-video:before,
.fa-video-circle:before {
  content: "î„«";
}
.fa-chart-scatter-bubble:before {
  content: "îƒ©";
}
.fa-house-turret:before {
  content: "î†´";
}
.fa-banana:before {
  content: "î‹¥";
}
.fa-hand-holding-skull:before {
  content: "î†¤";
}
.fa-people-dress:before {
  content: "îˆ—";
}
.fa-couch-small:before,
.fa-loveseat:before {
  content: "ï“Œ";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "ï”™";
}
.fa-truck-pickup:before {
  content: "ï˜¼";
}
.fa-block-quote:before {
  content: "î‚µ";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "ïŒŒ";
}
.fa-stop:before {
  content: "ï";
}
.fa-code-merge:before {
  content: "ïŽ‡";
}
.fa-money-check-dollar-pen:before,
.fa-money-check-edit-alt:before {
  content: "ï¡³";
}
.fa-arrow-alt-from-bottom:before,
.fa-up-from-line:before {
  content: "ï†";
}
.fa-upload:before {
  content: "ï‚“";
}
.fa-hurricane:before {
  content: "ï‘";
}
.fa-people-pants:before {
  content: "îˆ™";
}
.fa-mound:before {
  content: "î”­";
}
.fa-windsock:before {
  content: "ï·";
}
.fa-circle-half:before {
  content: "î„";
}
.fa-brake-warning:before {
  content: "îƒ‡";
}
.fa-toilet-portable:before {
  content: "î–ƒ";
}
.fa-compact-disc:before {
  content: "ï”Ÿ";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "ï•­";
}
.fa-sax-hot:before,
.fa-saxophone-fire:before {
  content: "ï£›";
}
.fa-camera-web-slash:before,
.fa-webcam-slash:before {
  content: "ï ³";
}
.fa-folder-medical:before {
  content: "î†Œ";
}
.fa-folder-cog:before,
.fa-folder-gear:before {
  content: "î†‡";
}
.fa-hand-wave:before {
  content: "î†§";
}
.fa-arrow-up-arrow-down:before,
.fa-sort-up-down:before {
  content: "î‚™";
}
.fa-caravan:before {
  content: "ï£¿";
}
.fa-shield-cat:before {
  content: "î•²";
}
.fa-comment-alt-slash:before,
.fa-message-slash:before {
  content: "ï’©";
}
.fa-bolt:before,
.fa-zap:before {
  content: "ïƒ§";
}
.fa-trash-can-check:before {
  content: "îŠ©";
}
.fa-glass-water:before {
  content: "î“´";
}
.fa-oil-well:before {
  content: "î”²";
}
.fa-person-simple:before {
  content: "îˆ ";
}
.fa-vault:before {
  content: "î‹…";
}
.fa-mars:before {
  content: "ïˆ¢";
}
.fa-toilet:before {
  content: "ïŸ˜";
}
.fa-plane-circle-xmark:before {
  content: "î•—";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "ï…—";
}
.fa-notes:before {
  content: "îˆ‚";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "ï…˜";
}
.fa-trash-arrow-turn-left:before,
.fa-trash-undo:before {
  content: "ï¢•";
}
.fa-champagne-glass:before,
.fa-glass-champagne:before {
  content: "ïžž";
}
.fa-objects-align-center-horizontal:before {
  content: "îŽ¼";
}
.fa-sun:before {
  content: "ï†…";
}
.fa-trash-alt-slash:before,
.fa-trash-can-slash:before {
  content: "îŠ­";
}
.fa-screen-users:before,
.fa-users-class:before {
  content: "ï˜½";
}
.fa-guitar:before {
  content: "ïž¦";
}
.fa-arrow-square-left:before,
.fa-square-arrow-left:before {
  content: "ïŒº";
}
.fa-square-8:before {
  content: "î‰";
}
.fa-face-smile-hearts:before {
  content: "îŽ";
}
.fa-brackets-square:before,
.fa-brackets:before {
  content: "ïŸ©";
}
.fa-laptop-arrow-down:before {
  content: "î‡†";
}
.fa-hockey-stick-puck:before {
  content: "îŽ®";
}
.fa-house-tree:before {
  content: "î†³";
}
.fa-signal-2:before,
.fa-signal-fair:before {
  content: "ïš";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "ï–œ";
}
.fa-circle-dollar:before,
.fa-dollar-circle:before,
.fa-usd-circle:before {
  content: "ï‹¨";
}
.fa-horse-head:before {
  content: "ïž«";
}
.fa-arrows-repeat:before,
.fa-repeat-alt:before {
  content: "ï¤";
}
.fa-bore-hole:before {
  content: "î“ƒ";
}
.fa-industry:before {
  content: "ï‰µ";
}
.fa-image-polaroid:before {
  content: "ï£„";
}
.fa-wave-triangle:before {
  content: "ï¢š";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "ï˜";
}
.fa-grill:before {
  content: "î–£";
}
.fa-arrows-turn-to-dots:before {
  content: "î“";
}
.fa-analytics:before,
.fa-chart-mixed:before {
  content: "ï™ƒ";
}
.fa-florin-sign:before {
  content: "î†„";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "ï¢„";
}
.fa-less-than:before {
  content: "\<";
}
.fa-desktop-code:before,
.fa-display-code:before {
  content: "î…¥";
}
.fa-face-drooling:before {
  content: "î²";
}
.fa-oil-temp:before,
.fa-oil-temperature:before {
  content: "ï˜”";
}
.fa-question-square:before,
.fa-square-question:before {
  content: "ï‹½";
}
.fa-air-conditioner:before {
  content: "ï£´";
}
.fa-angle-down:before {
  content: "ï„‡";
}
.fa-mountains:before {
  content: "ï›½";
}
.fa-omega:before {
  content: "ï™º";
}
.fa-car-tunnel:before {
  content: "î“ž";
}
.fa-person-dolly-empty:before {
  content: "ï“‘";
}
.fa-pan-food:before {
  content: "î«";
}
.fa-head-side-cough:before {
  content: "î¡";
}
.fa-grip-lines:before {
  content: "ïž¤";
}
.fa-thumbs-down:before {
  content: "ï…¥";
}
.fa-user-lock:before {
  content: "ï”‚";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "ï…¸";
}
.fa-tickets-airline:before {
  content: "îŠ›";
}
.fa-anchor-circle-xmark:before {
  content: "î’¬";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "ï…";
}
.fa-nfc-slash:before {
  content: "î‡¼";
}
.fa-chess-pawn:before {
  content: "ï‘ƒ";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "ï‘¹";
}
.fa-grid-2-plus:before {
  content: "î†—";
}
.fa-bells:before {
  content: "ï¿";
}
.fa-person-through-window:before {
  content: "î–©";
}
.fa-toolbox:before {
  content: "ï•’";
}
.fa-envelope-badge:before,
.fa-envelope-dot:before {
  content: "î…¯";
}
.fa-hands-holding-circle:before {
  content: "î“»";
}
.fa-bug:before {
  content: "ï†ˆ";
}
.fa-bowl-chopsticks:before {
  content: "î‹©";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "ï‚";
}
.fa-circle-s:before {
  content: "î„¡";
}
.fa-box-ballot:before {
  content: "ïœµ";
}
.fa-automobile:before,
.fa-car:before {
  content: "ï†¹";
}
.fa-hand-holding-hand:before {
  content: "î“·";
}
.fa-user-tie-hair:before {
  content: "î‘Ÿ";
}
.fa-podium-star:before {
  content: "ï˜";
}
.fa-business-front:before,
.fa-party-back:before,
.fa-trian-balbot:before,
.fa-user-hair-mullet:before {
  content: "î‘œ";
}
.fa-microphone-stand:before {
  content: "ï£‹";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "ï—š";
}
.fa-family-dress:before {
  content: "îŒ";
}
.fa-circle-x:before {
  content: "î„®";
}
.fa-cabin:before {
  content: "î‘­";
}
.fa-mountain-sun:before {
  content: "î”¯";
}
.fa-chart-simple-horizontal:before {
  content: "î‘´";
}
.fa-arrows-left-right-to-line:before {
  content: "î’º";
}
.fa-hand-back-point-left:before {
  content: "î†Ÿ";
}
.fa-comment-alt-dots:before,
.fa-message-dots:before,
.fa-messaging:before {
  content: "ï’£";
}
.fa-file-heart:before {
  content: "î…¶";
}
.fa-beer-foam:before,
.fa-beer-mug:before {
  content: "î‚³";
}
.fa-dice-d20:before {
  content: "ï›";
}
.fa-drone:before {
  content: "ï¡Ÿ";
}
.fa-truck-droplet:before {
  content: "î–Œ";
}
.fa-file-circle-xmark:before {
  content: "î–¡";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "î€";
}
.fa-medal:before {
  content: "ï–¢";
}
.fa-bed:before {
  content: "ïˆ¶";
}
.fa-book-copy:before {
  content: "î‚¾";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "ïƒ½";
}
.fa-square-c:before {
  content: "î‰¦";
}
.fa-clock-two:before {
  content: "îš";
}
.fa-square-ellipsis-vertical:before {
  content: "î‰¯";
}
.fa-podcast:before {
  content: "ï‹Ž";
}
.fa-bee:before {
  content: "î‚²";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "ï‹‡";
}
.fa-bell:before {
  content: "ïƒ³";
}
.fa-candy-bar:before,
.fa-chocolate-bar:before {
  content: "î¨";
}
.fa-xmark-large:before {
  content: "î–›";
}
.fa-pinata:before {
  content: "îƒ";
}
.fa-arrows-from-line:before {
  content: "î‚¤";
}
.fa-superscript:before {
  content: "ï„«";
}
.fa-bowl-spoon:before {
  content: "î ";
}
.fa-hexagon-check:before {
  content: "î–";
}
.fa-plug-circle-xmark:before {
  content: "î• ";
}
.fa-star-of-life:before {
  content: "ï˜¡";
}
.fa-phone-slash:before {
  content: "ï";
}
.fa-traffic-light-stop:before {
  content: "ï˜º";
}
.fa-paint-roller:before {
  content: "ï–ª";
}
.fa-accent-grave:before {
  content: "\`";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "ï“„";
}
.fa-circle-0:before {
  content: "îƒ­";
}
.fa-dial-med-low:before {
  content: "î… ";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "ï…";
}
.fa-crab:before {
  content: "î¿";
}
.fa-box-full:before,
.fa-box-open-full:before {
  content: "ï’œ";
}
.fa-file:before {
  content: "ï…›";
}
.fa-greater-than:before {
  content: "\>";
}
.fa-quotes:before {
  content: "îˆ´";
}
.fa-pretzel:before {
  content: "î‘";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "ï—„";
}
.fa-arrow-down:before {
  content: "ï£";
}
.fa-user-robot-xmarks:before {
  content: "î’§";
}
.fa-comment-alt-quote:before,
.fa-message-quote:before {
  content: "î‡¤";
}
.fa-candy-corn:before {
  content: "ïš½";
}
.fa-folder-magnifying-glass:before,
.fa-folder-search:before {
  content: "î†‹";
}
.fa-notebook:before {
  content: "îˆ";
}
.fa-droplet:before,
.fa-tint:before {
  content: "ïƒ";
}
.fa-bullseye-pointer:before {
  content: "ï™‰";
}
.fa-eraser:before {
  content: "ï„­";
}
.fa-hexagon-image:before {
  content: "î”„";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "ï•½";
}
.fa-crate-apple:before {
  content: "ïš±";
}
.fa-apple-crate:before {
  content: "ïš±";
}
.fa-person-burst:before {
  content: "î”»";
}
.fa-game-board:before {
  content: "ï¡§";
}
.fa-hat-chef:before {
  content: "ï¡«";
}
.fa-hand-back-point-right:before {
  content: "î†¡";
}
.fa-dove:before {
  content: "ï’º";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "ï‰„";
}
.fa-grid-4:before {
  content: "î†˜";
}
.fa-socks:before {
  content: "ïš–";
}
.fa-face-sunglasses:before {
  content: "îŽ˜";
}
.fa-inbox:before {
  content: "ï€œ";
}
.fa-square-0:before {
  content: "î‰•";
}
.fa-section:before {
  content: "î‘‡";
}
.fa-box-up:before,
.fa-square-this-way-up:before {
  content: "ï’Ÿ";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "ï˜¥";
}
.fa-square-ampersand:before {
  content: "î‰ ";
}
.fa-envelope-open-text:before {
  content: "ï™˜";
}
.fa-lamp-desk:before {
  content: "î€”";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "ïƒ¸";
}
.fa-poll-people:before {
  content: "ï™";
}
.fa-glass-whiskey-rocks:before,
.fa-whiskey-glass-ice:before {
  content: "ïž¡";
}
.fa-wine-bottle:before {
  content: "ïœ¯";
}
.fa-chess-rook:before {
  content: "ï‘‡";
}
.fa-user-bounty-hunter:before {
  content: "îŠ¿";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "ï•";
}
.fa-diagram-sankey:before {
  content: "î…˜";
}
.fa-cloud-hail-mixed:before {
  content: "ïœº";
}
.fa-circle-up-left:before {
  content: "î„¨";
}
.fa-dharmachakra:before {
  content: "ï™•";
}
.fa-objects-align-left:before {
  content: "îŽ¾";
}
.fa-oil-can-drip:before {
  content: "îˆ…";
}
.fa-face-smiling-hands:before {
  content: "îŽ–";
}
.fa-broccoli:before {
  content: "î¢";
}
.fa-route-interstate:before {
  content: "ï˜›";
}
.fa-ear-muffs:before {
  content: "ïž•";
}
.fa-hotdog:before {
  content: "ï ";
}
.fa-transporter-empty:before {
  content: "î†";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "ïŠ";
}
.fa-angle-90:before {
  content: "î‚";
}
.fa-rectangle-terminal:before {
  content: "îˆ¶";
}
.fa-kite:before {
  content: "ï›´";
}
.fa-drum:before {
  content: "ï•©";
}
.fa-scrubber:before {
  content: "ï‹¸";
}
.fa-ice-cream:before {
  content: "ï ";
}
.fa-heart-circle-bolt:before {
  content: "î“¼";
}
.fa-fish-bones:before {
  content: "îŒ„";
}
.fa-deer-rudolph:before {
  content: "ïž";
}
.fa-fax:before {
  content: "ï†¬";
}
.fa-paragraph:before {
  content: "ï‡";
}
.fa-head-side-heart:before {
  content: "î†ª";
}
.fa-square-e:before {
  content: "î‰­";
}
.fa-meter-fire:before {
  content: "î‡«";
}
.fa-cloud-hail:before {
  content: "ïœ¹";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "ï²";
}
.fa-money-from-bracket:before {
  content: "îŒ’";
}
.fa-star-half:before {
  content: "ï‚‰";
}
.fa-car-bus:before {
  content: "ï¡š";
}
.fa-speaker:before {
  content: "ï£Ÿ";
}
.fa-timer:before {
  content: "îŠž";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "ï‘¨";
}
.fa-grill-hot:before {
  content: "î–¥";
}
.fa-ballot-check:before {
  content: "ïœ³";
}
.fa-chain:before,
.fa-link:before {
  content: "ïƒ";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "ïŠ¢";
}
.fa-file-minus:before {
  content: "ïŒ˜";
}
.fa-tree-city:before {
  content: "î–‡";
}
.fa-play:before {
  content: "ï‹";
}
.fa-font:before {
  content: "ï€±";
}
.fa-coffee-togo:before,
.fa-cup-togo:before {
  content: "ï›…";
}
.fa-square-down-left:before {
  content: "î‰«";
}
.fa-burger-lettuce:before {
  content: "î£";
}
.fa-rupiah-sign:before {
  content: "îˆ½";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "ï€‚";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "ï‘";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "ï‘°";
}
.fa-chevron-double-down:before,
.fa-chevrons-down:before {
  content: "ïŒ¢";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "ï ª";
}
.fa-signal-3:before,
.fa-signal-good:before {
  content: "ïšŽ";
}
.fa-location-question:before,
.fa-map-marker-question:before {
  content: "ï˜‹";
}
.fa-floppy-disk-circle-xmark:before,
.fa-floppy-disk-times:before,
.fa-save-circle-xmark:before,
.fa-save-times:before {
  content: "î†";
}
.fa-naira-sign:before {
  content: "î‡¶";
}
.fa-peach:before {
  content: "îˆ‹";
}
.fa-taxi-bus:before {
  content: "îŠ˜";
}
.fa-bracket-curly-left:before,
.fa-bracket-curly:before {
  content: "\{";
}
.fa-lobster:before {
  content: "î¡";
}
.fa-cart-flatbed-empty:before,
.fa-dolly-flatbed-empty:before {
  content: "ï‘¶";
}
.fa-colon:before {
  content: "\:";
}
.fa-cart-arrow-down:before {
  content: "ïˆ˜";
}
.fa-wand:before {
  content: "ïœª";
}
.fa-walkie-talkie:before {
  content: "ï£¯";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "ïŒœ";
}
.fa-receipt:before {
  content: "ï•ƒ";
}
.fa-table-picnic:before {
  content: "îŒ­";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "ï…‹";
}
.fa-circle-microphone-lines:before,
.fa-microphone-circle-alt:before {
  content: "î„—";
}
.fa-desktop-slash:before,
.fa-display-slash:before {
  content: "î‹º";
}
.fa-suitcase-rolling:before {
  content: "ï—";
}
.fa-person-circle-exclamation:before {
  content: "î”¿";
}
.fa-transporter-2:before {
  content: "î„";
}
.fa-hand-receiving:before,
.fa-hands-holding-diamond:before {
  content: "ï‘¼";
}
.fa-money-bill-simple-wave:before {
  content: "î‡²";
}
.fa-chevron-down:before {
  content: "ï¸";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "ï‰€";
}
.fa-bell-plus:before {
  content: "ï¡‰";
}
.fa-book-arrow-right:before {
  content: "î‚¹";
}
.fa-hospitals:before {
  content: "ï Ž";
}
.fa-club:before {
  content: "ïŒ§";
}
.fa-skull-crossbones:before {
  content: "ïœ”";
}
.fa-dewpoint:before,
.fa-droplet-degree:before {
  content: "ïˆ";
}
.fa-code-compare:before {
  content: "î„º";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "ïƒŠ";
}
.fa-hand-holding-magic:before {
  content: "ï›¥";
}
.fa-watermelon-slice:before {
  content: "îŒ·";
}
.fa-circle-ellipsis:before {
  content: "î„Š";
}
.fa-school-lock:before {
  content: "î•¯";
}
.fa-tower-cell:before {
  content: "î–…";
}
.fa-sd-cards:before {
  content: "î‰€";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "ïŒ‰";
}
.fa-envelopes:before {
  content: "î…°";
}
.fa-phone-office:before {
  content: "ï™½";
}
.fa-ranking-star:before {
  content: "î•¡";
}
.fa-chess-king:before {
  content: "ï¿";
}
.fa-nfc-pen:before {
  content: "î‡º";
}
.fa-person-harassing:before {
  content: "î•‰";
}
.fa-hat-winter:before {
  content: "ïž¨";
}
.fa-brazilian-real-sign:before {
  content: "î‘¬";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "ï’";
}
.fa-bone-break:before {
  content: "ï—˜";
}
.fa-arrow-up:before {
  content: "ï¢";
}
.fa-down-from-dotted-line:before {
  content: "î‡";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "ï‰¬";
}
.fa-border-left:before {
  content: "ï¡";
}
.fa-circle-divide:before {
  content: "î„†";
}
.fa-shrimp:before {
  content: "î‘ˆ";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "ï‚®";
}
.fa-diagram-subtask:before {
  content: "î‘¹";
}
.fa-jug-detergent:before {
  content: "î”™";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "ïŠ½";
}
.fa-square-y:before {
  content: "îŠ‡";
}
.fa-user-doctor-hair:before {
  content: "î‘˜";
}
.fa-planet-ringed:before {
  content: "î€ ";
}
.fa-mushroom:before {
  content: "î¥";
}
.fa-user-shield:before {
  content: "ï”…";
}
.fa-megaphone:before {
  content: "ï™µ";
}
.fa-circle-exclamation-check:before {
  content: "î„";
}
.fa-wind:before {
  content: "ïœ®";
}
.fa-box-dollar:before,
.fa-box-usd:before {
  content: "ï’ ";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "ï—¡";
}
.fa-y:before {
  content: "Y";
}
.fa-user-headset:before {
  content: "ï ­";
}
.fa-arrows-retweet:before,
.fa-retweet-alt:before {
  content: "ï¡";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "ïŸŽ";
}
.fa-chevron-square-right:before,
.fa-square-chevron-right:before {
  content: "ïŒ«";
}
.fa-lacrosse-stick-ball:before {
  content: "îŽ¶";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "ï’‹";
}
.fa-star-sharp:before {
  content: "îŠ‹";
}
.fa-circle-1:before {
  content: "îƒ®";
}
.fa-circle-star:before,
.fa-star-circle:before {
  content: "î„£";
}
.fa-fish:before {
  content: "ï•¸";
}
.fa-cloud-fog:before,
.fa-fog:before {
  content: "ïŽ";
}
.fa-waffle:before {
  content: "î‘¦";
}
.fa-music-alt:before,
.fa-music-note:before {
  content: "ï£";
}
.fa-hexagon-exclamation:before {
  content: "î—";
}
.fa-cart-shopping-fast:before {
  content: "îƒœ";
}
.fa-object-union:before {
  content: "î’Ÿ";
}
.fa-user-graduate:before {
  content: "ï”";
}
.fa-starfighter:before {
  content: "î€·";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "ï‚";
}
.fa-arrow-right-long-to-line:before {
  content: "î•";
}
.fa-arrow-square-down:before,
.fa-square-arrow-down:before {
  content: "ïŒ¹";
}
.fa-clapperboard:before {
  content: "î„±";
}
.fa-chevron-square-left:before,
.fa-square-chevron-left:before {
  content: "ïŒª";
}
.fa-phone-intercom:before {
  content: "î´";
}
.fa-chain-horizontal:before,
.fa-link-horizontal:before {
  content: "î‡‹";
}
.fa-mango:before {
  content: "îŒ";
}
.fa-music-alt-slash:before,
.fa-music-note-slash:before {
  content: "ï£";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "ïžº";
}
.fa-face-tongue-sweat:before {
  content: "îŽž";
}
.fa-globe-stand:before {
  content: "ï—¶";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "ï³";
}
.fa-circle-p:before {
  content: "î„š";
}
.fa-award-simple:before {
  content: "î‚«";
}
.fa-jet-fighter-up:before {
  content: "î”˜";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "ï•‚";
}
.fa-pedestal:before {
  content: "îˆ";
}
.fa-chart-pyramid:before {
  content: "îƒ¦";
}
.fa-sidebar:before {
  content: "î‰Ž";
}
.fa-frosty-head:before,
.fa-snowman-head:before {
  content: "ïž›";
}
.fa-copy:before {
  content: "ïƒ…";
}
.fa-burger-glass:before {
  content: "îƒŽ";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "ïš©";
}
.fa-hand-sparkles:before {
  content: "î";
}
.fa-bars-filter:before {
  content: "î‚­";
}
.fa-paintbrush-pencil:before {
  content: "îˆ†";
}
.fa-party-bell:before {
  content: "îŒš";
}
.fa-user-vneck-hair:before {
  content: "î‘¢";
}
.fa-jack-o-lantern:before {
  content: "ïŒŽ";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "ï–";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "ï…";
}
.fa-keynote:before {
  content: "ï™¬";
}
.fa-gun:before {
  content: "î†›";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "ï‚˜";
}
.fa-add:before,
.fa-plus:before {
  content: "\+";
}
.fa-expand:before {
  content: "ï¥";
}
.fa-computer:before {
  content: "î“¥";
}
.fa-fort:before {
  content: "î’†";
}
.fa-cloud-check:before {
  content: "îœ";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "ï€";
}
.fa-face-smirking:before {
  content: "îŽ—";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "ï‡";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "ï”œ";
}
.fa-rhombus:before {
  content: "îˆ»";
}
.fa-claw-marks:before {
  content: "ï›‚";
}
.fa-peso-sign:before {
  content: "îˆ¢";
}
.fa-face-smile-tongue:before {
  content: "îŽ”";
}
.fa-cart-circle-xmark:before {
  content: "î´";
}
.fa-building-shield:before {
  content: "î“˜";
}
.fa-circle-phone-flip:before,
.fa-phone-circle-alt:before {
  content: "î„œ";
}
.fa-baby:before {
  content: "ï¼";
}
.fa-users-line:before {
  content: "î–’";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "ï„";
}
.fa-tractor:before {
  content: "ïœ¢";
}
.fa-key-skeleton:before {
  content: "ï›³";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "ï ©";
}
.fa-arrow-down-up-lock:before {
  content: "î’°";
}
.fa-arrow-down-to-bracket:before {
  content: "î‚”";
}
.fa-lines-leaning:before {
  content: "î”ž";
}
.fa-square-q:before {
  content: "î‰»";
}
.fa-ruler-combined:before {
  content: "ï•†";
}
.fa-icons-alt:before,
.fa-symbols:before {
  content: "ï¡®";
}
.fa-copyright:before {
  content: "ï‡¹";
}
.fa-highlighter-line:before {
  content: "î†¯";
}
.fa-bracket-left:before,
.fa-bracket-square:before,
.fa-bracket:before {
  content: "\[";
}
.fa-island-tree-palm:before,
.fa-island-tropical:before {
  content: "ï ‘";
}
.fa-arrow-from-left:before,
.fa-arrow-right-from-line:before {
  content: "ïƒ";
}
.fa-h2:before {
  content: "ïŒ”";
}
.fa-equals:before {
  content: "\=";
}
.fa-cake-slice:before,
.fa-shortcake:before {
  content: "î¥";
}
.fa-peanut:before {
  content: "î°";
}
.fa-wrench-simple:before {
  content: "î‹‘";
}
.fa-blender:before {
  content: "ï”—";
}
.fa-teeth:before {
  content: "ï˜®";
}
.fa-tally-2:before {
  content: "îŠ•";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "ïˆ‹";
}
.fa-cars:before {
  content: "ï¡›";
}
.fa-axe-battle:before {
  content: "ïš³";
}
.fa-user-hair-long:before {
  content: "î‘›";
}
.fa-map:before {
  content: "ï‰¹";
}
.fa-file-circle-info:before {
  content: "î’“";
}
.fa-face-disappointed:before {
  content: "î¯";
}
.fa-lasso-sparkles:before {
  content: "î‡‰";
}
.fa-clock-eleven:before {
  content: "î‡";
}
.fa-rocket:before {
  content: "ï„µ";
}
.fa-siren-on:before {
  content: "î€®";
}
.fa-clock-ten:before {
  content: "î”";
}
.fa-candle-holder:before {
  content: "ïš¼";
}
.fa-video-arrow-down-left:before {
  content: "î‹ˆ";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "ï¡¼";
}
.fa-floppy-disk-circle-arrow-right:before,
.fa-save-circle-arrow-right:before {
  content: "î†€";
}
.fa-folder-minus:before {
  content: "ï™";
}
.fa-planet-moon:before {
  content: "î€Ÿ";
}
.fa-face-eyes-xmarks:before {
  content: "î´";
}
.fa-chart-scatter:before {
  content: "ïŸ®";
}
.fa-display-arrow-down:before {
  content: "î…¤";
}
.fa-store:before {
  content: "ï•Ž";
}
.fa-arrow-trend-up:before {
  content: "î‚˜";
}
.fa-plug-circle-minus:before {
  content: "î•ž";
}
.fa-olive-branch:before {
  content: "îŒ—";
}
.fa-angle:before {
  content: "î‚Œ";
}
.fa-vacuum-robot:before {
  content: "îŽ";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "ï“™";
}
.fa-square-divide:before {
  content: "î‰ª";
}
.fa-signal-stream-slash:before {
  content: "î‰";
}
.fa-bezier-curve:before {
  content: "ï•›";
}
.fa-eye-dropper-half:before {
  content: "î…³";
}
.fa-store-lock:before {
  content: "î’¦";
}
.fa-bell-slash:before {
  content: "ï‡¶";
}
.fa-cloud-bolt-sun:before,
.fa-thunderstorm-sun:before {
  content: "ï®";
}
.fa-camera-slash:before {
  content: "îƒ™";
}
.fa-comment-quote:before {
  content: "î…Œ";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "ï»";
}
.fa-school-flag:before {
  content: "î•®";
}
.fa-message-code:before {
  content: "î‡Ÿ";
}
.fa-glass-half-empty:before,
.fa-glass-half-full:before,
.fa-glass-half:before {
  content: "î†’";
}
.fa-fill:before {
  content: "ï•µ";
}
.fa-comment-alt-minus:before,
.fa-message-minus:before {
  content: "ï’§";
}
.fa-angle-up:before {
  content: "ï„†";
}
.fa-drumstick-bite:before {
  content: "ï›—";
}
.fa-chain-horizontal-slash:before,
.fa-link-horizontal-slash:before {
  content: "î‡Œ";
}
.fa-holly-berry:before {
  content: "ïžª";
}
.fa-chevron-left:before {
  content: "ï“";
}
.fa-bacteria:before {
  content: "î™";
}
.fa-clouds:before {
  content: "ï„";
}
.fa-money-bill-simple:before {
  content: "î‡±";
}
.fa-hand-lizard:before {
  content: "ï‰˜";
}
.fa-table-pivot:before {
  content: "îŠ‘";
}
.fa-filter-slash:before {
  content: "î…½";
}
.fa-trash-can-arrow-turn-left:before,
.fa-trash-can-undo:before,
.fa-trash-undo-alt:before {
  content: "ï¢–";
}
.fa-notdef:before {
  content: "î‡¾";
}
.fa-disease:before {
  content: "ïŸº";
}
.fa-person-to-door:before {
  content: "î³";
}
.fa-turntable:before {
  content: "ï£¤";
}
.fa-briefcase-medical:before {
  content: "ï‘©";
}
.fa-genderless:before {
  content: "ïˆ­";
}
.fa-chevron-right:before {
  content: "ï”";
}
.fa-signal-1:before,
.fa-signal-weak:before {
  content: "ïšŒ";
}
.fa-clock-five:before {
  content: "î‰";
}
.fa-retweet:before {
  content: "ï¹";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "ï—ž";
}
.fa-pump-soap:before {
  content: "î«";
}
.fa-computer-classic:before {
  content: "ï¢±";
}
.fa-frame:before {
  content: "î’•";
}
.fa-video-slash:before {
  content: "ï“¢";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "ï‰ƒ";
}
.fa-ellipsis-h-alt:before,
.fa-ellipsis-stroke:before {
  content: "ïŽ›";
}
.fa-radio:before {
  content: "ï£—";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "ï½";
}
.fa-face-expressionless:before {
  content: "î³";
}
.fa-down-to-dotted-line:before {
  content: "îˆ";
}
.fa-cloud-music:before {
  content: "ï¢®";
}
.fa-traffic-light:before {
  content: "ï˜·";
}
.fa-cloud-minus:before {
  content: "î";
}
.fa-thermometer:before {
  content: "ï’‘";
}
.fa-shield-minus:before {
  content: "î‰‰";
}
.fa-vr-cardboard:before {
  content: "ïœ©";
}
.fa-car-tilt:before {
  content: "ï—¥";
}
.fa-gauge-circle-minus:before {
  content: "î’—";
}
.fa-brightness-low:before {
  content: "îƒŠ";
}
.fa-hand-middle-finger:before {
  content: "ï †";
}
.fa-percent:before,
.fa-percentage:before {
  content: "\%";
}
.fa-truck-moving:before {
  content: "ï“Ÿ";
}
.fa-glass-water-droplet:before {
  content: "î“µ";
}
.fa-conveyor-belt:before {
  content: "ï‘®";
}
.fa-location-check:before,
.fa-map-marker-check:before {
  content: "ï˜†";
}
.fa-coin-vertical:before {
  content: "î½";
}
.fa-display:before {
  content: "î…£";
}
.fa-person-sign:before {
  content: "ï—";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "ï„˜";
}
.fa-phone-hangup:before {
  content: "îˆ¥";
}
.fa-signature-slash:before {
  content: "î‹";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "ï‚";
}
.fa-wheat-slash:before {
  content: "îŒ¹";
}
.fa-trophy:before {
  content: "ï‚‘";
}
.fa-clouds-sun:before {
  content: "ï†";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "ïšƒ";
}
.fa-hammer:before {
  content: "ï›£";
}
.fa-face-vomit:before {
  content: "îŽ ";
}
.fa-speakers:before {
  content: "ï£ ";
}
.fa-teletype-answer:before,
.fa-tty-answer:before {
  content: "îŠ¹";
}
.fa-mug-tea-saucer:before {
  content: "î‡µ";
}
.fa-diagram-lean-canvas:before {
  content: "î…–";
}
.fa-alt:before {
  content: "î‚Š";
}
.fa-dial-med-high:before,
.fa-dial:before {
  content: "î…›";
}
.fa-hand-peace:before {
  content: "ï‰›";
}
.fa-circle-trash:before,
.fa-trash-circle:before {
  content: "î„¦";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "ï‹±";
}
.fa-circle-quarters:before {
  content: "î¸";
}
.fa-spinner:before {
  content: "ï„";
}
.fa-tower-control:before {
  content: "îŠ¢";
}
.fa-arrow-up-triangle-square:before,
.fa-sort-shapes-up:before {
  content: "ï¢Š";
}
.fa-whale:before {
  content: "ïœ¬";
}
.fa-robot:before {
  content: "ï•„";
}
.fa-peace:before {
  content: "ï™¼";
}
.fa-party-horn:before {
  content: "îŒ›";
}
.fa-cogs:before,
.fa-gears:before {
  content: "ï‚…";
}
.fa-sun-alt:before,
.fa-sun-bright:before {
  content: "îŠ";
}
.fa-warehouse:before {
  content: "ï’”";
}
.fa-lock-keyhole-open:before,
.fa-lock-open-alt:before {
  content: "ï‚";
}
.fa-box-fragile:before,
.fa-square-fragile:before,
.fa-square-wine-glass-crack:before {
  content: "ï’›";
}
.fa-arrow-up-right-dots:before {
  content: "î’·";
}
.fa-square-n:before {
  content: "î‰·";
}
.fa-splotch:before {
  content: "ï–¼";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "ï–„";
}
.fa-meter:before {
  content: "î‡¨";
}
.fa-mandolin:before {
  content: "ï›¹";
}
.fa-dice-four:before {
  content: "ï”¤";
}
.fa-sim-card:before {
  content: "ïŸ„";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "ïˆ¥";
}
.fa-mercury:before {
  content: "ïˆ£";
}
.fa-up-from-bracket:before {
  content: "î–";
}
.fa-knife-kitchen:before {
  content: "ï›µ";
}
.fa-border-right:before {
  content: "ï¡’";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "ï…‰";
}
.fa-spade:before {
  content: "ï‹´";
}
.fa-card-spade:before {
  content: "î¬";
}
.fa-line-columns:before {
  content: "ï¡°";
}
.fa-arrow-right-to-line:before,
.fa-arrow-to-right:before {
  content: "ï€";
}
.fa-person-falling-burst:before {
  content: "î•‡";
}
.fa-flag-pennant:before,
.fa-pennant:before {
  content: "ï‘–";
}
.fa-conveyor-belt-empty:before {
  content: "î…";
}
.fa-award:before {
  content: "ï•™";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "ï¿";
}
.fa-building:before {
  content: "ï†­";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "ï„€";
}
.fa-camcorder:before,
.fa-video-handheld:before {
  content: "ï¢¨";
}
.fa-pancakes:before {
  content: "î­";
}
.fa-album-circle-user:before {
  content: "î’";
}
.fa-qrcode:before {
  content: "ï€©";
}
.fa-dice-d10:before {
  content: "ï›";
}
.fa-fireplace:before {
  content: "ïžš";
}
.fa-browser:before {
  content: "ï¾";
}
.fa-pen-paintbrush:before,
.fa-pencil-paintbrush:before {
  content: "ï˜˜";
}
.fa-fish-cooked:before {
  content: "ïŸ¾";
}
.fa-chair-office:before {
  content: "ï›";
}
.fa-nesting-dolls:before {
  content: "îŽº";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "ï‡š";
}
.fa-trumpet:before {
  content: "ï££";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "ï–ƒ";
}
.fa-fire-smoke:before {
  content: "ï‹";
}
.fa-phone-missed:before {
  content: "îˆ¦";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "ï•®";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "ï„²";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "ï¢…";
}
.fa-arrows-repeat-1:before,
.fa-repeat-1-alt:before {
  content: "ï¦";
}
.fa-gun-slash:before {
  content: "î†œ";
}
.fa-avocado:before {
  content: "î‚ª";
}
.fa-binary:before {
  content: "îŒ»";
}
.fa-glasses-alt:before,
.fa-glasses-round:before {
  content: "ï—µ";
}
.fa-phone-plus:before {
  content: "ï“’";
}
.fa-ditto:before {
  content: '"';
}
.fa-person-seat:before {
  content: "îˆž";
}
.fa-house-medical:before {
  content: "îŽ²";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "ï‘";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "ï„·";
}
.fa-house-chimney-window:before {
  content: "î€";
}
.fa-scythe:before {
  content: "ïœ";
}
.fa-pen-nib:before {
  content: "ï–­";
}
.fa-ban-parking:before,
.fa-parking-circle-slash:before {
  content: "ï˜–";
}
.fa-tent-arrow-turn-left:before {
  content: "î–€";
}
.fa-face-diagonal-mouth:before {
  content: "î‘¾";
}
.fa-diagram-cells:before {
  content: "î‘µ";
}
.fa-cricket-bat-ball:before,
.fa-cricket:before {
  content: "ï‘‰";
}
.fa-tents:before {
  content: "î–‚";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "ïƒ";
}
.fa-dog:before {
  content: "ï›“";
}
.fa-pen-line:before {
  content: "îˆ’";
}
.fa-atom-alt:before,
.fa-atom-simple:before {
  content: "ï—“";
}
.fa-ampersand:before {
  content: "\&";
}
.fa-carrot:before {
  content: "ïž‡";
}
.fa-arrow-from-bottom:before,
.fa-arrow-up-from-line:before {
  content: "ï‚";
}
.fa-moon:before {
  content: "ï††";
}
.fa-pen-slash:before {
  content: "îˆ“";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "ï—Ž";
}
.fa-square-star:before {
  content: "î‰¿";
}
.fa-cheese:before {
  content: "ïŸ¯";
}
.fa-send-backward:before {
  content: "ï¡¿";
}
.fa-yin-yang:before {
  content: "ïš­";
}
.fa-music:before {
  content: "ï€";
}
.fa-compass-slash:before {
  content: "ï—©";
}
.fa-clock-one:before {
  content: "îŽ";
}
.fa-file-music:before {
  content: "ï¢¶";
}
.fa-code-commit:before {
  content: "ïŽ†";
}
.fa-temperature-low:before {
  content: "ï«";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "ï¡Š";
}
.fa-skeleton:before {
  content: "ï˜ ";
}
.fa-circle-g:before {
  content: "î„";
}
.fa-circle-arrow-up-left:before {
  content: "îƒ»";
}
.fa-coin-blank:before {
  content: "î»";
}
.fa-broom:before {
  content: "ï”š";
}
.fa-vacuum:before {
  content: "î";
}
.fa-shield-heart:before {
  content: "î•´";
}
.fa-card-heart:before {
  content: "î«";
}
.fa-lightbulb-cfl-on:before {
  content: "î–§";
}
.fa-melon:before {
  content: "îŒ";
}
.fa-gopuram:before {
  content: "ï™¤";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "î‘»";
}
.fa-container-storage:before {
  content: "ï’·";
}
.fa-face-pouting:before {
  content: "îŽ‡";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "ï‹“";
}
.fa-exploding-head:before,
.fa-face-explode:before {
  content: "î‹¾";
}
.fa-hashtag:before {
  content: "\#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "ï¤";
}
.fa-oil-can:before {
  content: "ï˜“";
}
.fa-t:before {
  content: "T";
}
.fa-transformer-bolt:before {
  content: "îŠ¤";
}
.fa-hippo:before {
  content: "ï›­";
}
.fa-chart-column:before {
  content: "îƒ£";
}
.fa-cassette-vhs:before,
.fa-vhs:before {
  content: "ï£¬";
}
.fa-infinity:before {
  content: "ï”´";
}
.fa-vial-circle-check:before {
  content: "î––";
}
.fa-chimney:before {
  content: "ïž‹";
}
.fa-object-intersect:before {
  content: "î’";
}
.fa-person-arrow-down-to-line:before {
  content: "î”¸";
}
.fa-voicemail:before {
  content: "ï¢—";
}
.fa-block-brick:before,
.fa-wall-brick:before {
  content: "î›";
}
.fa-fan:before {
  content: "ï¡£";
}
.fa-bags-shopping:before {
  content: "ï¡‡";
}
.fa-paragraph-left:before,
.fa-paragraph-rtl:before {
  content: "ï¡¸";
}
.fa-person-walking-luggage:before {
  content: "î•”";
}
.fa-caravan-alt:before,
.fa-caravan-simple:before {
  content: "î€€";
}
.fa-turtle:before {
  content: "ïœ¦";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "ïŒ¸";
}
.fa-cloud-moon-rain:before {
  content: "ïœ¼";
}
.fa-booth-curtain:before {
  content: "ïœ´";
}
.fa-calendar:before {
  content: "ï„³";
}
.fa-box-heart:before {
  content: "ï’";
}
.fa-trailer:before {
  content: "î";
}
.fa-user-doctor-message:before,
.fa-user-md-chat:before {
  content: "ï ®";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "ï™¦";
}
.fa-amp-guitar:before {
  content: "ï¢¡";
}
.fa-sd-card:before {
  content: "ïŸ‚";
}
.fa-volume-slash:before {
  content: "ï‹¢";
}
.fa-border-bottom:before {
  content: "ï¡";
}
.fa-wifi-1:before,
.fa-wifi-weak:before {
  content: "ïšª";
}
.fa-dragon:before {
  content: "ï›•";
}
.fa-shoe-prints:before {
  content: "ï•‹";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "ï•";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "ï–‹";
}
.fa-hand-holding:before {
  content: "ï’½";
}
.fa-plug-circle-exclamation:before {
  content: "î•";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "ï„§";
}
.fa-clone:before {
  content: "ï‰";
}
.fa-person-walking-arrow-loop-left:before {
  content: "î•‘";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "ï¢‚";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "ïŸ¤";
}
.fa-tornado:before {
  content: "ï¯";
}
.fa-file-circle-plus:before {
  content: "î’”";
}
.fa-delete-right:before {
  content: "î…”";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "ïš‡";
}
.fa-circle-quarter:before {
  content: "î„Ÿ";
}
.fa-anchor:before {
  content: "ï„½";
}
.fa-border-all:before {
  content: "ï¡Œ";
}
.fa-function:before {
  content: "ï™¡";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "ï•–";
}
.fa-people-simple:before {
  content: "îˆ›";
}
.fa-cookie-bite:before {
  content: "ï•¤";
}
.fa-arrow-trend-down:before {
  content: "î‚—";
}
.fa-feed:before,
.fa-rss:before {
  content: "ï‚ž";
}
.fa-face-monocle:before {
  content: "îŽ€";
}
.fa-draw-polygon:before {
  content: "ï—®";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "ï‰Ž";
}
.fa-calendar-lines:before,
.fa-calendar-note:before {
  content: "îƒ•";
}
.fa-arrow-down-big-small:before,
.fa-sort-size-down:before {
  content: "ï¢Œ";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "ï˜ª";
}
.fa-do-not-enter:before {
  content: "ï—¬";
}
.fa-shower:before {
  content: "ï‹Œ";
}
.fa-dice-d8:before {
  content: "ï›’";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "ïŽ";
}
.fa-m:before {
  content: "M";
}
.fa-grip-dots-vertical:before {
  content: "î‘";
}
.fa-face-viewfinder:before {
  content: "î‹¿";
}
.fa-creemee:before,
.fa-soft-serve:before {
  content: "î€";
}
.fa-h5:before {
  content: "î’";
}
.fa-hand-back-point-down:before {
  content: "î†ž";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "ï€‹";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "ïŸ";
}
.fa-rectangle-landscape:before,
.fa-rectangle:before {
  content: "ï‹º";
}
.fa-clipboard-list-check:before {
  content: "ïœ·";
}
.fa-turkey:before {
  content: "ïœ¥";
}
.fa-book:before {
  content: "ï€­";
}
.fa-user-plus:before {
  content: "ïˆ´";
}
.fa-ice-skate:before {
  content: "ïž¬";
}
.fa-check:before {
  content: "ï€Œ";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "ï‰";
}
.fa-tomato:before {
  content: "îŒ°";
}
.fa-sword-laser:before {
  content: "î€»";
}
.fa-house-circle-check:before {
  content: "î”‰";
}
.fa-buildings:before {
  content: "îƒŒ";
}
.fa-angle-left:before {
  content: "ï„„";
}
.fa-cart-flatbed-boxes:before,
.fa-dolly-flatbed-alt:before {
  content: "ï‘µ";
}
.fa-diagram-successor:before {
  content: "î‘º";
}
.fa-truck-arrow-right:before {
  content: "î–‹";
}
.fa-square-w:before {
  content: "îŠ…";
}
.fa-arrows-split-up-and-left:before {
  content: "î’¼";
}
.fa-lamp:before {
  content: "ï“Š";
}
.fa-airplay:before {
  content: "î‚‰";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "ï›ž";
}
.fa-shield-quartered:before {
  content: "î•µ";
}
.fa-slash-forward:before {
  content: "\/";
}
.fa-location-pen:before,
.fa-map-marker-edit:before {
  content: "ï˜‡";
}
.fa-cloud-moon:before {
  content: "ï›ƒ";
}
.fa-pot-food:before {
  content: "î¿";
}
.fa-briefcase:before {
  content: "ï‚±";
}
.fa-person-falling:before {
  content: "î•†";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "ï ";
}
.fa-user-tag:before {
  content: "ï”‡";
}
.fa-rug:before {
  content: "î•©";
}
.fa-print-slash:before {
  content: "ïš†";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "ïž¢";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "ï–";
}
.fa-hand-back-point-ribbon:before {
  content: "î† ";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "ï";
}
.fa-tire-rugged:before {
  content: "ï˜´";
}
.fa-lightbulb-dollar:before {
  content: "ï™°";
}
.fa-cowbell:before {
  content: "ï¢³";
}
.fa-baht-sign:before {
  content: "î‚¬";
}
.fa-corner:before {
  content: "î¾";
}
.fa-chevron-double-right:before,
.fa-chevrons-right:before {
  content: "ïŒ¤";
}
.fa-book-open:before {
  content: "ï”˜";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "ï™ª";
}
.fa-inhaler:before {
  content: "ï—¹";
}
.fa-handcuffs:before {
  content: "î“¸";
}
.fa-snake:before {
  content: "ïœ–";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "ï±";
}
.fa-note-medical:before {
  content: "îˆ€";
}
.fa-database:before {
  content: "ï‡€";
}
.fa-down-left:before {
  content: "î…ª";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "ï¤";
}
.fa-face-thinking:before {
  content: "îŽ›";
}
.fa-turn-down-right:before {
  content: "î‘•";
}
.fa-bottle-droplet:before {
  content: "î“„";
}
.fa-mask-face:before {
  content: "î‡—";
}
.fa-hill-rockslide:before {
  content: "î”ˆ";
}
.fa-scanner-keyboard:before {
  content: "ï’‰";
}
.fa-circle-o:before {
  content: "î„™";
}
.fa-grid-horizontal:before {
  content: "îŒ‡";
}
.fa-comment-alt-dollar:before,
.fa-message-dollar:before {
  content: "ï™";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "ï¢";
}
.fa-columns-3:before {
  content: "î¡";
}
.fa-paper-plane:before {
  content: "ï‡˜";
}
.fa-road-circle-exclamation:before {
  content: "î•¥";
}
.fa-dungeon:before {
  content: "ï›™";
}
.fa-hand-holding-box:before {
  content: "ï‘»";
}
.fa-input-text:before {
  content: "î†¿";
}
.fa-window-alt:before,
.fa-window-flip:before {
  content: "ï";
}
.fa-align-right:before {
  content: "ï€¸";
}
.fa-scanner-gun:before,
.fa-scanner:before {
  content: "ï’ˆ";
}
.fa-tire:before {
  content: "ï˜±";
}
.fa-engine:before {
  content: "î…®";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "ï”»";
}
.fa-life-ring:before {
  content: "ï‡";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "ïŠ§";
}
.fa-caret-circle-right:before,
.fa-circle-caret-right:before {
  content: "ïŒ°";
}
.fa-wheat:before {
  content: "ïœ­";
}
.fa-file-spreadsheet:before {
  content: "ï™›";
}
.fa-audio-description-slash:before {
  content: "î‚¨";
}
.fa-calendar-day:before {
  content: "ïžƒ";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "ï—…";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "ï½";
}
.fa-chess-pawn-alt:before,
.fa-chess-pawn-piece:before {
  content: "ï‘„";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "ï•¿";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "î‹Ž";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "ïŽ¾";
}
.fa-square-s:before {
  content: "î‰½";
}
.fa-barcode-alt:before,
.fa-rectangle-barcode:before {
  content: "ï‘£";
}
.fa-person-walking-arrow-right:before {
  content: "î•’";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "ï†™";
}
.fa-dice:before {
  content: "ï”¢";
}
.fa-unicorn:before {
  content: "ïœ§";
}
.fa-bowling-ball:before {
  content: "ï¶";
}
.fa-pompebled:before {
  content: "î½";
}
.fa-brain:before {
  content: "ï—œ";
}
.fa-watch-smart:before {
  content: "î‹Œ";
}
.fa-book-user:before {
  content: "ïŸ§";
}
.fa-sensor-cloud:before,
.fa-sensor-smoke:before {
  content: "î€¬";
}
.fa-clapperboard-play:before {
  content: "î„²";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "ï‘¢";
}
.fa-calendar-minus:before {
  content: "ï‰²";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "ï—";
}
.fa-circle-4:before {
  content: "îƒ±";
}
.fa-gifts:before {
  content: "ïžœ";
}
.fa-album-collection:before {
  content: "ï¢ ";
}
.fa-hotel:before {
  content: "ï–”";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "ï•¾";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "ï‘¿";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "ï€Ž";
}
.fa-thumbs-up:before {
  content: "ï…¤";
}
.fa-cloud-showers:before {
  content: "ïœ¿";
}
.fa-user-clock:before {
  content: "ï“½";
}
.fa-onion:before {
  content: "î§";
}
.fa-clock-twelve-thirty:before {
  content: "î™";
}
.fa-arrow-down-to-dotted-line:before {
  content: "î‚•";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "ï‘¡";
}
.fa-file-invoice:before {
  content: "ï•°";
}
.fa-window-minimize:before {
  content: "ï‹‘";
}
.fa-rectangle-wide:before {
  content: "ï‹¼";
}
.fa-comment-arrow-up:before {
  content: "î…„";
}
.fa-garlic:before {
  content: "îŽ";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "ïƒ´";
}
.fa-brush:before {
  content: "ï•";
}
.fa-tree-decorated:before {
  content: "ïŸœ";
}
.fa-mask:before {
  content: "ï›º";
}
.fa-calendar-heart:before {
  content: "îƒ“";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "ï€";
}
.fa-flower:before {
  content: "ïŸ¿";
}
.fa-ruler-vertical:before {
  content: "ï•ˆ";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "ï†";
}
.fa-starship-freighter:before {
  content: "î€º";
}
.fa-train-tram:before {
  content: "î–´";
}
.fa-bridge-suspension:before {
  content: "î“";
}
.fa-trash-check:before {
  content: "îŠ¯";
}
.fa-user-nurse:before {
  content: "ï ¯";
}
.fa-boombox:before {
  content: "ï¢¥";
}
.fa-syringe:before {
  content: "ï’Ž";
}
.fa-cloud-sun:before {
  content: "ï›„";
}
.fa-shield-exclamation:before {
  content: "î‰‡";
}
.fa-stopwatch-20:before {
  content: "î¯";
}
.fa-square-full:before {
  content: "ï‘œ";
}
.fa-grip-dots:before {
  content: "î";
}
.fa-comment-exclamation:before {
  content: "ï’¯";
}
.fa-pen-swirl:before {
  content: "îˆ”";
}
.fa-falafel:before {
  content: "îŠ";
}
.fa-circle-2:before {
  content: "îƒ¯";
}
.fa-magnet:before {
  content: "ï¶";
}
.fa-jar:before {
  content: "î”–";
}
.fa-gramophone:before {
  content: "ï¢½";
}
.fa-dice-d12:before {
  content: "ï›Ž";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "ï‰‰";
}
.fa-arrow-alt-down:before,
.fa-down:before {
  content: "ï”";
}
.fa-100:before,
.fa-hundred-points:before {
  content: "îœ";
}
.fa-paperclip-vertical:before {
  content: "î‚";
}
.fa-wind-circle-exclamation:before,
.fa-wind-warning:before {
  content: "ï¶";
}
.fa-location-pin-slash:before,
.fa-map-marker-slash:before {
  content: "ï˜Œ";
}
.fa-face-sad-sweat:before {
  content: "îŽŠ";
}
.fa-bug-slash:before {
  content: "î’";
}
.fa-cupcake:before {
  content: "î‚";
}
.fa-light-switch-off:before {
  content: "î€˜";
}
.fa-toggle-large-off:before {
  content: "î–°";
}
.fa-pen-fancy-slash:before {
  content: "îˆ";
}
.fa-truck-container:before {
  content: "ï“œ";
}
.fa-boot:before {
  content: "ïž‚";
}
.fa-arrow-up-from-water-pump:before {
  content: "î’¶";
}
.fa-file-check:before {
  content: "ïŒ–";
}
.fa-bone:before {
  content: "ï——";
}
.fa-cards-blank:before {
  content: "î“Ÿ";
}
.fa-circle-3:before {
  content: "îƒ°";
}
.fa-bench-tree:before {
  content: "î‹§";
}
.fa-keyboard-brightness-low:before {
  content: "î‡";
}
.fa-ski-boot-ski:before {
  content: "î";
}
.fa-brain-circuit:before {
  content: "îƒ†";
}
.fa-user-injured:before {
  content: "ïœ¨";
}
.fa-block-brick-fire:before,
.fa-firewall:before {
  content: "îœ";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "ï–´";
}
.fa-plane:before {
  content: "ï²";
}
.fa-tent-arrows-down:before {
  content: "î–";
}
.fa-exclamation:before {
  content: "\!";
}
.fa-arrows-spin:before {
  content: "î’»";
}
.fa-face-smile-relaxed:before {
  content: "îŽ’";
}
.fa-comment-times:before,
.fa-comment-xmark:before {
  content: "ï’µ";
}
.fa-print:before {
  content: "ï€¯";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "îŠ»";
}
.fa-face-nose-steam:before {
  content: "îŽ‚";
}
.fa-circle-waveform-lines:before,
.fa-waveform-circle:before {
  content: "î„­";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "\$";
}
.fa-ferris-wheel:before {
  content: "î…´";
}
.fa-computer-speaker:before {
  content: "ï¢²";
}
.fa-skull-cow:before {
  content: "ï£ž";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "ïšˆ";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "ï”‰";
}
.fa-person-military-pointing:before {
  content: "î•Š";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "ï†œ";
}
.fa-circle-t:before {
  content: "î„¤";
}
.fa-sack:before {
  content: "ï œ";
}
.fa-grid-2:before {
  content: "î†–";
}
.fa-camera-cctv:before,
.fa-cctv:before {
  content: "ï¢¬";
}
.fa-umbrella:before {
  content: "ïƒ©";
}
.fa-trowel:before {
  content: "î–‰";
}
.fa-horizontal-rule:before {
  content: "ï¡¬";
}
.fa-bed-alt:before,
.fa-bed-front:before {
  content: "ï£·";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "î–¯";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "ï˜°";
}
.fa-kip-sign:before {
  content: "î‡„";
}
.fa-face-woozy:before {
  content: "îŽ¢";
}
.fa-cloud-question:before {
  content: "î’’";
}
.fa-pineapple:before {
  content: "îŒŸ";
}
.fa-hand-point-left:before {
  content: "ï‚¥";
}
.fa-gallery-thumbnails:before {
  content: "îŽª";
}
.fa-circle-j:before {
  content: "î„’";
}
.fa-eyes:before {
  content: "î§";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "ï“†";
}
.fa-file-caret-up:before,
.fa-page-caret-up:before {
  content: "îª";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "ïƒ»";
}
.fa-comet:before {
  content: "î€ƒ";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "ï‡¡";
}
.fa-shield-keyhole:before {
  content: "î‰ˆ";
}
.fa-barcode:before {
  content: "ï€ª";
}
.fa-plus-minus:before {
  content: "î¼";
}
.fa-sliders-v-square:before,
.fa-square-sliders-vertical:before {
  content: "ï²";
}
.fa-video-camera:before,
.fa-video:before {
  content: "ï€½";
}
.fa-comment-middle-alt:before,
.fa-message-middle:before {
  content: "î‡¡";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "ï†";
}
.fa-hand-holding-medical:before {
  content: "îœ";
}
.fa-person-circle-check:before {
  content: "î”¾";
}
.fa-square-z:before {
  content: "îŠˆ";
}
.fa-comment-alt-text:before,
.fa-message-text:before {
  content: "î‡¦";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "ïŽ¿";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-display: block;
  font-family: Font Awesome\6 Brands;
  font-style: normal;
  font-weight: 400;
/*  src: url( format("woff2"),
    url( format("truetype");*/
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero:before {
  content: "ï";
}
.fa-hooli:before {
  content: "ï§";
}
.fa-yelp:before {
  content: "ï‡©";
}
.fa-cc-visa:before {
  content: "ï‡°";
}
.fa-lastfm:before {
  content: "ïˆ‚";
}
.fa-shopware:before {
  content: "ï–µ";
}
.fa-creative-commons-nc:before {
  content: "ï“¨";
}
.fa-aws:before {
  content: "ïµ";
}
.fa-redhat:before {
  content: "ïž¼";
}
.fa-yoast:before {
  content: "ïŠ±";
}
.fa-cloudflare:before {
  content: "î½";
}
.fa-ups:before {
  content: "ïŸ ";
}
.fa-wpexplorer:before {
  content: "ï‹ž";
}
.fa-dyalog:before {
  content: "ïŽ™";
}
.fa-bity:before {
  content: "ïº";
}
.fa-stackpath:before {
  content: "ï¡‚";
}
.fa-buysellads:before {
  content: "ïˆ";
}
.fa-first-order:before {
  content: "ïŠ°";
}
.fa-modx:before {
  content: "ïŠ…";
}
.fa-guilded:before {
  content: "î¾";
}
.fa-vnv:before {
  content: "ï‹";
}
.fa-js-square:before,
.fa-square-js:before {
  content: "ïŽ¹";
}
.fa-microsoft:before {
  content: "ïŠ";
}
.fa-qq:before {
  content: "ï‡–";
}
.fa-orcid:before {
  content: "ï£’";
}
.fa-java:before {
  content: "ï“¤";
}
.fa-invision:before {
  content: "ïž°";
}
.fa-creative-commons-pd-alt:before {
  content: "ï“­";
}
.fa-centercode:before {
  content: "ïŽ€";
}
.fa-glide-g:before {
  content: "ïŠ¦";
}
.fa-drupal:before {
  content: "ï†©";
}
.fa-hire-a-helper:before {
  content: "ïŽ°";
}
.fa-creative-commons-by:before {
  content: "ï“§";
}
.fa-unity:before {
  content: "î‰";
}
.fa-whmcs:before {
  content: "ï";
}
.fa-rocketchat:before {
  content: "ï¨";
}
.fa-vk:before {
  content: "ï†‰";
}
.fa-untappd:before {
  content: "ï…";
}
.fa-mailchimp:before {
  content: "ï–ž";
}
.fa-css3-alt:before {
  content: "ïŽ‹";
}
.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "ï†¢";
}
.fa-vimeo-v:before {
  content: "ï‰½";
}
.fa-contao:before {
  content: "ï‰­";
}
.fa-square-font-awesome:before {
  content: "î–­";
}
.fa-deskpro:before {
  content: "ïŽ";
}
.fa-sistrix:before {
  content: "ï®";
}
.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "î•";
}
.fa-battle-net:before {
  content: "ï µ";
}
.fa-the-red-yeti:before {
  content: "ïš";
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "ïŽ¯";
}
.fa-edge:before {
  content: "ïŠ‚";
}
.fa-napster:before {
  content: "ï’";
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "ïŠ­";
}
.fa-google-plus-g:before {
  content: "ïƒ•";
}
.fa-artstation:before {
  content: "ïº";
}
.fa-markdown:before {
  content: "ï˜";
}
.fa-sourcetree:before {
  content: "ïŸ“";
}
.fa-google-plus:before {
  content: "ïŠ³";
}
.fa-diaspora:before {
  content: "ïž‘";
}
.fa-foursquare:before {
  content: "ï†€";
}
.fa-stack-overflow:before {
  content: "ï…¬";
}
.fa-github-alt:before {
  content: "ï„“";
}
.fa-phoenix-squadron:before {
  content: "ï”‘";
}
.fa-pagelines:before {
  content: "ï†Œ";
}
.fa-algolia:before {
  content: "ï¬";
}
.fa-red-river:before {
  content: "ï£";
}
.fa-creative-commons-sa:before {
  content: "ï“¯";
}
.fa-safari:before {
  content: "ï‰§";
}
.fa-google:before {
  content: "ï† ";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "ïœ";
}
.fa-atlassian:before {
  content: "ï»";
}
.fa-linkedin-in:before {
  content: "ïƒ¡";
}
.fa-digital-ocean:before {
  content: "ïŽ‘";
}
.fa-nimblr:before {
  content: "ï–¨";
}
.fa-chromecast:before {
  content: "ï ¸";
}
.fa-evernote:before {
  content: "ï ¹";
}
.fa-hacker-news:before {
  content: "ï‡”";
}
.fa-creative-commons-sampling:before {
  content: "ï“°";
}
.fa-adversal:before {
  content: "ïª";
}
.fa-creative-commons:before {
  content: "ï‰ž";
}
.fa-watchman-monitoring:before {
  content: "î‚‡";
}
.fa-fonticons:before {
  content: "ïŠ€";
}
.fa-weixin:before {
  content: "ï‡—";
}
.fa-shirtsinbulk:before {
  content: "ïˆ”";
}
.fa-codepen:before {
  content: "ï‡‹";
}
.fa-git-alt:before {
  content: "ï¡";
}
.fa-lyft:before {
  content: "ïƒ";
}
.fa-rev:before {
  content: "ï–²";
}
.fa-windows:before {
  content: "ï…º";
}
.fa-wizards-of-the-coast:before {
  content: "ïœ°";
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "ïŠª";
}
.fa-meetup:before {
  content: "ï‹ ";
}
.fa-centos:before {
  content: "ïž‰";
}
.fa-adn:before {
  content: "ï…°";
}
.fa-cloudsmith:before {
  content: "ïŽ„";
}
.fa-pied-piper-alt:before {
  content: "ï†¨";
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "ïŽ—";
}
.fa-codiepie:before {
  content: "ïŠ„";
}
.fa-node:before {
  content: "ï™";
}
.fa-mix:before {
  content: "ï‹";
}
.fa-steam:before {
  content: "ï†¶";
}
.fa-cc-apple-pay:before {
  content: "ï–";
}
.fa-scribd:before {
  content: "ïŠŠ";
}
.fa-openid:before {
  content: "ï†›";
}
.fa-instalod:before {
  content: "î‚";
}
.fa-expeditedssl:before {
  content: "ïˆ¾";
}
.fa-sellcast:before {
  content: "ï‹š";
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "ï‚";
}
.fa-r-project:before {
  content: "ï“·";
}
.fa-delicious:before {
  content: "ï†¥";
}
.fa-freebsd:before {
  content: "ïŽ¤";
}
.fa-vuejs:before {
  content: "ïŸ";
}
.fa-accusoft:before {
  content: "ï©";
}
.fa-ioxhost:before {
  content: "ïˆˆ";
}
.fa-fonticons-fi:before {
  content: "ïŽ¢";
}
.fa-app-store:before {
  content: "ï¯";
}
.fa-cc-mastercard:before {
  content: "ï‡±";
}
.fa-itunes-note:before {
  content: "ïŽµ";
}
.fa-golang:before {
  content: "î";
}
.fa-kickstarter:before {
  content: "ïŽ»";
}
.fa-grav:before {
  content: "ï‹–";
}
.fa-weibo:before {
  content: "ï†Š";
}
.fa-uncharted:before {
  content: "î‚„";
}
.fa-firstdraft:before {
  content: "ïŽ¡";
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "ï±";
}
.fa-wikipedia-w:before {
  content: "ï‰¦";
}
.fa-rendact:before,
.fa-wpressr:before {
  content: "ï¤";
}
.fa-angellist:before {
  content: "ïˆ‰";
}
.fa-galactic-republic:before {
  content: "ï”Œ";
}
.fa-nfc-directional:before {
  content: "î”°";
}
.fa-skype:before {
  content: "ï…¾";
}
.fa-joget:before {
  content: "ïŽ·";
}
.fa-fedora:before {
  content: "ïž˜";
}
.fa-stripe-s:before {
  content: "ïª";
}
.fa-meta:before {
  content: "î’›";
}
.fa-laravel:before {
  content: "ïŽ½";
}
.fa-hotjar:before {
  content: "ïŽ±";
}
.fa-bluetooth-b:before {
  content: "ïŠ”";
}
.fa-sticker-mule:before {
  content: "ï·";
}
.fa-creative-commons-zero:before {
  content: "ï“³";
}
.fa-hips:before {
  content: "ï‘’";
}
.fa-behance:before {
  content: "ï†´";
}
.fa-reddit:before {
  content: "ï†¡";
}
.fa-discord:before {
  content: "ïŽ’";
}
.fa-chrome:before {
  content: "ï‰¨";
}
.fa-app-store-ios:before {
  content: "ï°";
}
.fa-cc-discover:before {
  content: "ï‡²";
}
.fa-wpbeginner:before {
  content: "ïŠ—";
}
.fa-confluence:before {
  content: "ïž";
}
.fa-mdb:before {
  content: "ï£Š";
}
.fa-dochub:before {
  content: "ïŽ”";
}
.fa-accessible-icon:before {
  content: "ï¨";
}
.fa-ebay:before {
  content: "ï“´";
}
.fa-amazon:before {
  content: "ï‰°";
}
.fa-unsplash:before {
  content: "î¼";
}
.fa-yarn:before {
  content: "ïŸ£";
}
.fa-square-steam:before,
.fa-steam-square:before {
  content: "ï†·";
}
.fa-500px:before {
  content: "ï‰®";
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "ï†”";
}
.fa-asymmetrik:before {
  content: "ï²";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "ïŠ´";
}
.fa-gratipay:before {
  content: "ï†„";
}
.fa-apple:before {
  content: "ï…¹";
}
.fa-hive:before {
  content: "î¿";
}
.fa-gitkraken:before {
  content: "ïŽ¦";
}
.fa-keybase:before {
  content: "ï“µ";
}
.fa-apple-pay:before {
  content: "ï•";
}
.fa-padlet:before {
  content: "î’ ";
}
.fa-amazon-pay:before {
  content: "ï¬";
}
.fa-github-square:before,
.fa-square-github:before {
  content: "ï‚’";
}
.fa-stumbleupon:before {
  content: "ï†¤";
}
.fa-fedex:before {
  content: "ïž—";
}
.fa-phoenix-framework:before {
  content: "ïœ";
}
.fa-shopify:before {
  content: "î—";
}
.fa-neos:before {
  content: "ï˜’";
}
.fa-hackerrank:before {
  content: "ï—·";
}
.fa-researchgate:before {
  content: "ï“¸";
}
.fa-swift:before {
  content: "ï£¡";
}
.fa-angular:before {
  content: "ï ";
}
.fa-speakap:before {
  content: "ï³";
}
.fa-angrycreative:before {
  content: "ï®";
}
.fa-y-combinator:before {
  content: "ïˆ»";
}
.fa-empire:before {
  content: "ï‡‘";
}
.fa-envira:before {
  content: "ïŠ™";
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "î–®";
}
.fa-studiovinari:before {
  content: "ï¸";
}
.fa-pied-piper:before {
  content: "ïŠ®";
}
.fa-wordpress:before {
  content: "ï†š";
}
.fa-product-hunt:before {
  content: "ïŠˆ";
}
.fa-firefox:before {
  content: "ï‰©";
}
.fa-linode:before {
  content: "ïŠ¸";
}
.fa-goodreads:before {
  content: "ïŽ¨";
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "ï‰¤";
}
.fa-jsfiddle:before {
  content: "ï‡Œ";
}
.fa-sith:before {
  content: "ï”’";
}
.fa-themeisle:before {
  content: "ïŠ²";
}
.fa-page4:before {
  content: "ï—";
}
.fa-hashnode:before {
  content: "î’™";
}
.fa-react:before {
  content: "ï›";
}
.fa-cc-paypal:before {
  content: "ï‡´";
}
.fa-squarespace:before {
  content: "ï–¾";
}
.fa-cc-stripe:before {
  content: "ï‡µ";
}
.fa-creative-commons-share:before {
  content: "ï“²";
}
.fa-bitcoin:before {
  content: "ï¹";
}
.fa-keycdn:before {
  content: "ïŽº";
}
.fa-opera:before {
  content: "ï‰ª";
}
.fa-itch-io:before {
  content: "ï º";
}
.fa-umbraco:before {
  content: "ï£¨";
}
.fa-galactic-senate:before {
  content: "ï”";
}
.fa-ubuntu:before {
  content: "ïŸŸ";
}
.fa-draft2digital:before {
  content: "ïŽ–";
}
.fa-stripe:before {
  content: "ï©";
}
.fa-houzz:before {
  content: "ï‰¼";
}
.fa-gg:before {
  content: "ï‰ ";
}
.fa-dhl:before {
  content: "ïž";
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "ïƒ“";
}
.fa-xing:before {
  content: "ï…¨";
}
.fa-blackberry:before {
  content: "ï»";
}
.fa-creative-commons-pd:before {
  content: "ï“¬";
}
.fa-playstation:before {
  content: "ïŸ";
}
.fa-quinscape:before {
  content: "ï‘™";
}
.fa-less:before {
  content: "ï";
}
.fa-blogger-b:before {
  content: "ï½";
}
.fa-opencart:before {
  content: "ïˆ½";
}
.fa-vine:before {
  content: "ï‡Š";
}
.fa-paypal:before {
  content: "ï‡­";
}
.fa-gitlab:before {
  content: "ïŠ–";
}
.fa-typo3:before {
  content: "ï«";
}
.fa-reddit-alien:before {
  content: "ïŠ";
}
.fa-yahoo:before {
  content: "ï†ž";
}
.fa-dailymotion:before {
  content: "î’";
}
.fa-affiliatetheme:before {
  content: "ï«";
}
.fa-pied-piper-pp:before {
  content: "ï†§";
}
.fa-bootstrap:before {
  content: "ï ¶";
}
.fa-odnoklassniki:before {
  content: "ï‰£";
}
.fa-nfc-symbol:before {
  content: "î”±";
}
.fa-ethereum:before {
  content: "ï®";
}
.fa-speaker-deck:before {
  content: "ï ¼";
}
.fa-creative-commons-nc-eu:before {
  content: "ï“©";
}
.fa-patreon:before {
  content: "ï™";
}
.fa-avianex:before {
  content: "ï´";
}
.fa-ello:before {
  content: "ï—±";
}
.fa-gofore:before {
  content: "ïŽ§";
}
.fa-bimobject:before {
  content: "ï¸";
}
.fa-facebook-f:before {
  content: "ïŽž";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "ïƒ”";
}
.fa-mandalorian:before {
  content: "ï”";
}
.fa-first-order-alt:before {
  content: "ï”Š";
}
.fa-osi:before {
  content: "ïš";
}
.fa-google-wallet:before {
  content: "ï‡®";
}
.fa-d-and-d-beyond:before {
  content: "ï›Š";
}
.fa-periscope:before {
  content: "ïš";
}
.fa-fulcrum:before {
  content: "ï”‹";
}
.fa-cloudscale:before {
  content: "ïŽƒ";
}
.fa-forumbee:before {
  content: "ïˆ‘";
}
.fa-mizuni:before {
  content: "ïŒ";
}
.fa-schlix:before {
  content: "ïª";
}
.fa-square-xing:before,
.fa-xing-square:before {
  content: "ï…©";
}
.fa-bandcamp:before {
  content: "ï‹•";
}
.fa-wpforms:before {
  content: "ïŠ˜";
}
.fa-cloudversify:before {
  content: "ïŽ…";
}
.fa-usps:before {
  content: "ïŸ¡";
}
.fa-megaport:before {
  content: "ï–£";
}
.fa-magento:before {
  content: "ï„";
}
.fa-spotify:before {
  content: "ï†¼";
}
.fa-optin-monster:before {
  content: "ïˆ¼";
}
.fa-fly:before {
  content: "ï—";
}
.fa-aviato:before {
  content: "ï¡";
}
.fa-itunes:before {
  content: "ïŽ´";
}
.fa-cuttlefish:before {
  content: "ïŽŒ";
}
.fa-blogger:before {
  content: "ï¼";
}
.fa-flickr:before {
  content: "ï…®";
}
.fa-viber:before {
  content: "ï‰";
}
.fa-soundcloud:before {
  content: "ï†¾";
}
.fa-digg:before {
  content: "ï†¦";
}
.fa-tencent-weibo:before {
  content: "ï‡•";
}
.fa-symfony:before {
  content: "ï ½";
}
.fa-maxcdn:before {
  content: "ï„¶";
}
.fa-etsy:before {
  content: "ï‹—";
}
.fa-facebook-messenger:before {
  content: "ïŽŸ";
}
.fa-audible:before {
  content: "ï³";
}
.fa-think-peaks:before {
  content: "ïœ±";
}
.fa-bilibili:before {
  content: "î™";
}
.fa-erlang:before {
  content: "ïŽ";
}
.fa-cotton-bureau:before {
  content: "ï¢ž";
}
.fa-dashcube:before {
  content: "ïˆ";
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "î‚€";
}
.fa-stack-exchange:before {
  content: "ï†";
}
.fa-elementor:before {
  content: "ï°";
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "î€ž";
}
.fa-creative-commons-nd:before {
  content: "ï“«";
}
.fa-palfed:before {
  content: "ï˜";
}
.fa-superpowers:before {
  content: "ï‹";
}
.fa-resolving:before {
  content: "ï§";
}
.fa-xbox:before {
  content: "ï’";
}
.fa-searchengin:before {
  content: "ï«";
}
.fa-tiktok:before {
  content: "î»";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "ï‚‚";
}
.fa-renren:before {
  content: "ï†‹";
}
.fa-linux:before {
  content: "ï…¼";
}
.fa-glide:before {
  content: "ïŠ¥";
}
.fa-linkedin:before {
  content: "ï‚Œ";
}
.fa-hubspot:before {
  content: "ïŽ²";
}
.fa-deploydog:before {
  content: "ïŽŽ";
}
.fa-twitch:before {
  content: "ï‡¨";
}
.fa-ravelry:before {
  content: "ï‹™";
}
.fa-mixer:before {
  content: "î–";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "ïˆƒ";
}
.fa-vimeo:before {
  content: "ïŠ";
}
.fa-mendeley:before {
  content: "ïž³";
}
.fa-uniregistry:before {
  content: "ï„";
}
.fa-figma:before {
  content: "ïž™";
}
.fa-creative-commons-remix:before {
  content: "ï“®";
}
.fa-cc-amazon-pay:before {
  content: "ï­";
}
.fa-dropbox:before {
  content: "ï…«";
}
.fa-instagram:before {
  content: "ï…­";
}
.fa-cmplid:before {
  content: "î ";
}
.fa-facebook:before {
  content: "ï‚š";
}
.fa-gripfire:before {
  content: "ïŽ¬";
}
.fa-jedi-order:before {
  content: "ï”Ž";
}
.fa-uikit:before {
  content: "ïƒ";
}
.fa-fort-awesome-alt:before {
  content: "ïŽ£";
}
.fa-phabricator:before {
  content: "ï›";
}
.fa-ussunnah:before {
  content: "ï‡";
}
.fa-earlybirds:before {
  content: "ïŽš";
}
.fa-trade-federation:before {
  content: "ï”“";
}
.fa-autoprefixer:before {
  content: "ïœ";
}
.fa-whatsapp:before {
  content: "ïˆ²";
}
.fa-slideshare:before {
  content: "ï‡§";
}
.fa-google-play:before {
  content: "ïŽ«";
}
.fa-viadeo:before {
  content: "ïŠ©";
}
.fa-line:before {
  content: "ï€";
}
.fa-google-drive:before {
  content: "ïŽª";
}
.fa-servicestack:before {
  content: "ï¬";
}
.fa-simplybuilt:before {
  content: "ïˆ•";
}
.fa-bitbucket:before {
  content: "ï…±";
}
.fa-imdb:before {
  content: "ï‹˜";
}
.fa-deezer:before {
  content: "î·";
}
.fa-raspberry-pi:before {
  content: "ïž»";
}
.fa-jira:before {
  content: "ïž±";
}
.fa-docker:before {
  content: "ïŽ•";
}
.fa-screenpal:before {
  content: "î•°";
}
.fa-bluetooth:before {
  content: "ïŠ“";
}
.fa-gitter:before {
  content: "ï¦";
}
.fa-d-and-d:before {
  content: "ïŽ";
}
.fa-microblog:before {
  content: "î€š";
}
.fa-cc-diners-club:before {
  content: "ï‰Œ";
}
.fa-gg-circle:before {
  content: "ï‰¡";
}
.fa-pied-piper-hat:before {
  content: "ï“¥";
}
.fa-kickstarter-k:before {
  content: "ïŽ¼";
}
.fa-yandex:before {
  content: "ï“";
}
.fa-readme:before {
  content: "ï“•";
}
.fa-html5:before {
  content: "ï„»";
}
.fa-sellsy:before {
  content: "ïˆ“";
}
.fa-sass:before {
  content: "ïž";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "î‹";
}
.fa-buromobelexperte:before {
  content: "ï¿";
}
.fa-salesforce:before {
  content: "ï »";
}
.fa-octopus-deploy:before {
  content: "î‚‚";
}
.fa-medapps:before {
  content: "ï†";
}
.fa-ns8:before {
  content: "ï•";
}
.fa-pinterest-p:before {
  content: "ïˆ±";
}
.fa-apper:before {
  content: "ï±";
}
.fa-fort-awesome:before {
  content: "ïŠ†";
}
.fa-waze:before {
  content: "ï ¿";
}
.fa-cc-jcb:before {
  content: "ï‰‹";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "ïŠ«";
}
.fa-fantasy-flight-games:before {
  content: "ï›œ";
}
.fa-rust:before {
  content: "îº";
}
.fa-wix:before {
  content: "ï—";
}
.fa-behance-square:before,
.fa-square-behance:before {
  content: "ï†µ";
}
.fa-supple:before {
  content: "ï¹";
}
.fa-rebel:before {
  content: "ï‡";
}
.fa-css3:before {
  content: "ï„¼";
}
.fa-staylinked:before {
  content: "ïµ";
}
.fa-kaggle:before {
  content: "ï—º";
}
.fa-space-awesome:before {
  content: "î–¬";
}
.fa-deviantart:before {
  content: "ï†½";
}
.fa-cpanel:before {
  content: "ïŽˆ";
}
.fa-goodreads-g:before {
  content: "ïŽ©";
}
.fa-git-square:before,
.fa-square-git:before {
  content: "ï‡’";
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "ï…´";
}
.fa-trello:before {
  content: "ï†";
}
.fa-creative-commons-nc-jp:before {
  content: "ï“ª";
}
.fa-get-pocket:before {
  content: "ï‰¥";
}
.fa-perbyte:before {
  content: "î‚ƒ";
}
.fa-grunt:before {
  content: "ïŽ­";
}
.fa-weebly:before {
  content: "ï—Œ";
}
.fa-connectdevelop:before {
  content: "ïˆŽ";
}
.fa-leanpub:before {
  content: "ïˆ’";
}
.fa-black-tie:before {
  content: "ï‰¾";
}
.fa-themeco:before {
  content: "ï—†";
}
.fa-python:before {
  content: "ï¢";
}
.fa-android:before {
  content: "ï…»";
}
.fa-bots:before {
  content: "î€";
}
.fa-free-code-camp:before {
  content: "ï‹…";
}
.fa-hornbill:before {
  content: "ï–’";
}
.fa-js:before {
  content: "ïŽ¸";
}
.fa-ideal:before {
  content: "î€“";
}
.fa-git:before {
  content: "ï‡“";
}
.fa-dev:before {
  content: "ï›Œ";
}
.fa-sketch:before {
  content: "ïŸ†";
}
.fa-yandex-international:before {
  content: "ï”";
}
.fa-cc-amex:before {
  content: "ï‡³";
}
.fa-uber:before {
  content: "ï‚";
}
.fa-github:before {
  content: "ï‚›";
}
.fa-php:before {
  content: "ï‘—";
}
.fa-alipay:before {
  content: "ï™‚";
}
.fa-youtube:before {
  content: "ï…§";
}
.fa-skyatlas:before {
  content: "ïˆ–";
}
.fa-firefox-browser:before {
  content: "î€‡";
}
.fa-replyd:before {
  content: "ï¦";
}
.fa-suse:before {
  content: "ïŸ–";
}
.fa-jenkins:before {
  content: "ïŽ¶";
}
.fa-twitter:before {
  content: "ï‚™";
}
.fa-rockrms:before {
  content: "ï©";
}
.fa-pinterest:before {
  content: "ïƒ’";
}
.fa-buffer:before {
  content: "ï ·";
}
.fa-npm:before {
  content: "ï”";
}
.fa-yammer:before {
  content: "ï¡€";
}
.fa-btc:before {
  content: "ï…š";
}
.fa-dribbble:before {
  content: "ï…½";
}
.fa-stumbleupon-circle:before {
  content: "ï†£";
}
.fa-internet-explorer:before {
  content: "ï‰«";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "ï‹†";
}
.fa-old-republic:before {
  content: "ï”";
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "ïŒ";
}
.fa-node-js:before {
  content: "ï“";
}
.fa-edge-legacy:before {
  content: "î¸";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "ï†˜";
}
.fa-medrt:before {
  content: "ïˆ";
}
.fa-usb:before {
  content: "ïŠ‡";
}
.fa-tumblr:before {
  content: "ï…³";
}
.fa-vaadin:before {
  content: "ïˆ";
}
.fa-quora:before {
  content: "ï‹„";
}
.fa-reacteurope:before {
  content: "ï";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "ïˆº";
}
.fa-amilia:before {
  content: "ï­";
}
.fa-mixcloud:before {
  content: "ïŠ‰";
}
.fa-flipboard:before {
  content: "ï‘";
}
.fa-viacoin:before {
  content: "ïˆ·";
}
.fa-critical-role:before {
  content: "ï›‰";
}
.fa-sitrox:before {
  content: "î‘Š";
}
.fa-discourse:before {
  content: "ïŽ“";
}
.fa-joomla:before {
  content: "ï†ª";
}
.fa-mastodon:before {
  content: "ï“¶";
}
.fa-airbnb:before {
  content: "ï ´";
}
.fa-wolf-pack-battalion:before {
  content: "ï””";
}
.fa-buy-n-large:before {
  content: "ï¢¦";
}
.fa-gulp:before {
  content: "ïŽ®";
}
.fa-creative-commons-sampling-plus:before {
  content: "ï“±";
}
.fa-strava:before {
  content: "ï¨";
}
.fa-ember:before {
  content: "ï£";
}
.fa-canadian-maple-leaf:before {
  content: "ïž…";
}
.fa-teamspeak:before {
  content: "ï“¹";
}
.fa-pushed:before {
  content: "ï¡";
}
.fa-wordpress-simple:before {
  content: "ï‘";
}
.fa-nutritionix:before {
  content: "ï–";
}
.fa-wodu:before {
  content: "î‚ˆ";
}
.fa-google-pay:before {
  content: "î¹";
}
.fa-intercom:before {
  content: "ïž¯";
}
.fa-zhihu:before {
  content: "ï˜¿";
}
.fa-korvue:before {
  content: "ï¯";
}
.fa-pix:before {
  content: "îº";
}
.fa-steam-symbol:before {
  content: "ï¶";
}
/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-display: block;
  font-family: Font Awesome\6 Pro;
  font-style: normal;
  font-weight: 900;
/*  src: url(format("woff2"),
    url(format("truetype");*/
}
.fa-solid,
.fas {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-display: block;
  font-family: Font Awesome\6 Pro;
  font-style: normal;
  font-weight: 300;
/*  src: url(format("woff2"),
    url(format("truetype");*/
}
@media screen and (min-width: 768px) {
  :root {
    --bs-offcanvas-padding-x: $spacing-l;
  }
}
:root {
  --bs-blue: #23375e;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc64c;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #c5c7c9;
  --bs-gray-dark: #595959;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #c5c7c9;
  --bs-gray-700: #495057;
  --bs-gray-800: #595959;
  --bs-gray-900: #212529;
  --bs-primary: #23375e;
  --bs-secondary: #ffc64c;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc64c;
  --bs-danger: #dc3545;
  --bs-light: #fff;
  --bs-dark: #000;
  --bs-light-blue: #f2f5fb;
  --bs-primary-rgb: 35,55,94;
  --bs-secondary-rgb: 255, 198, 76;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 198, 76;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 0, 0, 0;
  --bs-light-blue-rgb: 242, 245, 251;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 99, 99, 99;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: linotype-sabon, serif;
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #636363;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #c5c7c9;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #23375e;
  --bs-link-hover-color: #1c2c4b;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff4db;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  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);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #23375e;
  font-family: linotype-sabon, serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.75rem;
  }
}
.h2,
h2 {
  font-size: calc(1.3625rem + 1.35vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.375rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.875rem;
  }
}
.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-bottom: 1rem;
  margin-top: 0;
}
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: var(--bs-body-color);
  border-radius: 0;
  color: var(--bs-body-bg);
  font-size: 0.875em;
  padding: 0.1875rem 0.375rem;
}
kbd kbd {
  font-size: 1em;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #595959;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.5625rem;
  }
}
.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;
  }
}
.ais-CurrentRefinements-list,
.ais-InfiniteHits-list,
.list-inline,
.list-unstyled,
.widget ul {
  list-style: none;
  padding-left: 0;
}
.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 {
  font-size: calc(1.28125rem + 0.375vw);
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.5625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  color: #c5c7c9;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "â€”Â ";
}
.img-fluid,
.img-thumbnail,
img {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #c5c7c9;
  font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media (min-width: 1540px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 1480px;
  }
}
.gform_wrapper .gform_fields,
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.gform_wrapper .gform_fields > *,
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.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.3333333333%;
}
.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.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gform_wrapper .gform_fields,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gform_wrapper .gform_fields,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 3.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 3.5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 4rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 4rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 4.5rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 4.5rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 5rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 5.5rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 5.5rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 10rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 10rem;
}
.g-30,
.gx-30 {
  --bs-gutter-x: 15rem;
}
.g-30,
.gy-30 {
  --bs-gutter-y: 15rem;
}
.g-40,
.gx-40 {
  --bs-gutter-x: 20rem;
}
.g-40,
.gy-40 {
  --bs-gutter-y: 20rem;
}
.g-50,
.gx-50 {
  --bs-gutter-x: 25rem;
}
.g-50,
.gy-50 {
  --bs-gutter-y: 25rem;
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 25rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 25rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 10rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 10rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 15rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 15rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 20rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 20rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 25rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 25rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 25rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 25rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 25rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 25rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 25rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 25rem;
  }
}
@media (min-width: 1540px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxl-30,
  .gx-xxxl-30 {
    --bs-gutter-x: 15rem;
  }
  .g-xxxl-30,
  .gy-xxxl-30 {
    --bs-gutter-y: 15rem;
  }
  .g-xxxl-40,
  .gx-xxxl-40 {
    --bs-gutter-x: 20rem;
  }
  .g-xxxl-40,
  .gy-xxxl-40 {
    --bs-gutter-y: 20rem;
  }
  .g-xxxl-50,
  .gx-xxxl-50 {
    --bs-gutter-x: 25rem;
  }
  .g-xxxl-50,
  .gy-xxxl-50 {
    --bs-gutter-y: 25rem;
  }
}
.form-label,
label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.col-form-label {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: calc(1.28125rem + 0.375vw);
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.5625rem;
  }
}
.col-form-label-sm {
  font-size: 1.09375rem;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-text {
  color: #595959;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #636363;
  border-radius: 0;
  color: #636363;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control,
  input,
  select,
  textarea {
    transition: none;
  }
}
.form-control[type="file"],
input[type="file"],
select[type="file"],
textarea[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]),
input[type="file"]:not(:disabled):not([readonly]),
select[type="file"]:not(:disabled):not([readonly]),
textarea[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: #919baf;
  box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
  color: #636363;
  outline: 0;
}
.form-control::-webkit-date-and-time-value,
input::-webkit-date-and-time-value,
select::-webkit-date-and-time-value,
textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #636363;
  opacity: 1;
}
.form-control::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #636363;
  opacity: 1;
}
.form-control:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button,
input::file-selector-button,
select::file-selector-button,
textarea::file-selector-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #636363;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  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,
  input::file-selector-button,
  select::file-selector-button,
  textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
input:hover:not(:disabled):not([readonly])::file-selector-button,
select:hover:not(:disabled):not([readonly])::file-selector-button,
textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #636363;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.gform_widget input.form-control-plaintext[type="email"],
.gform_widget input.form-control-plaintext[type="number"],
.gform_widget input.form-control-plaintext[type="search"],
.gform_widget input.form-control-plaintext[type="tel"],
.gform_widget input.form-control-plaintext[type="text"],
.gform_widget input.form-control-plaintext[type="url"],
.gform_widget textarea.form-control-plaintext {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm,
.gform_widget input[type="email"],
.gform_widget input[type="number"],
.gform_widget input[type="search"],
.gform_widget input[type="tel"],
.gform_widget input[type="text"],
.gform_widget input[type="url"],
.gform_widget textarea {
  border-radius: 0;
  font-size: 1.09375rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button,
.gform_widget input[type="email"]::file-selector-button,
.gform_widget input[type="number"]::file-selector-button,
.gform_widget input[type="search"]::file-selector-button,
.gform_widget input[type="tel"]::file-selector-button,
.gform_widget input[type="text"]::file-selector-button,
.gform_widget input[type="url"]::file-selector-button,
.gform_widget textarea::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0;
  font-size: calc(1.28125rem + 0.375vw);
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.5625rem;
  }
}
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
textarea,
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.gform_widget textarea,
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
  width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0;
}
.form-control-color.form-control-sm,
.gform_widget input.form-control-color[type="email"],
.gform_widget input.form-control-color[type="number"],
.gform_widget input.form-control-color[type="search"],
.gform_widget input.form-control-color[type="tel"],
.gform_widget input.form-control-color[type="text"],
.gform_widget input.form-control-color[type="url"],
.gform_widget textarea.form-control-color {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.form-select,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year {
  -moz-padding-start: calc(0.75rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #636363;
  border-radius: 0;
  color: #636363;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-select,
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
    .ui-datepicker-header
    .ui-datepicker-month,
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
    .ui-datepicker-header
    .ui-datepicker-year {
    transition: none;
  }
}
.form-select:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:focus {
  border-color: #919baf;
  box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
  outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  [multiple].ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  [multiple].ui-datepicker-year,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  [size].ui-datepicker-month:not([size="1"]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  [size].ui-datepicker-year:not([size="1"]) {
  background-image: none;
  padding-right: 0.75rem;
}
.form-select:disabled,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:disabled,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:-moz-focusring,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #636363;
}
.form-select-sm,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year {
  border-radius: 0;
  font-size: 1.09375rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.form-select-lg {
  border-radius: 0;
  font-size: calc(1.28125rem + 0.375vw);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.5625rem;
  }
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.875rem;
  padding-left: 1.5em;
}
.form-check .form-check-input,
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right;
}
.form-check-reverse .form-check-input,
.form-check-reverse input[type="checkbox"],
.form-check-reverse input[type="radio"] {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}
.form-check-input,
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 1em;
  margin-top: 0.25em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
}
.form-check-input[type="checkbox"],
input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"],
input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active,
input[type="checkbox"]:active,
input[type="radio"]:active {
  filter: brightness(90%);
}
.form-check-input:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border-color: #919baf;
  box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
  outline: 0;
}
.form-check-input:checked,
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #23375e;
  border-color: #23375e;
}
.form-check-input:checked[type="checkbox"],
input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"],
input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%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,
input[type="checkbox"]:indeterminate {
  background-color: #23375e;
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
  border-color: #23375e;
}
.form-check-input:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
input[disabled][type="checkbox"] ~ .form-check-label,
input[disabled][type="radio"] ~ .form-check-label,
input[type="checkbox"]:disabled ~ .form-check-label,
input[type="radio"]:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input,
.form-switch input[type="checkbox"],
.form-switch input[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input,
  .form-switch input[type="checkbox"],
  .form-switch input[type="radio"] {
    transition: none;
  }
}
.form-switch .form-check-input:focus,
.form-switch input[type="checkbox"]:focus,
.form-switch input[type="radio"]:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23919baf'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked,
.form-switch input[type="checkbox"]:checked,
.form-switch input[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input,
.form-switch.form-check-reverse input[type="checkbox"],
.form-switch.form-check-reverse input[type="radio"] {
  margin-left: 0;
  margin-right: -2.5em;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.btn-check:disabled + .ais-ClearRefinements-button,
.btn-check:disabled + .ais-CurrentRefinements-delete,
.btn-check:disabled + .ais-InfiniteHits-loadMore,
.btn-check:disabled + .btn,
.btn-check:disabled + .button,
.btn-check:disabled + .cn-button,
.btn-check:disabled + .search-form-submit,
.btn-check:disabled + button,
.btn-check[disabled] + .ais-ClearRefinements-button,
.btn-check[disabled] + .ais-CurrentRefinements-delete,
.btn-check[disabled] + .ais-InfiniteHits-loadMore,
.btn-check[disabled] + .btn,
.btn-check[disabled] + .button,
.btn-check[disabled] + .cn-button,
.btn-check[disabled] + .search-form-submit,
.btn-check[disabled] + button,
.button.menu-item .btn-check:disabled + a,
.button.menu-item .btn-check[disabled] + a,
.gform_wrapper .btn-check:disabled + .gform_delete_file,
.gform_wrapper .btn-check[disabled] + .gform_delete_file {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #23375e;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #bdc3cf;
}
.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #23375e;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #bdc3cf;
}
.form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.form-floating > input,
.form-floating > select,
.form-floating > textarea,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .form-floating
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .form-floating
  > .ui-datepicker-year {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 1rem 0.75rem;
  pointer-events: none;
  position: absolute;
  text-align: start;
  text-overflow: ellipsis;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > input,
.form-floating > select,
.form-floating > textarea {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder,
.form-floating > input::-moz-placeholder,
.form-floating > select::-moz-placeholder,
.form-floating > textarea::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder,
.form-floating > input::placeholder,
.form-floating > select::placeholder,
.form-floating > textarea::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > input:not(:-moz-placeholder-shown),
.form-floating > select:not(:-moz-placeholder-shown),
.form-floating > textarea:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > input:focus,
.form-floating > input:not(:placeholder-shown),
.form-floating > select:focus,
.form-floating > select:not(:placeholder-shown),
.form-floating > textarea:focus,
.form-floating > textarea:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill,
.form-floating > input:-webkit-autofill,
.form-floating > select:-webkit-autofill,
.form-floating > textarea:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-select,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .form-floating
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .form-floating
  > .ui-datepicker-year {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.form-floating > input:not(:-moz-placeholder-shown) ~ label,
.form-floating > select:not(:-moz-placeholder-shown) ~ label,
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > input:focus ~ label,
.form-floating > input:not(:placeholder-shown) ~ label,
.form-floating > select:focus ~ label,
.form-floating > select:not(:placeholder-shown) ~ label,
.form-floating > textarea:focus ~ label,
.form-floating > textarea:not(:placeholder-shown) ~ label,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .form-floating
  > .ui-datepicker-month
  ~ label,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .form-floating
  > .ui-datepicker-year
  ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label,
.form-floating > input:-webkit-autofill ~ label,
.form-floating > select:-webkit-autofill ~ label,
.form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-year,
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select,
.input-group > input,
.input-group > select,
.input-group > textarea {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-month:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-year:focus,
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus,
.input-group > input:focus,
.input-group > select:focus,
.input-group > textarea:focus {
  z-index: 5;
}
.button.menu-item .input-group a,
.gform_wrapper .input-group .gform_delete_file,
.input-group .ais-ClearRefinements-button,
.input-group .ais-CurrentRefinements-delete,
.input-group .ais-InfiniteHits-loadMore,
.input-group .btn,
.input-group .button,
.input-group .button.menu-item a,
.input-group .cn-button,
.input-group .gform_wrapper .gform_delete_file,
.input-group .search-form-submit{
  position: relative;
  z-index: 2;
}
.button.menu-item .input-group a:focus,
.gform_wrapper .input-group .gform_delete_file:focus,
.input-group .ais-ClearRefinements-button:focus,
.input-group .ais-CurrentRefinements-delete:focus,
.input-group .ais-InfiniteHits-loadMore:focus,
.input-group .btn:focus,
.input-group .button.menu-item a:focus,
.input-group .button:focus,
.input-group .cn-button:focus,
.input-group .gform_wrapper .gform_delete_file:focus,
.input-group .search-form-submit:focus {
  z-index: 5;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #636363;
  border-radius: 0;
  color: #636363;
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.button.menu-item .input-group-lg > a,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-lg
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-lg
  > .ui-datepicker-year,
.gform_wrapper .input-group-lg > .gform_delete_file,
.input-group-lg > .ais-ClearRefinements-button,
.input-group-lg > .ais-CurrentRefinements-delete,
.input-group-lg > .ais-InfiniteHits-loadMore,
.input-group-lg > .btn,
.input-group-lg > .button,
.input-group-lg > .cn-button,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .search-form-submit,
.input-group-lg > button,
.input-group-lg > input,
.input-group-lg > select,
.input-group-lg > textarea {
  border-radius: 0;
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .button.menu-item .input-group-lg > a,
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
    .ui-datepicker-header
    .input-group-lg
    > .ui-datepicker-month,
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
    .ui-datepicker-header
    .input-group-lg
    > .ui-datepicker-year,
  .gform_wrapper .input-group-lg > .gform_delete_file,
  .input-group-lg > .ais-ClearRefinements-button,
  .input-group-lg > .ais-CurrentRefinements-delete,
  .input-group-lg > .ais-InfiniteHits-loadMore,
  .input-group-lg > .btn,
  .input-group-lg > .button,
  .input-group-lg > .cn-button,
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .search-form-submit,
  .input-group-lg > button,
  .input-group-lg > input,
  .input-group-lg > select,
  .input-group-lg > textarea {
    font-size: 1.5625rem;
  }
}
.button.menu-item .input-group-sm > a,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-sm
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-sm
  > .ui-datepicker-year,
.gform_wrapper .input-group-sm > .gform_delete_file,
.input-group-sm > .ais-ClearRefinements-button,
.input-group-sm > .ais-CurrentRefinements-delete,
.input-group-sm > .ais-InfiniteHits-loadMore,
.input-group-sm > .btn,
.input-group-sm > .button,
.input-group-sm > .cn-button,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .search-form-submit,
.input-group-sm > button,
.input-group-sm > input,
.input-group-sm > select,
.input-group-sm > textarea {
  border-radius: 0;
  font-size: 1.09375rem;
  padding: 0.25rem 0.5rem;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-lg
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-lg
  > .ui-datepicker-year,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-sm
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group-sm
  > .ui-datepicker-year,
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .ui-datepicker-year,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .ui-datepicker-year,
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-select,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > input,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > select,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > textarea,
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .form-floating:not(:first-child)
  > .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .form-floating:not(:first-child)
  > .ui-datepicker-year,
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > .form-floating:not(:first-child) > input,
.input-group > .form-floating:not(:first-child) > select,
.input-group > .form-floating:not(:first-child) > textarea {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.valid-feedback {
  color: #198754;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0;
  color: #fff;
  display: none;
  font-size: 1.09375rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated input:valid,
.was-validated select:valid,
.was-validated textarea:valid,
input.is-valid,
select.is-valid,
textarea.is-valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated input:valid:focus,
.was-validated select:valid:focus,
.was-validated textarea:valid:focus,
input.is-valid:focus,
select.is-valid:focus,
textarea.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
.was-validated textarea:valid,
textarea.form-control.is-valid,
textarea.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-year,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:valid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:valid,
.was-validated .form-select:valid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:valid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-month:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-month:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-year:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-year:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:valid:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:valid:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:valid:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:valid:not([multiple]):not([size]),
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:valid:not([multiple])[size="1"],
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:valid:not([multiple]):not([size]),
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-month:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-valid.ui-datepicker-year:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:valid:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:valid:focus,
.was-validated .form-select:valid:focus,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:valid:focus,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3.75rem + 1.5em);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid,
.was-validated input[type="checkbox"]:valid,
.was-validated input[type="radio"]:valid,
input.is-valid[type="checkbox"],
input.is-valid[type="radio"] {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked,
.was-validated input[type="checkbox"]:valid:checked,
.was-validated input[type="radio"]:valid:checked,
input.is-valid[type="checkbox"]:checked,
input.is-valid[type="radio"]:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus,
.was-validated input[type="checkbox"]:valid:focus,
.was-validated input[type="radio"]:valid:focus,
input.is-valid[type="checkbox"]:focus,
input.is-valid[type="radio"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label,
.was-validated input[type="checkbox"]:valid ~ .form-check-label,
.was-validated input[type="radio"]:valid ~ .form-check-label,
input.is-valid[type="checkbox"] ~ .form-check-label,
input.is-valid[type="radio"] ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback,
.form-check-inline input[type="checkbox"] ~ .valid-feedback,
.form-check-inline input[type="radio"] ~ .valid-feedback {
  margin-left: 0.5em;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-month:not(:focus).is-valid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-year:not(:focus).is-valid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .input-group
  > .ui-datepicker-month:not(:focus):valid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .input-group
  > .ui-datepicker-year:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.input-group > input:not(:focus).is-valid,
.input-group > select:not(:focus).is-valid,
.input-group > textarea:not(:focus).is-valid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-month:not(:focus):valid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-year:not(:focus):valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .input-group > input:not(:focus):valid,
.was-validated .input-group > select:not(:focus):valid,
.was-validated .input-group > textarea:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
  color: #fff;
  display: none;
  font-size: 1.09375rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated input:invalid,
.was-validated select:invalid,
.was-validated textarea:invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated input:invalid:focus,
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus,
input.is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid,
textarea.form-control.is-invalid,
textarea.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-year,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:invalid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:invalid,
.was-validated .form-select:invalid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:invalid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-month:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-month:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-year:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-year:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:invalid:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:invalid:not([multiple])[size="1"],
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:invalid:not([multiple]):not([size]),
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:invalid:not([multiple]):not([size]),
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:invalid:not([multiple])[size="1"],
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:invalid:not([multiple]):not([size]),
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-month:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .is-invalid.ui-datepicker-year:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-month:invalid:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .ui-datepicker-year:invalid:focus,
.was-validated .form-select:invalid:focus,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:invalid:focus,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3.75rem + 1.5em);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid,
.was-validated input[type="checkbox"]:invalid,
.was-validated input[type="radio"]:invalid,
input.is-invalid[type="checkbox"],
input.is-invalid[type="radio"] {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked,
.was-validated input[type="checkbox"]:invalid:checked,
.was-validated input[type="radio"]:invalid:checked,
input.is-invalid[type="checkbox"]:checked,
input.is-invalid[type="radio"]:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus,
.was-validated input[type="checkbox"]:invalid:focus,
.was-validated input[type="radio"]:invalid:focus,
input.is-invalid[type="checkbox"]:focus,
input.is-invalid[type="radio"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated input[type="checkbox"]:invalid ~ .form-check-label,
.was-validated input[type="radio"]:invalid ~ .form-check-label,
input.is-invalid[type="checkbox"] ~ .form-check-label,
input.is-invalid[type="radio"] ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback,
.form-check-inline input[type="checkbox"] ~ .invalid-feedback,
.form-check-inline input[type="radio"] ~ .invalid-feedback {
  margin-left: 0.5em;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-month:not(:focus).is-invalid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-year:not(:focus).is-invalid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .input-group
  > .ui-datepicker-month:not(:focus):invalid,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .was-validated
  .input-group
  > .ui-datepicker-year:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.input-group > input:not(:focus).is-invalid,
.input-group > select:not(:focus).is-invalid,
.input-group > textarea:not(:focus).is-invalid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-month:not(:focus):invalid,
.was-validated
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .input-group
  > .ui-datepicker-year:not(:focus):invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .input-group > input:not(:focus):invalid,
.was-validated .input-group > select:not(:focus):invalid,
.was-validated .input-group > textarea:not(:focus):invalid {
  z-index: 4;
}
.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-InfiniteHits-loadMore,
.btn,
.button,
.button.menu-item a,
.cn-button,
.cn-button.bootstrap,
.gform_wrapper .gform_delete_file,
.search-form-submit
button {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: aktiv-grotesk, sans-serif;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #636363;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  color: var(--bs-btn-color);
  cursor: pointer;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-align: center;
  text-decoration: none;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .ais-ClearRefinements-button,
  .ais-CurrentRefinements-delete,
  .ais-InfiniteHits-loadMore,
  .btn,
  .button,
  .button.menu-item a,
  .cn-button,
  .cn-button.bootstrap,
  .gform_wrapper .gform_delete_file,
  .search-form-submit {
    transition: none;
  }
}
.ais-ClearRefinements-button:hover,
.ais-CurrentRefinements-delete:hover,
.ais-InfiniteHits-loadMore:hover,
.btn:hover,
.button.menu-item a:hover,
.button:hover,
.cn-button:hover,
.gform_wrapper .gform_delete_file:hover,
.search-form-submit:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-btn-hover-color);
}
.btn-check + .ais-ClearRefinements-button:hover,
.btn-check + .ais-CurrentRefinements-delete:hover,
.btn-check + .ais-InfiniteHits-loadMore:hover,
.btn-check + .btn:hover,
.btn-check + .button:hover,
.btn-check + .cn-button:hover,
.btn-check + .search-form-submit:hover,
.btn-check + button:hover,
.button.menu-item .btn-check + a:hover {
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
  color: var(--bs-btn-color);
}
.ais-ClearRefinements-button:focus-visible,
.ais-CurrentRefinements-delete:focus-visible,
.ais-InfiniteHits-loadMore:focus-visible,
.btn:focus-visible,
.button.menu-item a:focus-visible,
.button:focus-visible,
.cn-button:focus-visible,
.gform_wrapper .gform_delete_file:focus-visible,
.search-form-submit:focus-visible {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  color: var(--bs-btn-hover-color);
  outline: 0;
}
.btn-check:focus-visible + .ais-ClearRefinements-button,
.btn-check:focus-visible + .ais-CurrentRefinements-delete,
.btn-check:focus-visible + .ais-InfiniteHits-loadMore,
.btn-check:focus-visible + .btn,
.btn-check:focus-visible + .button,
.btn-check:focus-visible + .cn-button,
.btn-check:focus-visible + .search-form-submit {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}
.active.ais-ClearRefinements-button,
.active.ais-CurrentRefinements-delete,
.active.ais-InfiniteHits-loadMore,
.active.button,
.active.cn-button,
.active.search-form-submit,
.ais-ClearRefinements-button:first-child:active,
.ais-CurrentRefinements-delete:first-child:active,
.ais-InfiniteHits-loadMore:first-child:active,
.btn-check:checked + .ais-ClearRefinements-button,
.btn-check:checked + .ais-CurrentRefinements-delete,
.btn-check:checked + .ais-InfiniteHits-loadMore,
.btn-check:checked + .btn,
.btn-check:checked + .button,
.btn-check:checked + .cn-button,
.btn-check:checked + .search-form-submit,
.btn-check:checked + button,
.btn.active,
.btn.show,
.btn:first-child:active,
.button.menu-item .btn-check:checked + a,
.button.menu-item :not(.btn-check) + a:active,
.button.menu-item a.active,
.button.menu-item a.show,
.button.menu-item a:first-child:active,
.button:first-child:active,
.cn-button:first-child:active,
.gform_wrapper .active.gform_delete_file,
.gform_wrapper .btn-check:checked + .gform_delete_file,
.gform_wrapper .gform_delete_file:first-child:active,
.gform_wrapper .show.gform_delete_file,
.gform_wrapper :not(.btn-check) + .gform_delete_file:active,
.search-form-submit:first-child:active,
.show.ais-ClearRefinements-button,
.show.ais-CurrentRefinements-delete,
.show.ais-InfiniteHits-loadMore,
.show.button,
.show.cn-button,
.show.search-form-submit button:active,
button.active,
button.show,
button:first-child:active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  color: var(--bs-btn-active-color);
}
.active.ais-ClearRefinements-button:focus-visible,
.active.ais-CurrentRefinements-delete:focus-visible,
.active.ais-InfiniteHits-loadMore:focus-visible,
.active.button:focus-visible,
.active.cn-button:focus-visible,
.active.search-form-submit:focus-visible,
.ais-ClearRefinements-button:first-child:active:focus-visible,
.ais-CurrentRefinements-delete:first-child:active:focus-visible,
.ais-InfiniteHits-loadMore:first-child:active:focus-visible,
.btn-check:checked + .ais-ClearRefinements-button:focus-visible,
.btn-check:checked + .ais-CurrentRefinements-delete:focus-visible,
.btn-check:checked + .ais-InfiniteHits-loadMore:focus-visible,
.btn-check:checked + .btn:focus-visible,
.btn-check:checked + .button:focus-visible,
.btn-check:checked + .cn-button:focus-visible,
.btn-check:checked + .search-form-submit:focus-visible,
.btn-check:checked + button:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
.button.menu-item .btn-check:checked + a:focus-visible,
.button.menu-item :not(.btn-check) + a:active:focus-visible,
.button.menu-item a.active:focus-visible,
.button.menu-item a.show:focus-visible,
.button.menu-item a:first-child:active:focus-visible,
.button:first-child:active:focus-visible,
.cn-button:first-child:active:focus-visible,
.gform_wrapper .active.gform_delete_file:focus-visible,
.gform_wrapper .btn-check:checked + .gform_delete_file:focus-visible,
.gform_wrapper .gform_delete_file:first-child:active:focus-visible,
.gform_wrapper .show.gform_delete_file:focus-visible,
.gform_wrapper :not(.btn-check) + .gform_delete_file:active:focus-visible,
.search-form-submit:first-child:active:focus-visible,
.show.ais-ClearRefinements-button:focus-visible,
.show.ais-CurrentRefinements-delete:focus-visible,
.show.ais-InfiniteHits-loadMore:focus-visible,
.show.button:focus-visible,
.show.cn-button:focus-visible,
.show.search-form-submit:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.ais-ClearRefinements-button:disabled,
.ais-CurrentRefinements-delete:disabled,
.ais-InfiniteHits-loadMore:disabled,
.btn.disabled,
.btn:disabled,
.button.menu-item a.disabled,
.button.menu-item a:disabled,
.button.menu-item fieldset:disabled a,
.button:disabled,
.cn-button:disabled,
.disabled.ais-ClearRefinements-button,
.disabled.ais-CurrentRefinements-delete,
.disabled.ais-InfiniteHits-loadMore,
.disabled.button,
.disabled.cn-button,
.disabled.search-form-submit,
.gform_wrapper .disabled.gform_delete_file,
.gform_wrapper .gform_delete_file:disabled,
.gform_wrapper fieldset:disabled .gform_delete_file,
.search-form-submit:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: var(--bs-btn-disabled-color);
  opacity: var(--bs-btn-disabled-opacity);
  pointer-events: none;
}
.btn-primary,
.button,
.button.menu-item a,
.cn-button,
.cn-button.bootstrap,
.search-form-submit
button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #23375e;
  --bs-btn-border-color: #23375e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e2f50;
  --bs-btn-hover-border-color: #1c2c4b;
  --bs-btn-focus-shadow-rgb: 68, 85, 118;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1c2c4b;
  --bs-btn-active-border-color: #1a2947;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #23375e;
  --bs-btn-disabled-border-color: #23375e;
}
.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc64c;
  --bs-btn-border-color: #ffc64c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffcf67;
  --bs-btn-hover-border-color: #ffcc5e;
  --bs-btn-focus-shadow-rgb: 217, 168, 65;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffd170;
  --bs-btn-active-border-color: #ffcc5e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc64c;
  --bs-btn-disabled-border-color: #ffc64c;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc64c;
  --bs-btn-border-color: #ffc64c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffcf67;
  --bs-btn-hover-border-color: #ffcc5e;
  --bs-btn-focus-shadow-rgb: 217, 168, 65;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffd170;
  --bs-btn-active-border-color: #ffcc5e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc64c;
  --bs-btn-disabled-border-color: #ffc64c;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #ccc;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ccc;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  --bs-btn-active-border-color: #1a1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-light-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #f2f5fb;
  --bs-btn-border-color: #f2f5fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f7fc;
  --bs-btn-hover-border-color: #f3f6fb;
  --bs-btn-focus-shadow-rgb: 206, 208, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f7fc;
  --bs-btn-active-border-color: #f3f6fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f2f5fb;
  --bs-btn-disabled-border-color: #f2f5fb;
}
.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-InfiniteHits-loadMore,
.btn-outline-primary {
  --bs-btn-color: #23375e;
  --bs-btn-border-color: #23375e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #23375e;
  --bs-btn-hover-border-color: #23375e;
  --bs-btn-focus-shadow-rgb: 35, 55, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #23375e;
  --bs-btn-active-border-color: #23375e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #23375e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #23375e;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #ffc64c;
  --bs-btn-border-color: #ffc64c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc64c;
  --bs-btn-hover-border-color: #ffc64c;
  --bs-btn-focus-shadow-rgb: 255, 198, 76;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc64c;
  --bs-btn-active-border-color: #ffc64c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc64c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc64c;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc64c;
  --bs-btn-border-color: #ffc64c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc64c;
  --bs-btn-hover-border-color: #ffc64c;
  --bs-btn-focus-shadow-rgb: 255, 198, 76;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc64c;
  --bs-btn-active-border-color: #ffc64c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc64c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc64c;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}
.btn-outline-light-blue {
  --bs-btn-color: #f2f5fb;
  --bs-btn-border-color: #f2f5fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2f5fb;
  --bs-btn-hover-border-color: #f2f5fb;
  --bs-btn-focus-shadow-rgb: 242, 245, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f5fb;
  --bs-btn-active-border-color: #f2f5fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2f5fb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2f5fb;
  --bs-gradient: none;
}
.btn-link,
.gform_wrapper .gform_delete_file {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #c5c7c9;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 68, 85, 118;
  text-decoration: underline;
}
.btn-link:focus-visible,
.gform_wrapper .gform_delete_file:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover,
.gform_wrapper .gform_delete_file:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: calc(1.28125rem + 0.375vw);
  --bs-btn-border-radius: 0;
}
@media (min-width: 1200px) {
  .btn-lg {
    --bs-btn-font-size: 1.5625rem;
  }
}
.ais-CurrentRefinements-delete,
.ais-InfiniteHits-loadMore,
.btn-sm,
.gform_widget .gform_button {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 0;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start
/*.carousel-fade .carousel-item-prev.carousel-item-end,*/
/*.carousel-fade .carousel-item.active */
{
/*  opacity: 1;*/
  z-index: 1;
  transition: opacity 0.6s 0.6s;
}


.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0.6s 0.6s;
  z-index: 0;
}
.carousel-fade .active.carousel-item-end {
  opacity: 0;
  transition: opacity 0.6s 0s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background: 0 0;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  padding: 0;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.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 {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #c5c7c9;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  isolation: isolate;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  color: var(--bs-nav-tabs-link-active-color);
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-pills {
  --bs-nav-pills-border-radius: 0;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #23375e;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  color: var(--bs-nav-pills-link-active-color);
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.265625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.5625rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.5625rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
.navbar-brand {
  color: var(--bs-navbar-brand-color);
  font-size: var(--bs-navbar-brand-font-size);
  margin-right: var(--bs-navbar-brand-margin-end);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  padding-top: var(--bs-navbar-brand-padding-y);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  color: var(--bs-navbar-color);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  color: var(--bs-navbar-color);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}
.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1540px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  background-color: transparent !important;
  border: 0 !important;
  flex-grow: 1;
  height: auto !important;
  position: static;
  transform: none !important;
  transition: none;
  visibility: visible !important;
  width: auto !important;
  z-index: auto;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0;
}
.navbar-dark {
  --bs-navbar-color: hsla(0, 0%, 100%, 0.55);
  --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
  --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1.25rem;
  --bs-dropdown-color: #636363;
  --bs-dropdown-bg: #23375e;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: -1px;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #23375e;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #23375e;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #c5c7c9;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  background-clip: padding-box;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  color: var(--bs-dropdown-color);
  display: none;
  font-size: var(--bs-dropdown-font-size);
  list-style: none;
  margin: 0;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  position: absolute;
  text-align: left;
  z-index: var(--bs-dropdown-zindex);
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1540px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: var(--bs-dropdown-spacer);
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  opacity: 1;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: var(--bs-dropdown-link-color);
  display: block;
  font-weight: 400;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: var(--bs-dropdown-header-color);
  display: block;
  font-size: 1.09375rem;
  margin-bottom: 0;
  padding: var(--bs-dropdown-header-padding-y)
    var(--bs-dropdown-header-padding-x);
  white-space: nowrap;
}
.dropdown-item-text {
  color: var(--bs-dropdown-link-color);
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #595959;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #23375e;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.pagination,
.pagination ul {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #23375e;
  --bs-pagination-active-border-color: #23375e;
  --bs-pagination-disabled-color: #c5c7c9;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link,
.pagination a {
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  color: var(--bs-pagination-color);
  display: block;
  font-size: var(--bs-pagination-font-size);
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  position: relative;
  text-decoration: none;
  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,
  .pagination a {
    transition: none;
  }
}
.page-link:hover,
.pagination a:hover {
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
  color: var(--bs-pagination-hover-color);
  z-index: 2;
}
.page-link:focus,
.pagination a:focus {
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  color: var(--bs-pagination-focus-color);
  outline: 0;
  z-index: 3;
}
.active > .page-link,
.page-link.active,
.pagination .active > a,
.pagination a.active {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  color: var(--bs-pagination-active-color);
  z-index: 3;
}
.disabled > .page-link,
.page-link.disabled,
.pagination .disabled > a,
.pagination a.disabled {
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
}
.page-item:not(:first-child) .page-link,
.page-item:not(:first-child) .pagination a,
.pagination .page-item:not(:first-child) a,
.pagination li:not(:first-child) .page-link,
.pagination li:not(:first-child) a {
  margin-left: -1px;
}
.page-item:first-child .page-link,
.page-item:first-child .pagination a,
.pagination .page-item:first-child a,
.pagination li:first-child .page-link,
.pagination li:first-child a {
  border-bottom-left-radius: var(--bs-pagination-border-radius);
  border-top-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link,
.page-item:last-child .pagination a,
.pagination .page-item:last-child a,
.pagination li:last-child .page-link,
.pagination li:last-child a {
  border-bottom-right-radius: var(--bs-pagination-border-radius);
  border-top-right-radius: var(--bs-pagination-border-radius);
}
.pagination ul,
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: calc(1.28125rem + 0.375vw);
  --bs-pagination-border-radius: 0;
}
@media (min-width: 1200px) {
  .pagination ul,
  .pagination-lg {
    --bs-pagination-font-size: 1.5625rem;
  }
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 1.09375rem;
  --bs-pagination-border-radius: 0;
}
.alert,
.gform_confirmation_wrapper,
.gform_wrapper .gform_validation_errors {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  color: var(--bs-alert-color);
  margin-bottom: var(--bs-alert-margin-bottom);
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link,
.gform_wrapper .gform_validation_errors .gform_validation_error_link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  --bs-alert-color: #152138;
  --bs-alert-bg: #d3d7df;
  --bs-alert-border-color: #bdc3cf;
}
.alert-primary .alert-link,
.alert-primary
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-primary
  .gform_validation_error_link {
  color: #111a2d;
}
.alert-secondary,
.gform_confirmation_wrapper {
  --bs-alert-color: #664f1e;
  --bs-alert-bg: #fff4db;
  --bs-alert-border-color: #ffeec9;
}
.alert-secondary .alert-link,
.alert-secondary
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_confirmation_wrapper .alert-link,
.gform_confirmation_wrapper
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-secondary
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .gform_confirmation_wrapper
  .gform_validation_error_link {
  color: #523f18;
}
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link,
.alert-success
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-success
  .gform_validation_error_link {
  color: #0c4128;
}
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link,
.alert-info
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-info
  .gform_validation_error_link {
  color: #04414d;
}
.alert-warning,
.gform_wrapper .gform_validation_errors {
  --bs-alert-color: #664f1e;
  --bs-alert-bg: #fff4db;
  --bs-alert-border-color: #ffeec9;
}
.alert-warning .alert-link,
.gform_wrapper .gform_validation_errors .alert-link,
.gform_wrapper .gform_validation_errors .gform_validation_error_link {
  color: #523f18;
}
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link,
.alert-danger
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-danger
  .gform_validation_error_link {
  color: #6a1a21;
}
.alert-light {
  --bs-alert-color: #666;
  --bs-alert-bg: #fff;
  --bs-alert-border-color: #fff;
}
.alert-light .alert-link,
.alert-light
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-light
  .gform_validation_error_link {
  color: #525252;
}
.alert-dark {
  --bs-alert-color: #000;
  --bs-alert-bg: #ccc;
  --bs-alert-border-color: #b3b3b3;
}
.alert-dark .alert-link,
.alert-dark
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-dark
  .gform_validation_error_link {
  color: #000;
}
.alert-light-blue {
  --bs-alert-color: #616264;
  --bs-alert-bg: #fcfdfe;
  --bs-alert-border-color: #fbfcfe;
}
.alert-light-blue .alert-link,
.alert-light-blue
  .gform_wrapper
  .gform_validation_errors
  .gform_validation_error_link,
.gform_wrapper
  .gform_validation_errors
  .alert-light-blue
  .gform_validation_error_link {
  color: #4e4e50;
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 100%;
  --bs-badge-font-weight: 400;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0;
  border-radius: var(--bs-badge-border-radius);
  color: var(--bs-badge-color);
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.ais-ClearRefinements-button .badge,
.ais-CurrentRefinements-delete .badge,
.ais-InfiniteHits-loadMore .badge,
.btn .badge,
.button .badge,
.button.menu-item a .badge,
.cn-button .badge,
.gform_wrapper .gform_delete_file .badge,
.search-form-submit .badge {
  position: relative;
  top: -1px;
}
.table,
table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > *,
table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.table > tbody,
table > tbody {
  vertical-align: inherit;
}
.table > thead,
table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 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-columns > :not(caption) > tr > :nth-child(2n),
.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-color: #000;
  --bs-table-bg: #d3d7df;
  --bs-table-border-color: #bec2c9;
  --bs-table-striped-bg: #c8ccd4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bec2c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3c7ce;
  --bs-table-hover-color: #000;
}
.table-primary,
.table-secondary {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #fff4db;
  --bs-table-border-color: #e6dcc5;
  --bs-table-striped-bg: #f2e8d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dcc5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece2cb;
  --bs-table-hover-color: #000;
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
}
.table-info,
.table-success {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff4db;
  --bs-table-border-color: #e6dcc5;
  --bs-table-striped-bg: #f2e8d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dcc5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece2cb;
  --bs-table-hover-color: #000;
}
.table-danger,
.table-warning {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #fff;
  --bs-table-border-color: #e6e6e6;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ececec;
  --bs-table-hover-color: #000;
}
.table-dark,
.table-light {
  border-color: var(--bs-table-border-color);
  color: var(--bs-table-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #000;
  --bs-table-border-color: #1a1a1a;
  --bs-table-striped-bg: #0d0d0d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1a1a1a;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #131313;
  --bs-table-hover-color: #fff;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1539.98px) {
  .table-responsive-xxxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.accordion {
  --bs-accordion-color: #636363;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: -1px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #636363;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23636363'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23203255'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  --bs-accordion-btn-focus-border-color: #919baf;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #203255;
  --bs-accordion-active-bg: #e9ebef;
}
.accordion-button {
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--bs-accordion-btn-color);
  display: flex;
  font-size: 1.25rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--bs-accordion-transition);
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--bs-accordion-btn-icon-transition);
  width: var(--bs-accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.gform_wrapper .gform_ajax_spinner,
.spinner-border,
.spinner-grow {
  animation: var(--bs-spinner-animation-speed) linear infinite
    var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  width: var(--bs-spinner-width);
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.gform_wrapper .gform_ajax_spinner,
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border-right-color: currentcolor;
  border: var(--bs-spinner-border-width) solid;
  border-right: var(--bs-spinner-border-width) solid transparent;
}
.gform_wrapper .gform_ajax_spinner,
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .gform_wrapper .gform_ajax_spinner,
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas-xxxl {
  --bs-offcanvas-zindex: 9999999;
  --bs-offcanvas-width: 40rem;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 3rem;
  --bs-offcanvas-color: #fff;
  --bs-offcanvas-bg: #23375e;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-sm.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-sm.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom,
  .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-sm.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-md.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-md.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom,
  .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-md.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-lg.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-lg.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom,
  .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-lg.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-xl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-xl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom,
  .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-xxl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom,
  .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1539.98px) {
  .offcanvas-xxxl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
  }
}
@media (max-width: 1539.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1539.98px) {
  .offcanvas-xxxl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-xxxl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width);
  }
  .offcanvas-xxxl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom,
  .offcanvas-xxxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xxxl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.show:not(.hiding),
  .offcanvas-xxxl.showing {
    transform: none;
  }
  .offcanvas-xxxl.hiding,
  .offcanvas-xxxl.show,
  .offcanvas-xxxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1540px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    background-color: transparent !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: var(--bs-offcanvas-bg);
  bottom: 0;
  color: var(--bs-offcanvas-color);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: var(--bs-offcanvas-zindex);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  border-right: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-end {
  border-left: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-top {
  border-bottom: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  top: 0;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  left: 0;
  max-height: 100%;
  right: 0;
}
.offcanvas.offcanvas-bottom {
  border-top: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
    calc(var(--bs-offcanvas-padding-x) * 0.5);
}
.offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.text-bg-primary {
  background-color: rgba(35, 55, 94, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}
.text-bg-secondary {
  background-color: rgba(255, 198, 76, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}
.text-bg-success {
  background-color: rgba(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}
.text-bg-info {
  background-color: rgba(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}
.text-bg-warning {
  background-color: rgba(255, 198, 76, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}
.text-bg-danger {
  background-color: rgba(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}
.text-bg-light {
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}
.text-bg-dark {
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}
.text-bg-light-blue {
  background-color: rgba(242, 245, 251, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.link-primary {
  color: #23375e !important;
}
.link-primary:focus,
.link-primary:hover {
  color: #1c2c4b !important;
}
.link-secondary {
  color: #ffc64c !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #ffd170 !important;
}
.link-success {
  color: #198754 !important;
}
.link-success:focus,
.link-success:hover {
  color: #146c43 !important;
}
.link-info {
  color: #0dcaf0 !important;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3 !important;
}
.link-warning {
  color: #ffc64c !important;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffd218 !important;
}
.link-danger {
  color: #dc3545 !important;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37 !important;
}
.link-light,
.link-light:focus,
.link-light:hover {
  color: #a6a6a6 !important;
}
.link-dark,
.link-dark:focus,
.link-dark:hover {
  color: #000 !important;
}
.link-light-blue {
  color: #f2f5fb !important;
}
.link-light-blue:focus,
.link-light-blue:hover {
  color: #f5f7fc !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  top: 0;
}
.sticky-bottom,
.sticky-top {
  position: sticky;
  z-index: 1020;
}
.sticky-bottom {
  bottom: 0;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}
@media (min-width: 1540px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}
.hstack {
  align-items: center;
  flex-direction: row;
}
.hstack,
.vstack {
  align-self: stretch;
  display: flex;
}
.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}
.genesis-skip-link .screen-reader-shortcut:not(:focus):not(:focus-within),
.genesis-skip-link .screen-reader-text span:not(:focus):not(:focus-within),
.genesis-skip-link .screen-reader-text:not(:focus):not(:focus-within),
.gform_wrapper .field_sublabel_hidden_label label,
.gform_wrapper .gform_hidden,
.gform_wrapper .gform_validation_container,
.gform_wrapper .hidden_label > .gfield_label,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  align-self: stretch;
  background-color: currentcolor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.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: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-light-blue {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-light-blue-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.m-8 {
  margin: 4.5rem !important;
}
.m-9 {
  margin: 5rem !important;
}
.m-10 {
  margin: 5.5rem !important;
}
.m-20 {
  margin: 10rem !important;
}
.m-30 {
  margin: 15rem !important;
}
.m-40 {
  margin: 20rem !important;
}
.m-50 {
  margin: 25rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-10 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}
.mx-20 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mx-30 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}
.mx-40 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}
.mx-50 {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-6 {
  margin-bottom: 3.5rem !important;
  margin-top: 3.5rem !important;
}
.my-7 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.my-8 {
  margin-bottom: 4.5rem !important;
  margin-top: 4.5rem !important;
}
.my-9 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
.my-10 {
  margin-bottom: 5.5rem !important;
  margin-top: 5.5rem !important;
}
.my-20 {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important;
}
.my-30 {
  margin-bottom: 15rem !important;
  margin-top: 15rem !important;
}
.my-40 {
  margin-bottom: 20rem !important;
  margin-top: 20rem !important;
}
.my-50 {
  margin-bottom: 25rem !important;
  margin-top: 25rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-6 {
  margin-top: 3.5rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mt-8 {
  margin-top: 4.5rem !important;
}
.mt-9 {
  margin-top: 5rem !important;
}
.mt-10 {
  margin-top: 5.5rem !important;
}
.mt-20 {
  margin-top: 10rem !important;
}
.mt-30 {
  margin-top: 15rem !important;
}
.mt-40 {
  margin-top: 20rem !important;
}
.mt-50 {
  margin-top: 25rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-6 {
  margin-right: 3.5rem !important;
}
.me-7 {
  margin-right: 4rem !important;
}
.me-8 {
  margin-right: 4.5rem !important;
}
.me-9 {
  margin-right: 5rem !important;
}
.me-10 {
  margin-right: 5.5rem !important;
}
.me-20 {
  margin-right: 10rem !important;
}
.me-30 {
  margin-right: 15rem !important;
}
.me-40 {
  margin-right: 20rem !important;
}
.me-50 {
  margin-right: 25rem !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;
}
.gform_wrapper .gform_fields .gfield,
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 4.5rem !important;
}
.mb-9 {
  margin-bottom: 5rem !important;
}
.mb-10 {
  margin-bottom: 5.5rem !important;
}
.mb-20 {
  margin-bottom: 10rem !important;
}
.mb-30 {
  margin-bottom: 15rem !important;
}
.mb-40 {
  margin-bottom: 20rem !important;
}
.mb-50 {
  margin-bottom: 25rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-6 {
  margin-left: 3.5rem !important;
}
.ms-7 {
  margin-left: 4rem !important;
}
.ms-8 {
  margin-left: 4.5rem !important;
}
.ms-9 {
  margin-left: 5rem !important;
}
.ms-10 {
  margin-left: 5.5rem !important;
}
.ms-20 {
  margin-left: 10rem !important;
}
.ms-30 {
  margin-left: 15rem !important;
}
.ms-40 {
  margin-left: 20rem !important;
}
.ms-50 {
  margin-left: 25rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.p-8 {
  padding: 4.5rem !important;
}
.p-9 {
  padding: 5rem !important;
}
.p-10 {
  padding: 5.5rem !important;
}
.p-20 {
  padding: 10rem !important;
}
.p-30 {
  padding: 15rem !important;
}
.p-40 {
  padding: 20rem !important;
}
.p-50 {
  padding: 25rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-8 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}
.px-9 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-10 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}
.px-20 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-30 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.px-40 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-50 {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.py-6 {
  padding-bottom: 3.5rem !important;
  padding-top: 3.5rem !important;
}
.py-7 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.py-8 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important;
}
.py-9 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}
.py-10 {
  padding-bottom: 5.5rem !important;
  padding-top: 5.5rem !important;
}
.py-20 {
  padding-bottom: 10rem !important;
  padding-top: 10rem !important;
}
.py-30 {
  padding-bottom: 15rem !important;
  padding-top: 15rem !important;
}
.py-40 {
  padding-bottom: 20rem !important;
  padding-top: 20rem !important;
}
.py-50 {
  padding-bottom: 25rem !important;
  padding-top: 25rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-6 {
  padding-top: 3.5rem !important;
}
.pt-7 {
  padding-top: 4rem !important;
}
.pt-8 {
  padding-top: 4.5rem !important;
}
.pt-9 {
  padding-top: 5rem !important;
}
.pt-10 {
  padding-top: 5.5rem !important;
}
.pt-20 {
  padding-top: 10rem !important;
}
.pt-30 {
  padding-top: 15rem !important;
}
.pt-40 {
  padding-top: 20rem !important;
}
.pt-50 {
  padding-top: 25rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pe-6 {
  padding-right: 3.5rem !important;
}
.pe-7 {
  padding-right: 4rem !important;
}
.pe-8 {
  padding-right: 4.5rem !important;
}
.pe-9 {
  padding-right: 5rem !important;
}
.pe-10 {
  padding-right: 5.5rem !important;
}
.pe-20 {
  padding-right: 10rem !important;
}
.pe-30 {
  padding-right: 15rem !important;
}
.pe-40 {
  padding-right: 20rem !important;
}
.pe-50 {
  padding-right: 25rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pb-6 {
  padding-bottom: 3.5rem !important;
}
.pb-7 {
  padding-bottom: 4rem !important;
}
.pb-8 {
  padding-bottom: 4.5rem !important;
}
.pb-9 {
  padding-bottom: 5rem !important;
}
.pb-10 {
  padding-bottom: 5.5rem !important;
}
.pb-20 {
  padding-bottom: 10rem !important;
}
.pb-30 {
  padding-bottom: 15rem !important;
}
.pb-40 {
  padding-bottom: 20rem !important;
}
.pb-50 {
  padding-bottom: 25rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.ps-6 {
  padding-left: 3.5rem !important;
}
.ps-7 {
  padding-left: 4rem !important;
}
.ps-8 {
  padding-left: 4.5rem !important;
}
.ps-9 {
  padding-left: 5rem !important;
}
.ps-10 {
  padding-left: 5.5rem !important;
}
.ps-20 {
  padding-left: 10rem !important;
}
.ps-30 {
  padding-left: 15rem !important;
}
.ps-40 {
  padding-left: 20rem !important;
}
.ps-50 {
  padding-left: 25rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.gap-6 {
  gap: 3.5rem !important;
}
.gap-7 {
  gap: 4rem !important;
}
.gap-8 {
  gap: 4.5rem !important;
}
.gap-9 {
  gap: 5rem !important;
}
.gap-10 {
  gap: 5.5rem !important;
}
.gap-20 {
  gap: 10rem !important;
}
.gap-30 {
  gap: 15rem !important;
}
.gap-40 {
  gap: 20rem !important;
}
.gap-50 {
  gap: 25rem !important;
}
.font-body {
  font-family: linotype-sabon, serif !important;
}
.font-secondary {
  font-family: aktiv-grotesk, sans-serif !important;
}
.font-heading {
  font-family: linotype-sabon, serif !important;
}
.fs-1 {
  font-size: calc(1.4rem + 1.8vw) !important;
}
.fs-2 {
  font-size: calc(1.3625rem + 1.35vw) !important;
}
.fs-3 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
}
.fs-17 {
  font-size: 1.0625rem !important;
}
.fs-16,
.single-poa_person .widget-title {
  font-size: 1rem !important;
}
.fs-15 {
  font-size: 0.9375rem !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-12 {
  font-size: 0.75rem !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-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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-light-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-blue-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: #595959 !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 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: #dee2e6 !important;
}
.bg-very-light {
  --bs-bg-opacity: 1;
  background-color: rgba(222, 226, 230, .6); !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-light-blue-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;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-top-left-radius: var(--bs-border-radius) !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;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .border-start-sm {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 4.5rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .m-sm-10 {
    margin: 5.5rem !important;
  }
  .m-sm-20 {
    margin: 10rem !important;
  }
  .m-sm-30 {
    margin: 15rem !important;
  }
  .m-sm-40 {
    margin: 20rem !important;
  }
  .m-sm-50 {
    margin: 25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-sm-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-sm-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-sm-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-sm-40 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-sm-50 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-6 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
  .my-sm-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-sm-8 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  .my-sm-9 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-sm-10 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .my-sm-20 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-sm-30 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-sm-40 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-sm-50 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-10 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 10rem !important;
  }
  .mt-sm-30 {
    margin-top: 15rem !important;
  }
  .mt-sm-40 {
    margin-top: 20rem !important;
  }
  .mt-sm-50 {
    margin-top: 25rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 3.5rem !important;
  }
  .me-sm-7 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 4.5rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  .me-sm-10 {
    margin-right: 5.5rem !important;
  }
  .me-sm-20 {
    margin-right: 10rem !important;
  }
  .me-sm-30 {
    margin-right: 15rem !important;
  }
  .me-sm-40 {
    margin-right: 20rem !important;
  }
  .me-sm-50 {
    margin-right: 25rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  .ms-sm-10 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 10rem !important;
  }
  .ms-sm-30 {
    margin-left: 15rem !important;
  }
  .ms-sm-40 {
    margin-left: 20rem !important;
  }
  .ms-sm-50 {
    margin-left: 25rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 4.5rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .p-sm-10 {
    padding: 5.5rem !important;
  }
  .p-sm-20 {
    padding: 10rem !important;
  }
  .p-sm-30 {
    padding: 15rem !important;
  }
  .p-sm-40 {
    padding: 20rem !important;
  }
  .p-sm-50 {
    padding: 25rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-sm-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-sm-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-sm-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-sm-30 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-sm-40 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-sm-50 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-sm-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
  .py-sm-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-sm-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .py-sm-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-sm-10 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
  .py-sm-20 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-sm-30 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-sm-40 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-sm-50 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 10rem !important;
  }
  .pt-sm-30 {
    padding-top: 15rem !important;
  }
  .pt-sm-40 {
    padding-top: 20rem !important;
  }
  .pt-sm-50 {
    padding-top: 25rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pe-sm-10 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 10rem !important;
  }
  .pe-sm-30 {
    padding-right: 15rem !important;
  }
  .pe-sm-40 {
    padding-right: 20rem !important;
  }
  .pe-sm-50 {
    padding-right: 25rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 25rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !important;
  }
  .ps-sm-10 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 10rem !important;
  }
  .ps-sm-30 {
    padding-left: 15rem !important;
  }
  .ps-sm-40 {
    padding-left: 20rem !important;
  }
  .ps-sm-50 {
    padding-left: 25rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 3.5rem !important;
  }
  .gap-sm-7 {
    gap: 4rem !important;
  }
  .gap-sm-8 {
    gap: 4.5rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .gap-sm-10 {
    gap: 5.5rem !important;
  }
  .gap-sm-20 {
    gap: 10rem !important;
  }
  .gap-sm-30 {
    gap: 15rem !important;
  }
  .gap-sm-40 {
    gap: 20rem !important;
  }
  .gap-sm-50 {
    gap: 25rem !important;
  }
  .fs-sm-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }
  .fs-sm-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .fs-sm-18 {
    font-size: 1.125rem !important;
  }
  .fs-sm-17 {
    font-size: 1.0625rem !important;
  }
  .fs-sm-16 {
    font-size: 1rem !important;
  }
  .fs-sm-15 {
    font-size: 0.9375rem !important;
  }
  .fs-sm-14 {
    font-size: 0.875rem !important;
  }
  .fs-sm-12 {
    font-size: 0.75rem !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;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .border-start-md {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 4.5rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .m-md-10 {
    margin: 5.5rem !important;
  }
  .m-md-20 {
    margin: 10rem !important;
  }
  .m-md-30 {
    margin: 15rem !important;
  }
  .m-md-40 {
    margin: 20rem !important;
  }
  .m-md-50 {
    margin: 25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-md-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-md-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-md-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-md-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-md-40 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-md-50 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-6 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
  .my-md-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-md-8 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  .my-md-9 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-md-10 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .my-md-20 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-md-30 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-md-40 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-md-50 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 4.5rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-10 {
    margin-top: 5.5rem !important;
  }
  .mt-md-20 {
    margin-top: 10rem !important;
  }
  .mt-md-30 {
    margin-top: 15rem !important;
  }
  .mt-md-40 {
    margin-top: 20rem !important;
  }
  .mt-md-50 {
    margin-top: 25rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 3.5rem !important;
  }
  .me-md-7 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 4.5rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  .me-md-10 {
    margin-right: 5.5rem !important;
  }
  .me-md-20 {
    margin-right: 10rem !important;
  }
  .me-md-30 {
    margin-right: 15rem !important;
  }
  .me-md-40 {
    margin-right: 20rem !important;
  }
  .me-md-50 {
    margin-right: 25rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 10rem !important;
  }
  .mb-md-30 {
    margin-bottom: 15rem !important;
  }
  .mb-md-40 {
    margin-bottom: 20rem !important;
  }
  .mb-md-50 {
    margin-bottom: 25rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 3.5rem !important;
  }
  .ms-md-7 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 4.5rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  .ms-md-10 {
    margin-left: 5.5rem !important;
  }
  .ms-md-20 {
    margin-left: 10rem !important;
  }
  .ms-md-30 {
    margin-left: 15rem !important;
  }
  .ms-md-40 {
    margin-left: 20rem !important;
  }
  .ms-md-50 {
    margin-left: 25rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 4.5rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .p-md-10 {
    padding: 5.5rem !important;
  }
  .p-md-20 {
    padding: 10rem !important;
  }
  .p-md-30 {
    padding: 15rem !important;
  }
  .p-md-40 {
    padding: 20rem !important;
  }
  .p-md-50 {
    padding: 25rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-md-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-md-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-md-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-md-30 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-md-40 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-md-50 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-md-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
  .py-md-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-md-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .py-md-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-md-10 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
  .py-md-20 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-md-30 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-md-40 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-md-50 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 4.5rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 5.5rem !important;
  }
  .pt-md-20 {
    padding-top: 10rem !important;
  }
  .pt-md-30 {
    padding-top: 15rem !important;
  }
  .pt-md-40 {
    padding-top: 20rem !important;
  }
  .pt-md-50 {
    padding-top: 25rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 3.5rem !important;
  }
  .pe-md-7 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 4.5rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  .pe-md-10 {
    padding-right: 5.5rem !important;
  }
  .pe-md-20 {
    padding-right: 10rem !important;
  }
  .pe-md-30 {
    padding-right: 15rem !important;
  }
  .pe-md-40 {
    padding-right: 20rem !important;
  }
  .pe-md-50 {
    padding-right: 25rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 10rem !important;
  }
  .pb-md-30 {
    padding-bottom: 15rem !important;
  }
  .pb-md-40 {
    padding-bottom: 20rem !important;
  }
  .pb-md-50 {
    padding-bottom: 25rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 3.5rem !important;
  }
  .ps-md-7 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 4.5rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !important;
  }
  .ps-md-10 {
    padding-left: 5.5rem !important;
  }
  .ps-md-20 {
    padding-left: 10rem !important;
  }
  .ps-md-30 {
    padding-left: 15rem !important;
  }
  .ps-md-40 {
    padding-left: 20rem !important;
  }
  .ps-md-50 {
    padding-left: 25rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 3.5rem !important;
  }
  .gap-md-7 {
    gap: 4rem !important;
  }
  .gap-md-8 {
    gap: 4.5rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .gap-md-10 {
    gap: 5.5rem !important;
  }
  .gap-md-20 {
    gap: 10rem !important;
  }
  .gap-md-30 {
    gap: 15rem !important;
  }
  .gap-md-40 {
    gap: 20rem !important;
  }
  .gap-md-50 {
    gap: 25rem !important;
  }
  .fs-md-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }
  .fs-md-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .fs-md-18 {
    font-size: 1.125rem !important;
  }
  .fs-md-17 {
    font-size: 1.0625rem !important;
  }
  .fs-md-16 {
    font-size: 1rem !important;
  }
  .fs-md-15 {
    font-size: 0.9375rem !important;
  }
  .fs-md-14 {
    font-size: 0.875rem !important;
  }
  .fs-md-12 {
    font-size: 0.75rem !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;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .border-start-lg {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 4.5rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .m-lg-10 {
    margin: 5.5rem !important;
  }
  .m-lg-20 {
    margin: 10rem !important;
  }
  .m-lg-30 {
    margin: 15rem !important;
  }
  .m-lg-40 {
    margin: 20rem !important;
  }
  .m-lg-50 {
    margin: 25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-lg-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-lg-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-lg-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-lg-40 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-lg-50 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-6 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
  .my-lg-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-lg-8 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  .my-lg-9 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-lg-10 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .my-lg-20 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-lg-30 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-lg-40 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-lg-50 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-10 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 10rem !important;
  }
  .mt-lg-30 {
    margin-top: 15rem !important;
  }
  .mt-lg-40 {
    margin-top: 20rem !important;
  }
  .mt-lg-50 {
    margin-top: 25rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 3.5rem !important;
  }
  .me-lg-7 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 4.5rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  .me-lg-10 {
    margin-right: 5.5rem !important;
  }
  .me-lg-20 {
    margin-right: 10rem !important;
  }
  .me-lg-30 {
    margin-right: 15rem !important;
  }
  .me-lg-40 {
    margin-right: 20rem !important;
  }
  .me-lg-50 {
    margin-right: 25rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  .ms-lg-10 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 10rem !important;
  }
  .ms-lg-30 {
    margin-left: 15rem !important;
  }
  .ms-lg-40 {
    margin-left: 20rem !important;
  }
  .ms-lg-50 {
    margin-left: 25rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 4.5rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .p-lg-10 {
    padding: 5.5rem !important;
  }
  .p-lg-20 {
    padding: 10rem !important;
  }
  .p-lg-30 {
    padding: 15rem !important;
  }
  .p-lg-40 {
    padding: 20rem !important;
  }
  .p-lg-50 {
    padding: 25rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-lg-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-lg-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-lg-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-lg-30 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-lg-40 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-lg-50 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-lg-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
  .py-lg-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-lg-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .py-lg-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-lg-10 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
  .py-lg-20 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-lg-30 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-lg-40 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-lg-50 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 10rem !important;
  }
  .pt-lg-30 {
    padding-top: 15rem !important;
  }
  .pt-lg-40 {
    padding-top: 20rem !important;
  }
  .pt-lg-50 {
    padding-top: 25rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pe-lg-10 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 10rem !important;
  }
  .pe-lg-30 {
    padding-right: 15rem !important;
  }
  .pe-lg-40 {
    padding-right: 20rem !important;
  }
  .pe-lg-50 {
    padding-right: 25rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 25rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !important;
  }
  .ps-lg-10 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 10rem !important;
  }
  .ps-lg-30 {
    padding-left: 15rem !important;
  }
  .ps-lg-40 {
    padding-left: 20rem !important;
  }
  .ps-lg-50 {
    padding-left: 25rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 3.5rem !important;
  }
  .gap-lg-7 {
    gap: 4rem !important;
  }
  .gap-lg-8 {
    gap: 4.5rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .gap-lg-10 {
    gap: 5.5rem !important;
  }
  .gap-lg-20 {
    gap: 10rem !important;
  }
  .gap-lg-30 {
    gap: 15rem !important;
  }
  .gap-lg-40 {
    gap: 20rem !important;
  }
  .gap-lg-50 {
    gap: 25rem !important;
  }
  .fs-lg-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }
  .fs-lg-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .fs-lg-18 {
    font-size: 1.125rem !important;
  }
  .fs-lg-17 {
    font-size: 1.0625rem !important;
  }
  .fs-lg-16 {
    font-size: 1rem !important;
  }
  .fs-lg-15 {
    font-size: 0.9375rem !important;
  }
  .fs-lg-14 {
    font-size: 0.875rem !important;
  }
  .fs-lg-12 {
    font-size: 0.75rem !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;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .border-start-xl {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-left: 0 !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-6 {
    margin: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 4.5rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .m-xl-10 {
    margin: 5.5rem !important;
  }
  .m-xl-20 {
    margin: 10rem !important;
  }
  .m-xl-30 {
    margin: 15rem !important;
  }
  .m-xl-40 {
    margin: 20rem !important;
  }
  .m-xl-50 {
    margin: 25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xl-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-xl-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xl-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xl-40 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-xl-50 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-6 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
  .my-xl-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xl-8 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  .my-xl-9 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xl-10 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .my-xl-20 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xl-30 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xl-40 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-xl-50 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: 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-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-10 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 10rem !important;
  }
  .mt-xl-30 {
    margin-top: 15rem !important;
  }
  .mt-xl-40 {
    margin-top: 20rem !important;
  }
  .mt-xl-50 {
    margin-top: 25rem !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-6 {
    margin-right: 3.5rem !important;
  }
  .me-xl-7 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 4.5rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  .me-xl-10 {
    margin-right: 5.5rem !important;
  }
  .me-xl-20 {
    margin-right: 10rem !important;
  }
  .me-xl-30 {
    margin-right: 15rem !important;
  }
  .me-xl-40 {
    margin-right: 20rem !important;
  }
  .me-xl-50 {
    margin-right: 25rem !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-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 25rem !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-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  .ms-xl-10 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 10rem !important;
  }
  .ms-xl-30 {
    margin-left: 15rem !important;
  }
  .ms-xl-40 {
    margin-left: 20rem !important;
  }
  .ms-xl-50 {
    margin-left: 25rem !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;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 4.5rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .p-xl-10 {
    padding: 5.5rem !important;
  }
  .p-xl-20 {
    padding: 10rem !important;
  }
  .p-xl-30 {
    padding: 15rem !important;
  }
  .p-xl-40 {
    padding: 20rem !important;
  }
  .p-xl-50 {
    padding: 25rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xl-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-xl-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xl-30 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xl-40 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-xl-50 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xl-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
  .py-xl-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .py-xl-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xl-10 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
  .py-xl-20 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xl-30 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xl-40 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-xl-50 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !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;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 10rem !important;
  }
  .pt-xl-30 {
    padding-top: 15rem !important;
  }
  .pt-xl-40 {
    padding-top: 20rem !important;
  }
  .pt-xl-50 {
    padding-top: 25rem !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;
  }
  .pe-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pe-xl-10 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 10rem !important;
  }
  .pe-xl-30 {
    padding-right: 15rem !important;
  }
  .pe-xl-40 {
    padding-right: 20rem !important;
  }
  .pe-xl-50 {
    padding-right: 25rem !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;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 25rem !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;
  }
  .ps-xl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !important;
  }
  .ps-xl-10 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 10rem !important;
  }
  .ps-xl-30 {
    padding-left: 15rem !important;
  }
  .ps-xl-40 {
    padding-left: 20rem !important;
  }
  .ps-xl-50 {
    padding-left: 25rem !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;
  }
  .gap-xl-6 {
    gap: 3.5rem !important;
  }
  .gap-xl-7 {
    gap: 4rem !important;
  }
  .gap-xl-8 {
    gap: 4.5rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .gap-xl-10 {
    gap: 5.5rem !important;
  }
  .gap-xl-20 {
    gap: 10rem !important;
  }
  .gap-xl-30 {
    gap: 15rem !important;
  }
  .gap-xl-40 {
    gap: 20rem !important;
  }
  .gap-xl-50 {
    gap: 25rem !important;
  }
  .fs-xl-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }
  .fs-xl-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .fs-xl-18 {
    font-size: 1.125rem !important;
  }
  .fs-xl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-xl-16 {
    font-size: 1rem !important;
  }
  .fs-xl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-xl-14 {
    font-size: 0.875rem !important;
  }
  .fs-xl-12 {
    font-size: 0.75rem !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;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .border-start-xxl {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
  .m-xxl-8 {
    margin: 4.5rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .m-xxl-10 {
    margin: 5.5rem !important;
  }
  .m-xxl-20 {
    margin: 10rem !important;
  }
  .m-xxl-30 {
    margin: 15rem !important;
  }
  .m-xxl-40 {
    margin: 20rem !important;
  }
  .m-xxl-50 {
    margin: 25rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xxl-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-xxl-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xxl-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xxl-40 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-xxl-50 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-6 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
  .my-xxl-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxl-8 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  .my-xxl-9 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxl-10 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .my-xxl-20 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xxl-30 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xxl-40 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-xxl-50 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 10rem !important;
  }
  .mt-xxl-30 {
    margin-top: 15rem !important;
  }
  .mt-xxl-40 {
    margin-top: 20rem !important;
  }
  .mt-xxl-50 {
    margin-top: 25rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 4rem !important;
  }
  .me-xxl-8 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxl-10 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 10rem !important;
  }
  .me-xxl-30 {
    margin-right: 15rem !important;
  }
  .me-xxl-40 {
    margin-right: 20rem !important;
  }
  .me-xxl-50 {
    margin-right: 25rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 4rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 10rem !important;
  }
  .ms-xxl-30 {
    margin-left: 15rem !important;
  }
  .ms-xxl-40 {
    margin-left: 20rem !important;
  }
  .ms-xxl-50 {
    margin-left: 25rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
  .p-xxl-8 {
    padding: 4.5rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .p-xxl-10 {
    padding: 5.5rem !important;
  }
  .p-xxl-20 {
    padding: 10rem !important;
  }
  .p-xxl-30 {
    padding: 15rem !important;
  }
  .p-xxl-40 {
    padding: 20rem !important;
  }
  .p-xxl-50 {
    padding: 25rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xxl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xxl-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-xxl-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xxl-30 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xxl-40 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-xxl-50 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxl-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
  .py-xxl-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .py-xxl-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxl-10 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
  .py-xxl-20 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xxl-30 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xxl-40 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-xxl-50 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 10rem !important;
  }
  .pt-xxl-30 {
    padding-top: 15rem !important;
  }
  .pt-xxl-40 {
    padding-top: 20rem !important;
  }
  .pt-xxl-50 {
    padding-top: 25rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 4rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 10rem !important;
  }
  .pe-xxl-30 {
    padding-right: 15rem !important;
  }
  .pe-xxl-40 {
    padding-right: 20rem !important;
  }
  .pe-xxl-50 {
    padding-right: 25rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 25rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 4rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 10rem !important;
  }
  .ps-xxl-30 {
    padding-left: 15rem !important;
  }
  .ps-xxl-40 {
    padding-left: 20rem !important;
  }
  .ps-xxl-50 {
    padding-left: 25rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
  .gap-xxl-7 {
    gap: 4rem !important;
  }
  .gap-xxl-8 {
    gap: 4.5rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .gap-xxl-10 {
    gap: 5.5rem !important;
  }
  .gap-xxl-20 {
    gap: 10rem !important;
  }
  .gap-xxl-30 {
    gap: 15rem !important;
  }
  .gap-xxl-40 {
    gap: 20rem !important;
  }
  .gap-xxl-50 {
    gap: 25rem !important;
  }
  .fs-xxl-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }
  .fs-xxl-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .fs-xxl-18 {
    font-size: 1.125rem !important;
  }
  .fs-xxl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-xxl-16 {
    font-size: 1rem !important;
  }
  .fs-xxl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-xxl-14 {
    font-size: 0.875rem !important;
  }
  .fs-xxl-12 {
    font-size: 0.75rem !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: 1540px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .position-xxxl-static {
    position: static !important;
  }
  .position-xxxl-relative {
    position: relative !important;
  }
  .position-xxxl-absolute {
    position: absolute !important;
  }
  .position-xxxl-fixed {
    position: fixed !important;
  }
  .position-xxxl-sticky {
    position: sticky !important;
  }
  .border-start-xxxl {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .border-start-xxxl-0 {
    border-left: 0 !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxxl-7 {
    margin: 4rem !important;
  }
  .m-xxxl-8 {
    margin: 4.5rem !important;
  }
  .m-xxxl-9 {
    margin: 5rem !important;
  }
  .m-xxxl-10 {
    margin: 5.5rem !important;
  }
  .m-xxxl-20 {
    margin: 10rem !important;
  }
  .m-xxxl-30 {
    margin: 15rem !important;
  }
  .m-xxxl-40 {
    margin: 20rem !important;
  }
  .m-xxxl-50 {
    margin: 25rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xxxl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxxl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xxxl-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxxl-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-xxxl-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xxxl-30 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xxxl-40 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-xxxl-50 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xxxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxxl-6 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
  .my-xxxl-7 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxxl-8 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
  .my-xxxl-9 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxxl-10 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
  .my-xxxl-20 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xxxl-30 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xxxl-40 {
    margin-bottom: 20rem !important;
    margin-top: 20rem !important;
  }
  .my-xxxl-50 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xxxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 5.5rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-30 {
    margin-top: 15rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 20rem !important;
  }
  .mt-xxxl-50 {
    margin-top: 25rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-6 {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-7 {
    margin-right: 4rem !important;
  }
  .me-xxxl-8 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxxl-10 {
    margin-right: 5.5rem !important;
  }
  .me-xxxl-20 {
    margin-right: 10rem !important;
  }
  .me-xxxl-30 {
    margin-right: 15rem !important;
  }
  .me-xxxl-40 {
    margin-right: 20rem !important;
  }
  .me-xxxl-50 {
    margin-right: 25rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-30 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-50 {
    margin-bottom: 25rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 5.5rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-30 {
    margin-left: 15rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-50 {
    margin-left: 25rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .p-xxxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxxl-7 {
    padding: 4rem !important;
  }
  .p-xxxl-8 {
    padding: 4.5rem !important;
  }
  .p-xxxl-9 {
    padding: 5rem !important;
  }
  .p-xxxl-10 {
    padding: 5.5rem !important;
  }
  .p-xxxl-20 {
    padding: 10rem !important;
  }
  .p-xxxl-30 {
    padding: 15rem !important;
  }
  .p-xxxl-40 {
    padding: 20rem !important;
  }
  .p-xxxl-50 {
    padding: 25rem !important;
  }
  .px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xxxl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxxl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xxxl-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxxl-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-xxxl-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xxxl-30 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xxxl-40 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .px-xxxl-50 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-xxxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxxl-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
  .py-xxxl-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxxl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .py-xxxl-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxxl-10 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
  .py-xxxl-20 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xxxl-30 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xxxl-40 {
    padding-bottom: 20rem !important;
    padding-top: 20rem !important;
  }
  .py-xxxl-50 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 5.5rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-30 {
    padding-top: 15rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 20rem !important;
  }
  .pt-xxxl-50 {
    padding-top: 25rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 5.5rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-30 {
    padding-right: 15rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 20rem !important;
  }
  .pe-xxxl-50 {
    padding-right: 25rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-30 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxl-50 {
    padding-bottom: 25rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 5.5rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-30 {
    padding-left: 15rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 20rem !important;
  }
  .ps-xxxl-50 {
    padding-left: 25rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .gap-xxxl-6 {
    gap: 3.5rem !important;
  }
  .gap-xxxl-7 {
    gap: 4rem !important;
  }
  .gap-xxxl-8 {
    gap: 4.5rem !important;
  }
  .gap-xxxl-9 {
    gap: 5rem !important;
  }
  .gap-xxxl-10 {
    gap: 5.5rem !important;
  }
  .gap-xxxl-20 {
    gap: 10rem !important;
  }
  .gap-xxxl-30 {
    gap: 15rem !important;
  }
  .gap-xxxl-40 {
    gap: 20rem !important;
  }
  .gap-xxxl-50 {
    gap: 25rem !important;
  }
  .fs-xxxl-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .fs-xxxl-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
  }
  .fs-xxxl-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  .fs-xxxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxxl-6 {
    font-size: 1rem !important;
  }
  .fs-xxxl-18 {
    font-size: 1.125rem !important;
  }
  .fs-xxxl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-xxxl-16 {
    font-size: 1rem !important;
  }
  .fs-xxxl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-xxxl-14 {
    font-size: 0.875rem !important;
  }
  .fs-xxxl-12 {
    font-size: 0.75rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.75rem !important;
  }
  .fs-2 {
    font-size: 2.375rem !important;
  }
  .fs-3 {
    font-size: 1.875rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.75rem !important;
  }
  .fs-sm-2 {
    font-size: 2.375rem !important;
  }
  .fs-sm-3 {
    font-size: 1.875rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.75rem !important;
  }
  .fs-md-2 {
    font-size: 2.375rem !important;
  }
  .fs-md-3 {
    font-size: 1.875rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.75rem !important;
  }
  .fs-lg-2 {
    font-size: 2.375rem !important;
  }
  .fs-lg-3 {
    font-size: 1.875rem !important;
  }
  .fs-lg-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;
  }
}
em,
i {
  font-style: italic;
}
cite {
  font-family: linotype-sabon, serif;
  font-size: 1.25rem;
}
code,
kbd,
samp {
  font-size: 90%;
  padding: 0.05em 0.5em;
}
code,
kbd,
pre,
samp {
  background-color: #fff;
  border-radius: 0;
  font-family: var(--bs-font-monospace);
}
pre {
  overflow-x: scroll;
  padding: 1rem;
}
pre code,
pre kbd,
pre samp {
  background-color: transparent;
  font-size: 90%;
  padding: 0;
}
.button,
.button.menu-item a,
.cn-button,
.cn-button.bootstrap,
.search-form-submit,
button {
  text-transform: uppercase;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  padding: 0;
}
.entry-content ul,
.honors ul,
.poa_wildcard_content ul {
  list-style-type: none;
}
.entry-content ul.gfield_checkbox,
.entry-content ul.gform_fields,
.honors ul.gfield_checkbox,
.honors ul.gform_fields,
.poa_wildcard_content ul.gfield_checkbox,
.poa_wildcard_content ul.gform_fields {
  padding: 0;
}
.honors ul,
.poa_wildcard_content ul {
  padding-left: 1.875rem;
}
.entry-content ul li:not(.nav-item, .gfield, .gchoice),
.honors ul li:not(.nav-item, .gfield, .gchoice),
.poa_wildcard_content ul li:not(.nav-item, .gfield, .gchoice) {
  margin-bottom: 0.5rem;
  position: relative;
}
.entry-content ul li:not(.nav-item, .gfield, .gchoice):before,
.honors ul li:not(.nav-item, .gfield, .gchoice):before,
.poa_wildcard_content ul li:not(.nav-item, .gfield, .gchoice):before {
  background-color: #ffc64c;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.4rem;
  left: -1.125rem;
  position: absolute;
  top: 0.75rem;
  width: 0.4rem;
}
.entry-title {
  letter-spacing: 1px;
}
.full-width-content .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.full-width-content
  .entry-content
  > :not(
    .carousel,
    .alignwide,
    .alignfull,
    .alignedge,
    .is-style-wide,
    .is-style-container-width
  ) {
  max-width: 50rem;
}
.custom-logo-link {
  display: none;
}
@media (min-width: 768px) {
  .custom-logo-link {
    display: block;
  }
}
.alternate-logo-link {
  display: block;
}
@media (min-width: 768px) {
  .alternate-logo-link {
    display: none;
  }
}
.page-tools a,
.social-share a {
  color: #adb5bd;
  margin-left: 1rem;
}
.page-tools a:first-of-type,
.social-share a:first-of-type {
  margin-left: 0;
}
.page-tools a:active,
.page-tools a:focus,
.page-tools a:hover,
.social-share a:active,
.social-share a:focus,
.social-share a:hover {
  color: #23375e;
}
.pagination ul {
  justify-content: center;
  margin-bottom: 0;
}
.genesis-skip-link {
  margin: 0;
  padding: 0;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}
.genesis-skip-link .screen-reader-shortcut:active,
.genesis-skip-link .screen-reader-shortcut:focus,
.genesis-skip-link .screen-reader-text span:active,
.genesis-skip-link .screen-reader-text span:focus,
.genesis-skip-link .screen-reader-text:active,
.genesis-skip-link .screen-reader-text:focus {
  background-color: #000;
  border: 0;
  color: #fff;
  left: 0.5rem;
  padding: 0.5rem 1rem;
  position: absolute;
  text-decoration: none;
  top: 0.5rem;
  z-index: 99999;
}
.social-media ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 1.5rem;
  padding: 0;
}
.offcanvas .social-media ul {
  justify-content: flex-start;
  margin: 0 0 0 0.5rem;
}
@media (min-width: 768px) {
  .offcanvas .social-media ul {
    justify-content: flex-end;
    margin: 0;
  }
}
.social-media-item {
  list-style-type: none;
  margin: 0 10px;
}
.social-media-item:first-child {
  margin: 0 10px 0 0;
}
.social-media-item:last-child {
  margin: 0 0 0 10px;
}
.social-media-link {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  width: 48px;
}
.social-media-link:active,
.social-media-link:focus,
.social-media-link:hover {
  background-color: transparent;
  border-color: #ffc64c;
  color: #fff;
  text-decoration: none;
}
.single-poa_person .widget-title {
  color: #23375e;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.widget .education-entry,
.widget.bar-and-court-admissions li {
  margin-bottom: 1rem;
}
.widget .education-entry .school {
  display: block;
  width: 100%;
}
.widget .admission-title {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
}
.widget.poa_wildcard_content {
  margin-bottom: 1.5rem;
}
.widget-secondary-child {
  padding-left: 0.5rem;
  position: relative;
}
.widget-secondary-child:before {
  background-color: #23375e;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 0.2rem;
}
.filter-alpha {
  width: 100%;
}
.filter-alpha ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0;
}
@media (min-width: 1200px) {
  .filter-alpha ul {
    justify-content: space-between;
  }
}
.filter-alpha li {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}
.filter-alpha .button {
  background-color: transparent;
  border: 1px solid #23375e;
  color: #23375e;
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .filter-alpha .button {
    padding: 0.25rem 0.75rem;
  }
}
.filter-alpha .button:active,
.filter-alpha .button:focus,
.filter-alpha .button:hover {
  background-color: #23375e;
  color: #fff;
}
.filter-alpha .button.disabled {
  cursor: default;
}
.search-form {
  position: relative;
}
.search-form .algolia-autocomplete {
  width: 100%;
}
.search-form-query {
  padding-right: 3rem;
}
.offcanvas .search-form-query {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  color: #fff;
  padding-left: 0;
}
.offcanvas .search-form-query.placeholder {
  color: #fff;
}
.offcanvas .search-form-query:-moz-placeholder,
.offcanvas .search-form-query::-moz-placeholder {
  color: #fff;
}
.offcanvas .search-form-query:-ms-input-placeholder {
  color: #fff;
}
.offcanvas .search-form-query::-webkit-input-placeholder {
  color: #fff;
}
.search-form-submit-icon {
  background: 0 0;
  border: 0;
  color: #495057;
  display: inline-block;
  font-family: Font Awesome\6 Pro;
  font-size: 1.09375rem;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.offcanvas .search-form-submit-icon {
  color: #fff;
}
.offcanvas .search-form-submit-icon:active,
.offcanvas .search-form-submit-icon:focus,
.offcanvas .search-form-submit-icon:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.read-more-content.display-none {
  display: none;
}
.offcanvas .dropdown-menu.show {
  border: 0 !important;
  position: relative !important;
  transform: none !important;
}
.offcanvas .dropdown-item {
  font-size: 1.5625rem !important;
}
.has-primary-color {
  color: #23375e;
}
.has-primary-background-color {
  background-color: #23375e;
}
.has-secondary-color {
  color: #ffc64c;
}
.has-secondary-background-color {
  background-color: #ffc64c;
}
.has-success-color {
  color: #198754;
}
.has-success-background-color {
  background-color: #198754;
}
.has-info-color {
  color: #0dcaf0;
}
.has-info-background-color {
  background-color: #0dcaf0;
}
.has-warning-color {
  color: #ffc64c;
}
.has-warning-background-color {
  background-color: #ffc64c;
}
.has-danger-color {
  color: #dc3545;
}
.has-danger-background-color {
  background-color: #dc3545;
}
.has-light-color {
  color: #fff;
}
.has-light-background-color {
  background-color: #fff;
}
.has-dark-color {
  color: #000;
}
.has-dark-background-color {
  background-color: #000;
}
.has-light-blue-color {
  color: #f2f5fb;
}
.has-light-blue-background-color {
  background-color: #f2f5fb;
}
.has-blue-color {
  color: #23375e;
}
.has-blue-background-color {
  background-color: #23375e;
}
.has-indigo-color {
  color: #6610f2;
}
.has-indigo-background-color {
  background-color: #6610f2;
}
.has-purple-color {
  color: #6f42c1;
}
.has-purple-background-color {
  background-color: #6f42c1;
}
.has-pink-color {
  color: #d63384;
}
.has-pink-background-color {
  background-color: #d63384;
}
.has-red-color {
  color: #dc3545;
}
.has-red-background-color {
  background-color: #dc3545;
}
.has-orange-color {
  color: #fd7e14;
}
.has-orange-background-color {
  background-color: #fd7e14;
}
.has-yellow-color {
  color: #ffc64c;
}
.has-yellow-background-color {
  background-color: #ffc64c;
}
.has-green-color {
  color: #198754;
}
.has-green-background-color {
  background-color: #198754;
}
.has-teal-color {
  color: #20c997;
}
.has-teal-background-color {
  background-color: #20c997;
}
.has-cyan-color {
  color: #0dcaf0;
}
.has-cyan-background-color {
  background-color: #0dcaf0;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-gray-color {
  color: #c5c7c9;
}
.has-gray-background-color {
  background-color: #c5c7c9;
}
.has-gray-dark-color {
  color: #595959;
}
.has-gray-dark-background-color {
  background-color: #595959;
}
.aa-dropdown-menu {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.5rem 1rem;
  width: 100%;
}
.offcanvas .aa-dropdown-menu {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  padding: 0.5rem 0;
}
.aa-dropdown-menu a {
  text-decoration: none;
}
.offcanvas .aa-dropdown-menu a {
  color: #fff;
}
.aa-dropdown-menu a:active,
.aa-dropdown-menu a:focus,
.aa-dropdown-menu a:hover {
  color: #23375e;
}
.offcanvas .aa-dropdown-menu a:active,
.offcanvas .aa-dropdown-menu a:focus,
.offcanvas .aa-dropdown-menu a:hover {
  color: #ffc64c;
}
.aa-dropdown-menu .aa-suggestion {
  padding: 0.5rem 0;
}
.aa-dropdown-menu .aa-suggestion .mark,
.aa-dropdown-menu .aa-suggestion mark {
  padding: 0;
}
.aa-dropdown-menu .autocomplete-footer-branding,
.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .suggestion-post-content,
.aa-dropdown-menu .suggestion-post-thumbnail,
.aa-dropdown-menu .suggestion-user-thumbnail {
  display: none;
}
.hits-container {
  margin-bottom: 3.5rem;
  width: 100%;
}
.ais-SearchBox-form {
  margin: 0;
}
.search .ais-Panel {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.search .ais-Panel-header {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .search .ais-Panel-header {
    flex: 0 0 auto;
    width: 25%;
  }
}
.ais-Panel-header .widget-title {
  color: #23375e;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.09375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.blog .ais-Panel-header,
.post-type-archive-poa_person .ais-Panel-header {
  display: none;
}
.search .ais-Panel-body {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .search .ais-Panel-body {
    flex: 0 0 auto;
    width: 75%;
  }
}
.search.blog .ais-Panel-body {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .search.blog .ais-Panel-body {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ais-InfiniteHits-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
.ais-InfiniteHits-list,
.hits-poa_person .ais-InfiniteHits-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.hits-poa_person .ais-InfiniteHits-list {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.ais-InfiniteHits-item {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .ais-InfiniteHits-item {
    flex: 0 0 auto;
    width: 50%;
  }
}
.hits-poa_person .ais-InfiniteHits-item {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .hits-poa_person .ais-InfiniteHits-item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hits-poa_person .ais-InfiniteHits-item {
    flex: 0 0 auto;
    width: 25%;
  }
}
.hits-post .ais-InfiniteHits-item {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.ais-InfiniteHits-item .entry-title {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.ais-InfiniteHits-item a {
  text-decoration: none;
}
.ais-InfiniteHits-item a:active,
.ais-InfiniteHits-item a:focus,
.ais-InfiniteHits-item a:hover {
  text-decoration: underline;
}
.ais-InfiniteHits-item a em,
.ais-InfiniteHits-item em {
  background: #dee2e6;
  font-style: normal;
}
.ais-InfiniteHits-loadMore:disabled {
  display: none !important;
}
.ais-SearchBox-reset,
.ais-SearchBox-submit {
  display: none;
}
.ais-CurrentRefinements-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .ais-CurrentRefinements-list {
    align-items: center;
    flex-direction: row;
  }
}
.ais-CurrentRefinements-item {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .ais-CurrentRefinements-item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.ais-CurrentRefinements-delete {
  margin-left: 0.5rem;
}
.ais-CurrentRefinements-label {
  color: #23375e;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.09375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ais-CurrentRefinements-category {
  align-items: center;
  display: flex;
  font-weight: 700;
  margin-left: 0.5rem;
}
.ais-ClearRefinements {
  text-align: right;
}
.count .ais-Stats {
  display: inline-block;
}
#global .ais-Stats {
  margin-top: 1rem;
}
#global .ais-Stats,
.search-stats {
  font-size: 1.25rem;
  font-weight: 700;
}
.search-stats {
  color: #495057;
  font-family: aktiv-grotesk, sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.search .search-stats {
  display: none;
}
.gform_wrapper .gfield_label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.gform_wrapper .gfield_description {
  line-height: 1.3;
}
.gform_wrapper .field_description_below .gfield_description {
  margin-top: 0.25em;
}
.gform_wrapper .field_description_above .gfield_description {
  margin-bottom: 0.25em;
}
.gform_wrapper.field_sublabel_below input + label,
.gform_wrapper.field_sublabel_below select + label {
  margin-bottom: 0;
  margin-top: 0.125rem;
}
.gform_wrapper.field_sublabel_above input + label,
.gform_wrapper.field_sublabel_above select + label {
  margin-bottom: 0.125rem;
}
.gform_wrapper.right_label .gfield_label {
  text-align: right;
}
.gform_wrapper .gform_fields:not(.top_label) .gfield > .gfield_label {
  float: left;
  width: 25%;
}
.gform_footer.left_label,
.gform_footer.right_label,
.gform_wrapper .gform_fields:not(.top_label) .gfield > .gfield_description,
.gform_wrapper .gform_fields:not(.top_label) .gfield > .ginput_container {
  margin-left: 27%;
  width: 73%;
}
.gform_wrapper .gsection {
  padding-top: 2em;
}
.gform_wrapper .gsection .gsection_title {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 0.125em;
  padding-bottom: 0.125em;
}
.gform_wrapper .ginput_container_textarea .charleft {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.25rem;
  white-space: nowrap;
}
.gform_wrapper .gf_progressbar_title {
  color: #595959;
  font-size: 1.09375rem;
  font-weight: 400;
  text-transform: uppercase;
}
.gform_wrapper .gf_page_steps {
  border-bottom: 1px dotted #c5c7c9;
  font-size: 1.09375rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  width: 100%;
}
.gform_wrapper .gf_page_steps .gf_step {
  display: inline-block;
  margin: 0.5rem 2rem 0.5rem 0;
  opacity: 0.6;
  width: auto;
}
.gform_wrapper .gf_page_steps .gf_step span {
  margin: 0 0.125rem;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  font-weight: 700;
  opacity: 1;
}
.gform_wrapper .gfield_consent_description {
  background-color: #fff;
  border: 1px solid #c5c7c9;
  margin-top: 0.5rem;
  max-height: 100px;
  overflow-y: auto;
  padding: 0.25rem;
}
.gform_wrapper .ginput_complex.ginput_container_name .name_prefix,
.gform_wrapper .ginput_complex.ginput_container_name .name_suffix {
  flex-grow: 0.5;
}
.gform_wrapper .ginput_container_date {
  position: relative;
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 17px;
  top: 14px;
}
.gform_wrapper .ginput_container_date img {
  display: none;
}
.gform_wrapper .ginput_container_date input.datepicker {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' version='1'%3E%3Cpath fill='%23999' d='M15 6V3h-2v1a1 1 0 1 1-2 0V3H5v1a1 1 0 1 1-2 0V3H1v3h14zm0 1H1v8h14V7zm-2-5h2l1 1v12l-1 1H1l-1-1V3l1-1h2V1a1 1 0 1 1 2 0v1h6V1a1 1 0 1 1 2 0v1z'/%3E%3C/svg%3E");
  background-position: calc(100% - 1em);
  background-repeat: no-repeat;
}
.gform_wrapper .ginput_container_date input.datepicker.datepicker_no_icon {
  background-image: none;
}
.gform_wrapper .gfield_list_icons button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-444 448 256 256'%3E%3Cpath d='M-316 448a128 128 0 1 0 0 256 128 128 0 0 0 0-256zm0 224a96 96 0 1 1 0-192 96 96 0 0 1 0 192z'/%3E%3Cpath d='M-332 512v48h-48v32h48v48h32v-48h48v-32h-48v-48z'/%3E%3C/svg%3E");
  border: none;
  font-size: 0;
  height: 16px;
  opacity: 0.5;
  padding: 0;
  transition: opacity 0.5s ease-out;
  width: 16px;
}
.gform_wrapper .gfield_list_icons button.delete_list_item {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-139 51 512 512'%3E%3Cpath d='M117 51a256 256 0 1 0 0 512 256 256 0 0 0 0-512zm0 448a192 192 0 1 1 0-384 192 192 0 0 1 0 384zM-11 339h256v-64H-11v64z'/%3E%3C/svg%3E");
  margin-left: 5px;
}
.gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile {
  width: 100%;
}
.gform_wrapper .ginput_container_fileupload .gform_drop_area {
  background: #e9ecef;
  border: 1px dashed #c5c7c9;
  border-radius: 0;
  padding: 2rem;
  text-align: center;
}
.gform_wrapper .ginput_container_fileupload .gform_drop_instructions {
  font-size: 1.09375rem;
  margin-right: 0.625rem;
}
.gform_wrapper .gform_delete_file {
  text-decoration: none;
}
.gform_wrapper .password_input_container {
  display: block;
  position: relative;
}
.gform_wrapper .password_input_container button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M288 144a111 111 0 0 0-31 5 55 55 0 0 1 7 27 56 56 0 0 1-56 56 55 55 0 0 1-27-7 112 112 0 1 0 107-81zm285 97C518 136 411 64 288 64S58 136 3 241a32 32 0 0 0 0 30c55 105 162 177 285 177s230-72 285-177a32 32 0 0 0 0-30zM288 400c-99 0-189-55-238-144 49-89 139-144 238-144s189 55 238 144a272 272 0 0 1-238 144z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 15px;
  border: none;
  height: calc(1.5em + 0.75rem + 2px);
  position: absolute;
  right: 0.75rem;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.gform_wrapper .password_input_container button[label="Hide Password"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M634 471 36 4a16 16 0 0 0-22 2L4 18a16 16 0 0 0 2 23l598 467a16 16 0 0 0 22-2l10-12a16 16 0 0 0-2-23zM297 146l135 106c-3-60-52-108-112-108a112 112 0 0 0-23 2zm46 220L208 260c3 60 52 108 112 108a113 113 0 0 0 23-2zm-23-254c99 0 189 55 238 144a286 286 0 0 1-44 60l38 30a334 334 0 0 0 53-75 32 32 0 0 0 0-30A321 321 0 0 0 320 64c-37 0-72 7-105 19l47 36c19-4 38-7 58-7zm0 288c-99 0-189-55-238-144a285 285 0 0 1 44-60l-38-30a334 334 0 0 0-53 75 32 32 0 0 0 0 30 321 321 0 0 0 285 177c37 0 72-7 105-19l-47-36c-19 4-38 7-58 7z'/%3E%3C/svg%3E");
}
.gform_wrapper .password_input_container button .dashicons {
  display: none;
}
.gform_wrapper .gfield_password_strength {
  background-color: #eee;
  border: 1px solid #c5c7c9;
  border-bottom: 3px solid #ddd;
  font-size: 1.09375rem;
  margin: 1.5rem 0 0;
  padding: 3px;
  text-align: center;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}
.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}
.ui-datepicker-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' stroke='%23666' stroke-linecap='square' d='M10 0 1 9l9 9'/%3E%3C/svg%3E");
}
.ui-datepicker-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' stroke='%23666' stroke-linecap='square' d='m1 0 9 9-9 9'/%3E%3C/svg%3E");
  order: 1;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  background: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.041);
  color: #607382;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 18px 15px;
  width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
  background: 0 0;
  border: 0;
  margin: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 5px;
  text-shadow: none;
  text-transform: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  align-items: center;
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev {
  background-size: contain;
  cursor: pointer;
  height: 18px;
  width: 11px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year {
  margin: 0 0.25rem;
  text-align: left;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev:hover {
  color: #2f4054;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next
  .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon {
  display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev:before {
  border: 0;
  height: auto;
  position: static;
  transform: none;
  width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-title {
  display: flex;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' stroke='%23666' stroke-linecap='square' d='M10 0 1 9l9 9'/%3E%3C/svg%3E");
  left: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' stroke='%23666' stroke-linecap='square' d='m1 0 9 9-9 9'/%3E%3C/svg%3E");
  right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  span {
  font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  th
  span {
  align-items: center;
  color: #2f4054;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  td {
  font-size: 13px;
  height: 50px;
  width: 50px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-default {
  align-items: center;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #2f4054;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-default:hover {
  background: 0 0;
  border-color: #607382;
  outline: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-default:active {
  background: #f2f3f5;
  border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default {
  background: #607382;
  border-color: #607382;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.06);
  color: #fff;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default:hover {
  border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-disabled {
  background: 0 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-disabled
  .ui-state-default {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.06);
  color: #686e77;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}
html[dir="rtl"] #ui-datepicker-div.gform-theme-datepicker[style] {
  right: auto !important;
}
.gform_wrapper {
  margin-bottom: 1rem;
  text-align: left;
}
.gform_wrapper .gform_fields .gfield {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gform_fields .gfield--width-quarter {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-quarter {
    flex: 0 0 auto;
    width: 25%;
  }
  .gform_wrapper .gform_fields .gfield--width-third {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .gform_wrapper .gform_fields .gfield--width-five-twelfths {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .gform_wrapper .gform_fields .gfield--width-half {
    flex: 0 0 auto;
    width: 50%;
  }
  .gform_wrapper .gform_fields .gfield--width-seven-twelfths {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .gform_wrapper .gform_fields .gfield--width-two-thirds {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .gform_wrapper .gform_fields .gfield--width-three-quarter {
    flex: 0 0 auto;
    width: 75%;
  }
  .gform_wrapper .gform_fields .gfield--width-five-sixths {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .gform_wrapper .gform_fields .gfield--width-eleven-twelfths {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .gform_wrapper .gform_fields .gfield--width-full {
    flex: 0 0 auto;
    width: 100%;
  }
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_body {
  margin-bottom: 1rem;
}
@keyframes ajax-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.gform_wrapper .gform_ajax_spinner {
  color: #23375e;
  margin-left: 1rem;
}
.gform_wrapper .gfield_required {
  color: #dc3545;
}
.gform_wrapper .gform_validation_errors,
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1.09375rem;
}
.gform_wrapper .gform_validation_errors ol {
  margin: 0;
}
.gform_wrapper .gform_validation_errors .gform_validation_error_link {
  font-weight: 400;
}
.gform_wrapper input[aria-invalid="true"],
.gform_wrapper select[aria-invalid="true"],
.gform_wrapper textarea[aria-invalid="true"] {
  border-color: rgba(220, 53, 69, 0.5);
}
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .mce-content-body
  .ui-datepicker-month:disabled,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .mce-content-body
  .ui-datepicker-year:disabled,
.mce-content-body .form-control:disabled,
.mce-content-body .form-select:disabled,
.mce-content-body
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month:disabled,
.mce-content-body
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year:disabled,
.mce-content-body input:disabled,
.mce-content-body select:disabled,
.mce-content-body textarea:disabled {
  background-color: #fff;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}
.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: 0 0;
  border: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #c5c7c9;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 0;
  border-left: 1px solid #c5c7c9;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid #c5c7c9;
  border-top-left-radius: 0;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #c5c7c9;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #c5c7c9;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #c5c7c9;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--bootstrap-5 {
  display: block;
}
select + .select2-container--bootstrap-5 {
  z-index: 1;
}
.select2-container--bootstrap-5 :focus {
  outline: 0;
}
.select2-container--bootstrap-5 .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #636363;
  border-radius: 0;
  color: #636363;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #919baf;
  box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}
.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.75rem auto no-repeat;
  height: 0.75rem;
  overflow: hidden;
  padding: 0.25em;
  position: absolute;
  right: 2.25rem;
  text-indent: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 0.75rem;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.75rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear
  > span,
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear
  > span {
  display: none;
}
.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}
.select2-container--bootstrap-5 .select2-dropdown {
  background-color: #fff;
  border-color: #919baf;
  border-radius: 0;
  color: #636363;
  overflow: hidden;
  z-index: 1056;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #636363;
  border-radius: 0;
  color: #636363;
  display: block;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field:focus {
  border-color: #919baf;
  box-shadow: 0 0 0 0.25rem rgba(35, 55, 94, 0.25);
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__message {
  color: #636363;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  background-color: #e9ecef;
  color: #000;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-selected="true"]:not(
    .select2-results__option--highlighted
  ) {
  background-color: #23375e;
  color: #fff;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--disabled,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-disabled="true"] {
  color: #595959;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  color: #ffc64c;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap-5 .select2-selection--single {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23595959' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered {
  color: #636363;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: #636363;
  font-weight: 400;
  line-height: 1.5;
}
.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__arrow {
  display: none;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  align-items: center;
  border: 1px solid #636363;
  border-radius: 0;
  color: #636363;
  cursor: auto;
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
  padding: 0.35em 0.65em;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.75rem auto no-repeat;
  border: 0;
  height: 0.75rem;
  margin-right: 0.25rem;
  overflow: hidden;
  padding: 0.25em;
  text-indent: 100%;
  white-space: nowrap;
  width: 0.75rem;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.75rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove
  > span {
  display: none;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  height: 1.5rem;
  width: 100%;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field {
  background-color: transparent;
  font-family: inherit;
  height: 1.5rem;
  line-height: 1.5;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 0.75rem;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection {
  background-color: #e9ecef;
  border-color: #636363;
  box-shadow: none;
  color: #595959;
  cursor: not-allowed;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice {
  cursor: not-allowed;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty),
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}
.select2-container--bootstrap-5.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty)
  + .select2-search,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection--multiple
  .select2-selection__rendered:not(:empty)
  + .select2-search {
  display: none;
}
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(
    .dropdown-menu
  ).select2-container--bootstrap-5
  .select2-selection,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(
    .dropdown-menu
  ).select2-container--bootstrap-5
  .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button.menu-item
  .input-group
  > a
  ~ .select2-container--bootstrap-5
  .select2-selection,
.gform_wrapper
  .input-group
  > .gform_delete_file
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  > .ais-ClearRefinements-button
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  > .ais-CurrentRefinements-delete
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  > .ais-InfiniteHits-loadMore
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .button ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .cn-button ~ .select2-container--bootstrap-5 .select2-selection,
.input-group
  > .dropdown-menu
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  > .input-group-text
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  > .search-form-submit
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group
  ~ .select2-container--bootstrap-5
  .select2-selection,
.input-group > button ~ .select2-container--bootstrap-5 .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .select2-container--bootstrap-5 {
  flex-grow: 1;
}
.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}
.is-valid + .select2-container--bootstrap-5 .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5
  .select2-selection {
  border-color: #198754;
}
.is-valid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.is-valid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.is-valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom: 0 solid transparent;
}
.is-valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection,
.was-validated
  select:valid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.is-invalid + .select2-container--bootstrap-5 .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5
  .select2-selection {
  border-color: #dc3545;
}
.is-invalid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.is-invalid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--focus
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--open
  .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.is-invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom: 0 solid transparent;
}
.is-invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection,
.was-validated
  select:invalid
  + .select2-container--bootstrap-5.select2-container--open.select2-container--above
  .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5 .select2--small.select2-selection {
  border-radius: 0;
  font-size: 1.09375rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-selection__clear {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
  height: 0.5rem;
  padding: 0.125rem;
  width: 0.5rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__clear:hover,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-search,
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-search
  .select2-search__field,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-search,
.select2-container--bootstrap-5
  .select2--small.select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-results__options
  .select2-results__option,
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-search
  .select2-search__field {
  font-size: 1.09375rem;
  padding: 0.25rem 0.5rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.25rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.25rem 0.5rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  font-size: 1.09375rem;
  padding: 0.35em 0.65em;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
  height: 0.5rem;
  padding: 0.125rem;
  width: 0.5rem;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--small.select2-selection--multiple
  .select2-selection__clear {
  right: 0.5rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection {
  border-radius: 0;
  font-size: calc(1.28125rem + 0.375vw);
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .select2-container--bootstrap-5 .select2--large.select2-selection {
    font-size: 1.5625rem;
  }
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__clear,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-selection__clear {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
  height: 1rem;
  padding: 0.5rem;
  width: 1rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__clear:hover,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-search,
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-search
  .select2-search__field,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-search,
.select2-container--bootstrap-5
  .select2--large.select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-search
  .select2-search__field {
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .select2-container--bootstrap-5
    .select2--large.select2-dropdown
    .select2-search
    .select2-search__field {
    font-size: 1.5625rem;
  }
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .select2-container--bootstrap-5
    .select2--large.select2-dropdown
    .select2-results__options
    .select2-results__option {
    font-size: 1.5625rem;
  }
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.5rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.5rem 1rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.35em 0.65em;
}
@media (min-width: 1200px) {
  .select2-container--bootstrap-5
    .select2--large.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    font-size: 1.5625rem;
  }
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
  height: 1rem;
  padding: 0.5rem;
  width: 1rem;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
}
.select2-container--bootstrap-5
  .select2--large.select2-selection--multiple
  .select2-selection__clear {
  right: 1rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection {
  border-radius: 0;
  font-size: 1.09375rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
  height: 0.5rem;
  padding: 0.125rem;
  width: 0.5rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search
  .select2-search__field,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search
  .select2-search__field,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown {
  border-radius: 0;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--below,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--below,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--above,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--above,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option,
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  font-size: 1.09375rem;
  padding: 0.25rem 0.5rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.25rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.25rem 0.5rem;
}
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--single,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  font-size: 1.09375rem;
  padding: 0.35em 0.65em;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
  height: 0.5rem;
  padding: 0.125rem;
  width: 0.5rem;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/0.5rem auto no-repeat;
}
.form-select-sm
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-month
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-year
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 0.5rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  border-radius: 0;
  font-size: calc(1.28125rem + 0.375vw);
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
    font-size: 1.5625rem;
  }
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
  height: 1rem;
  padding: 0.5rem;
  width: 1rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear:hover,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__clear:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-search
  .select2-search__field,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search,
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--single
  .select2-search
  .select2-search__field {
  height: 1.5em;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field {
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .form-select-lg
    ~ .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field {
    font-size: 1.5625rem;
  }
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.5rem 1rem;
}
@media (min-width: 1200px) {
  .form-select-lg
    ~ .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option {
    font-size: 1.5625rem;
  }
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__group {
  padding: 0.5rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[role="group"]
  .select2-results__options--nested
  .select2-results__option {
  padding: 0.5rem 1rem;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  font-size: calc(1.28125rem + 0.375vw);
  padding: 0.35em 0.65em;
}
@media (min-width: 1200px) {
  .form-select-lg
    ~ .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    font-size: 1.5625rem;
  }
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23323232'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
  height: 1rem;
  padding: 0.5rem;
  width: 1rem;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1rem auto no-repeat;
}
.form-select-lg
  ~ .select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__clear {
  right: 1rem;
}
.select2 {
  width: 100%;
}
.aligncenter,
.aligncenter img,
.alignfull,
.alignnone,
.alignwide {
  margin-bottom: 0.25rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .aligncenter,
  .aligncenter img,
  .alignfull,
  .alignnone,
  .alignwide {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.alignwide {
  max-width: 67rem;
}
.alignfull,
.alignwide {
  position: relative;
  width: 100%;
}
.alignfull {
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: 100vw;
}
@media (min-width: 992px) {
  .alignfull {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.alignfull figcaption {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  width: 100%;
}
.link-yellow-hover:active,
.link-yellow-hover:focus,
.link-yellow-hover:hover {
  color: #ffc64c !important;
}
.link-text-decoration-hover {
  text-decoration: none;
}
.link-text-decoration-hover:active,
.link-text-decoration-hover:focus,
.link-text-decoration-hover:hover {
  text-decoration: underline !important;
}
.link-svg-transform-hover svg {
  transition: transform 0.3s;
}
.link-svg-transform-hover:active svg,
.link-svg-transform-hover:focus svg,
.link-svg-transform-hover:hover svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .margin-minus-3 {
    margin-top: -3rem;
  }
}
.margin-minus-10 {
  margin-top: -10rem;
}
.z-99 {
  z-index: 99;
}
.z-1 {
  z-index: 1;
}
.z-negative-1 {
  z-index: -1;
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.bg-background-center {
  background-position: 50%;
}
.bg-background-no-repeat {
  background-repeat: no-repeat;
}
.bg-background-cover {
  background-size: cover;
}
.bg-person-overlay {
  position: relative;
}
.bg-person-overlay:before {
  background: linear-gradient(rgba(30, 87, 153, 0) 53%, rgba(34, 44, 62, 0.8));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
}
.bg-home-overlay {
  position: relative;
}
.bg-home-overlay:before {
/*  background: linear-gradient(0deg, #23375e 50%, #23375e);*/
  background-color: var(--bs-primary-rgb: 21, 32, 54);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
}
.bg-image-overlay {
  position: relative;
}
.bg-image-overlay:before {
  background: linear-gradient(
    180deg,
    #6e6c65 0,
    #6e6c65 25%,
    #6e6c65 50%,
    #6e6c65 75%,
    #6e6c65
  );
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
}
.mw-content {
  max-width: 50rem;
}
.mw-wide {
  max-width: 67rem;
}
.mw-wide p{
  font-size: 20px;
}
.h-15 {
  height: 15px !important;
}
.w-15 {
  width: 15px !important;
}
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  .h2,
  .h3,
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #c5c7c9;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  .title-area {
    text-align: center;
    width: 100%;
    position: relative;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
/*    font-family: "GalatiaSIL", sans-serif;*/
    color: #fff;
    text-transform: uppercase;
  }
   /*.site-title {
    font-family: "GalatiaSIL", sans-serif;
    color: #fff;
    text-transform: uppercase;
  }*/
  .about-section {
    padding-top: 0;
    position: relative;
  }
  .testimonials-section{
    background-color: #141f34 !important;
  }
  .author-box {
    margin-bottom: 0;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
  #tpbr_topbar,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .footer-widgets,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar,
  .site-footer,
  .social-share,
  button,
  input,
  select,
  textarea {
    display: none !important;
  }
}
.cookielawinfo-column-1 {
  width: 25%;
}
.cookielawinfo-column-2 {
  width: 10%;
}
.cookielawinfo-column-3 {
  width: 15%;
}
.cookielawinfo-column-4 {
  width: 50%;
}
.cookielawinfo-simple thead {
  width: 100%;
}
.cookielawinfo-simple td {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.cookielawinfo-simple thead th {
  padding-right: 10px;
  text-align: left;
}
.cookielawinfo-modern {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.cookielawinfo-modern td,
.cookielawinfo-modern th {
  padding: 5px;
  color: #333;
}
.cookielawinfo-modern thead {
/*  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
  padding: 0.2em 0 0.2em 0.5em;
  text-align: left;
  color: #4b4b4b;
  background-color: #c8c8c8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f2f2),
    to(#e3e3e3),
    color-stop(0.6, #b3b3b3)
  );
  background-image: -moz-linear-gradient(top, #d6d6d6, #b0b0b0, #b3b3b3 90%);
  border-bottom: solid 1px #999;
}
.cookielawinfo-modern th {
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-shadow: #fff 1px 1px 1px;
}
.cookielawinfo-modern td {
  line-height: 20px;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.cookielawinfo-modern tr.cookielawinfo-row:hover {
  background-color: #fff;
}
.cookielawinfo-elegant {
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
/*  font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;*/
  color: #333;
}
.cookielawinfo-elegant tr {
  border-top-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  color: #555;
}
.cookielawinfo-elegant th {
  text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
/*  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;*/
  font-weight: 400;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.3em;
  font-size: 14px;
}
.cookielawinfo-elegant td {
  font-size: 12px;
  padding: 4px 7px 2px;
  vertical-align: top;
}
.cookielawinfo-rounded {
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ebebeb;
}
.cookielawinfo-rounded td,
.rounded th {
  padding: 1px 5px;
}
.cookielawinfo-rounded thead {
  text-shadow: 0 1px 0 #fff;
  color: #999;
}
.cookielawinfo-rounded th {
  text-align: left;
  text-transform: uppercase;
  font-size: 11pt;
  border-bottom: 1px solid #fff;
  padding: 1px 5px;
}
.cookielawinfo-rounded td {
  font-size: 10pt;
  padding: 5px;
}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {
  background-color: #fff;
}
table.cookielawinfo-classic {
/*  font-family: Verdana, Arial, Helvetica, sans-serif;*/
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
}
table.cookielawinfo-classic thead tr th {
  text-transform: uppercase;
  background: #e2e2e2;
}
table.cookielawinfo-classic tfoot tr th,
table.cookielawinfo-classic tfoot tr td {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
table.cookielawinfo-classic tfoot tr th {
  width: 20%;
}
table.cookielawinfo-classic tfoot tr td {
  width: 80%;
}
table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  line-height: 1.8em;
  font-size: 0.8em;
  vertical-align: top;
  width: 20%;
}
table.cookielawinfo-classic tr.odd th,
table.cookielawinfo-classic tr.odd td {
  background: #efefef;
}
table.cookielawinfo-winter {
/*  font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;*/
  padding: 0;
  margin: 10px 0 20px;
  border-collapse: collapse;
  color: #333;
  background: #f3f5f7;
}
table.cookielawinfo-winter a {
  color: #3a4856;
  text-decoration: none;
  border-bottom: 1px solid #c6c8cb;
}
table.cookielawinfo-winter a:visited {
  color: #777;
}
table.cookielawinfo-winter a:hover {
  color: #000;
}
table.cookielawinfo-winter caption {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
/*  font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;*/
}
table.cookielawinfo-winter thead th {
  background: #3a4856;
  padding: 15px 10px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
table.cookielawinfo-winter tbody {
  border-left: 1px solid #eaecee;
  border-right: 1px solid #eaecee;
}
table.cookielawinfo-winter tbody {
  border-bottom: 1px solid #eaecee;
}
table.cookielawinfo-winter tbody td,
table.cookielawinfo-winter tbody th {
  padding: 10px;
  background: url(data:image/gif;base64,R0lGODlh0AcCAIAAAPv7++rs7iH5BAAAAAAALAAAAADQBwIAAAJkjI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKZ4Ci8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7P6/f8vv8PGChXAAA7)
    repeat-x;
  text-align: left;
}
table.cookielawinfo-winter tbody tr {
  background: #f3f5f7;
}
table.cookielawinfo-winter tbody tr.odd {
  background: #f0f2f4;
}
table.cookielawinfo-winter tbody tr:hover {
  background: #eaecee;
  color: #111;
}
table.cookielawinfo-winter tfoot td,
table.cookielawinfo-winter tfoot th,
table.cookielawinfo-winter tfoot tr {
  text-align: left;
/*  font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;*/
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}
@media (max-width: 800px) {
  table.cookielawinfo-row-cat-table td,
  table.cookielawinfo-row-cat-table th {
    width: 23%;
    font-size: 12px;
    word-wrap: break-word;
  }
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4,
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
    width: 45%;
  }
}
.cookielawinfo-row-cat-title {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.cookielawinfo-row-cat-title-head {
  text-align: center;
}
.cookielawinfo-row-cat-table {
  width: 99%;
  margin-left: 5px;
}
.about-down-section{
  background-color: rgb(35,55,94);
}
/*.quotes .slick-slide {
  min-height: 200px;
}*/
.contact-section{
  background-image: url('../images/contact-bg.png');
  background-position: top 25px center;
  margin-bottom: 50px;
  background-repeat: no-repeat;
}
.double-quote{
  height: 30px;
  background-image: url('../images/double-quotes.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  margin-bottom: 0px;
}
.slick-dots li button {
  box-shadow: none !important;
}
.slick-dots li button:before {

}
/* --- start testimonial --- */
/* Simple Slider */
.white-back{
  background: #fff;
}
.slick-prev, .slick-next{
  display: none; visibility: hidden;
}
.simple blockquote {
    height:200px;
}
.simple blockquote p {
    display: grid;
    place-items: center;
        align-items: center;
    vertical-align: middle;
    /*display: table-cell;*/
        width: 40%;
        height: 200px;
        vertical-align: middle;
        
        
  margin:0% 30%;
  color: #fff;
/*  padding-top: 15px;*/
  font-size: 0.8em;
  line-height: 2em;
  letter-spacing: 0.4px;
  text-align: center;
/*  font-family: 'Nanum Gothic', sans-serif;*/
  font-weight: 300;
  font-size: 20px;
}
.simple cite {
  font-size: 1em;
  font-style: normal;
  color: #1e528e;
}
.simple cite a {
  color: #2d91c2;
  font-style: italic;
  text-decoration: none;
  font-size:.85em;
}
.simple cite a:hover {
  color: #00B4CC;
}
/* A custom cursor to let folks know they can drag things */

.simple blockquote p, .bubble blockquote {
  cursor: -webkit-grab;
  cursor: grab;
}

/* Bubble Slider */

.bubble blockquote {
  margin: 10px 10px 0;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 1.25em;
  color: #1e528e;

}
.bubble blockquote:before, .bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  padding: 10px;
  line-height: 1;
  color: #1e528e;
}
.bubble blockquote:before {
  top: 0;
  left: 10px;
}
.bubble blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -.5em;
}
.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}
.bubble cite {
  padding-left: 20px;
  font-size: 1.25em;
  color:#f7f7f7;
}
/* --- end testimonial --- */

/* --- start contact form --- */
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
  box-shadow: inset 0 0 3px #ccc;
/*  font-family: 'Nanum Gothic', sans-serif;*/
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

button,
label {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
  display: none;
}

/*Remove dotted outline from selected option on Firefox*/
/*https://stackoverflow.com/questions/3773430/remove-outline-from-select-box-in-ff/18853002#18853002*/
/*We use !important to override the color set for the select on line 99*/
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 var(--white);
}

textarea {
  resize: none;
}

ul {
  list-style: none;
}


.container {
  max-width: 900px !important;
  margin: 0 auto;
  padding: 2rem;
}


/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form {
  background-color: rgba(241,242,246,1);
  margin-top:100px;
}
.my-form h1 {
  margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea {
  width: 100% !important;
  line-height: 1.5;
  padding: 20px 15px;
  border: 1px solid var(--borderFormEls);
  color: var(--white);
  background: var(--bgFormEls);
  box-shadow: inset 0 0 3px #ccc;
/*  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);*/
}

.my-form textarea {
  height: 170px;
}

.my-form ::-moz-placeholder {
  color: #000;
  font-weight: 400;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form :-ms-input-placeholder {
  color: #333;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form ::placeholder {
  color: #333;
  /*Fix opacity issue on Firefox*/
  opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
/*.my-form button:enabled:hover,*/
.my-form input[type="checkbox"]:focus + label {
/*  background: var(--bgFormElsFocus);*/
  outline-style: none;
  box-shadow: inset 0 0 3px #ccc;
  border-color: transparent;
  border-bottom: 2px solid rgba(50,237,208,1);
}

*:focus {
    outline: none !important;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
/*  transform: scale(1.02);*/
}

.my-form *:required,
.my-form select {
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 15px;
}

.my-form *:required {
/*  background-image: url('../images/asterisk.png');  */
  background-size: 10px 10px;
}

/*.my-select{
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg) !important;
  background-size: 12px 12px !important;
  background-position: right 40px center !important;
}*/

.my-form *:disabled {
  cursor: default;
  filter: blur(2px);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.my-form .required-msg {
  display: none;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg)
    no-repeat center left / 15px 15px;
  padding-left: 20px;
}*/

.my-form .btn-grid {
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}

.my-form .grid-3 {
  grid-template-columns: auto auto auto;
  align-items: center !important;
  align-content: center !important;
  box-shadow: none;
}

.my-form button {
  font-weight: bold;
  /*background-color:transparent;*/
  border: 2px solid rgb(35,55,94);
  padding: 10px 50px 10px 40px;
  color: rgb(35,55,94);
  box-shadow: none !important;
/*  font-family: 'Alata', sans-serif;*/
  width: 150px;
  transition: box-shadow 0.3s !important;
  background-color:rgba(241,242,246,1);
}

.my-form button:hover {
  border: 2px solid rgb(35,55,94);
  background-color: #fff;
  color: #fff;
  box-shadow: 0 11px 18px -5px rgba(0, 0, 0, 0.37) !important;
  transition: box-shadow 0.3s;
}

.my-form button > * {
  display: inline-block;
  width: 100%;
  transition: transform 0.4s ease-in-out;
}

.my-form button .back {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-110%, -50%);
}
.my-form button .back img {
  width: 32px;
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
  transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
  transform: translateX(200%);
}
.formTextArea{
  height: 200px;
}

/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.my-form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"] + label::before,
.my-form input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
}

.my-form input[type="checkbox"] + label::before {
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked + label::before {
  background: var(--red);
}

.my-form input[type="checkbox"]:checked + label::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 14px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
  .my-form .grid {
    display: grid;
    grid-gap: 2rem;
  }

  .my-form li:last-child .grid {
    display: grid;
    grid-gap: 16.5rem;
  }

  .my-form .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .my-form .grid-3 {
    grid-template-columns: auto auto auto;
    align-items: center !important;
  }

  .my-form .grid > *:not(:last-child) {
    margin-bottom: 0;
  }

  .my-form .required-msg {
    display: block;
    height: 20px !important;
  }
}

@media screen and (min-width: 541px) {
  .my-form input[type="checkbox"] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .my-form input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
}
/* --- end contact form --- */
.logo-link{
  text-decoration: none;
}
.text-align-justify{
  text-align: justify;.
}
.text-color-strong{
  color: rgba(20,31,52,1);
}
.values-section{
  padding: 90px 0px 40px 0px;
  background-color: rgba(20,31,51,1);
  color:#fff;
}
.text-color-white{
  color: #fff;
}
.section-divider {
    height: 0.5px;
    width: 80%;
    margin: 0% 10%;
    background: rgba(50,237,208,1);
}
.contact-us-details .cicon{
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.contact-us-details h1{
  font-size: 24px;
  font-weight: 200;
  color: rgba(20,31,52,1);
  margin-top: 40px;
}
.contact-us-details p{
  font-size: 18px;
  font-weight: 200;
  color: rgba(20,31,52,.6);
  margin-left: 42px;
}
.clogo{
  width: 400px;
  height: 450px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  opacity: .1;
}
.map-title{
    font-size: 34px !important;
    color: rgba(20,31,52,1);
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.navMobileBtn{
  width: 24px !important;
  position: relative;
  top:-10px;
  right: 10px;
  box-shadow: none !important;
  display: none;
  visibility: hidden;
}
.contact-us-section1{
  margin-top:0px;
  margin-bottom:0px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
/* start responsiveness style */
@media (max-width: 767px) {
  .navMobileBtn{
      display: block;
      visibility: visible;
    }
    .navbar-brand{
        margin-right:0px;
        padding-right:0px;
    }
  .mw-wide{
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-title{
    font-size: 22px;
  }
  /*--- logo style ---*/
  .site-title {
    height: 28px;
    line-height: 28px;
    font-size: 1.6rem;
  }
  .site-title span{
    font-size: 1.2rem;
  }
  .tagline{
    font-size: 14px;
    letter-spacing: 1px;
    top: -12px;
  }

  .site-title2 {
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 1.45rem;
  }
  .site-title2 span{
    color: #a6a6a6;
    font-size: 1.35rem;
  }
  .tagline2{
    letter-spacing: 1px;
    font-style: italic;
    top: -15px;
    left: 0px;
  }

  #hoplawCarousel{
    background-image:url('../images/main-banner-5.png');
    background-position: center center;
    background-size: 300%;
    background-repeat: no-repeat;
    height: 650px;
  }
  .hoplawCarouselh2 {
    text-align: left;
    color: #fff;
  }
  .hoplawCarouselh2 div{
    margin-left: 50px;
  }
  .hoplawCarouselp {
    text-align: left;
    margin-left: 50px;
  }
  /*---     index about style     ---*/
  .about-section .container-xxxl{
    padding-top: 1.4rem !important;
    padding-bottom: 1rem !important;
  }

  .about-section .title{
    font-size: 24px;
    margin-bottom: .5rem !important;
    font-weight: 600;
  }

  .about-section .sub-title{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: .7rem;
  }
  .btn-primary-line{
    border-width: 1px;
    padding: 6px 15px;
    font-size: 12px !important;
    font-weight: 600;
    box-shadow: 0 11px 18px -5px rgba(0, 0, 0, 0.0) !important;
  }
  .btn-primary-line:hover{
    border-width: 1px;
    padding: 6px 15px;
    font-size: 12px !important;
    font-weight: 600;
    box-shadow: 0 11px 18px -5px rgba(0, 0, 0, 0.37) !important;
    transition: box-shadow 0.3s;
  }
  /*---     index testimonial style     ---*/
  .double-quote{
    height: 20px;
    background-size: 20px 20px;
    position: relative;
    top:-8px;
  }
  .slick-prev, .slick-next{
    display:none !important;
    visibility: hidden !important;
  }
  .simple blockquote {
    height:125px;
  }
  .simple blockquote p{
    width: 80%;
    margin: 0% 10%;
    font-size: 14px;
    height:125px;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 40px;
  }
  .btn-primary-white{
    border-width: 1px;
    padding: 6px 15px;
    font-size: 12px;
  }
  .btn-primary-white:hover{
    border-width:1px;
    padding: 6px 15px;
    font-size: 12px;
  }
  /*---     index contect style     ---*/
  .contact-section{
    background-position: top 5px center;
    margin-bottom: 0px !important;
  }
  .contact-section .container{
    padding: 1rem;
  }
  .contact-section .title{
    font-size: 24px;
    font-weight: 600;
  }
  .contact-section .contact-sub-title{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .contact-section .container .my-form{
    margin-top: 15px;
    padding-bottom: 0px !important;
  }
  .contact-section .container {
    padding-bottom: 1rem !important;
  }
/*  .my-form li, .my-form .grid {
    margin-bottom: .8rem;
  }*/
  .my-form li, .my-form .grid > *:not(:last-child) {
    margin-bottom: .8rem;
  }
  .my-form li:nth-child(4), .my-form li:nth-child(5) {
    margin-bottom: 0rem;
  }
  .required-msg{
    margin-bottom: 0px !important;
    height: 20px !important;
  }
  .my-form select, .my-form input, .my-form textarea {
    width: 100% !important;
    line-height: 1rem;
    padding: 10px 10px;
    border: 1px solid var(--borderFormEls);
    font-size: 14px;
  }
/*  .my-form .container{
    margin-bottom: 1rem !important;
  }*/
  .formTextArea{
    height: 100px !important;
  }
  .contact-section .container .my-form ul{
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .my-form button {
    border-width: 1px;
    padding: 5px 25px 5px 20px;
    box-shadow: none !important;
    width: 100px;
    transition: box-shadow 0.3s !important;
    background-color:rgba(241,242,246,1);
  }
  .front {
/*    transform: translateX(200%);*/
    font-size: 14px !important;
  }
  .my-form button .back {
    position: absolute;
    left: 46%;
    transform: translate(-110%, -50%);
  }
  .my-form button .back img {
    width: 26px;
  }
  .my-form button:hover {
    border-width: 1px;
    background-color: #fff;
    color: #fff;
    box-shadow: 0 11px 18px -5px rgba(0, 0, 0, 0.37) !important;
    transition: box-shadow 0.3s;
  }
  .form-btn{
    text-align: center;
  }
  /*---     index footer style     ---*/
  .footer-widgets .container-xxxl{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .footer-about-in, .footer-logo-area {
      margin-left:0px;
  }
  .footer-logo{
    width: 40px;
    margin-bottom: 10px;
  }
  .footer-about-in p{
    font-size: 12px;
    line-height: 15px !important;
  }
  .footer-links h2, .footer-address h2, .footer-mails h2{
    letter-spacing: 0.2px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .footer-links ul li, .footer-address p, .footer-mails{
    font-size: 10px;
    line-height: 20px;
  }
  .footer-address p{
    margin-bottom: 0px;
  }
  .footer-send{
    width: 18px;
    margin-right: 8px;
  }
  /*---     index mobile menu style     ---*/
  .fs-2 {
    font-size: calc(1.3625rem + 0.35vw) !important;
  }
  /*---     about us style     ---*/
  .about-banner{
    padding-top: 9rem !important;
    padding-bottom: 1rem !important;
    background-image: url('../images/about-us-banner-1.png');
    background-position: center center;
  }
  .about-banner .container-xxxl{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .entry-title{
    font-size: 18px;
  }
  .about-section1{
    margin-top: 0px !important;
    padding-top: 2rem !important;
    margin-bottom: 0px !important;
  }
  .about-section1 p{
    font-size: 14px !important;
    line-height: 20px;
  }
  .about-section1 .mw-wide{
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-section2{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .about-section2 .value-title{
    font-size: 24px !important;
    margin-bottom: 0.5rem !important;
    font-weight: 600;
  }
  .about-section2 .mw-wide{
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: rgb(27,36,51);
    background: linear-gradient(180deg, rgba(27,36,51,1) 0%, rgba(31,40,54,1) 47%, rgba(57,82,102,1) 100%);
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .about-section2 .value-title-out{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .about-section2 .value-title{
    font-weight: 600 !important
  }
  .about-section2 .values-sub-title{
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 0px !important;
  }
  .about-section2 .about-first-font{
    font-size: 24px !important;
  }
  .about-section2 .about-section2-tabs p{
    font-size: 15px;
    margin-bottom: 20px;
  }
  /*---     services style     ---*/
  .services-section1{
    margin-top: 0px !important;
    padding-top: 2rem !important;
    margin-bottom: 0px !important;
  }
  .services-section1 .mw-wide .service-title{
    font-size: 18px !important;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .services-section1 .mw-wide p{
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 14px !important;
  }
  .services-section1 .mw-wide .row:nth-child(7){
    padding-bottom: 0px !important;
  }
  /*---     contact us form style     ---*/
  .contact-us-section1{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .contact-us-section1 .mw-wide{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .contact-us-section1 .my-form .container{
    padding: 1rem !important;
  }
  .contact-us-section1 .contact-us-title{
    font-size: 24px !important;
    font-weight: 600;
  }
  .contact-us-section1 .contact-us-sub-title {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .contact-us-section1 .contact-us-details{
    padding-top: 0rem !important;
  }
  .contact-us-section1 .contact-us-details h1{
    font-size: 18px !important;
    margin-top: 20px !important;
  }
  .contact-us-section1 .contact-us-details p{
    font-size: 15px !important;
  }
  .contact-us-section2{
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    padding-bottom: 0px !important;
  }
  .contact-us-section2 .mw-wide{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .contact-us-section2 .mw-wide .map-title{
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .my-form-area{
    width: 100%;
  }
}
/* end responsiveness style */












