/*popup begin */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.hover_bkgr_fricc > div {
  background-color: rgb(33, 36, 70);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: auto;
  max-width: 651px;
  min-height: 100px;
  vertical-align: middle;
  width: 80%;
  position: relative;
  border-radius: 8px;
  padding: 40px 2%;
}
.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}
.hover_bkgr_fricc h1 {
  font-size: 20px;
}
.hover_bkgr_fricc h3 {
  font-size: 22px;
}
.hover_bkgr_fricc p {
  font-size: 16px;
}
/* Popup box BEGIN */
