@import url("https://use.typekit.net/kjf4myf.css");

@-webkit-keyframes slide-down {
  0% {
    top: -4rem;
  }
  25% {
    top: 2rem;
  }
  75% {
    top: 2rem;
  }
  100% {
    top: -4rem;
  }
}

@keyframes slide-down {
  0% {
    top: -4rem;
  }
  25% {
    top: 2rem;
  }
  75% {
    top: 2rem;
  }
  100% {
    top: -4rem;
  }
}
@-webkit-keyframes login-down {
  0% {
    top: -100rem;
  }
  100% {
    top: 0;
  }
}
@keyframes login-down {
  0% {
    top: -100rem;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slide-up {
  0% {
    bottom: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    bottom: calc(100% - 35px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    bottom: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    bottom: calc(100% - 35px);
    opacity: 0;
  }
}
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  font-size: 10px;
}
body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0;
  font-family: bely, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #707070;
}
.heading {
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 700;
}
.sub-heading {
  font-size: 2rem;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
.heading,
.sub-heading {
  font-family: roboto-slab, serif;
  font-weight: 700;
  font-style: normal;
}
/* ul {
list-style-image: url(../images/arrow-circle-right.png);
}
ul li{
padding: 0 0 0 2rem;
} */
ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  background-image: url(../images/arrow-circle-blue-right.png);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 2rem 0 1rem 3rem;
}
.bg-blu {
  background-color: #063d85;
}
.bg-grey {
  background-color: #eeeeee;
}
.bg-white {
  background-color: #ffffff;
}
.text-blu {
  color: #063d85;
}
.text-bianco {
  color: #ffffff !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-small {
  font-size: 1.3rem;
}
.text-center {
  text-align: center;
}
.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.hide {
  display: none;
}
.flex-2 {
  -webkit-box-flex: 2 !important;
  -ms-flex: 2 !important;
  -webkit-flex: 2 !important;
  flex: 2 !important;
}
.flex-3 {
  -webkit-box-flex: 3 !important;
  -ms-flex: 3 !important;
  -webkit-flex: 3 !important;
  flex: 3 !important;
}
.pad-topbot-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pad-topbot-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pad-topbot-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pad-topbot-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.pad-lr-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.pad-05 {
  padding: 0.5rem !important;
}
.pad-1 {
  padding: 1rem !important;
}
.pad-2 {
  padding: 2rem !important;
}
.pad-3 {
  padding: 3rem !important;
}
.pad-6 {
  padding: 6rem !important;
}
.mar-top-0 {
  margin-top: 0 !important;
}
.bg-25perc {
  background-color: rgba(112, 112, 112, 0.25);
  color: #063d85;
}
.visible-xs {
  display: none;
  visibility: hidden;
}
.hidden-xs {
  /* display: block; */
  visibility: visible;
}
.label {
  display: block;
  margin: 1.5rem 0;
  font-weight: 700;
  cursor: pointer;
  color: #063d85;
}
.input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: none;
  border: 1px solid #063d85;
  outline: none;
  background-color: #dddddd;
  /* font-family: Arial, sans-serif; */
  font-size: 1.5rem;
  resize: none;
}

.input[type="date"],
.input[type="time"],
select.input {
  height: 39px;
}
.hide {
  display: none !important;
}
.read {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #063d85;
  outline: none;
  background-color: #dddddd;
  /* font-family: Arial, sans-serif; */
  font-size: 1.5rem;
  resize: none;
}
.dati {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #063d85;
  outline: none;
  background-color: #dddddd;
  /* font-family: Arial, sans-serif; */
  font-size: 1.8rem;
  resize: none;
}
.datismall {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  border: 1px solid #063d85;
  outline: none;
  background-color: #dddddd;
  font-size: 1.5rem;
  resize: none;
}
.dati:focus {
  border-bottom: 1px solid black;
}
.dati[type="date"],
.dati[type="time"],
select.dati {
  height: 39px;
}
.input-disabled {
  background-color: #dbdbdb;
  cursor: not-allowed;
}
.anchor {
  color: black;
}
.error {
  color: red;
  font-weight: 700;
}
.success {
  color: green;
  font-weight: 700;
}
.button {
  padding: 1rem;
  margin: 1rem 1rem 1rem 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #063d85;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button .material-icons {
  margin-right: 0.5rem;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.column:not(.column:last-child) {
  padding-right: 1rem;
}
.container-fluid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin: auto;
}
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100rem;
  max-width: 100%;
  padding: 1rem;
  margin: auto;
}
.navbar {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: black;
  background-color: #fff;
}
.navbar .row {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
}
.navbar-item {
  font-family: roboto-slab, serif;
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #063d85;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.navbar .navbar-item:not(.navbar .navbar-item:last-child) {
  margin-right: 3rem;
}
.navbar .navbar-item:hover {
  background-color: #dbdbdb;
}
.navbar .navbar-item-active {
  border-bottom: 2px solid;
  border-radius: 0;
}
.navbar .link-area-riservata {
  background: #063d85;
  color: #fff;
}
.page {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.checkbox-container:not(.checkbox-container:last-child) {
  margin-right: 2.5rem;
}
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  border: 1px solid #063d85;
  border-radius: 0.5rem;
  background-color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.checkbox span {
  margin: auto;
  color: white;
}
.break {
  width: 75rem;
  max-width: 100%;
  margin: 2.5rem auto;
  border: 1px solid black;
  color: black;
}
.tab {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  color: #063d85;
}
.tab:not(.tab-active):hover {
  background-color: #063d85;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
}
.tab-bis {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
.tab-bis:not(.tab-active):hover {
  background-color: #063d85;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
}
.tab-area {
  color: white;
  background-color: #063d85;
}
.tab-area:not(.tab-active):hover {
  background-color: #fff;
  font-weight: 400;
  color: #063d85;
  border-radius: 5px;
}
.tab-area a {
  color: white;
  text-decoration: none;
}
.tab-area:not(.tab-active):hover a {
  color: #063d85;
}
.tab-active {
  background-color: #063d85;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
}
.tab-bis-active {
  background-color: #fff;
  font-weight: 400;
  color: #063d85;
  border-radius: 5px;
}
.tab-servizi {
  padding: 1rem 0 !important;
}
.table-container {
  overflow: auto;
}
.table {
  width: 98rem;
  margin: 2.5rem 0;
  border-collapse: collapse;
  text-align: left;
  color: #063d85;
}
.table caption {
  margin-bottom: 1rem;
  text-align: left;
}
.table th,
.table td {
  padding: 1.5rem;
}
.table th {
  font-family: roboto-slab, serif;
  font-weight: 700;
  background-color: #eeeeee;
}
.table thead tr {
  background-color: #dbdbdb;
}
.table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.table-calcolatore tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.table-calcolatore tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.table-calcolatore td:nth-child(1) {
  width: 35%;
  font-size: 2rem;
  font-weight: 700;
}
.table-calcolatore td:nth-child(2) {
  width: 15%;
  text-align: right;
  font-size: 2.1rem;
}
.table-calcolatore td:nth-child(1) {
  width: 50%;
}
.table-calcolatore .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  display: block;
  clear: left;
  float: left;
  background: none;
  border: none;
}
.table-calcolatore label {
  padding-top: 0.8rem;
  display: inline-block;
}
.table td,
.table th {
  border: 1px solid #707070;
  border-collapse: collapse;
}
.table a {
  color: #063d85;
}
.table-circolari {
  width: 98%;
  margin: 0;
}
.streaming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  color: black;
  text-decoration: none;
}
.streaming:hover {
  background-color: #ededed;
}
.streaming .material-icons {
  margin-left: auto;
}
.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 2.5rem 0;
}
.emoji {
  padding: 1rem;
  border: 2px solid #dbdbdb;
  border-radius: 0.5rem;
  background-color: #ededed;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.emoji:not(.emoji:last-child) {
  margin-right: 1rem;
}
.emoji:hover {
  background-color: #dbdbdb;
}
.emoji.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.emoji.disabled:hover {
  background-color: #ededed;
}
.reaction {
  position: absolute;
  bottom: 0;
  opacity: 0;
  font-size: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#toolbar {
  color: white;
  background-color: black;
}
#user {
  margin-left: 0.5rem;
}
#logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: auto;
  color: white;
  text-decoration: none;
}
#logout span {
  margin-left: 0.5rem;
}
#mobile-navbar {
  display: none;
}
#open-menu {
  display: block;
  color: #063d85 !important;
}
#menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #063d85;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#menu .menu-item {
  display: block;
  padding: 1rem;
  color: white;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}
#menu .menu-item-active {
  text-decoration: underline;
}
#close-menu {
  display: block;
  margin: 2.5rem 0;
  color: white;
  font-size: 48px;
  text-align: right;
}
#snackbar-container {
  position: relative;
  width: 30rem;
  margin: auto;
}
#snackbar {
  position: fixed;
  top: -4rem;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  color: white;
  background-color: green;
  text-align: center;
  -webkit-animation-name: slide-down;
  animation-name: slide-down;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#live-container {
  position: relative;
  padding-top: 56.25%;
}
#live {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#emoji-container {
  margin-top: 1rem;
}
.navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: auto;
  color: white;
  text-decoration: none;
}

.navbar-logo img {
  width: 70%;
}
.banner-home {
  /* background-color: #063D85; */
  background-image: url(../images/bg-home.jpg?v=0.2);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 6rem 0 3rem 0;
}
.banner-home h1 {
  font-size: 5rem;
}
.banner-home a {
  font-family: roboto-slab, serif;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  color: #063d85;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 5px;
}
.box {
  box-shadow: 2px 2px 12px 12px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 2px 2px 12px 12px rgb(0 0 0 / 15%);
  -moz-box-shadow: 2px 2px 12px 12px rgba(0, 0, 0, 0.15);
  width: 85%;
  text-align: left;
  font-size: 1.7rem;
  padding-bottom: 10rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 2rem;
  position: relative;
  border-radius: 5px;
}
.box img {
  width: 100%;
}
.box p {
  padding: 0 2rem;
}
.box a {
  text-decoration: none;
  background-color: #063d85;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 5px;
  display: block;
  position: absolute;
  bottom: 2rem;
}
.row-25anni {
  background-color: #063d85;
  color: white;
  padding: 6rem 0;
}
.row-25anni h2 {
  font-size: 3rem;
  margin: 0 0 2rem 0;
}
.row-25anni p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.row-25anni a {
  font-family: roboto-slab, serif;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  color: #063d85;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 2rem;
}
.row-frase {
  /* background-color: rgba(112,112,112,.35); */
  background-color: #ffffff;
  /* color: #707070; */
  color: #063d85;
  padding: 6rem 0;
  text-align: center;
}
.bg-apici {
  background-image: url(../images/apici_grey.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.row-frase p {
  width: 80%;
  margin: 2rem auto;
  line-height: 2.4rem;
}
.footer {
  background-color: #33413c;
  color: white;
  padding: 4rem 0;
  font-size: 1.3rem;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.banner-interno {
  background-color: #063d85;
  color: white;
  padding: 2rem 0;
}
.bread {
  font-size: 1.3rem;
}
.bread a {
  text-decoration: none;
  color: #707070;
}
.banner-interno .bread a {
  color: #fff;
}
.banner-interno h1 {
  font-size: 5rem;
}
.col-titolari {
  text-align: center;
  padding: 2rem;
}
.foto-titolari {
  border-radius: 50%;
  width: 40%;
}
.nome-titolari {
  font-family: roboto-slab, serif;
  font-weight: 700;
  font-size: 2rem;
  color: #063d85;
}
.col-titolari p {
  width: 60%;
  margin: 3rem auto;
  color: #063d85;
}
.bt-link {
  text-decoration: none;
  background-color: #063d85;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 5px;
  display: inline-block;
}
.bt-link-grey {
  text-decoration: none;
  background-color: rgba(112, 112, 112, 0.25);
  color: #063d85;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 5px;
  display: inline-block;
}
#div-login {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
  top: -150rem;
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#div-login.show {
  -webkit-animation-name: login-down;
  animation-name: login-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#login {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30rem;
  max-width: 100%;
  padding: 2.5rem;
  /* margin: 2.5rem auto auto auto; */
  background: #eeeeee;
}
#login h3 {
  color: #063d85;
  font-size: 2.5rem;
}
#login-admin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30rem;
  max-width: 100%;
  padding: 2.5rem;
  margin: 2.5rem auto auto auto;
  background: #eeeeee;
}
#login-admin h3 {
  color: #063d85;
  font-size: 2.5rem;
}
#close-login {
  font-family: roboto-slab, serif;
  cursor: pointer;
  color: #063d85;
  font-size: 1.6rem;
  font-weight: 700;
}
#error-login {
  font-family: roboto-slab, serif;
  color: red;
  font-weight: 700;
}
.banner-area-riservata {
  background-color: #063d85;
  color: white;
  padding: 2rem 0;
}
.banner-area-riservata h1 {
  font-size: 3.5rem;
  margin: 0 0 1rem 0;
}
.banner-area-riservata h2 {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
  font-family: bely, serif;
  font-weight: 400;
}
.bt-esci {
  font-family: roboto-slab, serif;
  color: #063d85;
  background-color: white;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  margin-left: 2rem;
}
.box-contatti {
  background-color: #063d85;
  padding: 1.5rem;
  color: white;
}
.box-contatti strong {
  font-family: roboto-slab, serif;
  font-weight: 700;
}
.box-contatti a {
  color: white;
  text-decoration: none;
}
#cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #063d85;
  color: #ffffff;
}
.bt-cookie-accept {
  text-decoration: none;
  background-color: #ffffff;
  color: #063d85;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.note_calcolatori {
  font-style: italic;
  font-size: 1.2rem;
  color: #063d85;
}
.ui-menu .ui-menu-item {
  background-image: none !important;
}
.col-doc {
  padding: 1rem;
  color: #063d85;
}
.col-doc a {
  color: #063d85;
}
.link {
  color: #063d85;
  padding-left: 1.5rem;
}

img.bm-cert{
    width: 12rem;
}
img.marchio-asseco-footer{
    margin-right: 1rem;
}

.form-group {
  margin-bottom: 15px;
}

.col {
  float: left;
  padding: 0 15px;
  width: calc(100% - 30px);
}

.col-4 {
  width: calc(100% / 3 - 30px);
}

.col-6 {
  width: calc(100% / 2 - 30px);
}

.col-3 {
  width: calc(100% / 4 - 30px);
}

.clear {
  clear: both;
}

.container-change {
  display: none;
}

.change-bg {
  background: #ffc107;
}

.radio-survey {
  visibility: hidden;
}

.radio-survey:not(:checked) ~ .bi.fill,
.radio-survey:checked ~ .bi:not(.fill) {
  display: none;
}
