﻿@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga&display=swap");
.top {
  top: 0;
}

.left {
  left: 0;
}

.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-contain, .fit-cover {
  -o-object-position: center;
  object-position: center;
}

.fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.display-3 {
  font-size: 1.5rem;
  font-weight: 500;
}

/*#############################################*/
.welcome .breadcrumbs {
  padding-top: 0;
  color: #fff;
}

.welcome .breadcrumbs a {
  color: #fff;
}

.welcome .breadcrumbs .text-secondary {
  color: #fff !important;
  font-weight: 700;
}

.welcome--investor {
  padding-top: 157px;
}

@media (max-width: 991.98px) {
  .welcome.video-fullscreen.video-overlay .welcome__container p {
    font-size: 45px;
    line-height: 49px;
  }
}
section.welcome {
  margin: 0;
}

@media (max-width: 991.98px) {
  section.welcome {
    padding: 0 15px;
  }
}
.welcome {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  min-height: 340px;
}

@media (min-width: 768px) {
  .welcome {
    padding: 0 10px;
  }
}
.welcome__container {
  height: 100%;
  padding: 20px 15px;
  width: 100%;
}

@media (min-width: 1200px) {
  .welcome__container {
    padding: 30px 50px;
  }
}
.welcome__container p {
  color: #f2f2f2;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  max-width: 60%;
}

@media (max-width: 991.98px) {
  .welcome__container p {
    max-width: 100%;
  }
}
.welcome .image-container {
  width: 100%;
}

.welcome .image-container img {
  background-color: #191919;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  min-height: 340px;
  opacity: 0.3;
}

@media (max-width: 991.98px) {
  .welcome .image-container img {
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
.welcome__title {
  color: #f2f2f2;
  font-family: Urbanist, sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 90px;
}

@media (max-width: 991.98px) {
  .welcome__title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 44px;
  }
}
.welcome:after, .welcome:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}

.welcome.editmode:after, .welcome.editmode:before {
  display: none;
}

/*#############################################*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.embed-responsive-3by2:before {
  padding-top: 66.66667%;
}

/*#############################################*/
.image-box {
  margin-bottom: 1.5rem;
  padding-top: 42.85714286%;
}

@media (min-width: 768px) {
  .image-box {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .image-box {
    padding-top: 315px;
  }
}
.image-box__title {
  font-size: 4.6rem;
}

.image-box__description {
  font-size: 2rem;
}

.image-box.big {
  padding-top: 50%;
}

.no-select, .button-jumbo-grey, .button-jumbo, .button-small {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
           supported by Chrome, Edge, Opera and Firefox */
}

@font-face {
  font-family: "Galano Grotesque Medium";
  src: url("/persist/Fonts/galano-grotesque-medium.woff") format("woff"), url("/persist/Fonts/galano-grotesque-medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*header{
    height: 50px;
    overflow:hidden;
}
*/
body {
  font-family: "Poppins", sans-serif;
  background-color: #151517;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-family: "Urbanist", sans-serif;
}

.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .container, .container--slider-news {
    max-width: 100%;
  }
}

.position-relative {
  position: relative;
}

.text-selection-none {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none;
}

@media (min-width: 650px) {
  .mw-50-sm {
    max-width: 50%;
  }
}

@media (min-width: 650px) {
  .mw-75-sm {
    max-width: 75%;
  }
}

.mask {
  opacity: 0;
}

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.font-size-small {
  font-size: 12px;
}

.text-danger {
  color: #e42618;
}

.color-red {
  color: #e42618;
}

.color-silver {
  color: #fff;
}

.color-blue {
  color: #fff;
}

.break-row {
  display: block;
  clear: both;
  width: 100%;
  border: 0 none;
  border-collapse: collapse;
}
.break-row:after, .break-row:before {
  display: table;
  content: " ";
}

.diminuzione {
  color: #e42618 !important;
}

.aumento {
  color: #18e44f !important;
}

.pointer {
  cursor: pointer;
}
.pointer.active {
  cursor: default;
}

.tlb-link a {
  color: #fff;
}

#HeroContainer {
  overflow: hidden;
}

a {
  color: #fff;
}

.visible-sm {
  display: inline-block;
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}

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

.H2-section {
  line-height: 1.4;
}

.disclaimer-text h2 {
  margin-bottom: 2rem;
}
.disclaimer-text h3 {
  margin-top: 4rem;
  text-transform: uppercase;
}
.disclaimer-text p {
  margin-top: 1.5rem;
}

.hero-container {
  height: 250px;
  overflow: hidden;
}
.hero-container:before, .hero-container:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.hero-container:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  top: 0;
}
.hero-container:after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.hero-container h1 {
  margin-top: 16%;
}

.flat-calendar label {
  display: inline-block;
}
.flat-calendar button {
  display: inline-block;
}
.flat-calendar button .fa {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .dashboard .row {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.box-stock {
  display: table;
  width: 100%;
  border: 0 none !important;
}
.box-stock .chart--container {
  display: table-cell;
  width: 60%;
}
.box-stock .chart--container .chart-container {
  width: 100%;
}
.box-stock .div-quote {
  width: auto;
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.box-stock .div-quote div {
  display: block;
}
.box-stock .div-quote div span.link-container {
  display: inline-block;
}

.image-box .has-bottom-line:after {
  width: 100px;
}

.text--box {
  margin-bottom: 1.5rem;
  min-height: 100px;
  border: solid 1px #fff;
}
@media (min-width: 992px) {
  .text--box {
    margin-bottom: 2.5rem;
  }
}
.text--box:hover .has-bottom-line:after {
  -webkit-transform: scaleX(1.3);
  -ms-transform: scaleX(1.3);
  transform: scaleX(1.3);
}
.text--box .has-bottom-line:after {
  width: 100px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.text--box a {
  color: #fff;
}

.pagination {
  margin-top: 20px;
}
.pagination li {
  background-color: #151517;
  display: inline-block;
  margin-right: 16px;
  padding: 2px;
}
.pagination li.disabled {
  color: #fff;
  cursor: not-allowed;
}
.pagination li.active {
  border-bottom: solid 2px #e42618;
  cursor: default;
}

.welcome:after, .welcome:before {
  height: auto !important;
}

ul {
  margin: 0;
  list-style: none;
}

.list-style-disc ul {
  list-style: disc;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group .list-group-item {
  display: block;
  margin-top: 2.2rem;
  position: relative;
  padding: 1.5rem 1.75rem;
  background-color: transparent !important;
}
.list-group .list-group-item:first-child {
  margin-top: 0;
}

.list-values {
  display: block;
  padding-left: 0 !important;
  margin: 0 !important;
}
.list-values li {
  display: block;
  padding: 12px;
  color: #fff;
  border-bottom: solid 1px #bdbdbd;
  border-collapse: collapse;
  border-top: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  /*&:nth-child(odd) {
      background: $color-light-gray;
  }*/
  /*&:first-child {
      border-top: 1px solid $color-med-gray;
  }*/
}
.list-values li span {
  float: right;
  color: #fff;
}

.main-menu {
  padding: 0;
  font-size: 12px;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main-menu li {
  padding: 1rem 0;
  padding-left: 0.5rem;
  border-bottom: 1px solid #bdbdbd;
}
.main-menu li a {
  display: block;
  color: #fff;
  font-weight: bold;
}
.main-menu li a.active {
  color: #fff;
}
.main-menu .child-menu {
  display: none;
  padding: 0;
  text-transform: none;
  margin-left: 15px;
}
.main-menu .child-menu li {
  border-bottom: 0;
  padding: 0.5rem 0;
}
.main-menu .child-menu li a {
  font-size: 12px;
  /*&:before {
      display: inline-block;
      content: " ";
      margin-left: 15px;
  }*/
}

.list-inline {
  display: table;
  padding: 0;
  width: 100%;
}
.list-inline li {
  display: table-cell;
  width: 15%;
}
.list-inline li a {
  width: 100%;
}

.list-flex {
  margin: 0;
  margin-left: 3%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-flex li {
  flex: 1 0 auto;
  margin-bottom: 0.8rem;
  margin-right: 3%;
  min-width: 100px;
}

.legend-list li {
  width: 33%;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  min-width: 200px;
  max-width: 250px;
  margin-right: 20px;
}

ul.legend-list a {
  font-size: 1.1rem;
}

.form-group em {
  display: block;
  margin-top: 3.5rem;
  margin-bottom: 1.7rem;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.form-group em:before, .form-group em:after {
  display: table;
  content: " ";
}

.button {
  color: #fff;
  text-decoration: none;
  border: solid 1px #bdbdbd;
  transition: background-color 0.2s ease;
  display: inline-block;
  text-align: center;
}
.button:hover, .button:active, .button.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}

.button-small {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: solid 1px #bdbdbd;
  transition: background-color 0.2s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 1.1rem 0;
  font-size: 1.1rem;
}
.button-small:hover, .button-small:active, .button-small.active {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  text-decoration: none;
}
.button-small:active, .button-small.active {
  cursor: default;
}
.button-small.force-white {
  background-color: #fff !important;
  color: #000 !important;
}

.button-jumbo {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: solid 1px #bdbdbd;
  transition: background-color 0.2s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 1.1rem;
  font-size: 1.2rem;
}
.button-jumbo:hover, .button-jumbo:active, .button-jumbo.active {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  text-decoration: none;
}
.button-jumbo:active, .button-jumbo.active {
  cursor: default;
}
.button-jumbo.force-white {
  background-color: #fff !important;
  color: #000 !important;
}

.button-jumbo-grey {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: solid 1px #bdbdbd;
  transition: background-color 0.2s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 1.1rem 0;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  border: solid 2px #fff;
}
.button-jumbo-grey:hover, .button-jumbo-grey:active, .button-jumbo-grey.active {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  text-decoration: none;
}
.button-jumbo-grey:active, .button-jumbo-grey.active {
  cursor: default;
}
.button-jumbo-grey.force-white {
  background-color: #fff !important;
  color: #000 !important;
}

.chart-type {
  vertical-align: middle;
  width: 120px;
  height: 56px;
  font-size: 1rem;
  padding: 0.9rem;
}
.chart-type i {
  display: block;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 4px;
}

.checkbox-container {
  /*display: flex;
  flex-flow: row wrap;
  justify-content: space-around;*/
  /*margin-left: 5px;*/
}

.custom-checkbox {
  /* align-items: center;
      flex: 1 0 50%;*/
  width: 100%;
  display: inline-flex !important;
  margin-right: 0.5rem;
  margin-bottom: 20px;
}
@media (min-width: 499px) {
  .custom-checkbox {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .custom-checkbox {
    width: auto;
  }
}
.custom-checkbox .custom-control-label {
  position: relative;
  font-size: 12px;
  line-height: 1.5rem;
  color: #fff;
  margin-left: 0 !important;
  padding: 0 20px;
}
.custom-checkbox .custom-control-label:after {
  position: absolute;
  top: -2px;
  left: 0 !important;
  border: 0 none;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 1px #fff;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  color: #fff;
  content: "";
  /*font-weight: bold;*/
  /*font-size: 0.7rem;*/
}
.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  background-color: transparent !important;
}
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent !important;
  /*border:0 none;*/
}
.custom-checkbox .custom-control-input:hover ~ .custom-control-label {
  /*@extend .checkbox-square;*/
}
.custom-checkbox .custom-control-input:hover ~ .custom-control-label:after {
  color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border: 0 none;
  background-color: transparent !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  position: absolute;
  top: -2px;
  left: 0 !important;
  border: 0 none;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 1px #fff;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  color: #fff;
  content: "";
  /*font-weight: bold;*/
  /*font-size: 0.7rem;*/
  content: "\f00c";
  line-height: inherit;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent !important;
  /*border-color: $color-stellantis-blue;*/
}

.check-007bc0 .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #007bc0;
  color: #fff;
  border-color: #007bc0 !important;
}

.check-9aaec3 .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #9aaec3;
  color: #fff;
  border-color: #9aaec3 !important;
}

.check-selector {
  position: relative;
  text-decoration: none;
}
.check-selector:before {
  display: inline;
  font-family: "Font Awesome 5 Pro";
  content: "\f45c";
  margin-right: 4px;
  font-weight: 400;
}
.check-selector.active:before {
  content: "\f14a";
  font-weight: bold;
}

.toggle-menu.active {
  color: #000;
  border-color: #fff;
  background-color: #fff !important;
}

.option-menu {
  display: none;
  border-radius: 9px;
  border: 2px solid #fff;
  background-color: white;
  position: absolute;
  top: 49px;
  z-index: 12;
  width: 260px;
  right: -11px;
  margin: 0;
  padding: 0;
  color: #000;
}
.option-menu li {
  margin: 16px 15px;
  display: block;
  width: 100%;
}
.option-menu li .action-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  text-align: left;
  line-height: inherit;
}
.option-menu li .action-button {
  color: #000;
  font-size: 1.15rem;
}
.option-menu li .action-button i {
  margin-right: 18px;
}
.option-menu li .action-button.change-data-mode:before {
  margin-right: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f45c";
}
.option-menu li .action-button.change-data-mode.active:before {
  margin-right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f14a";
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}
.table th, .table td {
  width: auto;
  text-align: right;
  padding: 0.6rem;
  background-color: transparent !important;
  color: #fff !important;
}
.table th:first-child, .table td:first-child {
  text-align: left;
}
.table th {
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: solid 1px #fff;
}
.table td {
  border-bottom: solid 1px #232222;
}
.table.large td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.documents-container {
  display: block;
}
.documents-container:before, .documents-container:after {
  display: table;
  content: " ";
}
.documents-container a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.documents-container a:hover .doc-title {
  font-weight: bold;
}
.documents-container .document-item {
  border-radius: 7px;
  background-color: #232222;
}
.documents-container .document {
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}
.documents-container .document .document-text {
  flex: 1;
  align-self: center;
}
.documents-container .document .document-text .doc-title {
  color: #fff;
  font-size: 1.5rem;
  /*text-transform: uppercase;*/
}
.documents-container .document .document-text .doc-date {
  color: #fff;
  font-size: 1.5rem;
}
.documents-container .document .pdf-icon, .documents-container .document .link-icon, .documents-container .document .calendar-icon {
  font-size: 40px;
  flex: 0 0 20px;
  align-self: center;
  padding: 0 2px;
}
.documents-container .document .pdf-icon {
  color: #e42618 !important;
}
.documents-container .document .link-icon {
  color: #fff !important;
}
.documents-container .document .calendar-icon {
  color: #fff;
}

.calendar-container .calendar-item {
  border-bottom: solid 1px #fff;
}
.calendar-container .calendar-item:first-child {
  border-top: solid 1px #fff;
}
.calendar-container .calendar-contaier {
  display: block;
  width: 100%;
}
.calendar-container .calendar-contaier .doc-text {
  font-size: 1.2rem;
  color: #fff;
}

.card-container {
  flex: 0 0 100%;
  margin: 1.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 650px) {
  .card-container {
    flex: 1 0 30%;
  }
}
.card-container .card-person {
  margin: auto;
  min-height: 79px;
  height: 100%;
}
.card-container .card-person .card--body {
  min-height: 1px;
  padding: 1.25rem;
}
.card-container .card-person .card-img-top {
  /*border-top-left-radius: calc(.25rem - 1px);*/
  border-top-right-radius: calc(1.5rem - 1px);
  width: calc(100% - 2px);
  margin: auto;
}
.card-container .card-person .card-body .card-subtitle {
  font-weight: bold;
  text-transform: uppercase;
}
.card-container .card-person .card-body .card-text {
  color: #fff;
  font-size: 1rem;
}

.people-container {
  flex-wrap: wrap;
  justify-content: center;
}
.people-container .card-container.person-2:nth-child(1), .people-container .card-container.person-2:nth-child(2) {
  margin-bottom: 4rem;
  /*                @media (min-width: $sm-card-switch) {
                      flex: 1 0 45%;
                  }*/
}
@media (min-width: 650px) {
  .people-container .card-container.person-1.card-container {
    flex: 1 0 45%;
  }
}
.people-container .card-container.person-1:nth-child(1) {
  margin-bottom: 4rem;
}
@media (min-width: 650px) {
  .people-container .card-container.person-1:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .people-container .card-container.person-1:nth-child(1):before, .people-container .card-container.person-1:nth-child(1):after {
    width: 100%;
    display: table;
    content: " ";
  }
}
.people-container .card-person {
  border: 0 none;
  max-width: 300px;
  position: relative;
  padding: 0.5rem;
}
.people-container .card-person:after, .people-container .card-person:before {
  position: absolute;
  width: 100%;
  height: calc(100% - 1px);
  z-index: 2;
  content: " ";
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.people-container .card-person:after {
  bottom: 0;
  left: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom-left-radius: 1.5rem;
}
.people-container .card-person:before {
  top: 0;
  right: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.8);
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  border-top-right-radius: 1.5rem;
}

.accordition {
  margin-top: 2rem;
}
.accordition .button-jumbo {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  text-decoration: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordition .button-jumbo:after {
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  content: "\f078";
  position: absolute;
  right: 16px;
}
.accordition .button-jumbo.active, .accordition .button-jumbo:hover {
  font-weight: bold;
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.accordition .button-jumbo.active:after, .accordition .button-jumbo:hover:after {
  color: #000;
}
.accordition .button-jumbo.active:after {
  content: "\f322";
}
.accordition .group-container {
  border: 1px solid transparent;
  margin-bottom: 4em;
  /*margin-top:1rem;*/
  display: none;
}
.accordition .group-container .documents-container {
  margin: 1.5rem;
}
.accordition .group-container .documents-container ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: normal;
}
.accordition .group-container .documents-container ul li:not(:first-child) {
  margin-top: 1.4rem;
}

.loader {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.loader .loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 150px;
  margin: auto;
  margin-top: 50px;
  width: 150px;
}
.loader .loader-text {
  text-align: left;
  color: #fff;
  width: 83.3333333333px;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.loader .loader-text::after {
  content: "Loading";
  animation: load 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    content: "Loading";
  }
  33% {
    content: "Loading.";
  }
  67% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}
*[class*=icon--] {
  font-size: 40px;
  flex: 0 0 20px;
  align-self: center;
  padding: 0 2px;
  /*&:before {
      font-family: $font-ico;
  } */
}

.icon--file-pdf {
  color: #e42618 !important;
  font-family: "Font Awesome 5 Pro";
}
.icon--file-pdf:before {
  content: "\f1c1";
  font-weight: 900;
}

.icon--youtube {
  color: #e42618 !important;
  font-family: "Font Awesome 5 Brands";
}
.icon--youtube:before {
  content: "\f167";
  font-weight: 400;
}

.icon--calendar {
  font-family: "Font Awesome 5 Duotone";
}
.icon--calendar:after {
  content: "\10f271";
}
.icon--calendar:before {
  content: "\f271";
}
