<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cards {
  max-width: 80%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .cards {
    max-width: unset;
    width: 100%;
  }
}

@media (min-width: 1300) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1050) {
  .tutto {
    flex-direction: column;
  }
  .video {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 0.5em;
  height: 0.4em;
}
/* .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -1100px;
  display: flex;
} */
.finances {
  display: inline-block;
  position: relative;
}
#finance {
  padding-left: 88%;
  bottom: 20px;
}

.finances .text {
  z-index: 1;
  position: absolute;
  text-align: center;
  font-family: revert;
  margin: 0 auto;
  left: 131%;
  right: 00;
  top: 2.5%;
  color: #2c3e6a;
  width: 70%;
}
.text2 {
  margin-right: 20%;
}

.cards img {
  max-width: 100%;
  height: 75px;
  margin-bottom: 10px;
}

.cards h3 {
  margin: 0;
  font-size: 1.2rem;
}

.cards p {
  font-size: 16px;
}
#basic-addon2 {
  background-color: #36ac8d;
  color: white;
}
.ldiv a {
  color: white;
}
.row a:not(.btn) {
  color: white;
}
.ft {
  background-color: #183153;
}

.boutton {
  flex: 1;
  padding: 10px;
  text-align: center;
}
button {
  background-color: red;
  color: white;
  border-color: red;
  border-radius: 9%;

  height: unset;
  padding: 0px;
}

/*.module-header{
	position:absolute;
	font-size: 3rem;
    color: #294062;
    top: 16.5%;
    left: 60%;
    z-index: 0;
}
.module-img{
    width: 44%;
    z-index: 1;
    position: relative;
}*/

.text-grand {
  font-size: 7rem;
}
.nav-pills .concerned-tabs .nav-link.active,
.nav-pills .concerned-tabs .show &gt; .nav-link {
  background-color: #edf5f4 !important;
}
.more-sect .nav-pills .nav-link.active,
.more-sect .nav-pills .show &gt; .nav-link {
  background-color: #328b81;
}
.more-sect .nav-pills .nav-link:not(.active),
.more-sect .nav-pills .show &gt; .nav-link:not(.active) {
  color: #328b81;
}
.tutto {
  align-items: center;
  text-align: justify;
}
.tutto h1 {
  margin-bottom: 1.2rem;
  color: #2c4259;
  font-size: 3.5rem;
  width: 70%;
  margin: 0 auto 1.25rem;
}
.ul-points p {
  text-align: justify;
}
.ul-points &gt; div.row:nth-child(even) {
  margin-left: 0;
  flex-direction: row-reverse;
  border: 2px dashed #d7d7d7;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.ul-points &gt; div.row:nth-child(odd) {
  margin-right: 0;
  flex-direction: row;
  border: 2px dashed #d7d7d7;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.ul-points &gt; div.row:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
}
.ul-points &gt; div.row:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.capture-resp {
  width: min(90%, 500px);
  box-shadow: 0px 0px 3px 1px #00000055;
  cursor: pointer;
}
.capture-resp:not(.focus):hover {
  transform: scale(1.1);
  filter: brightness(0.5);
  transition: 0.4s ease-in-out;
}

.ul-points h3 {
  color: #26a798;
  margin-bottom: 1.5rem;
}
.ul-points .row {
  padding: 4rem 1rem;
  align-items: center;
}
.more-sect ul.nav-pills {
  width: 75%;
  margin: auto;
}
.more-sect {
  padding: 3rem 0;
}
.back-drop {
  background: #00000078;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.hideback {
  display: none;
}

@media (max-width: 1000px) {
  .textf {
    padding: 1rem 4rem;
    text-align: justify;
  }
}

@media (max-width: 500px) {
  .more-sect ul.nav-pills li {
    width: 100%;
    margin-bottom: 2px;
  }
  .more-sect ul.nav-pills li .nav-link {
    width: 90%;
    margin: auto;
  }
  .more-sect ul.nav-pills li .nav-link:not(.active) {
    background: #e3f2fd;
  }
  .video {
    margin: 2rem 0;
    position: unset;
    height: unset;
    width: 100%;
    text-align: center;
  }
  .video img {
    animation: none !important;
    position: unset !important;
    width: 90% !important;
    margin: 0.5rem auto;
    transform-origin: unset !important;
    box-shadow: 0px 0px 3px 1px #00000065;
  }
  .textf {
    text-align: justify;
    padding: 1rem 2rem;
  }
  .more-sect ul.nav-pills {
    width: 100%;
  }
  .more-sect .h5 {
    padding: 1rem 3rem;
  }
  .capture-resp {
    margin-top: 1erm;
  }
}
</pre></body></html>