/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/theme.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.container, .layout-container--page .main-content__container,
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.container, .layout-container--page .main-content__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

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

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

.spacing-mb-small, .style-guide__section {
  margin-bottom: 30px;
}

.spacing-my-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.spacing-pt-small, .style-guide__section + .style-guide__section {
  padding-top: 30px;
}

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

.spacing-py-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .spacing-mt-small {
    margin-top: 50px;
  }

  .spacing-mb-small, .style-guide__section {
    margin-bottom: 50px;
  }

  .spacing-my-small {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .spacing-pt-small, .style-guide__section + .style-guide__section {
    padding-top: 50px;
  }

  .spacing-pb-small {
    padding-bottom: 50px;
  }

  .spacing-py-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-mt-small {
    margin-top: 80px;
  }

  .spacing-mb-small, .style-guide__section {
    margin-bottom: 80px;
  }

  .spacing-my-small {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .spacing-pt-small, .style-guide__section + .style-guide__section {
    padding-top: 80px;
  }

  .spacing-pb-small {
    padding-bottom: 80px;
  }

  .spacing-py-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.spacing-mt-standard {
  margin-top: 40px;
}

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

.spacing-my-standard, .layout-container--page .main-content__container {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.spacing-py-standard {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .spacing-mt-standard {
    margin-top: 60px;
  }

  .spacing-mb-standard {
    margin-bottom: 60px;
  }

  .spacing-my-standard, .layout-container--page .main-content__container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .spacing-pt-standard {
    padding-top: 60px;
  }

  .spacing-pb-standard {
    padding-bottom: 60px;
  }

  .spacing-py-standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-mt-standard {
    margin-top: 100px;
  }

  .spacing-mb-standard {
    margin-bottom: 100px;
  }

  .spacing-my-standard, .layout-container--page .main-content__container {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .spacing-pt-standard {
    padding-top: 100px;
  }

  .spacing-pb-standard {
    padding-bottom: 100px;
  }

  .spacing-py-standard {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.spacing-mt-large {
  margin-top: 80px;
}

.spacing-mb-large {
  margin-bottom: 80px;
}

.spacing-my-large {
  margin-top: 80px;
  margin-bottom: 80px;
}

.spacing-pt-large {
  padding-top: 80px;
}

.spacing-pb-large {
  padding-bottom: 80px;
}

.spacing-py-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .spacing-mt-large {
    margin-top: 120px;
  }

  .spacing-mb-large {
    margin-bottom: 120px;
  }

  .spacing-my-large {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .spacing-pt-large {
    padding-top: 120px;
  }

  .spacing-pb-large {
    padding-bottom: 120px;
  }

  .spacing-py-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-mt-large {
    margin-top: 160px;
  }

  .spacing-mb-large {
    margin-bottom: 160px;
  }

  .spacing-my-large {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .spacing-pt-large {
    padding-top: 160px;
  }

  .spacing-pb-large {
    padding-bottom: 160px;
  }

  .spacing-py-large {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.spacing-ml-small {
  margin-left: 10px;
}

.spacing-mr-small {
  margin-right: 10px;
}

.spacing-mx-small {
  margin-left: 10px;
  margin-right: 10px;
}

.spacing-pl-small {
  margin-left: 10px;
}

.spacing-pr-small {
  margin-right: 10px;
}

.spacing-px-small {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .spacing-ml-small {
    margin-left: 15px;
  }

  .spacing-mr-small {
    margin-right: 15px;
  }

  .spacing-mx-small {
    margin-left: 15px;
    margin-right: 15px;
  }

  .spacing-pl-small {
    margin-left: 15px;
  }

  .spacing-pr-small {
    margin-right: 15px;
  }

  .spacing-px-small {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-ml-small {
    margin-left: 20px;
  }

  .spacing-mr-small {
    margin-right: 20px;
  }

  .spacing-mx-small {
    margin-left: 20px;
    margin-right: 20px;
  }

  .spacing-pl-small {
    margin-left: 20px;
  }

  .spacing-pr-small {
    margin-right: 20px;
  }

  .spacing-px-small {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.spacing-ml-standard {
  margin-left: 20px;
}

.spacing-mr-standard {
  margin-right: 20px;
}

.spacing-mx-standard {
  margin-left: 20px;
  margin-right: 20px;
}

.spacing-pl-standard {
  margin-left: 20px;
}

.spacing-pr-standard {
  margin-right: 20px;
}

.spacing-px-standard {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .spacing-ml-standard {
    margin-left: 30px;
  }

  .spacing-mr-standard {
    margin-right: 30px;
  }

  .spacing-mx-standard {
    margin-left: 30px;
    margin-right: 30px;
  }

  .spacing-pl-standard {
    margin-left: 30px;
  }

  .spacing-pr-standard {
    margin-right: 30px;
  }

  .spacing-px-standard {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-ml-standard {
    margin-left: 40px;
  }

  .spacing-mr-standard {
    margin-right: 40px;
  }

  .spacing-mx-standard {
    margin-left: 40px;
    margin-right: 40px;
  }

  .spacing-pl-standard {
    margin-left: 40px;
  }

  .spacing-pr-standard {
    margin-right: 40px;
  }

  .spacing-px-standard {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.spacing-ml-large {
  margin-left: 30px;
}

.spacing-mr-large {
  margin-right: 30px;
}

.spacing-mx-large {
  margin-left: 30px;
  margin-right: 30px;
}

.spacing-pl-large {
  margin-left: 30px;
}

.spacing-pr-large {
  margin-right: 30px;
}

.spacing-px-large {
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  .spacing-ml-large {
    margin-left: 50px;
  }

  .spacing-mr-large {
    margin-right: 50px;
  }

  .spacing-mx-large {
    margin-left: 50px;
    margin-right: 50px;
  }

  .spacing-pl-large {
    margin-left: 50px;
  }

  .spacing-pr-large {
    margin-right: 50px;
  }

  .spacing-px-large {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-ml-large {
    margin-left: 80px;
  }

  .spacing-mr-large {
    margin-right: 80px;
  }

  .spacing-mx-large {
    margin-left: 80px;
    margin-right: 80px;
  }

  .spacing-pl-large {
    margin-left: 80px;
  }

  .spacing-pr-large {
    margin-right: 80px;
  }

  .spacing-px-large {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.spacing-mt-1 {
  margin-top: 10px;
}

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

.spacing-my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.spacing-pb-1 {
  padding-bottom: 10px;
}

.spacing-py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacing-ml-1 {
  margin-left: 10px;
}

.spacing-mr-1 {
  margin-right: 10px;
}

.spacing-mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.spacing-pl-1 {
  margin-left: 10px;
}

.spacing-pr-1 {
  margin-right: 10px;
}

.spacing-px-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.spacing-mt-2 {
  margin-top: 20px;
}

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

.spacing-my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.spacing-pt-2 {
  padding-top: 20px;
}

.spacing-pb-2 {
  padding-bottom: 20px;
}

.spacing-py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacing-ml-2 {
  margin-left: 20px;
}

.spacing-mr-2 {
  margin-right: 20px;
}

.spacing-mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.spacing-pl-2 {
  margin-left: 20px;
}

.spacing-pr-2 {
  margin-right: 20px;
}

.spacing-px-2 {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

.spacing-my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spacing-py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.spacing-ml-3 {
  margin-left: 30px;
}

.spacing-mr-3 {
  margin-right: 30px;
}

.spacing-mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.spacing-pl-3 {
  margin-left: 30px;
}

.spacing-pr-3 {
  margin-right: 30px;
}

.spacing-px-3 {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

.spacing-my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.spacing-py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacing-ml-4 {
  margin-left: 40px;
}

.spacing-mr-4 {
  margin-right: 40px;
}

.spacing-mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.spacing-pl-4 {
  margin-left: 40px;
}

.spacing-pr-4 {
  margin-right: 40px;
}

.spacing-px-4 {
  margin-left: 40px;
  margin-right: 40px;
}

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

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

.spacing-my-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.spacing-pb-5 {
  padding-bottom: 50px;
}

.spacing-py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacing-ml-5 {
  margin-left: 50px;
}

.spacing-mr-5 {
  margin-right: 50px;
}

.spacing-mx-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.spacing-pl-5 {
  margin-left: 50px;
}

.spacing-pr-5 {
  margin-right: 50px;
}

.spacing-px-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.spacing-mt-6 {
  margin-top: 60px;
}

.spacing-mb-6 {
  margin-bottom: 60px;
}

.spacing-my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.spacing-pt-6 {
  padding-top: 60px;
}

.spacing-pb-6 {
  padding-bottom: 60px;
}

.spacing-py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacing-ml-6 {
  margin-left: 60px;
}

.spacing-mr-6 {
  margin-right: 60px;
}

.spacing-mx-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.spacing-pl-6 {
  margin-left: 60px;
}

.spacing-pr-6 {
  margin-right: 60px;
}

.spacing-px-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.spacing-mt-7 {
  margin-top: 70px;
}

.spacing-mb-7 {
  margin-bottom: 70px;
}

.spacing-my-7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.spacing-pt-7 {
  padding-top: 70px;
}

.spacing-pb-7 {
  padding-bottom: 70px;
}

.spacing-py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spacing-ml-7 {
  margin-left: 70px;
}

.spacing-mr-7 {
  margin-right: 70px;
}

.spacing-mx-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.spacing-pl-7 {
  margin-left: 70px;
}

.spacing-pr-7 {
  margin-right: 70px;
}

.spacing-px-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.spacing-mt-8 {
  margin-top: 80px;
}

.spacing-mb-8 {
  margin-bottom: 80px;
}

.spacing-my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.spacing-pt-8 {
  padding-top: 80px;
}

.spacing-pb-8 {
  padding-bottom: 80px;
}

.spacing-py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.spacing-ml-8 {
  margin-left: 80px;
}

.spacing-mr-8 {
  margin-right: 80px;
}

.spacing-mx-8 {
  margin-left: 80px;
  margin-right: 80px;
}

.spacing-pl-8 {
  margin-left: 80px;
}

.spacing-pr-8 {
  margin-right: 80px;
}

.spacing-px-8 {
  margin-left: 80px;
  margin-right: 80px;
}

.spacing-mt-9 {
  margin-top: 90px;
}

.spacing-mb-9 {
  margin-bottom: 90px;
}

.spacing-my-9 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.spacing-pt-9 {
  padding-top: 90px;
}

.spacing-pb-9 {
  padding-bottom: 90px;
}

.spacing-py-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.spacing-ml-9 {
  margin-left: 90px;
}

.spacing-mr-9 {
  margin-right: 90px;
}

.spacing-mx-9 {
  margin-left: 90px;
  margin-right: 90px;
}

.spacing-pl-9 {
  margin-left: 90px;
}

.spacing-pr-9 {
  margin-right: 90px;
}

.spacing-px-9 {
  margin-left: 90px;
  margin-right: 90px;
}

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

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

.spacing-my-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.spacing-pb-10 {
  padding-bottom: 100px;
}

.spacing-py-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.spacing-ml-10 {
  margin-left: 100px;
}

.spacing-mr-10 {
  margin-right: 100px;
}

.spacing-mx-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.spacing-pl-10 {
  margin-left: 100px;
}

.spacing-pr-10 {
  margin-right: 100px;
}

.spacing-px-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.spacing-mt-11 {
  margin-top: 110px;
}

.spacing-mb-11 {
  margin-bottom: 110px;
}

.spacing-my-11 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.spacing-pt-11 {
  padding-top: 110px;
}

.spacing-pb-11 {
  padding-bottom: 110px;
}

.spacing-py-11 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.spacing-ml-11 {
  margin-left: 110px;
}

.spacing-mr-11 {
  margin-right: 110px;
}

.spacing-mx-11 {
  margin-left: 110px;
  margin-right: 110px;
}

.spacing-pl-11 {
  margin-left: 110px;
}

.spacing-pr-11 {
  margin-right: 110px;
}

.spacing-px-11 {
  margin-left: 110px;
  margin-right: 110px;
}

.spacing-mt-12 {
  margin-top: 120px;
}

.spacing-mb-12 {
  margin-bottom: 120px;
}

.spacing-my-12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.spacing-pt-12 {
  padding-top: 120px;
}

.spacing-pb-12 {
  padding-bottom: 120px;
}

.spacing-py-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.spacing-ml-12 {
  margin-left: 120px;
}

.spacing-mr-12 {
  margin-right: 120px;
}

.spacing-mx-12 {
  margin-left: 120px;
  margin-right: 120px;
}

.spacing-pl-12 {
  margin-left: 120px;
}

.spacing-pr-12 {
  margin-right: 120px;
}

.spacing-px-12 {
  margin-left: 120px;
  margin-right: 120px;
}

.spacing-mt-13 {
  margin-top: 130px;
}

.spacing-mb-13 {
  margin-bottom: 130px;
}

.spacing-my-13 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.spacing-pt-13 {
  padding-top: 130px;
}

.spacing-pb-13 {
  padding-bottom: 130px;
}

.spacing-py-13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.spacing-ml-13 {
  margin-left: 130px;
}

.spacing-mr-13 {
  margin-right: 130px;
}

.spacing-mx-13 {
  margin-left: 130px;
  margin-right: 130px;
}

.spacing-pl-13 {
  margin-left: 130px;
}

.spacing-pr-13 {
  margin-right: 130px;
}

.spacing-px-13 {
  margin-left: 130px;
  margin-right: 130px;
}

.spacing-mt-14 {
  margin-top: 140px;
}

.spacing-mb-14 {
  margin-bottom: 140px;
}

.spacing-my-14 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.spacing-pt-14 {
  padding-top: 140px;
}

.spacing-pb-14 {
  padding-bottom: 140px;
}

.spacing-py-14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.spacing-ml-14 {
  margin-left: 140px;
}

.spacing-mr-14 {
  margin-right: 140px;
}

.spacing-mx-14 {
  margin-left: 140px;
  margin-right: 140px;
}

.spacing-pl-14 {
  margin-left: 140px;
}

.spacing-pr-14 {
  margin-right: 140px;
}

.spacing-px-14 {
  margin-left: 140px;
  margin-right: 140px;
}

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

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

.spacing-my-15 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.spacing-pt-15 {
  padding-top: 150px;
}

.spacing-pb-15 {
  padding-bottom: 150px;
}

.spacing-py-15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.spacing-ml-15 {
  margin-left: 150px;
}

.spacing-mr-15 {
  margin-right: 150px;
}

.spacing-mx-15 {
  margin-left: 150px;
  margin-right: 150px;
}

.spacing-pl-15 {
  margin-left: 150px;
}

.spacing-pr-15 {
  margin-right: 150px;
}

.spacing-px-15 {
  margin-left: 150px;
  margin-right: 150px;
}

.spacing-mt-16 {
  margin-top: 160px;
}

.spacing-mb-16 {
  margin-bottom: 160px;
}

.spacing-my-16 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.spacing-pt-16 {
  padding-top: 160px;
}

.spacing-pb-16 {
  padding-bottom: 160px;
}

.spacing-py-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.spacing-ml-16 {
  margin-left: 160px;
}

.spacing-mr-16 {
  margin-right: 160px;
}

.spacing-mx-16 {
  margin-left: 160px;
  margin-right: 160px;
}

.spacing-pl-16 {
  margin-left: 160px;
}

.spacing-pr-16 {
  margin-right: 160px;
}

.spacing-px-16 {
  margin-left: 160px;
  margin-right: 160px;
}

.spacing-mt-17 {
  margin-top: 170px;
}

.spacing-mb-17 {
  margin-bottom: 170px;
}

.spacing-my-17 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.spacing-pt-17 {
  padding-top: 170px;
}

.spacing-pb-17 {
  padding-bottom: 170px;
}

.spacing-py-17 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.spacing-ml-17 {
  margin-left: 170px;
}

.spacing-mr-17 {
  margin-right: 170px;
}

.spacing-mx-17 {
  margin-left: 170px;
  margin-right: 170px;
}

.spacing-pl-17 {
  margin-left: 170px;
}

.spacing-pr-17 {
  margin-right: 170px;
}

.spacing-px-17 {
  margin-left: 170px;
  margin-right: 170px;
}

.spacing-mt-18 {
  margin-top: 180px;
}

.spacing-mb-18 {
  margin-bottom: 180px;
}

.spacing-my-18 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.spacing-pt-18 {
  padding-top: 180px;
}

.spacing-pb-18 {
  padding-bottom: 180px;
}

.spacing-py-18 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.spacing-ml-18 {
  margin-left: 180px;
}

.spacing-mr-18 {
  margin-right: 180px;
}

.spacing-mx-18 {
  margin-left: 180px;
  margin-right: 180px;
}

.spacing-pl-18 {
  margin-left: 180px;
}

.spacing-pr-18 {
  margin-right: 180px;
}

.spacing-px-18 {
  margin-left: 180px;
  margin-right: 180px;
}

.spacing-mt-19 {
  margin-top: 190px;
}

.spacing-mb-19 {
  margin-bottom: 190px;
}

.spacing-my-19 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.spacing-pt-19 {
  padding-top: 190px;
}

.spacing-pb-19 {
  padding-bottom: 190px;
}

.spacing-py-19 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.spacing-ml-19 {
  margin-left: 190px;
}

.spacing-mr-19 {
  margin-right: 190px;
}

.spacing-mx-19 {
  margin-left: 190px;
  margin-right: 190px;
}

.spacing-pl-19 {
  margin-left: 190px;
}

.spacing-pr-19 {
  margin-right: 190px;
}

.spacing-px-19 {
  margin-left: 190px;
  margin-right: 190px;
}

.spacing-mt-20 {
  margin-top: 200px;
}

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

.spacing-my-20 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.spacing-pt-20 {
  padding-top: 200px;
}

.spacing-pb-20 {
  padding-bottom: 200px;
}

.spacing-py-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.spacing-ml-20 {
  margin-left: 200px;
}

.spacing-mr-20 {
  margin-right: 200px;
}

.spacing-mx-20 {
  margin-left: 200px;
  margin-right: 200px;
}

.spacing-pl-20 {
  margin-left: 200px;
}

.spacing-pr-20 {
  margin-right: 200px;
}

.spacing-px-20 {
  margin-left: 200px;
  margin-right: 200px;
}

.spacing-mt-21 {
  margin-top: 210px;
}

.spacing-mb-21 {
  margin-bottom: 210px;
}

.spacing-my-21 {
  margin-top: 210px;
  margin-bottom: 210px;
}

.spacing-pt-21 {
  padding-top: 210px;
}

.spacing-pb-21 {
  padding-bottom: 210px;
}

.spacing-py-21 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.spacing-ml-21 {
  margin-left: 210px;
}

.spacing-mr-21 {
  margin-right: 210px;
}

.spacing-mx-21 {
  margin-left: 210px;
  margin-right: 210px;
}

.spacing-pl-21 {
  margin-left: 210px;
}

.spacing-pr-21 {
  margin-right: 210px;
}

.spacing-px-21 {
  margin-left: 210px;
  margin-right: 210px;
}

.spacing-mt-22 {
  margin-top: 220px;
}

.spacing-mb-22 {
  margin-bottom: 220px;
}

.spacing-my-22 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.spacing-pt-22 {
  padding-top: 220px;
}

.spacing-pb-22 {
  padding-bottom: 220px;
}

.spacing-py-22 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.spacing-ml-22 {
  margin-left: 220px;
}

.spacing-mr-22 {
  margin-right: 220px;
}

.spacing-mx-22 {
  margin-left: 220px;
  margin-right: 220px;
}

.spacing-pl-22 {
  margin-left: 220px;
}

.spacing-pr-22 {
  margin-right: 220px;
}

.spacing-px-22 {
  margin-left: 220px;
  margin-right: 220px;
}

.spacing-mt-23 {
  margin-top: 230px;
}

.spacing-mb-23 {
  margin-bottom: 230px;
}

.spacing-my-23 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.spacing-pt-23 {
  padding-top: 230px;
}

.spacing-pb-23 {
  padding-bottom: 230px;
}

.spacing-py-23 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.spacing-ml-23 {
  margin-left: 230px;
}

.spacing-mr-23 {
  margin-right: 230px;
}

.spacing-mx-23 {
  margin-left: 230px;
  margin-right: 230px;
}

.spacing-pl-23 {
  margin-left: 230px;
}

.spacing-pr-23 {
  margin-right: 230px;
}

.spacing-px-23 {
  margin-left: 230px;
  margin-right: 230px;
}

.spacing-mt-24 {
  margin-top: 240px;
}

.spacing-mb-24 {
  margin-bottom: 240px;
}

.spacing-my-24 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.spacing-pt-24 {
  padding-top: 240px;
}

.spacing-pb-24 {
  padding-bottom: 240px;
}

.spacing-py-24 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.spacing-ml-24 {
  margin-left: 240px;
}

.spacing-mr-24 {
  margin-right: 240px;
}

.spacing-mx-24 {
  margin-left: 240px;
  margin-right: 240px;
}

.spacing-pl-24 {
  margin-left: 240px;
}

.spacing-pr-24 {
  margin-right: 240px;
}

.spacing-px-24 {
  margin-left: 240px;
  margin-right: 240px;
}

.spacing-mt-none {
  margin-top: 0;
}

.spacing-mb-none {
  margin-bottom: 0;
}

.spacing-my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-pt-none {
  padding-top: 0;
}

.spacing-pb-none {
  padding-bottom: 0;
}

.spacing-py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.spacing-inner-my-none > *:first-child {
  margin-top: 0;
}
.spacing-inner-my-none > *:last-child {
  margin-bottom: 0;
}

.spacing-ml-none {
  margin-left: 0;
}

.spacing-mr-none {
  margin-right: 0;
}

.spacing-mx-none {
  margin-left: 0;
  margin-right: 0;
}

.spacing-pl-none {
  padding-left: 0;
}

.spacing-pr-none {
  padding-right: 0;
}

.spacing-px-none {
  padding-left: 0;
  padding-right: 0;
}

.spacing-inner-mx-none > *:first-child {
  margin-left: 0;
}
.spacing-inner-mx-none > *:last-child {
  margin-right: 0;
}

.page-title-small {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Enedis", Arial;
  color: #101014;
}

.page-title-standard, .page-title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  font-family: "Enedis", Arial;
  color: #101014;
}

.page-title-large {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
  font-family: "Enedis", Arial;
  color: #101014;
}

.block-title-small, .style-guide__section-subtitle {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 600;
  font-family: "Enedis", Arial;
  color: #101014;
}

.block-title-standard, .block-title, .style-guide__section-title {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "Enedis", Arial;
  color: #101014;
}

.block-title-large {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
  font-family: "Enedis", Arial;
  color: #101014;
}

* {
  box-sizing: border-box;
}

.cke *,
.toolbar * {
  box-sizing: content-box;
}

.layout-container {
  margin: 0;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

html,
body {
  min-height: 100vh;
}

body,
.dialog-off-canvas-main-canvas,
.page-container,
.page-navbar-adjust,
.page-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

html {
  font-size: 18px;
}

.page {
  font-family: "Public Sans", Arial;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #101014;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Enedis", Arial;
  color: #101014;
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2.67rem;
  line-height: 2.9rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 600;
}

h5, .h5 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 600;
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 600;
}

a {
  color: #2382D2;
}

.hidden {
  display: none !important;
}

.visible-sm,
.visible-sm-inline,
.visible-sm-flex {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline-block !important;
  }

  .visible-sm-flex {
    display: flex !important;
  }
}
.visible-md,
.visible-md-inline,
.visible-md-flex {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  .visible-md-inline {
    display: inline-block !important;
  }

  .visible-md-flex {
    display: flex !important;
  }
}
.visible-lg,
.visible-lg-inline,
.visible-lg-flex {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline-block !important;
  }

  .visible-lg-flex {
    display: flex !important;
  }
}
.bg-primary {
  background-color: #1423dc;
  color: #fff;
}

.text-primary {
  color: #1423dc;
}

.text-on-primary {
  color: #fff;
}

.bg-primary-light {
  background-color: #3644ed;
  color: #fff;
}

.text-primary-light {
  color: #3644ed;
}

.text-on-primary-light {
  color: #fff;
}

.bg-primary-dark {
  background-color: #101cad;
  color: #fff;
}

.text-primary-dark {
  color: #101cad;
}

.text-on-primary-dark {
  color: #fff;
}

.bg-secondary {
  background-color: #96cd32;
  color: #fff;
}

.text-secondary {
  color: #96cd32;
}

.text-on-secondary {
  color: #fff;
}

.bg-secondary-light {
  background-color: #abd75b;
  color: #000;
}

.text-secondary-light {
  color: #abd75b;
}

.text-on-secondary-light {
  color: #000;
}

.bg-secondary-dark {
  background-color: #78a428;
  color: #fff;
}

.text-secondary-dark {
  color: #78a428;
}

.text-on-secondary-dark {
  color: #fff;
}

.bg-accent {
  background-color: #96cd32;
  color: #fff;
}

.text-accent {
  color: #96cd32;
}

.text-on-accent {
  color: #fff;
}

.bg-accent-light {
  background-color: #abd75b;
  color: #000;
}

.text-accent-light {
  color: #abd75b;
}

.text-on-accent-light {
  color: #000;
}

.bg-accent-dark {
  background-color: #78a428;
  color: #fff;
}

.text-accent-dark {
  color: #78a428;
}

.text-on-accent-dark {
  color: #fff;
}

.bg-light {
  background-color: #FFF;
  color: #000;
}

.bg-dark {
  background-color: #121212;
  color: #fff;
}

.text-light,
.text-on-dark {
  color: #fff;
}

.text-dark,
.text-on-light {
  color: #000;
}

.form-item {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 480px;
}
.form-item.js-form-type-vertical-tabs {
  max-width: none;
}
.form-item .form-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item legend,
.form-item label:not(.mdc-text-field):not(.option) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form-item label:not(.mdc-text-field):not(.option) {
  display: block;
  margin-bottom: 10px;
}
.form-item .description {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px;
  max-width: 480px;
}
.form-actions.full-width {
  max-width: none;
}
.form-actions > .full-width {
  width: 100%;
}

details {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
details > summary {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
details > summary + .form-item {
  margin-top: 10px;
}
details > .form-item:last-child {
  margin-bottom: 0;
}
details.vertical-tabs__pane > summary + .form-item {
  margin-top: 0;
}

fieldset {
  border: 1px solid #e6e6e6;
  margin-left: 0;
  margin-right: 0;
  padding: 19px;
  border-radius: 4px;
}

.input-clear {
  outline: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.input-clear__icon {
  width: 24px;
  height: 24px;
  color: #666666;
  fill: #666666;
  transition: fill 0.15s;
}
.input-clear:hover .input-clear__icon {
  color: #000;
  fill: #000;
}

.password-strength {
  margin: 20px 0;
}
.password-strength__meter {
  background-color: #ebeae4;
  margin-bottom: 10px;
}
.password-strength__indicator {
  transition: width 0.5s ease-out;
  background-color: #77b259;
}
.password-strength__indicator.is-weak {
  background-color: #e62600;
}
.password-strength__indicator.is-fair {
  background-color: #e09600;
}
.password-strength__indicator.is-good {
  background-color: #0074bd;
}
.password-strength__indicator.is-strong {
  background-color: #77b259;
}

.password-suggestions {
  margin: 10px 0;
  padding: 15px 20px;
  border: 1px solid #cccccc;
}

.password-confirm-message {
  margin: 20px 0;
}
.password-confirm-message.is-hidden {
  margin: 0;
}
.password-confirm-message .ok {
  color: #325e1c;
  font-weight: bold;
}
.password-confirm-message .error {
  color: #a51b00;
  font-weight: bold;
}

.icon {
  width: 24px;
  height: 24px;
}

.button, .fc-button, .fc-button-primary {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
}
.button__label {
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.button__icon + .button__label, .button__label + .button__icon {
  margin-left: 10px;
}
.button__icon {
  fill: #101014;
  color: #101014;
}

.style-guide code,
.style-guide pre {
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto Mono", monospace;
  background: #f0f0f0;
}
.style-guide__example-block {
  background: #ebebeb;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.style-guide__example-color {
  width: 240px;
  height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
.style-guide__section + .style-guide__section {
  border-top: 1px solid #cccccc;
}
.style-guide__section-title {
  margin-bottom: 30px;
}
.style-guide__section-subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
}
.style-guide__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.style-guide__items--stacked {
  flex-direction: column;
}
.style-guide__items--v-centered {
  align-items: center;
}
.style-guide__items.style-guide__item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.style-guide__item {
  margin: 10px 20px;
}
.style-guide__item .icon {
  display: block;
}
.style-guide__item--bg-dark {
  background: #121212;
}
.style-guide__item--bg-primary {
  background: #1423dc;
}
.style-guide__code-snippet {
  margin-top: 20px;
  margin-bottom: 20px;
}
.style-guide__code-snippet.mb-dropdown {
  border: 1px solid #e6e6e6;
}
.style-guide__code-snippet .mb-dropdown__toggle {
  padding: 14px 19px;
}
.style-guide__code-snippet .mb-dropdown__panel {
  position: static;
  padding: 19px;
  background: #f0f0f0;
  border-top: 1px solid #e6e6e6;
}
.style-guide__code-snippet pre {
  margin-top: 0;
  margin-bottom: 0;
}
.style-guide__card-container {
  max-width: 480px;
}
.style-guide__navbar {
  position: static !important;
}
.style-guide__overlay {
  position: relative;
  max-width: 360px;
  min-height: 480px;
  border: 1px solid #cccccc;
}
.style-guide__accordion .mb-accordion__section {
  border: 1px solid #e6e6e6;
}
.style-guide__accordion .mb-accordion__section + .mb-accordion__section {
  border-top: 0;
}
.style-guide__accordion .mb-accordion__section-toggle {
  padding: 19px;
}
.style-guide__accordion .mb-accordion__section-panel {
  padding: 19px;
  background: #f0f0f0;
  border-top: 1px solid #e6e6e6;
}
.style-guide__dropdown .mb-dropdown__panel {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.search-toggle .search-toggle__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
  padding: 12px;
  width: 48px;
  height: 48px;
}
.search-toggle .icon {
  width: 24px;
  height: 24px;
  color: #1423dc;
  fill: #1423dc;
}

.search-close .search-close__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
  padding: 12px;
  width: 48px;
  height: 48px;
}
.search-close .icon {
  width: 24px;
  height: 24px;
  color: #1423dc;
  fill: #1423dc;
}

.search-field {
  margin-top: 0;
  margin-bottom: 0;
  height: 48px;
  /* Clear input button
  input {
    padding-right: 48px;
  }

  .search-field__clear {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 101;
  }
  */
}
.search-field input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #101014;
  height: 48px;
  line-height: 30px;
  padding: 7px 16px 7px 40px;
  outline: none;
  border-radius: 4px;
  width: 100%;
  background: whitesmoke;
}
.search-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search-field input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search-field input:focus {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #FFF;
}
.search-field input.form-autocomplete {
  background: whitesmoke !important;
}
.search-field input.form-autocomplete:focus {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #FFF !important;
}
.search-autocomplete-open .search-field input.form-autocomplete:focus {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-field__group {
  position: relative;
  max-width: 480px;
}
.search-field__icon {
  position: absolute;
  left: 11px;
  top: 12px;
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}

.search-api-autocomplete-search {
  padding-top: 0;
  padding-bottom: 8px;
  z-index: 100;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-api-autocomplete-search:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: -48px;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.search-api-autocomplete-search.ui-widget {
  border: 0;
}
.search-api-autocomplete-search .ui-menu-item {
  display: block;
  background: none;
}
.search-api-autocomplete-search .ui-menu-item-wrapper {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  background: none;
}
.search-api-autocomplete-search .ui-menu-item-wrapper:hover .search-api-autocomplete-suggestion, .search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion, .search-api-autocomplete-search .ui-menu-item-wrapper.ui-button:active .search-api-autocomplete-suggestion {
  background: whitesmoke;
  color: #101014;
}
.search-api-autocomplete-search .search-api-autocomplete-suggestion {
  position: relative;
  padding: 8px 40px;
}

.search-results-list__item .item-title {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
}
.search-results-list__item .item-title a {
  text-decoration: none;
  color: #101014;
}
.search-results-list__item .item-title a:hover {
  color: #1423dc;
  text-decoration: underline;
}
.search-results-list__item .item-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  word-break: break-word;
}
.search-results-list__item .item-footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 10px;
}
.search-results-list__item .item-footer a {
  color: #1423dc;
  word-break: break-word;
}

.text-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.text-list li + li {
  margin-top: 10px;
}
.text-list--unstyled {
  list-style: none;
  padding-left: 0;
}
.text-list--bulleted {
  list-style: none;
  padding-left: 40px;
}
.text-list--bulleted li {
  position: relative;
}
.text-list--bulleted li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1423dc;
  position: absolute;
  margin-left: -25px;
  margin-top: 10px;
}
.text-list--iconed {
  list-style: none;
  padding-left: 0;
}
.text-list--iconed li {
  display: flex;
  line-height: 24px;
}
.text-list--iconed .icon {
  margin-right: 10px;
  margin-left: 10px;
}

.mb-accordion__section-toggle {
  cursor: pointer;
}
.mb-accordion__section-panel {
  display: none;
}

.mb-dropdown__toggle {
  cursor: pointer;
}
.mb-dropdown__panel {
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  min-width: 160px;
}

.tooltip {
  display: inline-block;
  background: #6b6b6b;
  color: #fff;
  font-family: "Public Sans", Arial;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 7.5px 20px;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .tooltip {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 2.5px 10px;
  }
}

.copy-target {
  position: relative;
}
.copy-target__tooltip {
  position: absolute;
  left: -75%;
  top: -50%;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center bottom;
  transition: opacity 0.05s;
  white-space: nowrap;
  pointer-events: none;
}
.copy-target.just-clicked .copy-target__tooltip {
  opacity: 1;
  transform: scale(1);
  transition: opacity ease-out 0.1s, transform ease-out 0.1s;
}

.slick {
  visibility: hidden;
  position: relative;
}
.slick.slick--initialized {
  visibility: visible;
}
.slick .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.slick .slick-dots button {
  width: 36px;
  height: 36px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  padding: 10px;
  position: relative;
  border: 0;
  background: none;
  outline: none;
}
.slick .slick-dots button:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #101014;
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 50%;
  transition: background 0.25s;
}
.slick .slick-dots button:hover:after {
  background: #2d3bec;
}
.slick .slick-dots .slick-active button:after {
  background: #1423dc;
}
.slick .slick-dots .slick-active button:hover:after {
  background: #2d3bec;
}
.slick .slick__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  margin-bottom: -6px;
}
.slick .slick__arrow .slick-arrow {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  color: #101014;
  outline: none;
}
.slick .slick__arrow .slick-arrow .label {
  display: none;
}
.slick .slick__arrow .slick-arrow .material-icons {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.slick .slick__arrow .slick-arrow:hover {
  color: #1423dc;
}
.slick .slick__arrow .slick__arrow-content {
  display: flex;
  justify-content: space-between;
}
.slick .slick-slide {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .slick.slick--equal-heght .slick-track {
    display: flex;
    align-items: stretch;
  }
  .slick.slick--equal-heght .slick-slide {
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .slick .slick__arrow {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    margin-top: -24px;
  }
  .slick .slick-dotted + .slick__arrow {
    top: calc(50% - 38px);
  }
}

.share-button--branded.share-button--facebook {
  background: #1877f2;
  border: 0;
  color: #FFF;
}
.share-button--branded.share-button--facebook .icon {
  fill: #FFF;
  color: #FFF;
}
.share-button--branded.share-button--facebook:hover {
  background: #0d6de9;
}
.share-button--branded.share-button--twitter {
  background: #1DA1F2;
  border: 0;
  color: #FFF;
}
.share-button--branded.share-button--twitter .icon {
  fill: #FFF;
  color: #FFF;
}
.share-button--branded.share-button--twitter:hover {
  background: #0e98ed;
}
.share-button--branded.share-button--linkedin {
  background: #0073b1;
  border: 0;
  color: #FFF;
}
.share-button--branded.share-button--linkedin .icon {
  fill: #FFF;
  color: #FFF;
}
.share-button--branded.share-button--linkedin:hover {
  background: #00669d;
}

.navbar {
  background: #1423dc;
  color: #fff;
  z-index: 5;
}
.navbar__section {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 8px 12px;
  z-index: 1;
}
.navbar a {
  color: #fff;
  text-decoration: none;
}
.navbar .icon {
  color: #fff;
  fill: #fff;
}
.navbar--fixed {
  position: fixed;
  width: 100%;
}
.navbar--standard .navbar__container, .navbar--dense .navbar__container, .navbar--prominent .navbar__container {
  display: flex;
  width: 100%;
}
.navbar--standard .navbar__container {
  height: 64px;
}
.navbar--dense .navbar__container {
  height: 48px;
}
.navbar--dense .navbar__section {
  padding: 0 12px;
}
.navbar--prominent .navbar__container {
  height: 128px;
}
.navbar--light {
  background: #fff;
  color: #1423dc;
}
.navbar--light a {
  color: #1423dc;
}
.navbar--light .icon {
  color: #1423dc;
  fill: #1423dc;
}
.navbar--dark {
  background: #121212;
  color: #fff;
}
.navbar--dark a {
  color: #fff;
}
.navbar--dark .icon {
  color: #fff;
  fill: #fff;
}
.navbar--secondary {
  background: #96cd32;
  color: #fff;
}
.navbar--secondary a {
  color: #fff;
}
.navbar--secondary .icon {
  color: #fff;
  fill: #fff;
}
.drawer-below-navbar .navbar {
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  .navbar__section {
    padding: 4px;
  }
  .navbar--dense .navbar__section {
    padding: 0 4px;
  }
}

.navbar-item {
  margin-left: 12px;
  margin-right: 12px;
}
.navbar-item--center {
  margin-left: auto;
  margin-right: auto;
}
.navbar-item--right {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .navbar-item--right.visible-sm + .navbar-item--right,
.navbar-item--right.visible-sm-flex + .navbar-item--right,
.navbar-item--right.visible-sm-inline + .navbar-item--right {
    margin-left: 0;
  }

  .navbar-item--right.visible-sm + .navbar-item.navbar-item--right,
.navbar-item--right.visible-sm-flex + .navbar-item.navbar-item--right,
.navbar-item--right.visible-sm-inline + .navbar-item.navbar-item--right {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-item--right.visible-md + .navbar-item--right,
.navbar-item--right.visible-md-flex + .navbar-item--right,
.navbar-item--right.visible-md-inline + .navbar-item--right {
    margin-left: 0;
  }

  .navbar-item--right.visible-md + .navbar-item.navbar-item--right,
.navbar-item--right.visible-md-flex + .navbar-item.navbar-item--right,
.navbar-item--right.visible-md-inline + .navbar-item.navbar-item--right {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-item--right.visible-lg + .navbar-item--right,
.navbar-item--right.visible-lg-flex + .navbar-item--right,
.navbar-item--right.visible-lg-inline + .navbar-item--right {
    margin-left: 0;
  }

  .navbar-item--right.visible-lg + .navbar-item.navbar-item--right,
.navbar-item--right.visible-lg-flex + .navbar-item.navbar-item--right,
.navbar-item--right.visible-lg-inline + .navbar-item.navbar-item--right {
    margin-left: 12px;
  }
}
.page-navbar-adjust--fixed.page-navbar-adjust--standard {
  padding-top: 64px;
}
.page-navbar-adjust--fixed.page-navbar-adjust--dense {
  padding-top: 48px;
}
.page-navbar-adjust--fixed.page-navbar-adjust--prominent {
  padding-top: 128px;
}

.navbar-branding__logo {
  padding: 4px 12px;
  display: block;
}
.navbar-branding__logo img,
.navbar-branding__logo svg,
.navbar-branding__logo .navbar-branding__logo-image {
  display: block;
}
.navbar-branding__title {
  padding: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 600;
  font-family: "Enedis", Arial;
}
.navbar-branding__slogan {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 0.875rem;
}

.navbar-menu .menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.navbar-menu .menu.menu--level-0 {
  display: flex;
}
.navbar-menu .menu.menu--level-1 {
  display: block;
}
.navbar-menu__item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.navbar-menu__item .navbar-menu__item-icon + .navbar-menu__item-text,
.navbar-menu__item .navbar-menu__item-text + .navbar-menu__item-icon {
  margin-left: 8px;
}
.navbar-menu .menu--level-0 > .menu-item > .navbar-menu__item {
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-menu .menu--level-0 > .menu-item > .navbar-menu__item > .navbar-menu__item-text {
  opacity: 0.87;
}
.navbar-menu .menu--level-0 > .menu-item > .navbar-menu__item:hover > .navbar-menu__item-text {
  opacity: 1;
}
.navbar-menu--level-1, .navbar-menu--level-2 {
  display: none;
}
.navbar-menu__panel.navbar-menu--level-1 {
  position: absolute;
  min-width: 112px;
  max-width: 280px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  color: #101014;
}
.navbar-menu__panel.navbar-menu--level-1 .menu--level-1 > .menu-item > .navbar-menu__item {
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.navbar-menu__panel.navbar-menu--level-1 .menu--level-1 > .menu-item > .navbar-menu__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.navbar-menu__panel.navbar-menu--level-1 a {
  color: #101014;
}
.navbar-menu__panel.navbar-menu--level-1 .icon {
  color: #101014;
  fill: #101014;
}

.navbar-menu--hoverable .menu-item:hover .navbar-menu__panel.navbar-menu--level-1 {
  display: block;
}

.navbar-menu--dropdown .mb-dropdown__toggle .icon {
  transition: transform 0.25s;
}
.navbar-menu--dropdown .mb-dropdown--expanded .mb-dropdown__toggle .icon {
  transform: rotate(180deg);
}

.navbar-icon-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}
.navbar-icon-button .icon {
  width: 24px;
  height: 24px;
  color: #fff;
  fill: #fff;
}
.navbar--light .navbar-icon-button .icon {
  color: #1423dc;
  fill: #1423dc;
}
.navbar--dark .navbar-icon-button .icon {
  color: #fff;
  fill: #fff;
}
.navbar--secondary .navbar-icon-button .icon {
  color: #fff;
  fill: #fff;
}

.navbar-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7.5px 15px;
  margin-left: 12px;
  margin-right: 12px;
  border: 0;
  background: #fff;
  color: #1423dc;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
}
.navbar-button .icon {
  color: #1423dc;
  fill: #1423dc;
}
.navbar--light .navbar-button {
  background: #1423dc;
  color: #fff;
}
.navbar--light .navbar-button .icon {
  color: #fff;
  fill: #fff;
}
.navbar--dark .navbar-button {
  background: #fff;
  color: #101014;
}
.navbar--dark .navbar-button .icon {
  color: #101014;
  fill: #101014;
}
.navbar--secondary .navbar-button {
  background: #fff;
  color: #96cd32;
}
.navbar--secondary .navbar-button .icon {
  color: #96cd32;
  fill: #96cd32;
}

.drawer {
  display: none;
}

.drawer-menu .menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.drawer-menu .menu.menu--level-0 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.drawer-menu__item {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #101014;
  text-decoration: none;
}
.drawer-menu__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.drawer-menu__item.is-active > .overlay-menu__item-text {
  color: #1423dc;
}
.drawer-menu__item-arrow {
  display: block;
  margin-left: auto;
}
.drawer-menu__item-text {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.drawer-menu .menu--level-1 .drawer-menu__item {
  padding-left: 32px;
}
.drawer-menu .menu--level-1 .drawer-menu__item-text {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.drawer-menu .mb-accordion__section-toggle .drawer-menu__item-arrow {
  transition: transform 0.25s ease-out;
}
.drawer-menu .mb-accordion__section--expanded .mb-accordion__section-toggle .drawer-menu__item-arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .drawer-menu__item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .drawer-menu .menu--level-1 .drawer-menu__item {
    padding-left: 24px;
  }
}

.page-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
  height: 0;
}
@media only screen and (max-width: 1199px) {
  .overlay-open .page-overlay {
    top: 0;
    height: auto;
  }
  .overlay-open.toolbar-vertical .page-overlay, .overlay-open.toolbar-horizontal .page-overlay {
    top: 39px;
  }
  .overlay-open.toolbar-horizontal.toolbar-tray-open .page-overlay {
    top: 79px;
  }
}

@media only screen and (max-width: 1199px) {
  body.overlay-open {
    overflow: hidden;
  }
}

.overlay-close {
  color: #1423dc;
}
.overlay-close__button {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.overlay-close .icon {
  fill: #1423dc;
  color: #1423dc;
}

.overlay-logo img,
.overlay-logo svg {
  display: block;
}

.overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  height: 64px;
  background: #fff;
}
.overlay__header .overlay-close {
  margin-left: auto;
}
.overlay__content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .overlay__header {
    padding: 4px;
    height: 56px;
  }
  .overlay__content {
    top: 56px;
  }
}

.overlay-menu .menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.overlay-menu .menu.menu--level-0 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.overlay-menu__item {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #101014;
  text-decoration: none;
}
.overlay-menu__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.overlay-menu__item.is-active > .overlay-menu__item-text {
  color: #1423dc;
}
.overlay-menu__item-arrow {
  display: block;
  margin-left: auto;
}
.overlay-menu__item-text {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.overlay-menu .menu--level-1 .overlay-menu__item {
  padding-left: 32px;
}
.overlay-menu .menu--level-1 .overlay-menu__item-text {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}
.overlay-menu .mb-accordion__section-toggle .overlay-menu__item-arrow {
  transition: transform 0.25s ease-out;
}
.overlay-menu .mb-accordion__section--expanded .mb-accordion__section-toggle .overlay-menu__item-arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .overlay-menu__item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .overlay-menu .menu--level-1 .overlay-menu__item {
    padding-left: 24px;
  }
}

.footer {
  background: #252525;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.footer a {
  color: #101014;
  text-decoration: none;
}
.footer a:hover {
  color: black;
}
.footer__section {
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer--roomy .footer__section {
  padding: 48px 12px;
}
@media only screen and (max-width: 767px) {
  .footer__section {
    padding: 4px;
  }
  .footer--roomy .footer__section {
    padding: 32px 4px;
  }
}

.footer-item {
  margin: 8px 12px;
}
.footer--roomy .footer-item {
  margin-top: 16px;
  margin-bottom: 16px;
}
.footer-item--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.footer-item--right {
  margin-left: auto;
  text-align: right;
}
.footer-item--full-width {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer--roomy .footer-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-item--right.visible-sm + .footer-item--right {
    margin-left: 0;
  }

  .footer-item--right.visible-sm + .footer-item.footer-item--right {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-item--right.visible-md + .footer-item--right {
    margin-left: 0;
  }

  .footer-item--right.visible-md + .footer-item.footer-item--right {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-item--right.visible-lg + .footer-item--right {
    margin-left: 0;
  }

  .footer-item--right.visible-lg + .footer-item.footer-item--right {
    margin-left: 12px;
  }
}
.footer-menu .menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.footer-menu .menu--level-0 {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu .menu--level-1 {
  display: block;
}
.footer-menu__item {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #101014;
}
.footer-menu__item:hover {
  color: black;
}
.footer-menu .menu--level-0 > .menu-item > .footer-menu__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.footer-menu .menu--level-1 > .menu-item > .footer-menu__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.footer-menu .menu--level-2 {
  display: none;
}
.footer--roomy .footer-menu {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .footer--roomy .footer-menu {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.footer-menu--depth-1 .menu--level-0 {
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 8px;
}
.footer-item--center .footer-menu--depth-1 .menu--level-0 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-menu--depth-1 .menu--level-0 {
    flex-direction: row;
  }
  .footer-item--center .footer-menu--depth-1 .menu--level-0 {
    justify-content: center;
  }
}

.footer-menu--depth-2 .menu--level-0 > .menu-item {
  margin-top: 8px;
  margin-bottom: 8px;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .footer-menu--depth-2 .menu--level-0 > .menu-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu--depth-2 .menu--level-0 > .menu-item {
    width: 33.33%;
  }
  .footer-menu--depth-2.footer-menu--items-4 .menu--level-0 > .menu-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu--depth-2 .menu--level-0 {
    flex-wrap: nowrap;
  }
  .footer-menu--depth-2 .menu--level-0 > .menu-item {
    flex: 1 1 0;
  }
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumb__item {
  display: flex;
  margin-right: 8px;
}
.breadcrumb__item-label {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
}
.breadcrumb__item-separator {
  margin-left: 8px;
}
.breadcrumb__item-separator .icon {
  display: block;
  width: 18px;
  height: 18px;
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}

.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabs__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.tabs__item a {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.tabs__item a:hover {
  background: rgba(20, 35, 220, 0.04);
}
.tabs__item--active a {
  color: #1423dc;
}
.tabs__item--active a:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #1423dc;
}

.pager {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pager__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.pager__item {
  display: block;
  margin-left: 4px;
  margin-right: 4px;
}
.pager__item-label, .pager__item-text {
  display: block;
  height: 40px;
  padding: 8px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.pager__item-label {
  width: 40px;
}
.pager__item-label .icon {
  display: block;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}
.pager__item--active .pager__item-label {
  color: #1423dc;
  pointer-events: none;
}
.pager a.pager__item-label {
  position: relative;
}
.pager a.pager__item-label:after {
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.pager a.pager__item-label:hover:after {
  background: rgba(20, 35, 220, 0.04);
}

.messages__group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.messages__list {
  margin-top: 0;
  margin-bottom: 0;
}
.messages--colored {
  padding: 14px 54px 14px 54px;
  background: #463c3c;
  border-radius: 4px;
  position: relative;
  min-height: 48px;
  font-size: 14px;
  line-height: 20px;
}
.messages--colored.messages--status {
  background: #e8f5e9;
  color: #388e3c;
}
.messages--colored.messages--status a {
  color: #2e7d32;
}
.messages--colored.messages--status a:hover {
  color: #276a2b;
}
.messages--colored.messages--status .icon {
  color: #388e3c;
  fill: #388e3c;
}
.messages--colored.messages--warning {
  background: #fff7cf;
  color: #fbc02d;
}
.messages--colored.messages--warning a {
  color: #f57f17;
}
.messages--colored.messages--warning a:hover {
  color: #e8720a;
}
.messages--colored.messages--warning .icon {
  color: #fbc02d;
  fill: #fbc02d;
}
.messages--colored.messages--error {
  background: #ffebee;
  color: #d32f2f;
}
.messages--colored.messages--error a {
  color: #b71c1c;
}
.messages--colored.messages--error a:hover {
  color: #a11919;
}
.messages--colored.messages--error .icon {
  color: #d32f2f;
  fill: #d32f2f;
}
.messages--colored + .messages--colored {
  margin-top: 10px;
}
.messages--colored .messages__icon {
  position: absolute;
  top: 12px;
  left: 16px;
}
.messages--colored .messages__icon .icon {
  display: block;
}
.messages--colored .messages__close {
  position: absolute;
  top: 6px;
  right: 8px;
}
.messages--colored .messages__close-button {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.messages--colored .messages__close-button .icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #101014;
  fill: #101014;
}
.messages--colored .messages__close-button:hover {
  background: rgba(0, 0, 0, 0.04);
}

.messages__wrapper--fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.messages__wrapper--fixed .messages__container {
  max-width: 688px;
}
.messages__wrapper--fixed .messages__group {
  margin-top: 0;
  margin-bottom: 0;
}
.messages__wrapper--fixed .messages--fixed {
  margin: 8px;
}
@media only screen and (min-width: 768px) {
  .messages__wrapper--fixed .messages__container {
    max-width: 720px;
  }
  .messages__wrapper--fixed .messages--fixed {
    margin: 24px;
  }
}

.page-title {
  margin-bottom: 40px;
}

.block-title {
  margin-bottom: 30px;
}

:root {
  --mdc-theme-primary: #1423dc;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.navbar__container {
  background: url("/themes/custom/curde/dist/images/header-illustration.png") top right no-repeat;
  background-size: auto 54px;
}

.mdc-top-app-bar {
  z-index: 10 !important;
}

.toolbar-vertical .mdc-top-app-bar--not-fixed,
.toolbar-horizontal .mdc-top-app-bar--not-fixed {
  left: 0;
}

.cc-disabled {
  cursor: default;
  pointer-events: none;
}
.cc-disabled .mdc-select__anchor {
  background-color: #fafafa !important;
}
.cc-disabled .mdc-floating-label,
.cc-disabled .mdc-select__selected-text,
.cc-disabled .mdc-select__dropdown-icon {
  color: rgba(0, 0, 0, 0.38) !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.button:hover, a.fc-button:hover, a.fc-button-primary:hover {
  text-decoration: none;
}

.container, .layout-container--page .main-content__container {
  padding: 80px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .container, .layout-container--page .main-content__container {
    padding: 20px;
  }
}

.layout-container--page .main-content__container {
  max-width: 1280px;
  padding: 40px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: calc(100vh - 244px);
}
@media only screen and (max-width: 991px) {
  .layout-container--page .main-content__container {
    padding: 20px !important;
    min-height: calc(100vh - 280px);
  }
}
@media only screen and (max-width: 575px) {
  .layout-container--page .main-content__container {
    padding: 10px !important;
  }
}

.layout-container {
  margin-left: 0;
  margin-right: 0;
}

.full-width {
  width: 100%;
}

.valid-msg {
  font-size: 14px;
  font-weight: bold;
  color: #41A57D;
}

.invalid-msg {
  font-size: 14px;
  font-weight: bold;
  color: #E10028;
  text-align: center;
}

.text-error {
  color: #E10028;
}

.text-turquoise {
  color: #4BC3C3;
}

.text-yellow {
  color: #FFC328;
}

.text-dark-green {
  color: #41A57D;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* default margins */
.m-left {
  margin-left: 10px;
}

.m-right {
  margin-right: 10px;
}

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

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

.material-icons-outlined {
  vertical-align: bottom;
  color: #1423dc;
}

.mdc-data-table {
  width: 100%;
}

.mdc-data-table__table-container {
  overflow-x: scroll;
  overflow-x: auto;
}

.form-item-filename,
.form-item-title {
  position: relative;
}
.form-item-filename .autocomplete-wrapper,
.form-item-title .autocomplete-wrapper {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 9;
}
.form-item-filename .autocomplete-wrapper .mdc-list-item,
.form-item-title .autocomplete-wrapper .mdc-list-item {
  height: 40px;
  padding: 0;
  margin: 4px 0;
}
.form-item-filename .autocomplete-wrapper .mdc-list-item .mdc-list-item__text,
.form-item-title .autocomplete-wrapper .mdc-list-item .mdc-list-item__text {
  width: 100%;
}
.form-item-filename .autocomplete-wrapper .mdc-list-item .mdc-list-item__text a,
.form-item-title .autocomplete-wrapper .mdc-list-item .mdc-list-item__text a {
  display: inline-block;
  width: 100%;
  height: 40px !important;
  line-height: 40px;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.autocomplete-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}

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

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}
.link-more:hover {
  text-decoration: none;
}
.link-more:hover .text-more {
  text-decoration: underline;
}
.link-more .material-icons-outlined {
  margin-top: 3px;
  color: #2382D2;
}

.badge-label::after {
  display: inline-block;
  padding: 0.25em 0.4em;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
}
.badge-label.badge-current:after {
  content: "En cours";
  background-color: #D5EBAD;
  color: #3C5214;
}
.badge-label.badge-closed:after {
  content: "Cloturée";
  background-color: #463c3c;
  color: #fff;
}
.badge-label.badge-coming:after {
  content: "À venir";
  background-color: #FFC328;
  color: #101014;
}

.icon {
  color: #1423dc;
}

/* swipper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    top: 163px !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 3px;
  }

  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 3px;
  }
}
.swiper-button-next::after {
  font-family: "Material Icons";
  content: "";
}

.swiper-button-prev::after {
  font-family: "Material Icons";
  content: "";
}

.swiper-pagination-bullet {
  background: #1423dc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #96cd32;
}

/* edit image profile */
.form-item-image {
  max-width: 480px;
  margin: auto;
}

.image-profile-wrapper {
  margin-bottom: 20px;
}
.image-profile-wrapper .image-widget {
  width: 70px;
  height: 70px;
  position: relative;
}
.image-profile-wrapper img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #41A57D;
}
.image-profile-wrapper .messages__group,
.image-profile-wrapper .description,
.image-profile-wrapper .file--image,
.image-profile-wrapper .file-size {
  display: none;
}
.image-profile-wrapper .img-profile-wrapper {
  border: 1px solid #41A57D;
}
.image-profile-wrapper .update-image-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1423dc;
  cursor: pointer;
  color: #1423dc;
  text-align: center;
}
.image-profile-wrapper .update-image-btn::after {
  content: "";
  font-family: "Material Icons";
  font-size: 14px;
}
.image-profile-wrapper .update-image-btn:hover {
  background-color: #1423dc;
  color: #fff;
}
.image-profile-wrapper .remove-image-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image-profile-wrapper .remove-image-btn::after {
  content: "";
  font-family: "Material Icons";
  font-size: 14px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1423dc;
  cursor: pointer;
  color: #1423dc;
  text-align: center;
}
.image-profile-wrapper .remove-image-btn:hover::after {
  background-color: #1423dc;
  color: #fff;
}
.image-profile-wrapper input[value=Retirer] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.image-profile-wrapper .form-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.mdc-text-field-helper-text {
  opacity: 0.6 !important;
  text-align: left;
}

.site-map {
  max-width: 1024px;
  margin: auto;
  font-size: 24px;
}

.js-form-type-search-api-autocomplete.form-item-filename label {
  padding: 0;
}

.js-form-type-search-api-autocomplete.form-item-filename input {
  padding: 0 16px;
}

.search-api-autocomplete-search.ui-widget {
  margin-top: 4px;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.search-api-autocomplete-search:before {
  top: 0;
}

.search-api-autocomplete-search .search-api-autocomplete-suggestion {
  padding: 8px 16px;
  color: #2382D2;
}

.search-api-autocomplete-search .ui-menu-item-wrapper:hover .search-api-autocomplete-suggestion, .search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion, .search-api-autocomplete-search .ui-menu-item-wrapper.ui-button:active .search-api-autocomplete-suggestion {
  color: #2382D2;
  text-decoration: underline;
}

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  transform: translateY(-106%) scale(0.75) !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px whitesmoke inset !important;
}

h1, .h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Enedis, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-headline1-font-family, var(--mdc-typography-font-family, "Enedis", Arial));
  font-size: 2.67rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline1-font-size, 2.67rem);
  line-height: 2.9rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline1-line-height, 2.9rem);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mdc-typography-headline1-font-weight, 600);
  letter-spacing: -0.015625em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline1-letter-spacing, -0.015625em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline1-text-transform, inherit);
  color: #1423dc;
}

h2, .h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Enedis, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-headline2-font-family, var(--mdc-typography-font-family, "Enedis", Arial));
  font-size: 2.2rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline2-font-size, 2.2rem);
  line-height: 2.4rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline2-line-height, 2.4rem);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mdc-typography-headline2-font-weight, 600);
  letter-spacing: -0.0083333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline2-letter-spacing, -0.0083333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline2-text-transform, inherit);
  color: #1423dc;
}

.text-small {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.main-content {
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .main-content {
    padding: 0 10px;
  }
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-logo img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-container {
  width: 100%;
}

@font-face {
  font-family: "enedis icons";
  src: url("/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.eot");
  src: url("/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.eot#iefix") format("embedded-opentype"), url("/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.woff2") format("woff2"), url("/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.woff") format("woff"), url("/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.ttf") format("truetype"), url("/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.svg#enedis") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'enedis';
    src: url('/themes/custom/curde/dist/fonts/enedis-icons/enedis-icons.svg#enedis') format('svg');
  }
}
*/
[class^=eicon-]:before, [class*=" eicon-"]:before {
  font-family: "enedis icons";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #1423dc;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: bottom;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.eicon-energy:before {
  content: "";
}

/* '' */
.eicon-linky:before {
  content: "";
}

/* '' */
.eicon-search:before {
  content: "";
}

/* '' */
.eicon-pylone_htb:before {
  content: "";
}

/* '' */
.eicon-calendar:before {
  content: "";
}

/* '' */
.eicon-geolocation:before {
  content: "";
}

/* '' */
.eicon-home:before {
  content: "";
}

/* '' */
.eicon-entreprise:before {
  content: "";
}

/* '' */
.eicon-conversation:before {
  content: "";
}

/* '' */
.eicon-internet:before {
  content: "";
}

/* '' */
.eicon-france:before {
  content: "";
}

/* '' */
.eicon-ampoule:before {
  content: "";
}

/* '' */
.eicon-electric_car:before {
  content: "";
}

/* '' */
.eicon-truck:before {
  content: "";
}

/* '' */
.eicon-ecology:before {
  content: "";
}

/* '' */
.eicon-smartphone:before {
  content: "";
}

/* '' */
.eicon-computer:before {
  content: "";
}

/* '' */
.eicon-contact:before {
  content: "";
}

/* '' */
.eicon-technician:before {
  content: "";
}

/* '' */
.eicon-homme:before {
  content: "";
}

/* '' */
.eicon-women:before {
  content: "";
}

/* '' */
.eicon-assistance:before {
  content: "";
}

/* '' */
.eicon-contact_tel:before {
  content: "";
}

/* '' */
.eicon-famille:before {
  content: "";
}

/* '' */
.eicon-wind:before {
  content: "";
}

/* '' */
.eicon-solar:before {
  content: "";
}

/* '' */
.eicon-prise:before {
  content: "";
}

/* '' */
.eicon-ville:before {
  content: "";
}

/* '' */
.eicon-clenching _hands:before {
  content: "";
}

/* '' */
.eicon-heart:before {
  content: "";
}

/* '' */
.eicon-facture:before {
  content: "";
}

/* '' */
.eicon-dossier:before {
  content: "";
}

/* '' */
.eicon-works:before {
  content: "";
}

/* '' */
.eicon-network_bt:before {
  content: "";
}

/* '' */
.img-profile-wrapper {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  border-radius: 50%;
  overflow: hidden;
}
.img-profile-wrapper img {
  width: 70px;
  height: 70px;
}
.img-profile-wrapper.small {
  width: 48px;
  height: 48px;
}
.img-profile-wrapper.small img {
  width: 48px;
  height: 48px;
}

.form-wrapper .img-profile-wrapper {
  display: inline-block;
}

input[type=file]::-ms-browse {
  display: none;
}
input[type=file]::-webkit-file-upload-button, input[type=file]::file-selector-button {
  display: none;
}

.like-button-wrapper .count-like {
  margin-right: 20px;
  color: #232873;
}
.like-button-wrapper .icon-wrapper {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: bottom;
  position: relative;
}
.like-button-wrapper .icon-wrapper .icon {
  width: 100%;
  height: 100%;
}
.like-button-wrapper .icon-wrapper .icon.favorite_border::before {
  content: "";
  font-family: "Material Icons";
  font-size: 30px;
}
.like-button-wrapper .icon-wrapper:hover .icon {
  text-decoration: none;
}
@media only screen and (min-device-width: 1024px) {
  .like-button-wrapper .icon-wrapper:hover .icon.favorite_border::before {
    content: "";
  }
}
.like-button-wrapper .icon-wrapper .ajax-progress {
  position: absolute;
  top: 5px;
  right: 5px;
}
.like-button-wrapper.like .icon-wrapper .icon.favorite_border::before {
  content: "";
}
@media only screen and (min-device-width: 1024px) {
  .like-button-wrapper.like .icon-wrapper:hover .icon.favorite_border::before {
    content: "";
  }
}
.like-button-wrapper .ajax-progress {
  float: right;
}
.like-button-wrapper .js-flag-message {
  display: none;
}

.documents-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.document-item {
  flex: 0 0 29.3%;
  margin: 0 2% 20px;
  word-break: break-word;
  font-family: "Enedis", Arial;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .document-item {
    flex: 0 0 44%;
    margin: 0 3% 10px;
  }
}
@media only screen and (max-width: 575px) {
  .document-item {
    flex: 0 0 calc(100% - 20px);
    margin: 0 10px 10px;
    padding: 8px;
  }
}
.document-item:last-child {
  margin-right: 0;
}
.document-item .icon-doc {
  flex: 0 0 32px;
  height: auto;
  align-self: flex-start;
}
.document-item .icon-doc .icon {
  width: 100%;
  height: 54px;
}
.document-item .info {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 32px);
  align-self: flex-start;
  padding: 0 0 20px 10px;
}
.document-item .btn-wrapper {
  flex: 0 0 100%;
  height: auto;
}

.mdc-tooltip__surface {
  background-color: #ffc328 !important;
}

/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/mdc.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
:root {
  --mdc-theme-primary: #1423dc;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.navbar__container {
  background: url("/themes/custom/curde/dist/images/header-illustration.png") top right no-repeat;
  background-size: auto 54px;
}

.mdc-top-app-bar {
  z-index: 10 !important;
}

.toolbar-vertical .mdc-top-app-bar--not-fixed,
.toolbar-horizontal .mdc-top-app-bar--not-fixed {
  left: 0;
}

.cc-disabled {
  cursor: default;
  pointer-events: none;
}

.cc-disabled .mdc-select__anchor {
  background-color: #fafafa !important;
}

.cc-disabled .mdc-floating-label,
.cc-disabled .mdc-select__selected-text,
.cc-disabled .mdc-select__dropdown-icon {
  color: rgba(0, 0, 0, 0.38) !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button:hover, a.fc-button:hover, a.fc-button-primary:hover {
  text-decoration: none;
}

.container, .layout-container--page .main-content__container {
  padding: 80px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .container, .layout-container--page .main-content__container {
    padding: 20px;
  }
}
.layout-container--page .main-content__container {
  max-width: 1280px;
  padding: 40px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: calc(100vh - 244px);
}

@media only screen and (max-width: 991px) {
  .layout-container--page .main-content__container {
    padding: 20px !important;
    min-height: calc(100vh - 280px);
  }
}
@media only screen and (max-width: 575px) {
  .layout-container--page .main-content__container {
    padding: 10px !important;
  }
}
.layout-container {
  margin-left: 0;
  margin-right: 0;
}

.full-width {
  width: 100%;
}

.valid-msg {
  font-size: 14px;
  font-weight: bold;
  color: #41A57D;
}

.invalid-msg {
  font-size: 14px;
  font-weight: bold;
  color: #E10028;
  text-align: center;
}

.text-error {
  color: #E10028;
}

.text-turquoise {
  color: #4BC3C3;
}

.text-yellow {
  color: #FFC328;
}

.text-dark-green {
  color: #41A57D;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* default margins */
.m-left {
  margin-left: 10px;
}

.m-right {
  margin-right: 10px;
}

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

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

.material-icons-outlined {
  vertical-align: bottom;
  color: #1423dc;
}

.mdc-data-table {
  width: 100%;
}

.mdc-data-table__table-container {
  overflow-x: scroll;
  overflow-x: auto;
}

.form-item-filename,
.form-item-title {
  position: relative;
}

.form-item-filename .autocomplete-wrapper,
.form-item-title .autocomplete-wrapper {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 9;
}

.form-item-filename .autocomplete-wrapper .mdc-list-item,
.form-item-title .autocomplete-wrapper .mdc-list-item {
  height: 40px;
  padding: 0;
  margin: 4px 0;
}

.form-item-filename .autocomplete-wrapper .mdc-list-item .mdc-list-item__text,
.form-item-title .autocomplete-wrapper .mdc-list-item .mdc-list-item__text {
  width: 100%;
}

.form-item-filename .autocomplete-wrapper .mdc-list-item .mdc-list-item__text a,
.form-item-title .autocomplete-wrapper .mdc-list-item .mdc-list-item__text a {
  display: inline-block;
  width: 100%;
  height: 40px !important;
  line-height: 40px;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.autocomplete-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}

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

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}
.link-more:hover {
  text-decoration: none;
}

.link-more:hover .text-more {
  text-decoration: underline;
}

.link-more .material-icons-outlined {
  margin-top: 3px;
  color: #2382D2;
}

.badge-label::after {
  display: inline-block;
  padding: 0.25em 0.4em;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
}

.badge-label.badge-current:after {
  content: "En cours";
  background-color: #D5EBAD;
  color: #3C5214;
}

.badge-label.badge-closed:after {
  content: "Cloturée";
  background-color: #463c3c;
  color: #fff;
}

.badge-label.badge-coming:after {
  content: "À venir";
  background-color: #FFC328;
  color: #101014;
}

.icon {
  color: #1423dc;
}

/* swipper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 24px;
    height: 24px;
  }

  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    top: 163px !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 3px;
  }

  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 3px;
  }
}
.swiper-button-next::after {
  font-family: "Material Icons";
  content: "";
}

.swiper-button-prev::after {
  font-family: "Material Icons";
  content: "";
}

.swiper-pagination-bullet {
  background: #1423dc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #96cd32;
}

/* edit image profile */
.form-item-image {
  max-width: 480px;
  margin: auto;
}

.image-profile-wrapper {
  margin-bottom: 20px;
}

.image-profile-wrapper .image-widget {
  width: 70px;
  height: 70px;
  position: relative;
}

.image-profile-wrapper img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #41A57D;
}

.image-profile-wrapper .messages__group,
.image-profile-wrapper .description,
.image-profile-wrapper .file--image,
.image-profile-wrapper .file-size {
  display: none;
}

.image-profile-wrapper .img-profile-wrapper {
  border: 1px solid #41A57D;
}

.image-profile-wrapper .update-image-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1423dc;
  cursor: pointer;
  color: #1423dc;
  text-align: center;
}

.image-profile-wrapper .update-image-btn::after {
  content: "";
  font-family: "Material Icons";
  font-size: 14px;
}

.image-profile-wrapper .update-image-btn:hover {
  background-color: #1423dc;
  color: #fff;
}

.image-profile-wrapper .remove-image-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.image-profile-wrapper .remove-image-btn::after {
  content: "";
  font-family: "Material Icons";
  font-size: 14px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #1423dc;
  cursor: pointer;
  color: #1423dc;
  text-align: center;
}

.image-profile-wrapper .remove-image-btn:hover::after {
  background-color: #1423dc;
  color: #fff;
}

.image-profile-wrapper input[value=Retirer] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.image-profile-wrapper .form-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.mdc-text-field-helper-text {
  opacity: 0.6 !important;
  text-align: left;
}

.site-map {
  max-width: 1024px;
  margin: auto;
  font-size: 24px;
}

.js-form-type-search-api-autocomplete.form-item-filename label {
  padding: 0;
}

.js-form-type-search-api-autocomplete.form-item-filename input {
  padding: 0 16px;
}

.search-api-autocomplete-search.ui-widget {
  margin-top: 4px;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.search-api-autocomplete-search:before {
  top: 0;
}

.search-api-autocomplete-search .search-api-autocomplete-suggestion {
  padding: 8px 16px;
  color: #2382D2;
}

.search-api-autocomplete-search .ui-menu-item-wrapper:hover .search-api-autocomplete-suggestion, .search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion, .search-api-autocomplete-search .ui-menu-item-wrapper.ui-button:active .search-api-autocomplete-suggestion {
  color: #2382D2;
  text-decoration: underline;
}

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  transform: translateY(-106%) scale(0.75) !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px whitesmoke inset !important;
}

.mdc-touch-target-wrapper {
  display: inline;
}

.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}

.mdc-button, .fc-button, .fc-button-primary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  padding: 0 8px 0 8px;
  /* @alternate */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  /* @alternate */
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
  height: 36px;
}

.mdc-button .mdc-elevation-overlay, .fc-button .mdc-elevation-overlay, .fc-button-primary .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */
  left: 0;
}

.mdc-button::-moz-focus-inner, .fc-button::-moz-focus-inner, .fc-button-primary::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-button:active, .fc-button:active, .fc-button-primary:active {
  outline: none;
}

.mdc-button:hover, .fc-button:hover, .fc-button-primary:hover {
  cursor: pointer;
}

.mdc-button:disabled, .fc-button:disabled, .fc-button-primary:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-button .mdc-button__ripple, .fc-button .mdc-button__ripple, .fc-button-primary .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-button:not(:disabled), .fc-button:not(:disabled), .fc-button-primary:not(:disabled) {
  background-color: transparent;
}

.mdc-button:disabled, .fc-button:disabled, .fc-button-primary:disabled {
  background-color: transparent;
}

.mdc-button .mdc-button__icon, .fc-button .mdc-button__icon, .fc-button-primary .mdc-button__icon {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  vertical-align: top;
}

[dir=rtl] .mdc-button .mdc-button__icon, [dir=rtl] .fc-button .mdc-button__icon, [dir=rtl] .fc-button-primary .mdc-button__icon, .mdc-button .mdc-button__icon[dir=rtl], .fc-button .mdc-button__icon[dir=rtl], .fc-button-primary .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}

.mdc-button .mdc-button__touch, .fc-button .mdc-button__touch, .fc-button-primary .mdc-button__touch {
  position: absolute;
  top: 50%;
  right: 0;
  height: 48px;
  left: 0;
  transform: translateY(-50%);
}

.mdc-button:not(:disabled), .fc-button:not(:disabled), .fc-button-primary:not(:disabled) {
  color: #1423dc;
  /* @alternate */
  color: var(--mdc-theme-primary, #1423dc);
}

.mdc-button:disabled, .fc-button:disabled, .fc-button-primary:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-button__label + .mdc-button__icon {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
}

svg.mdc-button__icon {
  fill: currentColor;
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  /* @noflip */
  margin-left: -4px;
  /* @noflip */
  margin-right: 8px;
}

[dir=rtl] .mdc-button--raised .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--unelevated .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: -4px;
}

.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: -4px;
}

[dir=rtl] .mdc-button--raised .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /* @noflip */
  margin-left: -4px;
  /* @noflip */
  margin-right: 8px;
}

.mdc-button--raised,
.mdc-button--unelevated {
  padding: 0 16px 0 16px;
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-on-primary, #fff);
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-button--raised {
  /* @alternate */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-button--raised:hover, .mdc-button--raised:focus {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:active {
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:disabled {
  /* @alternate */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mdc-button--outlined {
  padding: 0 15px 0 15px;
  border-width: 1px;
  border-style: solid;
}

.mdc-button--outlined .mdc-button__ripple {
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
}

.mdc-button--outlined .mdc-button__touch {
  left: -1px;
  width: calc(100% + 2 * 1px);
}

.mdc-button--outlined:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.12);
}

.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-button, .fc-button, .fc-button-primary {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-button .mdc-button__ripple::before, .fc-button .mdc-button__ripple::before, .fc-button-primary .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after,
.fc-button .mdc-button__ripple::after,
.fc-button-primary .mdc-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-button .mdc-button__ripple::before, .fc-button .mdc-button__ripple::before, .fc-button-primary .mdc-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before, .mdc-ripple-upgraded.fc-button .mdc-button__ripple::before, .mdc-ripple-upgraded.fc-button-primary .mdc-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after, .mdc-ripple-upgraded.fc-button .mdc-button__ripple::after, .mdc-ripple-upgraded.fc-button-primary .mdc-button__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after, .mdc-ripple-upgraded--unbounded.fc-button .mdc-button__ripple::after, .mdc-ripple-upgraded--unbounded.fc-button-primary .mdc-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after, .mdc-ripple-upgraded--foreground-activation.fc-button .mdc-button__ripple::after, .mdc-ripple-upgraded--foreground-activation.fc-button-primary .mdc-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after, .mdc-ripple-upgraded--foreground-deactivation.fc-button .mdc-button__ripple::after, .mdc-ripple-upgraded--foreground-deactivation.fc-button-primary .mdc-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button .mdc-button__ripple::before, .fc-button .mdc-button__ripple::before, .fc-button-primary .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after,
.fc-button .mdc-button__ripple::after,
.fc-button-primary .mdc-button__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after, .mdc-ripple-upgraded.fc-button .mdc-button__ripple::after, .mdc-ripple-upgraded.fc-button-primary .mdc-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-button .mdc-button__ripple::before, .fc-button .mdc-button__ripple::before, .fc-button-primary .mdc-button__ripple::before, .mdc-button .mdc-button__ripple::after, .fc-button .mdc-button__ripple::after, .fc-button-primary .mdc-button__ripple::after {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-button:hover .mdc-button__ripple::before, .fc-button:hover .mdc-button__ripple::before, .fc-button-primary:hover .mdc-button__ripple::before {
  opacity: 0.04;
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-ripple-upgraded--background-focused.fc-button .mdc-button__ripple::before, .mdc-ripple-upgraded--background-focused.fc-button-primary .mdc-button__ripple::before, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before, .fc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before, .fc-button-primary:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after, .fc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after, .fc-button-primary:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after, .fc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after, .fc-button-primary:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-button.mdc-ripple-upgraded, .mdc-ripple-upgraded.fc-button, .mdc-ripple-upgraded.fc-button-primary {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-button .mdc-button__ripple, .fc-button .mdc-button__ripple, .fc-button-primary .mdc-button__ripple {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple, .fc-button:not(.mdc-button--outlined) .mdc-button__ripple, .fc-button-primary:not(.mdc-button--outlined) .mdc-button__ripple {
  top: 0;
  left: 0;
}

.mdc-button--raised .mdc-button__ripple::before, .mdc-button--raised .mdc-button__ripple::after,
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-on-primary, #fff);
}

.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--unelevated:hover .mdc-button__ripple::before {
  opacity: 0.08;
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-icon-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  fill: currentColor;
  color: inherit;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.mdc-icon-button svg,
.mdc-icon-button img {
  width: 24px;
  height: 24px;
}

.mdc-icon-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
}

.mdc-icon-button:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-icon-button__icon {
  display: inline-block;
}

.mdc-icon-button__icon.mdc-icon-button__icon--on {
  display: none;
}

.mdc-icon-button--on .mdc-icon-button__icon {
  display: none;
}

.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
  display: inline-block;
}

.mdc-icon-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-icon-button::before, .mdc-icon-button::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-icon-button::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-icon-button.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-icon-button.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-icon-button.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-icon-button::before, .mdc-icon-button::after {
  top: calc(50% - 50%);
  /* @noflip */
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-icon-button.mdc-ripple-upgraded::before, .mdc-icon-button.mdc-ripple-upgraded::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-icon-button.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-icon-button::before, .mdc-icon-button::after {
  background-color: #000;
}

.mdc-icon-button:hover::before {
  opacity: 0.04;
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused::before, .mdc-icon-button:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-icon-button:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-card {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  /* @alternate */
  position: relative;
  /* @alternate */
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.mdc-card .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */
  left: 0;
}

.mdc-card--outlined {
  /* @alternate */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.mdc-card__media {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mdc-card__media::before {
  display: block;
  content: "";
}

.mdc-card__media:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.mdc-card__media:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.mdc-card__media--square::before {
  margin-top: 100%;
}

.mdc-card__media--16-9::before {
  margin-top: 56.25%;
}

.mdc-card__media-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.mdc-card__primary-action {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.mdc-card__primary-action:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.mdc-card__primary-action:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.mdc-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 8px;
}

.mdc-card__actions--full-bleed {
  padding: 0;
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}

.mdc-card__action-icons {
  color: rgba(0, 0, 0, 0.6);
  flex-grow: 1;
  justify-content: flex-end;
}

.mdc-card__action-buttons + .mdc-card__action-icons {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-card__action-buttons + .mdc-card__action-icons, .mdc-card__action-buttons + .mdc-card__action-icons[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-card__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mdc-card__action:focus {
  outline: none;
}

.mdc-card__action--button {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
  padding: 0 8px;
}

[dir=rtl] .mdc-card__action--button, .mdc-card__action--button[dir=rtl] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}

.mdc-card__action--button:last-child {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-card__action--button:last-child, .mdc-card__action--button:last-child[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0;
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 8px 16px;
  /* @noflip */
  text-align: left;
}

[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button, .mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
  /* @noflip */
  text-align: right;
}

.mdc-card__action--icon {
  margin: -6px 0;
  padding: 12px;
}

.mdc-card__action--icon:not(:disabled) {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-card__primary-action {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-card__primary-action::before, .mdc-card__primary-action::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-card__primary-action::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-card__primary-action.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action::before, .mdc-card__primary-action::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-card__primary-action.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-card__primary-action::before, .mdc-card__primary-action::after {
  background-color: #000;
}

.mdc-card__primary-action:hover::before {
  opacity: 0.04;
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::before, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-card__primary-action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mdc-data-table {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-row {
  background-color: inherit;
}

.mdc-data-table__row--selected {
  background-color: rgba(20, 35, 220, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row,
.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__row,
.mdc-data-table__pagination {
  border-top-width: 1px;
  border-top-style: solid;
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__cell {
  height: 52px;
}

.mdc-data-table__pagination {
  min-height: 52px;
}

.mdc-data-table__header-cell {
  height: 56px;
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
  padding-right: 16px;
  padding-left: 16px;
}

.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-data-table__header-cell--checkbox, .mdc-data-table__header-cell--checkbox[dir=rtl],
[dir=rtl] .mdc-data-table__cell--checkbox,
.mdc-data-table__cell--checkbox[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

.mdc-data-table__sort-icon-button {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-data-table__sort-icon-button::before, .mdc-data-table__sort-icon-button::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.mdc-data-table__sort-icon-button:hover::before {
  opacity: 0.04;
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused::before, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button::before, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button::after {
  background-color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover::before {
  opacity: 0.04;
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused::before, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-data-table__table-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}

.mdc-data-table__table {
  min-width: 100%;
  border: 0;
  white-space: nowrap;
  border-collapse: collapse;
  /**
   * With table-layout:fixed, table and column widths are defined by the width
   * of the first row of cells. Cells in subsequent rows do not affect column
   * widths. This results in a predictable table layout and may also speed up
   * rendering.
   */
  table-layout: fixed;
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

[dir=rtl] .mdc-data-table__cell, .mdc-data-table__cell[dir=rtl] {
  /* @noflip */
  text-align: right;
}

.mdc-data-table__cell--numeric {
  text-align: right;
}

[dir=rtl] .mdc-data-table__cell--numeric, .mdc-data-table__cell--numeric[dir=rtl] {
  /* @noflip */
  text-align: left;
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
}

[dir=rtl] .mdc-data-table__header-cell, .mdc-data-table__header-cell[dir=rtl] {
  /* @noflip */
  text-align: right;
}

.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
  width: 1px;
}

.mdc-data-table__header-cell--numeric {
  text-align: right;
}

[dir=rtl] .mdc-data-table__header-cell--numeric, .mdc-data-table__header-cell--numeric[dir=rtl] {
  /* @noflip */
  text-align: left;
}

.mdc-data-table__sort-icon-button {
  width: 28px;
  height: 28px;
  padding: 2px;
  /* @noflip */
  margin-left: 4px;
  /* @noflip */
  margin-right: 0;
  transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

[dir=rtl] .mdc-data-table__sort-icon-button, .mdc-data-table__sort-icon-button[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 4px;
}

.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 4px;
}

[dir=rtl] .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button, .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button[dir=rtl] {
  /* @noflip */
  margin-left: 4px;
  /* @noflip */
  margin-right: 0;
}

.mdc-data-table__header-cell--sorted-descending .mdc-data-table__sort-icon-button {
  transform: rotate(-180deg);
}

.mdc-data-table__sort-icon-button:focus, .mdc-data-table__header-cell:hover .mdc-data-table__sort-icon-button, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  opacity: 1;
}

.mdc-data-table__header-cell-wrapper {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}

.mdc-data-table__header-cell--with-sort {
  cursor: pointer;
}

.mdc-data-table__progress-indicator {
  display: none;
  position: absolute;
  width: 100%;
}

.mdc-data-table--in-progress .mdc-data-table__progress-indicator {
  display: block;
}

.mdc-data-table__scrim {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  height: 100%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-data-table__sort-status-label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

.mdc-data-table__pagination {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.mdc-data-table__pagination-trailing {
  /* @noflip */
  margin-left: 4px;
  /* @noflip */
  margin-right: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

[dir=rtl] .mdc-data-table__pagination-trailing, .mdc-data-table__pagination-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 4px;
}

.mdc-data-table__pagination-navigation {
  align-items: center;
  display: flex;
}

.mdc-data-table__pagination-button {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 4px;
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /* @noflip */
  transform: rotate(180deg);
}

[dir=rtl] .mdc-data-table__pagination-button, .mdc-data-table__pagination-button[dir=rtl] {
  /* @noflip */
  margin-left: 4px;
  /* @noflip */
  margin-right: 0;
}

.mdc-data-table__pagination-total {
  /* @noflip */
  margin-left: 14px;
  /* @noflip */
  margin-right: 36px;
  white-space: nowrap;
}

[dir=rtl] .mdc-data-table__pagination-total, .mdc-data-table__pagination-total[dir=rtl] {
  /* @noflip */
  margin-left: 36px;
  /* @noflip */
  margin-right: 14px;
}

.mdc-data-table__pagination-rows-per-page {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 22px;
  align-items: center;
  display: inline-flex;
}

[dir=rtl] .mdc-data-table__pagination-rows-per-page, .mdc-data-table__pagination-rows-per-page[dir=rtl] {
  /* @noflip */
  margin-left: 22px;
  /* @noflip */
  margin-right: 0;
}

.mdc-data-table__pagination-rows-per-page-label {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 12px;
  white-space: nowrap;
}

[dir=rtl] .mdc-data-table__pagination-rows-per-page-label, .mdc-data-table__pagination-rows-per-page-label[dir=rtl] {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 0;
}

.mdc-data-table__pagination-rows-per-page-select {
  min-width: 80px;
  min-width: 80px;
  margin: 8px 0;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  height: 36px;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__dropdown-icon {
  width: 20px;
  height: 20px;
}

.mdc-data-table__pagination-rows-per-page-select.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 56px);
}

.mdc-data-table__pagination-rows-per-page-select .mdc-list-item {
  height: 36px;
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background::before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background::before {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #1423dc;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #1423dc);
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

@keyframes mdc-checkbox-fade-in-background-8A000000primary00000000primary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
  50% {
    border-color: #1423dc;
    /* @alternate */
    border-color: var(--mdc-theme-primary, #1423dc);
    background-color: #1423dc;
    /* @alternate */
    background-color: var(--mdc-theme-primary, #1423dc);
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000primary00000000primary {
  0%, 80% {
    border-color: #1423dc;
    /* @alternate */
    border-color: var(--mdc-theme-primary, #1423dc);
    background-color: #1423dc;
    /* @alternate */
    background-color: var(--mdc-theme-primary, #1423dc);
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000primary00000000primary;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000primary00000000primary;
}

.mdc-elevation--z0 {
  /* @alternate */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z1 {
  /* @alternate */
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z2 {
  /* @alternate */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z3 {
  /* @alternate */
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z4 {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z5 {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z6 {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z7 {
  /* @alternate */
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z8 {
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z9 {
  /* @alternate */
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z10 {
  /* @alternate */
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z11 {
  /* @alternate */
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z12 {
  /* @alternate */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z13 {
  /* @alternate */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z14 {
  /* @alternate */
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z15 {
  /* @alternate */
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z16 {
  /* @alternate */
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z17 {
  /* @alternate */
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z18 {
  /* @alternate */
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z19 {
  /* @alternate */
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z20 {
  /* @alternate */
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z21 {
  /* @alternate */
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z22 {
  /* @alternate */
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z23 {
  /* @alternate */
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z24 {
  /* @alternate */
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.mdc-form-field > label {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: auto;
  /* @noflip */
  padding-left: 4px;
  /* @noflip */
  padding-right: 0;
  order: 0;
}

[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 4px;
}

.mdc-form-field--nowrap > label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mdc-form-field--align-end > label {
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0;
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 4px;
  order: -1;
}

[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: auto;
}

[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
  /* @noflip */
  padding-left: 4px;
  /* @noflip */
  padding-right: 0;
}

.mdc-form-field--space-between {
  justify-content: space-between;
}

.mdc-form-field--space-between > label {
  margin: 0;
}

[dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
  margin: 0;
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 29.7833385;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%, 68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }
  32.8%, 100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
  padding: 11px;
}

.mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
.mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background::before {
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
  opacity: 0.08;
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-checkbox .mdc-checkbox__background {
  top: 11px;
  left: 11px;
}

.mdc-checkbox .mdc-checkbox__background::before {
  top: -13px;
  left: -13px;
  width: 40px;
  height: 40px;
}

.mdc-checkbox .mdc-checkbox__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #96cd32;
  /* @alternate */
  border-color: var(--mdc-theme-secondary, #96cd32);
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

@keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
  50% {
    border-color: #96cd32;
    /* @alternate */
    border-color: var(--mdc-theme-secondary, #96cd32);
    background-color: #96cd32;
    /* @alternate */
    background-color: var(--mdc-theme-secondary, #96cd32);
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
  0%, 80% {
    border-color: #96cd32;
    /* @alternate */
    border-color: var(--mdc-theme-secondary, #96cd32);
    background-color: #96cd32;
    /* @alternate */
    background-color: var(--mdc-theme-secondary, #96cd32);
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary;
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.38);
  background-color: transparent;
}

.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.38);
}

.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #000;
}

.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #000;
}

.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #000;
}

.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #000;
}

@media screen and (-ms-high-contrast: active) {
  .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: transparent;
  }

  .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: transparent;
  }

  .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    color: GrayText;
  }

  .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: GrayText;
  }

  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}
.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background-color: transparent;
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__background .mdc-checkbox__background::before {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-theme-on-surface, #000);
}

.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}

.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}

.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none !important;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  animation-duration: 180ms;
  animation-timing-function: linear;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}

.mdc-checkbox__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  will-change: opacity, transform;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}

.mdc-checkbox__native-control:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-checkbox--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
  top: -4px;
  right: -4px;
  left: -4px;
  width: 48px;
  height: 48px;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}

.mdc-checkbox {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-checkbox .mdc-checkbox__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-checkbox .mdc-checkbox__ripple::before, .mdc-checkbox .mdc-checkbox__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-theme-on-surface, #000);
}

.mdc-checkbox:hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-checkbox.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
  content: none;
}

.mdc-radio {
  padding: 10px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  cursor: pointer;
  /* @alternate */
  will-change: opacity, transform, border-color, color;
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #96cd32;
  /* @alternate */
  border-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #96cd32;
  /* @alternate */
  border-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-radio .mdc-radio__background::before {
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-radio .mdc-radio__background::before {
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
}

.mdc-radio .mdc-radio__native-control {
  top: 0px;
  right: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
}

.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}

.mdc-radio__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}

.mdc-radio--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

.mdc-radio--touch .mdc-radio__native-control {
  top: -4px;
  right: -4px;
  left: -4px;
  width: 48px;
  height: 48px;
}

.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}

.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-radio .mdc-radio__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-radio .mdc-radio__ripple::before, .mdc-radio .mdc-radio__ripple::after {
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-radio:hover .mdc-radio__ripple::before {
  opacity: 0.08;
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before, .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-radio.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
  content: none;
}

.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-ripple-surface {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  outline: none;
  overflow: hidden;
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-ripple-surface::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-ripple-surface.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
  background-color: #000;
}

.mdc-ripple-surface:hover::before {
  opacity: 0.04;
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-ripple-surface.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
  overflow: visible;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after {
  top: calc(50% - 50%);
  /* @noflip */
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface--primary::before, .mdc-ripple-surface--primary::after {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-ripple-surface--primary:hover::before {
  opacity: 0.04;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before, .mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface--accent::before, .mdc-ripple-surface--accent::after {
  background-color: #96cd32;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #96cd32);
}

.mdc-ripple-surface--accent:hover::before {
  opacity: 0.08;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before, .mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-select-helper-text {
  margin: 0;
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

[dir=rtl] .mdc-select-helper-text, .mdc-select-helper-text[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 16px;
}

.mdc-select-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.mdc-select-helper-text--validation-msg {
  opacity: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-select--invalid + .mdc-select-helper-text--validation-msg,
.mdc-select-helper-text--validation-msg-persistent {
  opacity: 1;
}

.mdc-select--with-leading-icon .mdc-select__icon {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  align-self: center;
  background-color: transparent;
  fill: currentColor;
}

.mdc-select--with-leading-icon .mdc-select__icon {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 12px;
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon, .mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 12px;
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  position: absolute;
  /* @noflip */
  left: 0;
  /* @noflip */
  transform-origin: left top;
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  /* @alternate */
  will-change: transform;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

[dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
  /* @noflip */
  right: 0;
  /* @noflip */
  left: auto;
  /* @noflip */
  transform-origin: right top;
  /* @noflip */
  text-align: right;
}

.mdc-floating-label--float-above {
  cursor: auto;
}

.mdc-floating-label--required::after {
  /* @noflip */
  margin-left: 1px;
  /* @noflip */
  margin-right: 0px;
  content: "*";
}

[dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 1px;
}

.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}

.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
}
.mdc-line-ripple::before, .mdc-line-ripple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-style: solid;
  content: "";
}

.mdc-line-ripple::before {
  border-bottom-width: 1px;
  z-index: 1;
}

.mdc-line-ripple::after {
  transform: scaleX(0);
  border-bottom-width: 2px;
  opacity: 0;
  z-index: 2;
}

.mdc-line-ripple::after {
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-line-ripple--active::after {
  transform: scaleX(1);
  opacity: 1;
}

.mdc-line-ripple--deactivating::after {
  opacity: 0;
}

.mdc-notched-outline {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* @noflip */
  text-align: left;
  pointer-events: none;
}

[dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
  /* @noflip */
  text-align: right;
}

.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}

.mdc-notched-outline__leading {
  /* @noflip */
  border-left: 1px solid;
  /* @noflip */
  border-right: none;
  width: 12px;
}

[dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
  /* @noflip */
  border-left: none;
  /* @noflip */
  border-right: 1px solid;
}

.mdc-notched-outline__trailing {
  /* @noflip */
  border-left: none;
  /* @noflip */
  border-right: 1px solid;
  flex-grow: 1;
}

[dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
  /* @noflip */
  border-left: 1px solid;
  /* @noflip */
  border-right: none;
}

.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}

.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75);
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
  border-top: none;
}

[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}

.mdc-select__anchor {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-select__anchor .mdc-select__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
}

.mdc-select__anchor:hover .mdc-select__ripple::before {
  opacity: 0.04;
}

.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before, .mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-select__anchor .mdc-select__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__ripple::before, .mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-theme-on-surface, #000);
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:hover .mdc-list-item__ripple::before {
  opacity: 0.04;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-select {
  min-width: 200px;
  display: inline-flex;
  position: relative;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: whitesmoke;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #1423dc;
  /* @alternate */
  fill: var(--mdc-theme-primary, #1423dc);
}

.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
  border-bottom-color: #1423dc;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: rgba(20, 35, 220, 0.87);
}

.mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

.mdc-select.mdc-select--disabled .mdc-select__anchor {
  background-color: #fafafa;
}

.mdc-select.mdc-select--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-select.mdc-select--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.38);
}

.mdc-select.mdc-select--disabled .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-select.mdc-select--disabled + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-select.mdc-select--disabled .mdc-select__icon {
  color: rgba(0, 0, 0, 0.38);
}

@media screen and (-ms-high-contrast: active) {
  .mdc-select.mdc-select--disabled .mdc-select__selected-text {
    color: GrayText;
  }

  .mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
    fill: red;
  }

  .mdc-select.mdc-select--disabled .mdc-floating-label {
    color: GrayText;
  }

  .mdc-select.mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }

  .mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }

  .mdc-select.mdc-select--disabled .mdc-select__icon {
    color: GrayText;
  }

  .mdc-select.mdc-select--disabled + .mdc-select-helper-text {
    color: GrayText;
  }
}
.mdc-select .mdc-floating-label {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

[dir=rtl] .mdc-select .mdc-floating-label, .mdc-select .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

.mdc-select.mdc-select--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}

.mdc-select.mdc-select--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-select.mdc-select--outlined .mdc-floating-label {
  /* @noflip */
  left: 4px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label, .mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 4px;
}

.mdc-select .mdc-select__anchor {
  height: 56px;
  display: flex;
  align-items: baseline;
}

.mdc-select .mdc-select__anchor::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}

.mdc-select.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
  content: "​";
}

.mdc-select.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.mdc-select.mdc-select--no-label .mdc-select__anchor::before {
  display: none;
}

.mdc-select .mdc-select__anchor {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-select .mdc-select__anchor {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-select .mdc-select__anchor, .mdc-select .mdc-select__anchor[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor, .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 0;
}

.mdc-select .mdc-select__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.mdc-select .mdc-select__dropdown-icon {
  width: 24px;
  height: 24px;
}

.mdc-select .mdc-select__menu .mdc-list-item {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

[dir=rtl] .mdc-select .mdc-select__menu .mdc-list-item, .mdc-select .mdc-select__menu .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-select .mdc-select__menu .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 12px;
}

[dir=rtl] .mdc-select .mdc-select__menu .mdc-list-item__graphic, .mdc-select .mdc-select__menu .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 0;
}

.mdc-select__dropdown-icon {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 12px;
  display: inline-flex;
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  pointer-events: none;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
  width: 41.6666666667%;
  height: 20.8333333333%;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 1;
  transition: opacity 75ms linear 75ms;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 0;
  transition: opacity 75ms linear;
}

[dir=rtl] .mdc-select__dropdown-icon, .mdc-select__dropdown-icon[dir=rtl] {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 12px;
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 0;
  transition: opacity 49.5ms linear;
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 1;
  transition: opacity 100.5ms linear 49.5ms;
}

.mdc-select__anchor {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}

.mdc-select__anchor.mdc-select--focused.mdc-line-ripple::after {
  transform: scale(1, 2);
  opacity: 1;
}

.mdc-select__selected-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  box-sizing: border-box;
  width: auto;
  flex-grow: 1;
  height: 28px;
  border: none;
  outline: none;
  padding: 0;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  overflow: hidden;
  background-color: transparent;
  color: inherit;
}

.mdc-select__selected-text::-ms-expand {
  display: none;
}

.mdc-select__selected-text::-ms-value {
  background-color: transparent;
  color: inherit;
}

.mdc-select--outlined {
  border: none;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: transparent;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px;
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #1423dc;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}

.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor {
  background-color: transparent;
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */
  border-top-left-radius: 4px;
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @noflip */
  border-bottom-left-radius: 4px;
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 4px;
  /* @noflip */
  border-bottom-right-radius: 4px;
  /* @noflip */
  border-bottom-left-radius: 0;
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 4px;
  /* @noflip */
  border-bottom-right-radius: 4px;
  /* @noflip */
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  /* @noflip */
  border-top-left-radius: 4px;
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @noflip */
  border-bottom-left-radius: 4px;
}

.mdc-select--outlined .mdc-select__selected-text {
  border-radius: 4px;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: transparent;
}

.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}

.mdc-select--outlined .mdc-select__anchor {
  overflow: visible;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}

.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
  content: "​";
}

.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.mdc-select--outlined .mdc-select__anchor::before {
  display: none;
}

.mdc-select--outlined .mdc-select__selected-text {
  display: flex;
  border: none;
  z-index: 1;
  background-color: transparent;
}

.mdc-select--outlined .mdc-select__icon {
  z-index: 2;
}

.mdc-select--outlined .mdc-floating-label {
  line-height: 1.15rem;
}

.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 2px;
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #b00020;
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #b00020;
  /* @alternate */
  fill: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #b00020;
  /* @alternate */
  fill: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px;
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-select--with-leading-icon .mdc-floating-label {
  /* @noflip */
  left: 48px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-floating-label, .mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 48px;
}

.mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 12px;
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item, .mdc-select--with-leading-icon .mdc-select__menu .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 12px;
}

.mdc-select--with-leading-icon.mdc-select--filled .mdc-floating-label {
  max-width: calc(100% - 96px);
}

.mdc-select--with-leading-icon.mdc-select--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label {
  /* @noflip */
  left: 36px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label, .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 36px;
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-37.25px) translateX(32px) scale(1);
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
  0% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
}
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake, .mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
  0% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 96px);
}

.mdc-select--filled .mdc-menu-surface--is-open-below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.mdc-select__menu .mdc-select__icon {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-select__menu .mdc-select__icon, .mdc-select__menu .mdc-select__icon[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected,
.mdc-select__menu .mdc-list .mdc-list-item--activated {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-select__menu .mdc-list .mdc-list-item--selected .mdc-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-list-item--activated .mdc-list-item__graphic {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-top-app-bar {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
  color: white;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  z-index: 4;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-on-primary, #fff);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item::before, .mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-on-primary, #fff);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
  opacity: 0.08;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before, .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-top-app-bar__row {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
}

.mdc-top-app-bar__section {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}

.mdc-top-app-bar__section--align-start {
  justify-content: flex-start;
  order: -1;
}

.mdc-top-app-bar__section--align-end {
  justify-content: flex-end;
  order: 1;
}

.mdc-top-app-bar__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Enedis, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "Enedis", Arial));
  font-size: 1.2rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.2rem);
  line-height: 1.3rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 1.3rem);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 600);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  /* @noflip */
  padding-left: 20px;
  /* @noflip */
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

[dir=rtl] .mdc-top-app-bar__title, .mdc-top-app-bar__title[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 20px;
}

.mdc-top-app-bar--short-collapsed {
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 24px;
  /* @noflip */
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-top-app-bar--short-collapsed, .mdc-top-app-bar--short-collapsed[dir=rtl] {
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @noflip */
  border-bottom-left-radius: 24px;
}

.mdc-top-app-bar--short {
  top: 0;
  /* @noflip */
  right: auto;
  /* @noflip */
  left: 0;
  width: 100%;
  transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

[dir=rtl] .mdc-top-app-bar--short, .mdc-top-app-bar--short[dir=rtl] {
  /* @noflip */
  right: 0;
  /* @noflip */
  left: auto;
}

.mdc-top-app-bar--short .mdc-top-app-bar__row {
  height: 56px;
}

.mdc-top-app-bar--short .mdc-top-app-bar__section {
  padding: 4px;
}

.mdc-top-app-bar--short .mdc-top-app-bar__title {
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.mdc-top-app-bar--short-collapsed {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  width: 56px;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
  display: none;
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
  transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
  width: 112px;
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 12px;
}

[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end, .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl] {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 0;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
  height: 48px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
  padding: 0 4px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title, .mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 12px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 128px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  align-self: flex-end;
  padding-bottom: 2px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
  align-self: flex-start;
}

.mdc-top-app-bar--fixed {
  transition: box-shadow 200ms linear;
}

.mdc-top-app-bar--fixed-scrolled {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms linear;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 96px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
  padding: 0 12px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  /* @noflip */
  padding-left: 20px;
  /* @noflip */
  padding-right: 0;
  padding-bottom: 9px;
}

[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title, .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 20px;
}

.mdc-top-app-bar--fixed-adjust {
  padding-top: 64px;
}

.mdc-top-app-bar--dense-fixed-adjust {
  padding-top: 48px;
}

.mdc-top-app-bar--short-fixed-adjust {
  padding-top: 56px;
}

.mdc-top-app-bar--prominent-fixed-adjust {
  padding-top: 128px;
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
  padding-top: 96px;
}

@media (max-width: 767px) {
  .mdc-top-app-bar__row {
    height: 56px;
  }

  .mdc-top-app-bar__section {
    padding: 4px;
  }

  .mdc-top-app-bar--short {
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mdc-top-app-bar--short-collapsed {
    transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
    /* @noflip */
    padding-left: 0;
    /* @noflip */
    padding-right: 12px;
  }

  [dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end, .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl] {
    /* @noflip */
    padding-left: 12px;
    /* @noflip */
    padding-right: 0;
  }

  .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-bottom: 6px;
  }

  .mdc-top-app-bar--fixed-adjust {
    padding-top: 56px;
  }
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  /* @alternate */
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list:focus {
  outline: none;
}

.mdc-list-item {
  height: 48px;
}

.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__graphic {
  background-color: transparent;
}

.mdc-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item--disabled .mdc-list-item__text {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__text,
.mdc-list-item--disabled .mdc-list-item__primary-text,
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected,
.mdc-list-item--activated {
  color: #1423dc;
  /* @alternate */
  color: var(--mdc-theme-primary, #1423dc);
}

.mdc-list-item--selected .mdc-list-item__graphic,
.mdc-list-item--activated .mdc-list-item__graphic {
  color: #1423dc;
  /* @alternate */
  color: var(--mdc-theme-primary, #1423dc);
}

.mdc-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}

.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
  height: 48px;
}

.mdc-list-item:focus {
  outline: none;
}

.mdc-list-item:not(.mdc-list-item--selected):focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
}

.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
}

[dir=rtl] .mdc-list-item, .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-list--icon-list .mdc-list-item {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
  height: 56px;
}

[dir=rtl] .mdc-list--icon-list .mdc-list-item, .mdc-list--icon-list .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-list--avatar-list .mdc-list-item {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
  height: 56px;
}

[dir=rtl] .mdc-list--avatar-list .mdc-list-item, .mdc-list--avatar-list .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-list--thumbnail-list .mdc-list-item {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
  height: 56px;
}

[dir=rtl] .mdc-list--thumbnail-list .mdc-list-item, .mdc-list--thumbnail-list .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-list--image-list .mdc-list-item {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
  height: 72px;
}

[dir=rtl] .mdc-list--image-list .mdc-list-item, .mdc-list--image-list .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-list--video-list .mdc-list-item {
  /* @noflip */
  padding-left: 0px;
  /* @noflip */
  padding-right: 16px;
  height: 72px;
}

[dir=rtl] .mdc-list--video-list .mdc-list-item, .mdc-list--video-list .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0px;
}

.mdc-list--dense .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 20px;
  height: 20px;
}

[dir=rtl] .mdc-list--dense .mdc-list-item__graphic, .mdc-list--dense .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  -o-object-fit: cover;
  object-fit: cover;
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 32px;
  width: 24px;
  height: 24px;
}

[dir=rtl] .mdc-list-item__graphic, .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 32px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list--icon-list .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 32px;
  width: 24px;
  height: 24px;
}

[dir=rtl] .mdc-list--icon-list .mdc-list-item__graphic, .mdc-list--icon-list .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 32px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list--avatar-list .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic, .mdc-list--avatar-list .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list--thumbnail-list .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

[dir=rtl] .mdc-list--thumbnail-list .mdc-list-item__graphic, .mdc-list--thumbnail-list .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list--image-list .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 56px;
  height: 56px;
}

[dir=rtl] .mdc-list--image-list .mdc-list-item__graphic, .mdc-list--image-list .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list--video-list .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 100px;
  height: 56px;
}

[dir=rtl] .mdc-list--video-list .mdc-list-item__graphic, .mdc-list--video-list .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

.mdc-list .mdc-list-item__graphic {
  display: inline-flex;
}

.mdc-list-item__meta {
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0;
}

.mdc-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

.mdc-list-item[dir=rtl] .mdc-list-item__meta, [dir=rtl] .mdc-list-item .mdc-list-item__meta {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: auto;
}

.mdc-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-list-item__text[for] {
  pointer-events: none;
}

.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list--video-list .mdc-list-item__primary-text, .mdc-list--image-list .mdc-list-item__primary-text, .mdc-list--thumbnail-list .mdc-list-item__primary-text, .mdc-list--avatar-list .mdc-list-item__primary-text, .mdc-list--icon-list .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list--video-list .mdc-list-item__primary-text::before, .mdc-list--image-list .mdc-list-item__primary-text::before, .mdc-list--thumbnail-list .mdc-list-item__primary-text::before, .mdc-list--avatar-list .mdc-list-item__primary-text::before, .mdc-list--icon-list .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list--video-list .mdc-list-item__primary-text::after, .mdc-list--image-list .mdc-list-item__primary-text::after, .mdc-list--thumbnail-list .mdc-list-item__primary-text::after, .mdc-list--avatar-list .mdc-list-item__primary-text::after, .mdc-list--icon-list .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list--dense .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list--dense .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}

.mdc-list--dense .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-list--dense .mdc-list-item__secondary-text {
  font-size: inherit;
}

.mdc-list--dense .mdc-list-item {
  height: 40px;
}

.mdc-list--two-line .mdc-list-item__text {
  align-self: flex-start;
}

.mdc-list--two-line .mdc-list-item {
  height: 64px;
}

.mdc-list--two-line.mdc-list--video-list .mdc-list-item, .mdc-list--two-line.mdc-list--image-list .mdc-list-item, .mdc-list--two-line.mdc-list--thumbnail-list .mdc-list-item, .mdc-list--two-line.mdc-list--avatar-list .mdc-list-item, .mdc-list--two-line.mdc-list--icon-list .mdc-list-item {
  height: 72px;
}

.mdc-list--two-line.mdc-list--icon-list .mdc-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-list--two-line.mdc-list--dense .mdc-list-item,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
  height: 60px;
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 36px;
  height: 36px;
}

[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic, .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic[dir=rtl] {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
}

:not(.mdc-list-item--disabled).mdc-list-item {
  cursor: pointer;
}

a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}

.mdc-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mdc-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-list-divider--padded {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list-divider--padded, .mdc-list-divider--padded[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list-divider--inset {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 72px);
}

[dir=rtl] .mdc-list-divider--inset, .mdc-list-divider--inset[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list-divider--inset.mdc-list-divider--padded {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 88px);
}

[dir=rtl] .mdc-list-divider--inset.mdc-list-divider--padded, .mdc-list-divider--inset.mdc-list-divider--padded[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list .mdc-list-divider--inset-leading {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list .mdc-list-divider--inset-leading, .mdc-list .mdc-list-divider--inset-leading[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing, .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding, .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding, .mdc-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--icon-list .mdc-list-divider--inset-leading {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 72px);
}

[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading, .mdc-list--icon-list .mdc-list-divider--inset-leading[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list--icon-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 88px);
}

[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing, .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--padding, .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding, .mdc-list--icon-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--avatar-list .mdc-list-divider--inset-leading {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 72px);
}

[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading, .mdc-list--avatar-list .mdc-list-divider--inset-leading[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list--avatar-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 88px);
}

[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing, .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--padding, .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding, .mdc-list--avatar-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--thumbnail-list .mdc-list-divider--inset-leading {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 72px);
}

[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading, .mdc-list--thumbnail-list .mdc-list-divider--inset-leading[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list--thumbnail-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 88px);
}

[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing, .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 72px;
}

.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--padding, .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding, .mdc-list--thumbnail-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--image-list .mdc-list-divider--inset-leading {
  /* @noflip */
  margin-left: 88px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 88px);
}

[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading, .mdc-list--image-list .mdc-list-divider--inset-leading[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 88px;
}

.mdc-list--image-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  /* @noflip */
  margin-left: 88px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 104px);
}

[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing, .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 88px;
}

.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--padding, .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 32px);
}

[dir=rtl] .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding, .mdc-list--image-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
}

.mdc-list--video-list .mdc-list-divider--inset-leading {
  /* @noflip */
  margin-left: 116px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 116px);
}

[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading, .mdc-list--video-list .mdc-list-divider--inset-leading[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 116px;
}

.mdc-list--video-list .mdc-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing {
  /* @noflip */
  margin-left: 116px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 132px);
}

[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing, .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 116px;
}

.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--padding {
  /* @noflip */
  margin-left: 0px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 0px);
}

[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--padding, .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0px;
}

.mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding {
  /* @noflip */
  margin-left: 0px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 16px);
}

[dir=rtl] .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding, .mdc-list--video-list .mdc-list-divider--inset-leading.mdc-list-divider--inset-trailing.mdc-list-divider--inset-padding[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0px;
}

.mdc-list-group .mdc-list {
  padding: 0;
}

.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}

:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
}

:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before {
  opacity: 0.04;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before {
  opacity: 0.16;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #1423dc;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #1423dc);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before {
  opacity: 0.12;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.2;
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
}

.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, .mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-menu-surface {
  display: none;
  position: absolute;
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 0;
  transform: scale(1);
  transform-origin: top left;
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  /* @noflip */
  transform-origin-left: top left;
  /* @noflip */
  transform-origin-right: top right;
}

.mdc-menu-surface:focus {
  outline: none;
}

.mdc-menu-surface--open {
  display: inline-block;
  transform: scale(1);
  opacity: 1;
}

.mdc-menu-surface--animating-open {
  display: inline-block;
  transform: scale(0.8);
  opacity: 0;
}

.mdc-menu-surface--animating-closed {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.075s linear;
}

[dir=rtl] .mdc-menu-surface, .mdc-menu-surface[dir=rtl] {
  /* @noflip */
  transform-origin-left: top right;
  /* @noflip */
  transform-origin-right: top left;
}

.mdc-menu-surface--anchor {
  position: relative;
  overflow: visible;
}

.mdc-menu-surface--fixed {
  position: fixed;
}

.mdc-menu-surface--fullwidth {
  width: 100%;
}

.mdc-menu {
  min-width: 112px;
}

.mdc-menu .mdc-list-item__meta {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-menu .mdc-list-item__graphic {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-menu .mdc-list {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  position: relative;
}

.mdc-menu .mdc-list .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */
  left: 0;
}

.mdc-menu .mdc-list-divider {
  margin: 8px 0;
}

.mdc-menu .mdc-list-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mdc-menu .mdc-list-item--disabled {
  cursor: auto;
}

.mdc-menu a.mdc-list-item .mdc-list-item__text,
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
  pointer-events: none;
}

.mdc-menu__selection-group {
  padding: 0;
  fill: currentColor;
}

.mdc-menu__selection-group .mdc-list-item {
  /* @noflip */
  padding-left: 56px;
  /* @noflip */
  padding-right: 16px;
}

[dir=rtl] .mdc-menu__selection-group .mdc-list-item, .mdc-menu__selection-group .mdc-list-item[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 56px;
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

.mdc-menu-item--selected .mdc-menu__selection-group-icon {
  display: inline;
}

.mdc-snackbar {
  z-index: 8;
  margin: 8px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-snackbar__surface {
  background-color: #333333;
}

.mdc-snackbar__label {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__surface {
  min-width: 344px;
}

@media (max-width: 480px), (max-width: 344px) {
  .mdc-snackbar__surface {
    min-width: 100%;
  }
}
.mdc-snackbar__surface {
  max-width: 672px;
}

.mdc-snackbar__surface {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-snackbar__surface {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}

.mdc-snackbar--leading {
  justify-content: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__label {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
  padding-bottom: 12px;
}

[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label, .mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
  flex-direction: column;
  align-items: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}

.mdc-snackbar__surface {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: scale(0.8);
  opacity: 0;
}

[dir=rtl] .mdc-snackbar__surface, .mdc-snackbar__surface[dir=rtl] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 0;
}

.mdc-snackbar--open .mdc-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-snackbar--closing .mdc-snackbar__surface {
  transform: scale(1);
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-snackbar__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 8px;
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

[dir=rtl] .mdc-snackbar__label, .mdc-snackbar__label[dir=rtl] {
  /* @noflip */
  padding-left: 8px;
  /* @noflip */
  padding-right: 16px;
}

.mdc-snackbar__label::before {
  display: inline;
  content: attr(data-mdc-snackbar-label-text);
}

.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
}

.mdc-snackbar__action:not(:disabled) {
  color: #bb86fc;
}

.mdc-snackbar__action::before, .mdc-snackbar__action::after {
  background-color: #bb86fc;
}

.mdc-snackbar__action:hover::before {
  opacity: 0.08;
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before, .mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-snackbar__action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-snackbar__dismiss {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__dismiss::before, .mdc-snackbar__dismiss::after {
  background-color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__dismiss:hover::before {
  opacity: 0.08;
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused::before, .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  width: 36px;
  height: 36px;
  padding: 9px;
  font-size: 18px;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss svg,
.mdc-snackbar__dismiss.mdc-snackbar__dismiss img {
  width: 18px;
  height: 18px;
}

.mdc-snackbar__action + .mdc-snackbar__dismiss {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-snackbar__action + .mdc-snackbar__dismiss, .mdc-snackbar__action + .mdc-snackbar__dismiss[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 8px;
}

.mdc-text-field--filled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-text-field--filled .mdc-text-field__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-text-field__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-text-field {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 16px;
  display: inline-flex;
  align-items: baseline;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  /* @alternate */
  will-change: opacity, transform, color;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}

@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #1423dc;
  /* @alternate */
  caret-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.mdc-text-field.mdc-text-field--with-leading-icon {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

[dir=rtl] .mdc-text-field.mdc-text-field--with-leading-icon, .mdc-text-field.mdc-text-field--with-leading-icon[dir=rtl] {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
}

.mdc-text-field.mdc-text-field--with-trailing-icon {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-text-field.mdc-text-field--with-trailing-icon, .mdc-text-field.mdc-text-field--with-trailing-icon[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

.mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon, .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 0;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

.mdc-text-field__input::-ms-clear {
  display: none;
}

.mdc-text-field__input:focus {
  outline: none;
}

.mdc-text-field__input:invalid {
  box-shadow: none;
}

.mdc-text-field__input:-webkit-autofill {
  z-index: auto !important;
}

@media all {
  .mdc-text-field__input::-moz-placeholder {
    -moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

  .mdc-text-field__input::placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field__input:-ms-input-placeholder {
    -ms-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder, .mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder, .mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }

  .mdc-text-field--fullwidth .mdc-text-field__input::placeholder, .mdc-text-field--no-label .mdc-text-field__input::placeholder, .mdc-text-field--focused .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
@media all {
  .mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  white-space: nowrap;
}

.mdc-text-field--label-floating .mdc-text-field__affix, .mdc-text-field--no-label .mdc-text-field__affix {
  opacity: 1;
}

.mdc-text-field__affix--prefix {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 2px;
}

[dir=rtl] .mdc-text-field__affix--prefix, .mdc-text-field__affix--prefix[dir=rtl] {
  /* @noflip */
  padding-left: 2px;
  /* @noflip */
  padding-right: 0;
}

.mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 12px;
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 0;
}

.mdc-text-field__affix--suffix {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-text-field__affix--suffix, .mdc-text-field__affix--suffix[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 12px;
}

.mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
  /* @noflip */
  padding-left: 2px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 2px;
}

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-50%) scale(0.75);
  cursor: auto;
}

.mdc-text-field--filled {
  height: 56px;
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
}

.mdc-text-field--filled:hover .mdc-text-field__ripple::before {
  opacity: 0.04;
}

.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-text-field--filled::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: #1423dc;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-text-field--filled .mdc-floating-label {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-text-field--filled .mdc-floating-label, .mdc-text-field--filled .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px;
}

.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  height: 100%;
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
  display: none;
}

.mdc-text-field--filled.mdc-text-field--no-label::before {
  display: none;
}

.mdc-text-field--outlined {
  height: 56px;
  overflow: visible;
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-text-field--outlined .mdc-text-field__input {
  height: 100%;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #1423dc;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #1423dc);
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */
  border-top-left-radius: 4px;
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @noflip */
  border-bottom-left-radius: 4px;
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 4px;
  /* @noflip */
  border-bottom-right-radius: 4px;
  /* @noflip */
  border-bottom-left-radius: 0;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 4px;
  /* @noflip */
  border-bottom-right-radius: 4px;
  /* @noflip */
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  /* @noflip */
  border-top-left-radius: 4px;
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @noflip */
  border-bottom-left-radius: 4px;
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  content: none;
}

.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */
  left: 4px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 4px;
}

.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  border: none !important;
  background-color: transparent;
}

.mdc-text-field--textarea {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  transition: none;
}

.mdc-text-field--textarea .mdc-floating-label {
  top: 19px;
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}

.mdc-text-field--textarea .mdc-text-field__input {
  flex-grow: 1;
  height: auto;
  min-height: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  resize: none;
  padding: 0 16px;
  line-height: 1.5rem;
}

.mdc-text-field--textarea.mdc-text-field--filled::before {
  display: none;
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-10.25px) scale(0.75);
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-textarea-filled {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
  margin-top: 23px;
  margin-bottom: 9px;
}

.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 0;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
  top: 18px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
  margin-bottom: 2px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
  align-self: flex-end;
  padding: 0 16px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: -16px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
  display: none;
}

.mdc-text-field__resizer {
  align-self: stretch;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
  max-width: 100%;
  min-height: 56px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  /* @alternate */
  min-width: -moz-available;
  /* @alternate */
  min-width: -webkit-fill-available;
  overflow: hidden;
  resize: both;
}

.mdc-text-field--filled .mdc-text-field__resizer {
  transform: translateY(-1px);
}

.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
  transform: translateY(1px);
}

.mdc-text-field--outlined .mdc-text-field__resizer {
  transform: translateX(-1px) translateY(-1px);
}

[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer, .mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
  transform: translateX(1px) translateY(-1px);
}

.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
  transform: translateX(1px) translateY(1px);
}

[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input, .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
  transform: translateX(-1px) translateY(1px);
}

.mdc-text-field--fullwidth {
  padding: 0;
  width: 100%;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-text-field--fullwidth.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
  display: flex;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
  height: 100%;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-floating-label {
  display: none;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before {
  display: none;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple::before,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple::after {
  content: none;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
  background-color: transparent;
}

.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__resizer {
  resize: vertical;
}

.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 48px);
  /* @noflip */
  left: 48px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 48px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */
  left: 36px;
  /* @noflip */
  right: initial;
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 36px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-37.25px) translateX(32px) scale(1);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}

.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 96px);
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}

.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}

.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(20, 35, 220, 0.87);
}

.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px;
}

.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}

.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 2px;
}

.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 0;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  /* @alternate */
  caret-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}

.mdc-text-field--disabled {
  pointer-events: none;
}

.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}

@media all {
  .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}

.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}

.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder {
    color: GrayText;
  }

  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}

.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}

.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
  display: none;
}

.mdc-text-field--disabled .mdc-text-field__input {
  pointer-events: auto;
}

.mdc-text-field--end-aligned .mdc-text-field__input {
  /* @noflip */
  text-align: right;
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /* @noflip */
  text-align: left;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
  /* @noflip */
  direction: ltr;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 2px;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
  /* @noflip */
  padding-left: 12px;
  /* @noflip */
  padding-right: 0;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
  order: 1;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
  order: 2;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
  order: 3;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
  order: 4;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
  order: 5;
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
  /* @noflip */
  text-align: right;
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
  /* @noflip */
  padding-right: 12px;
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
  /* @noflip */
  padding-left: 2px;
}

.mdc-text-field-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}

.mdc-text-field-character-counter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0;
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
  white-space: nowrap;
}

.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

[dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: auto;
}

[dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 16px;
}

.mdc-text-field__icon {
  align-self: center;
  cursor: pointer;
}

.mdc-text-field__icon:not([tabindex]), .mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}

.mdc-text-field__icon svg {
  display: block;
}

.mdc-text-field__icon--leading {
  /* @noflip */
  margin-left: 16px;
  /* @noflip */
  margin-right: 8px;
}

[dir=rtl] .mdc-text-field__icon--leading, .mdc-text-field__icon--leading[dir=rtl] {
  /* @noflip */
  margin-left: 8px;
  /* @noflip */
  margin-right: 16px;
}

.mdc-text-field__icon--trailing {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 12px;
}

[dir=rtl] .mdc-text-field__icon--trailing, .mdc-text-field__icon--trailing[dir=rtl] {
  /* @noflip */
  margin-left: 12px;
  /* @noflip */
  margin-right: 12px;
}

.mdc-drawer {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  /* @noflip */
  border-top-left-radius: 0;
  /* @noflip */
  border-top-right-radius: 0;
  /* @alternate */
  /* @noflip */
  border-top-right-radius: var(--mdc-shape-large, 0);
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @alternate */
  /* @noflip */
  border-bottom-right-radius: var(--mdc-shape-large, 0);
  /* @noflip */
  border-bottom-left-radius: 0;
  z-index: 6;
  width: 256px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  /* @noflip */
  border-right-width: 1px;
  /* @noflip */
  border-right-style: solid;
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer .mdc-drawer__title {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-drawer .mdc-list-group__subheader {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-drawer .mdc-drawer__subtitle {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-drawer .mdc-list-item__graphic {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-drawer .mdc-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
  color: #1423dc;
}

.mdc-drawer .mdc-list-item--activated {
  color: rgba(20, 35, 220, 0.87);
}

[dir=rtl] .mdc-drawer, .mdc-drawer[dir=rtl] {
  /* @noflip */
  border-top-left-radius: 0;
  /* @alternate */
  /* @noflip */
  border-top-left-radius: var(--mdc-shape-large, 0);
  /* @noflip */
  border-top-right-radius: 0;
  /* @noflip */
  border-bottom-right-radius: 0;
  /* @noflip */
  border-bottom-left-radius: 0;
  /* @alternate */
  /* @noflip */
  border-bottom-left-radius: var(--mdc-shape-large, 0);
}

.mdc-drawer .mdc-list-item {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
  /* @noflip */
  margin-left: 256px;
  /* @noflip */
  margin-right: 0;
}

[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content, .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 256px;
}

[dir=rtl] .mdc-drawer, .mdc-drawer[dir=rtl] {
  /* @noflip */
  border-right-width: 0;
  /* @noflip */
  border-left-width: 1px;
  /* @noflip */
  border-right-style: none;
  /* @noflip */
  border-left-style: solid;
}

.mdc-drawer .mdc-list-item {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  height: calc(48px - 2 * 4px);
  margin: 8px 8px;
  padding: 0 8px;
}

.mdc-drawer .mdc-list-item:nth-child(1) {
  margin-top: 2px;
}

.mdc-drawer .mdc-list-item:nth-last-child(1) {
  margin-bottom: 0;
}

.mdc-drawer .mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  padding: 0 16px;
}

.mdc-drawer .mdc-list-group__subheader::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}

.mdc-drawer .mdc-list-divider {
  margin: 3px 0 4px;
}

.mdc-drawer .mdc-list-item__text,
.mdc-drawer .mdc-list-item__graphic {
  pointer-events: none;
}

.mdc-drawer--animate {
  transform: translateX(-100%);
}

[dir=rtl] .mdc-drawer--animate, .mdc-drawer--animate[dir=rtl] {
  transform: translateX(100%);
}

.mdc-drawer--opening {
  transform: translateX(0);
  transition-duration: 250ms;
}

[dir=rtl] .mdc-drawer--opening, .mdc-drawer--opening[dir=rtl] {
  transform: translateX(0);
}

.mdc-drawer--closing {
  transform: translateX(-100%);
  transition-duration: 200ms;
}

[dir=rtl] .mdc-drawer--closing, .mdc-drawer--closing[dir=rtl] {
  transform: translateX(100%);
}

.mdc-drawer__header {
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 16px 4px;
}

.mdc-drawer__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Enedis, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "Enedis", Arial));
  font-size: 1.2rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.2rem);
  line-height: 1.3rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 1.3rem);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 600);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-drawer__title::before {
  display: inline-block;
  width: 0;
  height: 36px;
  content: "";
  vertical-align: 0;
}

.mdc-drawer__title::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-drawer__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: 0;
}

.mdc-drawer__subtitle::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-drawer__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mdc-drawer--dismissible {
  /* @noflip */
  left: 0;
  /* @noflip */
  right: initial;
  display: none;
  position: absolute;
}

[dir=rtl] .mdc-drawer--dismissible, .mdc-drawer--dismissible[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 0;
}

.mdc-drawer--dismissible.mdc-drawer--open {
  display: flex;
}

.mdc-drawer-app-content {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0;
  position: relative;
}

[dir=rtl] .mdc-drawer-app-content, .mdc-drawer-app-content[dir=rtl] {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 0;
}

.mdc-drawer--modal {
  /* @alternate */
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  /* @noflip */
  left: 0;
  /* @noflip */
  right: initial;
  display: none;
  position: fixed;
}

.mdc-drawer--modal + .mdc-drawer-scrim {
  background-color: rgba(0, 0, 0, 0.32);
}

[dir=rtl] .mdc-drawer--modal, .mdc-drawer--modal[dir=rtl] {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 0;
}

.mdc-drawer--modal.mdc-drawer--open {
  display: flex;
}

.mdc-drawer-scrim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer--open + .mdc-drawer-scrim {
  display: block;
}

.mdc-drawer--animate + .mdc-drawer-scrim {
  opacity: 0;
}

.mdc-drawer--opening + .mdc-drawer-scrim {
  transition-duration: 250ms;
  opacity: 1;
}

.mdc-drawer--closing + .mdc-drawer-scrim {
  transition-duration: 200ms;
  opacity: 0;
}

.form-item legend,
.form-item label:not(.mdc-text-field):not(.option) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.form-item .description {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

details > summary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.button-submit {
  position: relative;
}

.button-submit__input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.form-item .mdc-text-field--fullwidth {
  width: 100%;
}

.form-item .mdc-text-field--fullwidth .cke_chrome {
  width: 100%;
}

.form-item .mdc-text-field--textarea .cke_chrome {
  position: relative;
  z-index: 2;
}

.form-item--focused .form-item__label.label-not-floating {
  color: #1423dc;
}

.button.mdc-button--outlined:not(:disabled), .mdc-button--outlined.fc-button:not(:disabled), .mdc-button--outlined.fc-button-primary:not(:disabled) {
  border-color: #1423dc;
}

.button--secondary.mdc-button:not(:disabled), .button--secondary.fc-button:not(:disabled), .button--secondary.fc-button-primary:not(:disabled) {
  color: #96cd32;
}

.button--secondary.mdc-button .mdc-button__ripple:before, .button--secondary.fc-button .mdc-button__ripple:before, .button--secondary.fc-button-primary .mdc-button__ripple:before,
.button--secondary.mdc-button .mdc-button__ripple:after,
.button--secondary.fc-button .mdc-button__ripple:after,
.button--secondary.fc-button-primary .mdc-button__ripple:after {
  background: #96cd32;
}

.button--secondary.mdc-button--outlined:not(:disabled) {
  border-color: #96cd32;
}

.button--secondary.mdc-button--unelevated:not(:disabled), .button--secondary.mdc-button--raised:not(:disabled) {
  color: #fff;
}

.button--secondary.mdc-button--unelevated:not(:disabled), .button--secondary.mdc-button--raised:not(:disabled) {
  background-color: #96cd32;
}

.button--secondary.mdc-button--unelevated .mdc-button__ripple:before,
.button--secondary.mdc-button--unelevated .mdc-button__ripple:after, .button--secondary.mdc-button--raised .mdc-button__ripple:before,
.button--secondary.mdc-button--raised .mdc-button__ripple:after {
  background: #fff;
}

.button--light.mdc-button:not(:disabled), .button--light.fc-button:not(:disabled), .button--light.fc-button-primary:not(:disabled) {
  color: #fff;
}

.button--light.mdc-button .mdc-button__ripple:before, .button--light.fc-button .mdc-button__ripple:before, .button--light.fc-button-primary .mdc-button__ripple:before,
.button--light.mdc-button .mdc-button__ripple:after,
.button--light.fc-button .mdc-button__ripple:after,
.button--light.fc-button-primary .mdc-button__ripple:after {
  background: #fff;
}

.button--light.mdc-button--outlined:not(:disabled) {
  color: #fff;
}

.button--light.mdc-button--outlined:not(:disabled) {
  border-color: #fff;
}

.button--light.mdc-button--outlined .mdc-button__ripple:before,
.button--light.mdc-button--outlined .mdc-button__ripple:after {
  background: #fff;
}

.button--light.mdc-button--unelevated:not(:disabled), .button--light.mdc-button--raised:not(:disabled) {
  background-color: #fff;
}

.button--light.mdc-button--unelevated:not(:disabled), .button--light.mdc-button--raised:not(:disabled) {
  color: #1423dc;
}

.button--light.mdc-button--unelevated .mdc-button__ripple:before,
.button--light.mdc-button--unelevated .mdc-button__ripple:after, .button--light.mdc-button--raised .mdc-button__ripple:before,
.button--light.mdc-button--raised .mdc-button__ripple:after {
  background: #1423dc;
}

svg.mdc-icon-button__icon {
  display: block;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #fff;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #fff;
}

.card--disabled {
  pointer-events: none;
}

.card__section {
  padding: 0 20px;
}

.card__section:first-child {
  padding-top: 20px;
}

.card__section:last-child {
  padding-bottom: 15px;
}

.card__section + .card__section {
  padding-top: 20px;
}

.card .mdc-card__media img {
  display: block;
  width: 100%;
}

.mdc-card__media + .card__section {
  padding-top: 20px;
}

.card .mdc-card__primary-action:last-child .card__section:last-child {
  padding-bottom: 20px;
}

.card__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
  line-height: 1;
}

.card__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Enedis, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "Enedis", Arial));
  font-size: 1.2rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.2rem);
  line-height: 1.3rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 1.3rem);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 600);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  color: #101014;
}

.card__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
}

.card__secondary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

a.card {
  text-decoration: none;
  color: #101014;
}

a.card:hover .mdc-button__ripple:before {
  opacity: 0.04;
}

.search-results-list__item .item-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Enedis, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, "Enedis", Arial));
  font-size: 1.2rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.2rem);
  line-height: 1.3rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 1.3rem);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 600);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
}

.search-results-list__item .item-content,
.search-results-list__item .item-footer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Public Sans, Arial;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Public Sans", Arial));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mb-chip {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #463c3c;
  border: 1px solid #463c3c;
  border-radius: 17px;
  display: inline-flex;
}

.mb-chip::before, .mb-chip::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mb-chip::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

.mb-chip.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mb-chip.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mb-chip.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0);
}

.mb-chip.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mb-chip.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mb-chip::before, .mb-chip::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mb-chip.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mb-chip::before, .mb-chip::after {
  background-color: #000;
}

.mb-chip:hover::before {
  opacity: 0.04;
}

.mb-chip.mdc-ripple-upgraded--background-focused::before, .mb-chip:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mb-chip:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mb-chip:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mb-chip.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mb-chip label {
  display: inline-flex;
  align-items: center;
  line-height: 24px;
  padding: 4px 20px;
  font-size: 15px;
  cursor: pointer;
}

.mb-chip.mb-chip--outlined {
  background: #fff;
  border-color: #cccccc;
}

.mb-chip__icon-background {
  margin-right: 8px;
  margin-left: -8px;
}

.mb-chip__icon {
  display: block;
}

.mb-chip.mb-chip--checked, .input-checked > .mb-chip {
  background: #d5d8fb;
  border-color: #d5d8fb;
  color: #1423dc;
}

.mb-chip.mb-chip--checked.mb-chip--outlined, .input-checked > .mb-chip.mb-chip--outlined {
  background: #d5d8fb;
  border-color: #b0b5f8;
}

.navbar--light.mdc-top-app-bar {
  background-color: #fff;
  color: #1423dc;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #1423dc;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item::before, .navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #1423dc;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
  opacity: 0.04;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before, .navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.navbar--light.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.navbar--light.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.navbar--dark.mdc-top-app-bar {
  background-color: #121212;
  color: #fff;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #fff;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item::before, .navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #fff;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
  opacity: 0.08;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before, .navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.navbar--dark.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.navbar--secondary.mdc-top-app-bar {
  background-color: #96cd32;
  color: #fff;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #fff;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item::before, .navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #fff;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
  opacity: 0.08;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before, .navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.navbar--secondary.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.toolbar-vertical .mdc-top-app-bar--not-fixed, .toolbar-horizontal .mdc-top-app-bar--not-fixed {
  top: 0;
  margin-top: 39px;
}

.toolbar-horizontal.toolbar-tray-open .mdc-top-app-bar--not-fixed {
  top: 0;
  margin-top: 79px;
}

.navbar-menu--dropdown .mdc-menu-dropdown__toggle .icon {
  transition: transform 0.25s;
}

.navbar-menu--dropdown .mdc-menu-dropdown--expanded .mdc-menu-dropdown__toggle .icon {
  transform: rotate(180deg);
}

.mdc-drawer.mdc-drawer--permanent {
  height: auto;
}

.toolbar-vertical .mdc-drawer, .toolbar-horizontal .mdc-drawer {
  height: calc(100% - 39px);
}

.toolbar-horizontal.toolbar-tray-open .mdc-drawer {
  height: calc(100% - 79px);
}

.mdc-drawer .mdc-deprecated-list-item {
  margin: 0 !important;
}

.mdc-drawer .mdc-deprecated-list-item:first-child, .mdc-drawer .mdc-deprecated-list-item:nth-child(1) {
  margin-top: 0 !important;
}

.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled) {
  color: rgba(20, 35, 220, 0.87);
}

.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):before, .mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):after,
.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__ripple:before,
.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__ripple:after {
  background: #1423dc;
}

.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):before,
.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__ripple:before {
  opacity: 0.12;
}

.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):hover:before, .mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):hover .mdc-deprecated-list-item__ripple:before {
  opacity: 0.16;
}

.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):active:after, .mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled):active .mdc-deprecated-list-item__ripple:after {
  opacity: 0.24;
}

.mdc-drawer .mdc-deprecated-list-item.is-active:not(.mdc-deprecated-list-item--disabled) .mdc-deprecated-list-item__graphic {
  color: #1423dc;
  fill: #1423dc;
}

.drawer-menu .menu-item {
  margin: 8px;
}

.drawer-menu .menu-item:first-child {
  margin-top: 2px;
}

.drawer-menu .menu-item:last-child {
  margin-bottom: 0;
}

.drawer-menu .menu-item .menu-item {
  margin-left: 0;
  margin-right: 0;
}

.drawer-menu .menu-item .menu-item:first-child {
  margin-top: 8px;
}

.drawer-menu .menu--level-1 .mdc-deprecated-list-item {
  padding-left: 24px;
}

.drawer-menu .mdc-deprecated-list-item__meta .icon {
  display: block;
}

.drawer-menu .mb-accordion__section-toggle .mdc-deprecated-list-item__meta .icon {
  transition: transform 0.25s ease-out;
}

.drawer-menu .mb-accordion__section--expanded .mb-accordion__section-toggle .mdc-deprecated-list-item__meta .icon {
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .drawer-menu .mdc-deprecated-list-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drawer-menu .menu--level-1 .mdc-deprecated-list-item {
    padding-left: 16px;
  }
}
.overlay-menu .mdc-deprecated-list-item {
  padding-left: 24px;
  padding-right: 24px;
}

.overlay-menu .mdc-deprecated-list-item.is-active > .mdc-deprecated-list-item__text {
  color: #1423dc;
}

.overlay-menu .menu--level-1 .mdc-deprecated-list-item {
  padding-left: 32px;
}

.overlay-menu .mdc-deprecated-list-item__meta .icon {
  display: block;
}

.overlay-menu .mb-accordion__section-toggle .mdc-deprecated-list-item__meta .icon {
  transition: transform 0.25s ease-out;
}

.overlay-menu .mb-accordion__section--expanded .mb-accordion__section-toggle .mdc-deprecated-list-item__meta .icon {
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .overlay-menu .mdc-deprecated-list-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .overlay-menu .menu--level-1 .mdc-deprecated-list-item {
    padding-left: 24px;
  }
}
.messages__wrapper--fixed .mdc-snackbar {
  position: relative;
}

.messages__wrapper--fixed .mdc-snackbar__surface {
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .messages__wrapper--fixed .mdc-snackbar {
    margin: 24px;
    justify-content: flex-start;
  }
}
.button, .fc-button, .fc-button-primary {
  border: 1px solid transparent;
  height: auto !important;
  padding: 4px 16px;
}

.button:hover, .fc-button:hover, .fc-button-primary:hover {
  text-decoration: none;
}

.button.mdc-button--unelevated:hover, .mdc-button--unelevated.fc-button:hover, .mdc-button--unelevated.fc-button-primary:hover, .button.mdc-button--raised:hover, .mdc-button--raised.fc-button:hover, .mdc-button--raised.fc-button-primary:hover {
  background-color: #FFF;
  color: #1423dc;
  border: 1px solid #1423dc;
}

.button--secondary.mdc-button--outlined:not(:disabled) {
  background-color: #96cd32;
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .button--secondary.mdc-button--outlined:not(:disabled) {
    padding: 3px 25px;
  }
}
.button--secondary.mdc-button--outlined:not(:disabled):hover {
  background-color: #719927;
}

.button--secondary.mdc-button--outlined:not(:disabled) :hover,
.button--secondary.mdc-button--outlined:not(:disabled) .material-icons-outlined {
  color: #fff;
}

.card__section {
  padding: 20px;
}

.mdc-card:not(.mdc-card--outlined) {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.button, .fc-button, .fc-button-primary {
  border: 1px solid transparent;
  height: auto !important;
  padding: 4px 16px;
}
.button:hover, .fc-button:hover, .fc-button-primary:hover {
  text-decoration: none;
}
.button.mdc-button--unelevated:hover, .mdc-button--unelevated.fc-button:hover, .mdc-button--unelevated.fc-button-primary:hover, .button.mdc-button--raised:hover, .mdc-button--raised.fc-button:hover, .mdc-button--raised.fc-button-primary:hover {
  background-color: #FFF;
  color: #1423dc;
  border: 1px solid #1423dc;
}
.button--secondary.mdc-button--outlined:not(:disabled) {
  background-color: #96cd32;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .button--secondary.mdc-button--outlined:not(:disabled) {
    padding: 3px 25px;
  }
}
.button--secondary.mdc-button--outlined:not(:disabled):hover {
  background-color: #719927;
}
.button--secondary.mdc-button--outlined:not(:disabled) :hover,
.button--secondary.mdc-button--outlined:not(:disabled) .material-icons-outlined {
  color: #fff;
}

.fc-button:not(:disabled), .fc-button-primary:not(:disabled) {
  color: #fff !important;
  background-color: #1423dc !important;
  border-color: #1423dc !important;
}
.fc-button:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled).fc-button-active, .fc-button:not(:disabled):hover, .fc-button-primary:not(:disabled):hover {
  color: #1423dc !important;
  background-color: #fff !important;
  border-color: #1423dc !important;
}
.fc-button:not(:disabled).fc-button-active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus, .fc-button:not(:disabled):focus:hover, .fc-button-primary:not(:disabled):focus:hover {
  box-shadow: none;
}
.fc-button:not(:disabled):active:focus, .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

.fc-button-primary:disabled {
  color: #fff !important;
  background-color: #463c3c !important;
  border-color: #463c3c !important;
}

.fc-event {
  font-size: 1rem;
  border: none;
}

.fc-toolbar h2 {
  font-family: "Public Sans", Arial;
  text-transform: capitalize;
  color: #4BC3C3;
}
.fc-toolbar .fc-left .fc-today-button {
  font-size: 0;
  width: 40px;
  margin-left: 15px;
}
.fc-toolbar .fc-left .fc-today-button::before {
  content: "";
  font-family: "Material Icons";
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .fc-toolbar .fc-button, .fc-toolbar .fc-button-primary {
    padding: 0 4px;
    min-width: 50px;
  }
  .fc-toolbar .fc-left .fc-today-button {
    width: 36px;
    margin-left: 8px;
  }
  .fc-toolbar .fc-left .fc-today-button::before {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  :not(.fc-bloc-wrapper) .fc-toolbar {
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
  }
  :not(.fc-bloc-wrapper) .fc-toolbar .fc-center {
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 15px;
    text-align: center;
  }
  :not(.fc-bloc-wrapper) .fc-toolbar .fc-left .fc-button, :not(.fc-bloc-wrapper) .fc-toolbar .fc-left .fc-button-primary {
    min-width: 24px;
  }
  :not(.fc-bloc-wrapper) .fc-toolbar .fc-timeGridWeek-button {
    display: none;
  }
  :not(.fc-bloc-wrapper) .fc-toolbar .fc-timeGridDay-button {
    display: none;
  }
  :not(.fc-bloc-wrapper) .fc-toolbar .fc-timeGridWeek-button {
    display: none;
  }
  :not(.fc-bloc-wrapper) .fc-toolbar .fc-timeGridDay-button {
    display: none;
  }
}

.fc-bloc-wrapper .page-title {
  margin-bottom: 10px;
}
.fc-bloc-wrapper .fc-toolbar {
  flex-direction: row;
  flex-wrap: wrap;
}
.fc-bloc-wrapper .fc-toolbar .fc-center {
  flex: 0 0 100%;
  order: -1;
  margin-bottom: 15px;
  text-align: center;
}
.fc-bloc-wrapper .fc-toolbar .fc-left .fc-button, .fc-bloc-wrapper .fc-toolbar .fc-left .fc-button-primary {
  min-width: 24px;
}
.fc-bloc-wrapper .fc-toolbar .fc-timeGridWeek-button {
  display: none;
}
.fc-bloc-wrapper .fc-toolbar .fc-timeGridDay-button {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .fc-bloc-wrapper .fc-toolbar {
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-center {
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 15px;
    text-align: center;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-left .fc-button, .fc-bloc-wrapper .fc-toolbar .fc-left .fc-button-primary {
    min-width: 24px;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-timeGridWeek-button {
    display: none;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-timeGridDay-button {
    display: none;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-timeGridWeek-button {
    display: none;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-timeGridDay-button {
    display: none;
  }
}
.fc-bloc-wrapper .fc-scroller {
  overflow: hidden !important;
  height: auto !important;
}
@media only screen and (max-width: 991px) {
  .fc-bloc-wrapper {
    padding: 20px 10px !important;
  }
  .fc-bloc-wrapper .fc-button, .fc-bloc-wrapper .fc-button-primary {
    padding: 0 4px;
    min-width: 50px;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-left .fc-today-button {
    width: 36px;
    margin-left: 8px;
  }
  .fc-bloc-wrapper .fc-toolbar .fc-left .fc-today-button::before {
    font-size: 26px;
  }
}

.fc-event:hover {
  background-color: #1423dc !important;
}
.fc-event .fc-time {
  display: none;
}

.legende-list {
  list-style: none;
}
.legende-list .indicateur-event {
  margin-right: 10px;
}
.legende-list .indicateur-event.consultation-event {
  background-color: #8755c8;
}
.legende-list .indicateur-event.work_group-event {
  background-color: #eb6e3c;
}
.legende-list .indicateur-event.meeting-event {
  background-color: #af2891;
}

.event-title td {
  color: #101014;
}
.event-title td a {
  color: #101014;
}
.event-title td a:hover {
  text-decoration: none !important;
}
.event-title td a:hover .calendar_event > span:not(.work_groups) {
  text-decoration: underline;
}

.event-title.hovred {
  background-color: #1423dc !important;
  color: #fff;
}
.event-title.hovred td {
  background-color: #1423dc !important;
  color: #fff;
}
.event-title.hovred td a {
  color: #fff;
}

.calendar-wrapper .list_calendar {
  display: none;
}

.calendar-wrapper.calendar-list-mode .list_calendar {
  display: block;
}

.calendar-wrapper.calendar-list-mode .month_calendar {
  display: none;
}

.calendar_event {
  display: block;
  position: relative;
  padding: 0 2px;
  padding-top: 10px;
  font-size: 14px;
  white-space: normal;
}

.calendar_event .work_groups {
  white-space: normal;
  color: white;
  display: block;
}

.calendar_event .work_group {
  font-size: 12px;
  padding: 0.25em;
  line-height: 1.25em;
  border-radius: 0.25em;
  vertical-align: top;
  box-shadow: 0 0 2px;
  transition: all linear 0.1s;
  background: #96cd32;
  display: inline-block;
  margin-bottom: 4px;
}

.fc-day-grid-event.fc-not-end {
  display: none;
}

.container-event .icons-event i {
  color: #1423dc;
  font-size: 56px;
}
.container-event .type-event {
  text-transform: capitalize;
  font-weight: 600;
}
.container-event .event-content {
  padding: 10px;
}
.container-event .event-content .row-event {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px;
  border-bottom: 2px solid whitesmoke;
}
.container-event .event-content .row-event .event-date {
  display: inline-block;
  margin-bottom: 10px;
}
.container-event .event-content .row-event .text-committee {
  text-transform: capitalize;
}
.container-event .event-content .row-event .list-links div {
  display: inline-block;
}
.container-event .event-content .row-event .list-links div:not(:last-child) article:after {
  content: "/";
  font-weight: bold;
  font-size: 20px;
}
.container-event .event-content .item-description {
  align-items: start;
}
.container-event .event-content .btn-teams {
  text-align: left;
}
.container-event .icon-microsoft-teams {
  margin-right: 10px;
}

.ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #FFC328 !important;
  background: #FFC328 !important;
  color: #000 !important;
}

.ui-state-active, .ui-button.ui-state-active:hover, .ui-button:hover:active, .ui-button:active, a.ui-button:active, .ui-widget-header .ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #003eff;
  background: #003eff;
  font-weight: normal;
  color: #ffffff;
}

form .form-inline .form-item-created,
form .form-inline .form-item-shown-created-before {
  background: whitesmoke;
  border-bottom: 1px solid #867878;
  padding: 0 15px;
  border-radius: 4px 4px 0 0;
  height: 46px;
  font-size: 15px;
}
form .form-inline .form-item label:not(.mdc-text-field):not(.option) {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
form .form-inline .bef-datepicker.form-date {
  border: none;
  width: 100%;
  background: none;
  font-size: 1rem;
  color: #101014;
  display: block;
  margin: -22px -15px 0;
  padding: 22px 15px 0;
  box-sizing: content-box;
}

.cc-item-list {
  display: flex;
  margin-bottom: 40px;
}
.cc-item-list.underline {
  border-bottom: 1px solid #E5EBED;
}
.cc-item-list .content-item {
  display: flex;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.cc-item-list .content-item:hover {
  background-color: #DADDFC;
}
@media only screen and (min-width: 576px) {
  .cc-item-list .content-item {
    flex-direction: row;
  }
}
.cc-item-list .content-item__header {
  flex: 0 0 150px;
  width: 150px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 991px) {
  .cc-item-list .content-item__header {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cc-item-list .content-item__header {
    flex: 0 0 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .cc-item-list .content-item__header {
    width: 100%;
  }
}
.cc-item-list .content-item__body {
  flex: auto;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .cc-item-list .content-item__body {
    padding: 10px !important;
  }
}
.cc-item-list .content-item__body .title-item {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5rem;
}
.cc-item-list .content-item__body .title-item a {
  color: #1423dc;
}
.cc-item-list .content-item__body .node__submitted {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  line-height: 24px;
}
.cc-item-list .content-item__body .node__submitted div {
  display: inline;
}
.cc-item-list .content-item__body .description-item {
  display: -webkit-box;
  margin-bottom: 20px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .cc-item-list .content-item__body .description-item {
    -webkit-line-clamp: 4;
  }
}
.cc-item-list .content-item__body .description-item div {
  display: contents;
}
.cc-item-list .content-item__body .description-item p,
.cc-item-list .content-item__body .description-item ul,
.cc-item-list .content-item__body .description-item li {
  margin: 0;
  padding: 0;
}
.cc-item-list .content-item__body .description-item h1, .cc-item-list .content-item__body .description-item h2, .cc-item-list .content-item__body .description-item h3, .cc-item-list .content-item__body .description-item h4, .cc-item-list .content-item__body .description-item h5, .cc-item-list .content-item__body .description-item h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5rem;
}
.cc-item-list .content-item__body [class^=eicon-]:before, .cc-item-list .content-item__body [class*=" eicon-"]:before {
  font-weight: 600;
}
.cc-item-list .content-item__footer {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  margin-left: 40px;
  background-color: #DADDFC;
  transition: all 0.5s ease;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cc-item-list .content-item__footer {
    flex: 0 0 220px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cc-item-list .content-item__footer {
    display: none;
  }
}
.cc-item-list .content-item__footer .icon {
  width: 56px;
  height: 56px;
  margin: auto;
}
.cc-item-list .content-item__footer .icon.icon-doc {
  width: 42.5px;
}
.cc-item-list .content-item__footer .icon .material-icons-outlined {
  font-size: 56px;
}
.cc-item-list .content-item__footer .img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cc-item-list .content-item__footer .img-wrapper.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 221, 252, 0.3);
}
.cc-item-list .content-item__footer .img-wrapper.video-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cc-item-list .content-item__footer .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-item-list .content-item .node__submitted {
  font-weight: 600;
}

/* Start Dashboard User */
.container-dashboard-user {
  position: relative !important;
  top: 0;
  padding-top: 30px;
}
.container-dashboard-user .collapsible-list .collapsible-item .collapsible-header {
  background-color: #fff;
}
.container-dashboard-user .collapsible-list .collapsible-item .collapsible-header .collapsible-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #1423dc;
}
.container-dashboard-user .collapsible-list .collapsible-item .collapsible-header .material-icons-outlined {
  color: #1423dc;
}
.container-dashboard-user .collapsible-list .collapsible-item .cc-item-list.underline {
  padding-bottom: 15px;
}
.container-dashboard-user .collapsible-list .collapsible-item .cc-item-list.underline .content-item__body {
  padding: 0 5px 5px;
}
.container-dashboard-user .collapsible-list .collapsible-item .mdc-data-table {
  margin-bottom: 15px;
}
.container-dashboard-user .bloc-actualites-wrapper .actualite-list {
  max-height: none;
}
.container-dashboard-user .fc-bloc-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .container-dashboard-user .fc-bloc-wrapper {
    padding-top: 80px;
  }
}
.container-dashboard-user .fc-bloc-wrapper .page-title {
  font-size: 2rem;
}
.container-dashboard-user .Upcoming-events {
  position: relative;
}
.container-dashboard-user .Upcoming-events .views-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}
.container-dashboard-user .Upcoming-events .views-row .views-field-field-start-date {
  order: 1;
}
.container-dashboard-user .Upcoming-events .views-row .views-field-field-start-date .field-content {
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  border: 2px solid #96cd32;
}
.container-dashboard-user .Upcoming-events .views-row .views-field-title {
  order: 2;
}
.container-dashboard-user .Upcoming-events .views-row .views-field:last-child {
  order: 3;
}
.container-dashboard-user .bloc-actualites-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .container-dashboard-user {
    margin: 90px 0 0;
  }
  .container-dashboard-user .collapsible-list .collapsible-item .collapsible-header .collapsible-title {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}

/* End Dashboard User */
.collapsible-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  border-radius: 4px;
}
.collapsible-list .collapsible-item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #E5EBED;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible-list .collapsible-item:last-child {
  border: none;
}
.collapsible-list .collapsible-item .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #1423dc;
  cursor: pointer;
}
.collapsible-list .collapsible-item .collapsible-header .collapsible-title {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: normal;
  color: #fff;
}
.collapsible-list .collapsible-item .collapsible-header .material-icons-outlined {
  height: 24px;
  color: #fff;
}
.collapsible-list .collapsible-item .collapsible-body {
  display: none;
  padding: 20px;
}
.collapsible-list .collapsible-item.active {
  border: none;
}
.collapsible-list .collapsible-item.active .collapsible-header {
  border-bottom: 1px solid #E5EBED;
}
.collapsible-list .collapsible-item.active .collapsible-header .material-icons-outlined {
  transform: rotate(180deg);
}

@font-face {
  font-family: "curde icons";
  src: url("/themes/custom/curde/dist/fonts/curde-icons/curde-icons.eot");
  src: url("/themes/custom/curde/dist/fonts/curde-icons/curde-icons.eot#iefix") format("embedded-opentype"), url("/themes/custom/curde/dist/fonts/curde-iconss/curde-icons.woff2") format("woff2"), url("/themes/custom/curde/dist/fonts/curde-icons/curde-icons.woff") format("woff"), url("/themes/custom/curde/dist/fonts/curde-icons/curde-icons.ttf") format("truetype"), url("/themes/custom/curde/dist/fonts/curde-icons/curde-icons.svg#curde") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'curde';
    src: url('/themes/custom/curde/dist/fonts/curde-icons/curde.svg#curde') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "curde icons";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: bottom;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-microsoft-teams:before {
  content: "";
}

/* '' */
.tag-wrapper {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}
.tag-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  border-top-color: transparent;
  border-right-color: transparent;
  border: 5px solid #388c69;
  box-sizing: content-box;
}
.tag-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  border: 5px solid #388c69;
  border-top-color: transparent;
  border-right-color: transparent;
}
.tag-wrapper .tag-content {
  position: absolute;
  right: -14px;
  top: 20px;
  transform: rotate(-45deg);
  z-index: 2;
  display: block;
  width: 150px;
  background-color: #41A57D;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border: 2px dotted #fff;
  outline: 4px solid #41A57D;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.fc-dayGridMonth .popper,
.fc-dayGridMonth .tooltip,
.fc-timeGridWeek .popper,
.fc-timeGridWeek .tooltip {
  display: block;
}

.popper,
.tooltip {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #1423dc;
  color: #fff;
  width: auto;
  max-width: 250px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: 0.9rem;
  padding: 0.5em 1em;
}
.style5 .tooltip .delay-event {
  margin-bottom: 10px;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #1423dc;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}

.popper[x-placement^=top],
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.popper[x-placement^=top] .popper__arrow,
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^=bottom],
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow,
.popper[x-placement^=bottom] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right],
.popper[x-placement^=right] {
  margin-left: 5px;
}

.popper[x-placement^=right] .popper__arrow,
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^=left],
.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.popper[x-placement^=left] .popper__arrow,
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.presentation-wrapper {
  margin-bottom: 20px;
  padding-top: 20px;
}

.bloc-connexion-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bloc-connexion-wrapper {
    margin-right: 0;
  }
}
.bloc-connexion-wrapper .title-bloc {
  color: #96cd32;
}
.bloc-connexion-wrapper .form-actions {
  justify-content: center;
}

.actualites-block {
  margin-bottom: 20px;
}
.actualites-block > div {
  height: 100%;
}
.actualites-block .actualite-swiper img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .actualites-block .actualite-swiper {
    min-height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .actualites-block .actualite-swiper {
    min-height: 300px;
  }
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide {
  width: 82%;
  text-align: center;
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide .swiper-content {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .actualites-block .actualite-swiper .swiper-wrapper .swiper-slide .swiper-content {
    max-height: 300px;
  }
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide .title-item {
  padding: 30px 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide .title-item a {
  color: #1423dc;
}
@media only screen and (max-width: 991px) {
  .actualites-block .actualite-swiper .swiper-wrapper .swiper-slide .title-item {
    font-size: 30px;
  }
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title-item {
  opacity: 1;
}
.actualites-block .actualite-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .swiper-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.actualites-block .actualite-swiper .swiper-pagination {
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .actualites-block .actualite-swiper .swiper-pagination {
    top: 300px !important;
  }
}

.bloc-actualites-wrapper {
  margin-bottom: 10px;
}
.bloc-actualites-wrapper .actualite-list {
  max-height: 490px;
  padding: 10px 20px;
  margin: 20px 0;
  list-style: none;
}
@media only screen and (max-width: 479px) {
  .bloc-actualites-wrapper .actualite-list {
    max-height: 550px;
  }
}
.bloc-actualites-wrapper .actualite-list .cc-item-list {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 991px) {
  .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item {
    flex-direction: column;
  }
}
.bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__header {
  padding: 20px;
  flex: 0 0 120px;
  width: 120px;
}
@media only screen and (max-width: 991px) {
  .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__header {
    width: 100%;
    text-align: center;
  }
}
.bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body {
  padding: 20px;
}
.bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item h1, .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item h2, .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item h3, .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item h4, .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item h5, .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body .description-item h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .bloc-actualites-wrapper .actualite-list .cc-item-list .content-item__body {
    padding: 10px !important;
  }
}

.info-editor {
  width: 90px;
  flex: 0 0 90px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}

.actualite-list-item {
  padding: 10px 10px;
}
.actualite-list-item .actualite-item-wrapper {
  display: flex;
}
.actualite-list-item .actualite-item-wrapper .actualite-body .actualite-title {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: bold;
}
.actualite-list-item .actualite-item-wrapper .actualite-body .actualite-title a:hover {
  text-decoration: none;
}
.actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description div {
  display: contents;
}
.actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description p {
  margin: 0;
}
.actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description h1, .actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description h2, .actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description h3, .actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description h4, .actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description h5, .actualite-list-item .actualite-item-wrapper .actualite-body .actualite-description h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .page-node-type-article .page-title {
    text-align: left;
    padding-left: 100px;
  }
}
.detail-actualite {
  margin-bottom: 30px;
}
.detail-actualite .info-editor {
  display: flex;
  align-items: center;
  flex: 0 0 48px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .detail-actualite .info-editor {
    flex: 0 0 90px;
    align-items: flex-end;
    margin-top: -130px;
    margin-bottom: 50px;
  }
}
.detail-actualite .info-editor .date {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #41A57D;
}
@media only screen and (max-width: 991px) {
  .detail-actualite .info-editor .date {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .detail-actualite .info-editor .date {
    line-height: 15px;
  }
}
.detail-actualite .info-editor .img-profile-wrapper {
  flex: 0 0 70px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 991px) {
  .detail-actualite .info-editor .img-profile-wrapper {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .detail-actualite .info-editor .img-profile-wrapper img {
    width: 48px;
    height: 48px;
  }
}
.detail-actualite .actualite-wrapper img,
.detail-actualite .actualite-wrapper embed,
.detail-actualite .actualite-wrapper object,
.detail-actualite .actualite-wrapper video {
  max-width: 500px;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-actualite .actualite-wrapper img:not(:last-child) {
  margin-bottom: 10px;
}
.detail-actualite .actualite-wrapper .video-responsive {
  width: 100%;
  max-width: 780px;
  margin: auto;
  aspect-ratio: 16/9;
}
.detail-actualite .actualite-wrapper .video-responsive iframe {
  width: 100%;
  height: 100%;
}

.concertation-wrapper .header-concertation {
  font-size: 14px;
  font-weight: 600;
  color: #41A57D;
}
.concertation-wrapper .header-concertation * {
  display: inline-block;
}
.concertation-wrapper .header-concertation time {
  color: #96cd32;
  font-weight: bold;
}
.concertation-wrapper .description-concertation {
  margin-bottom: 80px;
}
.concertation-wrapper .documents-concertation {
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .concertation-wrapper .documents-concertation {
    padding: 10px 0;
  }
}

#contribution-wrapper {
  margin-bottom: 20px;
}
#contribution-wrapper .h2 {
  margin-bottom: 10px;
}
#contribution-wrapper .consultation-list {
  margin-bottom: 10px;
}
#contribution-wrapper .like-button-wrapper {
  display: inline-block;
}

.comment-wrapper {
  margin-bottom: 30px;
}
.comment-wrapper .text-capitalize {
  text-transform: capitalize;
}
.comment-wrapper .text-capitalize strong {
  text-transform: none;
}
.comment-wrapper .info-user {
  margin-bottom: 10px;
}
.comment-wrapper .comment-refus {
  background-color: rgba(0, 0, 0, 0.05);
}
.comment-wrapper .img-profile-wrapper {
  margin: 0 0 5px;
}
.comment-wrapper .comment-date {
  color: #1423dc;
}
.comment-wrapper h2 {
  text-align: center;
}
.comment-wrapper .proposed-change, .comment-wrapper .comment {
  word-wrap: break-word;
}

.concertation-wrapper .action-btn,
#contribution-wrapper .action-btn {
  margin-left: 10px;
  cursor: pointer;
}
.concertation-wrapper .action-btn .material-icons,
.concertation-wrapper .action-btn .material-icons-outlined,
#contribution-wrapper .action-btn .material-icons,
#contribution-wrapper .action-btn .material-icons-outlined {
  font-size: 30px;
  color: #1423dc;
  vertical-align: text-bottom;
}

#contribution-card {
  display: none;
}
#contribution-card.active {
  display: block;
}
#contribution-card .comment-wrapper {
  position: relative;
}
#contribution-card .comment-wrapper:not(:first-child) {
  border-top: 1px solid rgba(70, 60, 60, 0.3);
  padding-top: 40px;
}
#contribution-card .comment-wrapper .cancel-contribution {
  display: none;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #E10028;
  border-radius: 50%;
  overflow: hidden;
}
#contribution-card .comment-wrapper .cancel-contribution .icon {
  width: 19px;
  height: 19px;
  margin-bottom: 2px;
  fill: #E10028;
}
#contribution-card .comment-wrapper .cancel-contribution:hover {
  background-color: #E10028;
}
#contribution-card .comment-wrapper .cancel-contribution:hover .icon {
  fill: #fff;
}
#contribution-card .comment-wrapper:last-child .cancel-contribution {
  display: block;
}
#contribution-card .comment-wrapper:last-child:first-child .cancel-contribution {
  top: -10px;
}
#contribution-card .comment-wrapper .img-profile-wrapper {
  margin: 10px 0 5px;
}
#contribution-card .comment-wrapper .img-profile-wrapper {
  margin: 10px 0 5px;
}
@media only screen and (max-width: 767px) {
  #contribution-card .form-actions .mdc-button, #contribution-card .form-actions .fc-button, #contribution-card .form-actions .fc-button-primary {
    height: auto;
    margin: 5px 0;
    padding: 5px;
  }
}
#contribution-card .form-edit .form-actions-add {
  display: none;
}
#contribution-card .ck-voice-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.comment-replay {
  margin-top: 20px;
  background-color: #e9f6f1 !important;
  border: 1px solid #41A57D;
  text-align: start;
}
.comment-replay.status-refus {
  background-color: #ffe0e6 !important;
  border: 1px solid #E10028;
}
.comment-replay.status-refus .text-error {
  font-weight: 600;
}

.cc-item-list.consultation-list .content-item__footer {
  flex: 0 0 220px;
}
@media only screen and (max-width: 991px) {
  .cc-item-list.consultation-list .content-item__footer {
    display: flex !important;
    flex: 0 0 140px;
  }
}
.cc-item-list.consultation-list .content-item__footer .icon {
  width: auto;
  margin-bottom: 0;
}
.cc-item-list.consultation-list .content-item__footer .icon [class^=eicon-]:before, .cc-item-list.consultation-list .content-item__footer .icon [class*=" eicon-"]:before {
  font-size: 74px;
  font-weight: normal;
}
.cc-item-list.consultation-list .content-item__footer .nbre-contribution {
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 600;
  color: #1423dc;
}

@media only screen and (min-width: 992px) {
  .form-inline .form-item.form-item-title {
    order: -1;
    margin: 0 auto 0 0 !important;
  }
}
.list-comitees .mdc-data-table__header-cell:last-child {
  text-align: center;
}
.list-comitees .views-field-user-picture {
  text-align: center;
}
.list-comitees .views-field-user-picture img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 5px;
}
.list-comitees form .form-item {
  width: 100%;
}

.mdc-data-table thead {
  background-color: #232873;
}
.mdc-data-table thead .mdc-data-table__header-row th {
  background-color: #232873 !important;
}
.mdc-data-table__header-cell {
  color: white !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.mdc-data-table__cell {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #101014 !important;
}
.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: #DADDFC !important;
}

.mdc-data-table__pagination-navigation {
  align-items: center;
  display: block !important;
}

.footer {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footer__section {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer__section {
    flex-direction: column;
  }
}
.footer .logo-wrapper {
  text-align: center;
}

select {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.form-item {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px !important;
  text-align: left;
}
.form-item.js-form-type-managed-file {
  max-width: none;
}

.form-section-bottom {
  text-align: center;
}
.form-section-bottom .mdc-button, .form-section-bottom .fc-button, .form-section-bottom .fc-button-primary {
  margin: auto;
}

.form-actions {
  margin: 10px auto;
  justify-content: flex-end;
  max-width: 100%;
}
.form-actions .mdc-button, .form-actions .fc-button, .form-actions .fc-button-primary {
  margin: 20px;
}

.mdc-form-field .custom-form-label {
  font-weight: 600;
}

/*fix origin style*/
@media only screen and (max-width: 479px) {
  .mdc-text-field .mdc-floating-label {
    font-size: 13px;
  }
}

.mdc-text-field--filled {
  width: 100%;
}

.password-strength {
  display: none;
}

.mdc-text-field-helper-line {
  display: none !important;
}

.comments-list .views-exposed-form {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.comments-list .views-exposed-form .form-item {
  width: 242px;
  margin: 0;
  order: 1;
}

.comments-list .views-exposed-form,
.form-inline {
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .comments-list .views-exposed-form,
.form-inline {
    display: flex;
    justify-content: flex-end;
  }
  .comments-list .views-exposed-form .form-item,
.comments-list .views-exposed-form .form-actions,
.form-inline .form-item,
.form-inline .form-actions {
    margin: 0 0 0 10px !important;
  }
  .comments-list .views-exposed-form .form-item-filename,
.form-inline .form-item-filename {
    margin: 0 auto 0 0 !important;
  }
  .comments-list .views-exposed-form .bef-datepicker,
.form-inline .bef-datepicker {
    width: 118px;
  }
}
.comments-list .views-exposed-form .form-select select,
.form-inline .form-select select {
  margin-top: 6px;
  min-width: 100px;
}
.comments-list .views-exposed-form .form-actions,
.form-inline .form-actions {
  position: relative;
}
.comments-list .views-exposed-form .form-actions input,
.form-inline .form-actions input {
  height: 46px !important;
  margin: 0;
}
.comments-list .views-exposed-form .form-actions input[id^=edit-reset],
.form-inline .form-actions input[id^=edit-reset] {
  height: auto;
  padding: 0;
  text-decoration: underline;
  text-transform: capitalize;
}
.comments-list .views-exposed-form .form-actions input[id^=edit-reset]:hover,
.form-inline .form-actions input[id^=edit-reset]:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .comments-list .views-exposed-form .form-actions input[id^=edit-reset],
.form-inline .form-actions input[id^=edit-reset] {
    order: -1;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .comments-list .views-exposed-form .form-actions input[id^=edit-reset],
.form-inline .form-actions input[id^=edit-reset] {
    position: absolute;
    bottom: -36px;
    right: 0;
    margin-left: auto;
  }
}
.comments-list .views-exposed-form .icon-search,
.form-inline .icon-search {
  position: absolute;
  height: 100% !important;
  margin: 0;
  right: 0;
  border: none;
}
.comments-list .views-exposed-form .icon-search .eicon-search:before,
.form-inline .icon-search .eicon-search:before {
  color: #fff;
}
.comments-list .views-exposed-form .icon-search:hover, .comments-list .views-exposed-form .icon-search:active,
.form-inline .icon-search:hover,
.form-inline .icon-search:active {
  background-color: #fff;
  border: none !important;
}
.comments-list .views-exposed-form .icon-search:hover .eicon-search:before, .comments-list .views-exposed-form .icon-search:active .eicon-search:before,
.form-inline .icon-search:hover .eicon-search:before,
.form-inline .icon-search:active .eicon-search:before {
  color: #1423dc !important;
}
.comments-list .views-exposed-form .mdc-select,
.form-inline .mdc-select {
  min-width: 160px;
}
.comments-list .views-exposed-form .mdc-text-field--filled,
.comments-list .views-exposed-form .mdc-select .mdc-select__anchor,
.comments-list .views-exposed-form .form-actionsinput,
.form-inline .mdc-text-field--filled,
.form-inline .mdc-select .mdc-select__anchor,
.form-inline .form-actionsinput {
  height: 46px;
  min-width: 160px;
}
.comments-list .views-exposed-form .mdc-text-field--filled::before,
.comments-list .views-exposed-form .mdc-select .mdc-select__anchor::before,
.comments-list .views-exposed-form .form-actionsinput::before,
.form-inline .mdc-text-field--filled::before,
.form-inline .mdc-select .mdc-select__anchor::before,
.form-inline .form-actionsinput::before {
  height: 38px;
}
.comments-list .views-exposed-form .mdc-text-field--filled .mdc-text-field__input,
.comments-list .views-exposed-form .mdc-select .mdc-select__anchor .mdc-text-field__input,
.comments-list .views-exposed-form .form-actionsinput .mdc-text-field__input,
.form-inline .mdc-text-field--filled .mdc-text-field__input,
.form-inline .mdc-select .mdc-select__anchor .mdc-text-field__input,
.form-inline .form-actionsinput .mdc-text-field__input {
  height: 22px;
}
.comments-list .views-exposed-form .mdc-text-field--filled .mdc-select__selected-text-container,
.comments-list .views-exposed-form .mdc-select .mdc-select__anchor .mdc-select__selected-text-container,
.comments-list .views-exposed-form .form-actionsinput .mdc-select__selected-text-container,
.form-inline .mdc-text-field--filled .mdc-select__selected-text-container,
.form-inline .mdc-select .mdc-select__anchor .mdc-select__selected-text-container,
.form-inline .form-actionsinput .mdc-select__selected-text-container {
  line-height: 18px;
}
.comments-list .views-exposed-form .mdc-text-field--filled .mdc-floating-label--float-above,
.comments-list .views-exposed-form .mdc-select .mdc-select__anchor .mdc-floating-label--float-above,
.comments-list .views-exposed-form .form-actionsinput .mdc-floating-label--float-above,
.form-inline .mdc-text-field--filled .mdc-floating-label--float-above,
.form-inline .mdc-select .mdc-select__anchor .mdc-floating-label--float-above,
.form-inline .form-actionsinput .mdc-floating-label--float-above {
  margin-top: 3px;
}
@media only screen and (min-width: 992px) {
  .comments-list .views-exposed-form .full-width,
.form-inline .full-width {
    max-width: 242px;
  }
}

.mdc-select__selected-text-container {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .form-actions {
    justify-content: center;
  }
}
.select-multiple .mdc-list-item {
  position: relative;
}
.select-multiple .mdc-list-item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  box-sizing: border-box;
}
.select-multiple .mdc-list-item .mdc-list-item__text {
  padding-left: 34px;
}
.select-multiple .mdc-list-item.mdc-list-item--selected:not(:first-child)::after {
  border-color: #96cd32;
  background-color: #96cd32;
}
.select-multiple .mdc-list-item.mdc-list-item--selected .mdc-list-item__text::before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 25px;
  top: 18px;
  z-index: 1;
}
.select-multiple .mdc-list-item.mdc-list-item--selected .mdc-list-item__text::after {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  top: 25px;
  z-index: 1;
}

input[type=checkbox]:focus + .mdc-checkbox__background + .mdc-checkbox__ripple:before {
  opacity: 0.16;
}

.form-item-image .js-form-managed-file {
  display: flex;
  flex-direction: column;
}

.form-item--error-message,
.messages--error {
  font-size: 13px;
  font-weight: 600;
  color: #E10028;
  order: 1;
}

.mdc-select__menu {
  top: 46px !important;
  bottom: auto !important;
}

.mdc-select__menu.select-multiple li[data-value=""] {
  display: none;
}

.mdc-select .mdc-select__anchor .mdc-floating-label {
  max-width: calc(100% / 0.75 - 64px / 0.75);
  margin-top: 3px;
  transform: translateY(-106%) scale(0.75);
}

.mdc-select .mdc-select__selected-text:empty:before {
  content: "- Tout -";
}

.mdc-select:has(select[data-drupal-selector=edit-field-work-group]) {
  min-width: 165px;
}

.mdc-select:has(select[data-drupal-selector=edit-field-tag]) {
  min-width: 185px;
}

.mdc-select:has(select[data-drupal-selector=edit-field-tag]) .mdc-select__menu {
  left: auto !important;
  right: 0;
  width: 300px;
}

.page-documents-partages #views-exposed-form-index-documents-page-shared-documents #edit-actions .form-submit {
  display: none;
}

.navbar-menu {
  padding: 4px 0;
}
.navbar-menu .menu.menu--level-0 {
  align-items: center;
}
.navbar-menu .menu--level-0 > .menu-item.menu-item--active-trail {
  background: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  border-radius: 4px;
}
.navbar-menu .menu--level-0 > .menu-item.menu-item--active-trail .navbar-menu__item-text {
  opacity: 1;
}
.navbar-menu .menu--level-1 .is-active {
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .navbar__section .navbar-branding__logo.site-logo {
    margin: 0 auto;
  }
}
.navbar__section #block-curde-main-menu {
  margin-right: auto;
}
.navbar__section .mdc-top-app-bar__navigation-icon {
  margin-right: 20px;
}
.navbar__section #block-curde-account-menu .mdc-menu {
  right: 0;
  left: auto !important;
}
.navbar__section #block-curde-account-menu a {
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
}
.navbar__section #block-curde-account-menu a.img-profile {
  margin: 0 10px 2px;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
}

.overlay__header .overlay-close {
  position: absolute;
  right: 0;
}

.overlay__content {
  justify-content: flex-start;
}
.overlay__content .menu--account {
  background-color: #f6f6fe;
}
.overlay__content > :last-child {
  margin-top: auto;
}

.overlay-menu .mdc-list-item > .mdc-list-item__text {
  width: 100%;
}
.overlay-menu .menu-item.menu-item--active-trail {
  background: rgba(0, 0, 0, 0.04);
}
.overlay-menu .menu-item.menu-item--active-trail > .overlay-menu__item-text {
  color: #1423dc;
  font-weight: 600;
}
.overlay-menu .menu--level-1 .is-active {
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
  .pager__items .pager__item {
    margin-top: 10px;
  }
}
.pager__item {
  padding: 0 !important;
}
.pager__item:not(:disabled):active, .pager__item:not(:disabled):hover, .pager__item:not(:disabled).is-active.pager__item--active {
  background-color: #fff;
  border-color: #1423dc;
}
.pager__item:not(:disabled):active a.pager__item-label, .pager__item:not(:disabled):hover a.pager__item-label, .pager__item:not(:disabled).is-active.pager__item--active a.pager__item-label {
  color: #1423dc;
}
.pager__item a.pager__item-label {
  width: 100%;
  height: 34px !important;
  padding: 4px 16px;
  color: #fff;
  text-decoration: none;
}
.pager__item .mdc-icon-button:hover:before {
  display: none;
}
.pager .mdc-data-table__pagination-button {
  width: auto;
  height: auto;
  padding: 0 11px;
  margin: 0;
}
.pager .mdc-data-table__pagination-button .mdc-button__icon {
  margin: 0;
}
.pager .mdc-button, .pager .fc-button, .pager .fc-button-primary {
  height: 36px !important;
}

.page-title {
  font-size: 2.67rem;
  line-height: 2.9rem;
  font-weight: 600;
  color: #96cd32;
  text-align: center;
}
