footer.yg-footer {
  background: #F00;
}
footer.yg-footer .footer-logo-text .privacy_policy {
  margin-top: 20px;
}
footer.yg-footer .footer-logo-text .privacy_policy a {
  color: #FFFFFF;
  text-decoration: none;
}
footer.yg-footer .footer-logo-text .privacy_policy a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 575px) {
  footer#footer #copyright .container {
    display: flex;
    flex-wrap: wrap;
    line-height: 32px;
  }
}
footer#footer #copyright .container .footer-text-center {
  display: inline-flex;
  width: calc(100% - 222px - 137px);
  justify-content: center;
}
@media screen and (max-width: 575px) {
  footer#footer #copyright .container .footer-text-center {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 575px) {
  footer#footer #copyright .container .footer-text-left {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  footer#footer #copyright .container .footer-text-right {
    width: 100%;
    order: 2;
  }
}

body.show-popup-privacy-policy {
  padding-bottom: 94px !important;
}
@media screen and (max-width: 991px) {
  body.show-popup-privacy-policy {
    padding-bottom: 119px !important;
  }
}
@media screen and (max-width: 575px) {
  body.show-popup-privacy-policy {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 413px) {
  body.show-popup-privacy-policy {
    padding-bottom: 203px !important;
  }
}
body.show-popup-privacy-policy .popup-privacy-policy {
  display: block;
}

.popup-privacy-policy {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000000;
  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%;
    padding: 15px 15px 65px 0;
  }
}
.popup-privacy-policy button.close {
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 100%;
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close {
    width: 40px;
    left: 0;
  }
}
.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: 1.75rem;
  font-family: Calibri, sans-serif;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
  color: #007e82;
}
.popup-privacy-policy .text {
  font-size: 18px;
  font-family: Calibri, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
.popup-privacy-policy a {
  color: #007e82;
  text-decoration: underline;
}

html[lang] {
  margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name=privacy-policy],
.wpcf7-form-control-wrap.privacy-policy {
  background: transparent !important;
}
.wpcf7-form-control-wrap[data-name=privacy-policy] [type=checkbox],
.wpcf7-form-control-wrap.privacy-policy [type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  position: relative;
  top: 4px;
}
.wpcf7-form-control-wrap[data-name=privacy-policy] [type=checkbox].white-text + span,
.wpcf7-form-control-wrap.privacy-policy [type=checkbox].white-text + span {
  color: #FFF !important;
}
.wpcf7-form-control-wrap[data-name=privacy-policy] [type=checkbox].white-text + span a,
.wpcf7-form-control-wrap.privacy-policy [type=checkbox].white-text + span a {
  color: #FFF !important;
}
.wpcf7-form-control-wrap[data-name=privacy-policy] span,
.wpcf7-form-control-wrap.privacy-policy span {
  background: transparent !important;
  color: #000 !important;
  font-size: 13px;
  line-height: 1.3;
}
.wpcf7-form-control-wrap[data-name=privacy-policy] span a,
.wpcf7-form-control-wrap.privacy-policy span a {
  color: #000 !important;
  text-decoration: underline;
}

.confirm_privacy_policy .field-list-item {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.confirm_privacy_policy .field-list-item label {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.confirm_privacy_policy .field-list-item [type=checkbox] {
  position: relative;
  top: 7px;
}

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