body.show-popup-privacy-policy {
  padding-bottom: 86px !important;
}
@media screen and (max-width: 1199px) {
  body.show-popup-privacy-policy {
    padding-bottom: 109px !important;
  }
}
@media screen and (max-width: 767px) {
  body.show-popup-privacy-policy {
    padding-bottom: 108px !important;
  }
}
@media screen and (max-width: 604px) {
  body.show-popup-privacy-policy {
    padding-bottom: 131px !important;
  }
}
@media screen and (max-width: 430px) {
  body.show-popup-privacy-policy {
    padding-bottom: 154px !important;
  }
}
body.show-popup-privacy-policy .popup-privacy-policy {
  display: block;
}
body.show-popup-privacy-policy #scroll-top {
  bottom: 130px;
}
@media screen and (max-width: 575px) {
  body.show-popup-privacy-policy #scroll-top {
    bottom: 200px;
  }
}

.popup-privacy-policy {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.popup-privacy-policy .inner {
  position: relative;
  max-width: calc(90% + 30px);
  margin: auto;
  padding: 15px 15px;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .inner {
    max-width: 100%;
  }
}
.popup-privacy-policy button.close {
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  border: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close {
    width: 40px;
    left: 0;
  }
}
.popup-privacy-policy button.close:hover {
  opacity: 1;
}
.popup-privacy-policy button.close:before, .popup-privacy-policy button.close:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close:before, .popup-privacy-policy button.close:after {
    top: 32px;
  }
}
.popup-privacy-policy button.close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.popup-privacy-policy .content {
  width: calc(100% - 60px);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .content {
    width: calc(100% - 40px);
    padding-left: 0;
  }
}
.popup-privacy-policy h3 {
  font-size: 24px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  color: #171769;
}
.popup-privacy-policy .text {
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
.popup-privacy-policy a {
  color: #171769;
  text-decoration: underline;
}

#content-wrap {
  display: flex;
}
@media screen and (max-width: 959px) {
  #content-wrap {
    flex-wrap: wrap;
  }
}

.elementor-field-type-acceptance .elementor-field-option {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.elementor-field-type-acceptance [type=checkbox] {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
}
.elementor-field-type-acceptance [type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*# sourceMappingURL=styles.css.map */
