h1#h1-pop-style {
  padding-bottom: 15px;
}
.column.is-6 {
  margin: auto;
}
button.button {
  cursor: pointer;
}
#popup1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  opacity: 0;
  transition: 0.55s all;
  z-index: -1;
}
#popup1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
#popup1 .hide-overlay:not(.close) {
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center;
}
#popup1.is-active {
  width: 100%;
  z-index: 2020;
  opacity: 1;
}
#popup1 .close {
  position: absolute;
  right: 0;
  top: -4rem;
  font-size: 2rem;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
}
#popup1 .overlay-header {
  background-color: #6087de;
  text-align: center;
  font-weight: 700;
  color: #ffffff7d;
  font-size: 1.25rem;
  padding: 0.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#popup1 .inner-pop a {
  display: block;
  color: #000;
}
#popup1 .inner-pop p {
  color: #fff;
}
#popup1 .inner-pop img {
  max-width: 100%;
  max-height: 100%;
  /* position: relative;
  border: solid 2px #6087de;
  box-shadow: 0 0 14px #6087de; */
}
#popup1 .inner-pop .usps li {
  color: #000;
}
#popup1 .inner-pop .button {
  background: #01429f;
  color: #fff;
  padding: 10px 16px !important;
  border: none;
  height: auto;
  font-weight: 700;
  margin: 10px 0;
  border-radius: 3px;
}
#popup1 .inner-pop .button i {
  margin-left: 5px;
}
#popup1 .inner-pop a:not(.button) {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #popup1 .inner-pop {
    margin: 1rem;
  }
  /* #popup1 .inner-pop img {
    top: 50%;
    transform: translateY(0);
  } */
  #popup1 .inner-pop .column {
    padding-top: 0;
    padding-bottom: 0;
  }
  #popup1 .inner-pop .button {
    font-size: 1.1rem !important;
    white-space: normal;
  }
}
@media only screen and (min-width: 1px) and (max-width: 788px) {
  #bg-img-style {
    background-position: -50px 0;
  }
}
div#bg-img-style {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  position: relative !important;
}
@media only screen and (min-width: 621px) and (max-width: 9999px) {
  div#bg-img-style-child {
    justify-content: center !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 620px) {
  div#bg-img-style-child {
    justify-content: flex-start !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 9999px) {
  #bg-img-style img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    height: auto;
  }
  div#bg-img-style * {
    line-height: 1.1;
  }
  div#bg-img-display-style {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100% !important;
    height: 100%;
  }
  div#bg-img-style-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
    height: inherit;
    position: absolute;
    padding: 15px;
  }
  div#bg-img-style-child-0 {
    margin: auto;
    visibility: hidden;
    width: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 580px) {
  div#bg-img-style-child-0 {
    display: none;
  }
  #bg-img-style-child * {
    line-height: normal;
  }
}
@media only screen and (min-width: 1px) and (max-width: 680px) {
  button#button-pop-style {
    width: 100%;
    max-width: 240px;
  }
  div#bg-img-style-child {
    margin: auto;
    width: 100%;
    border-radius: 5px;
    padding: 15px !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 9999px) {
  button#button-pop-style {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 979px) {
  button#button-pop-style {
    font-size: 1.1rem;
  }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.popup-container {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-height: 80%;
  overflow-y: scroll;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.1);
}
.accordion {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.accordion-button {
  width: 100%;
  text-align: left;
  color: #000;
}
.accordion-content {
  display: none;
  padding: 10px;
}
.scroll-function {
  width: 100%;
  max-width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1%);
  background: #fff;
  max-height: 80%;
  overflow-y: scroll;
  z-index: 999 !important;
}