.access-control-settings-admin-page {
  background-color: #f7f6f9;
}
.access-control-settings-admin-page .bg-lite-blue {
  background-color: #8185C9;
}
.access-control-settings-admin-page .bg-dark-blue {
  background-color: #5C63C4;
}
.access-control-settings-admin-page .text-lite-blue {
  color: #8185C9;
}
.access-control-settings-admin-page .text-dark-blue {
  color: #5C63C4;
}
.access-control-settings-admin-page .gap-22 {
  gap: 22px;
}
.access-control-settings-admin-page .list-inline {
  padding-left: 0;
  list-style: none;
}
.access-control-settings-admin-page .list-inline .list-inline-item {
  display: inline-block;
}
.access-control-settings-admin-page .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.access-control-settings-admin-page .img-fluid {
  max-width: 100%;
  height: auto;
}
.access-control-settings-admin-page svg {
  width: 100%;
  height: auto;
}
.access-control-settings-admin-page .tooltip {
  cursor: help;
}
.access-control-settings-admin-page .tooltip :after {
  font-size: 12px;
}
.access-control-settings-admin-page .access-control-setting-unit {
  border: 1px solid #e1e4e7;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
}
.access-control-settings-admin-page .access-control-setting-unit .text-label {
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.access-control-settings-admin-page .access-control-setting-unit .text-label i {
  color: #bbbfc3;
}
.access-control-settings-admin-page .access-control-setting-unit .description {
  margin-top: 12px;
}
.access-control-settings-admin-page .access-control-setting-unit .description p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #757575;
}
.access-control-settings-admin-page .access-control-setting-unit .help-text {
  border: 1px solid #D8D9DB;
  background: #FFFDEE;
  border-radius: 30px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
  width: 100%;
  max-width: 550px;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher {
  font-family: "Roboto", sans-serif;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label {
  display: block;
  float: left !important;
  cursor: pointer;
  position: relative;
  width: 36px;
  flex: 0 0 36px;
  height: 18px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.15s ease-out;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label input:checked ~ em:before {
  opacity: 0;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label input:checked ~ em:after {
  opacity: 1;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label input:checked ~ span {
  left: 20px;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label em {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  height: inherit;
  background-color: #b2b2b2;
  transition: background 0.15s ease-out;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label em:before {
  position: absolute;
  transition: opacity 0.15s ease-out;
  right: 14px;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher label em:after {
  position: absolute;
  transition: opacity 0.15s ease-out;
  left: 14px;
  opacity: 0;
}
.access-control-settings-admin-page .access-control-setting-unit.switch-setting-unit .switcher .text-desc {
  float: left;
  margin-left: 5px;
  margin-top: 0;
  padding-top: 4px;
}
.access-control-settings-admin-page .access-control-setting-unit.color-setting-unit .color {
  margin-top: 30px;
}
.access-control-settings-admin-page .access-control-setting-unit.color-setting-unit .color .color-unit {
  flex-grow: 1;
}
.access-control-settings-admin-page .access-control-setting-unit.color-setting-unit .color .color-unit .control-label {
  color: #282828;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
.access-control-settings-admin-page .access-control-setting-unit.color-setting-unit .color .color-unit .color-box {
  border: 1px solid #BBBFC3;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.access-control-settings-admin-page .access-control-setting-unit.color-setting-unit .color .color-unit .color-box .color-input {
  border-style: none;
  width: 32px;
  height: 32px;
}
.access-control-settings-admin-page .access-control-setting-unit.color-setting-unit .color .color-unit .color-box span {
  color: #7C828B;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}
.access-control-settings-admin-page .access-control-setting-unit.permission-setting-unit > .title-wrap {
  border-bottom: 1px solid #D8D9DB;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.access-control-settings-admin-page .access-control-setting-unit + .access-control-setting-unit {
  margin-top: 32px;
}
.access-control-settings-admin-page .access-control-options .btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
.access-control-settings-admin-page .access-control-options .btn-group button {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  border: 1px solid #D8D9DB;
  box-shadow: 0px 1px 6px 0px rgba(198, 224, 255, 0.1490196078);
  padding: 11px 16px;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.access-control-settings-admin-page .access-control-options .btn-group button.btn-primary {
  background-color: #5C63C4;
  border: 1px solid #D8D9DB;
  color: #ffffff;
}
.access-control-settings-admin-page .access-control-options .switch-setting-unit .switcher label input:checked ~ em {
  background-color: #5C63C4;
}
.access-control-settings-admin-page #wpwrap #wpcontent {
  padding-left: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content {
  padding-bottom: 0;
  height: 100%;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .notice {
  display: none !important;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container {
  padding: 30px 15px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .topbar-part {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .topbar-part strong {
  font-weight: 500;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .topbar-part span {
  background: #e6f0ff;
  padding: 2px 6px;
  border-radius: 2px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .topbar-part .core-badge {
  background-color: #FFFFFF;
  border: 1px solid #D8D9DB;
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 8px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .topbar-part .dot-button {
  background-color: transparent;
  border-style: none;
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 10.8337C10.4601 10.8337 10.8332 10.4606 10.8332 10.0003C10.8332 9.54009 10.4601 9.16699 9.99984 9.16699C9.5396 9.16699 9.1665 9.54009 9.1665 10.0003C9.1665 10.4606 9.5396 10.8337 9.99984 10.8337Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8333 10.8337C16.2936 10.8337 16.6667 10.4606 16.6667 10.0003C16.6667 9.54009 16.2936 9.16699 15.8333 9.16699C15.3731 9.16699 15 9.54009 15 10.0003C15 10.4606 15.3731 10.8337 15.8333 10.8337Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16683 10.8337C4.62707 10.8337 5.00016 10.4606 5.00016 10.0003C5.00016 9.54009 4.62707 9.16699 4.16683 9.16699C3.70659 9.16699 3.3335 9.54009 3.3335 10.0003C3.3335 10.4606 3.70659 10.8337 4.16683 10.8337Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part {
  padding: 20px 30px;
  border-bottom: 1px solid #8185C9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part .d-flex {
  gap: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li {
  padding: 0;
  margin: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a svg {
  display: inline-block;
  vertical-align: top;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a.settings-link::before {
  content: url("data:image/svg+xml,%0A%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7496_47751)'%3E%3Cmask id='path-1-inside-1_7496_47751' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6456 0.85511C12.6213 0.719467 12.5589 0.59384 12.4658 0.493364C12.3727 0.392888 12.2529 0.321851 12.1209 0.288812C10.5754 -0.0962706 8.96098 -0.0962706 7.41553 0.288812C7.28338 0.32173 7.16345 0.392715 7.07021 0.493199C6.97697 0.593684 6.9144 0.719376 6.89006 0.85511L6.5118 2.96463C6.11889 3.15168 5.74233 3.37219 5.38618 3.62376L3.39487 2.90107C3.26678 2.8544 3.12809 2.84636 2.99558 2.87792C2.86307 2.90947 2.74242 2.97928 2.64822 3.07889C1.54705 4.2436 0.739906 5.66091 0.295555 7.21008C0.218072 7.48073 0.304712 7.77209 0.516029 7.95419L2.12908 9.34102C2.09386 9.77949 2.09386 10.2201 2.12908 10.6586L0.516029 12.0454C0.304712 12.2282 0.218072 12.5196 0.295555 12.7902C0.739957 14.3394 1.54709 15.7567 2.64822 16.9214C2.84122 17.1249 3.13284 17.1942 3.39487 17.1L5.38618 16.3765C5.7419 16.6279 6.11875 16.8479 6.5118 17.035L6.89006 19.1452C6.93936 19.423 7.14504 19.6444 7.41483 19.7108C8.96026 20.0964 10.5754 20.0964 12.1202 19.7108C12.2523 19.6781 12.3722 19.6073 12.4655 19.5069C12.5588 19.4065 12.6213 19.2809 12.6456 19.1452L13.0239 17.035C13.4162 16.8486 13.7931 16.6279 14.1495 16.3765L16.1408 17.1C16.4021 17.1942 16.6945 17.1249 16.8868 16.9214C17.9884 15.757 18.7956 14.3396 19.2394 12.7902C19.2775 12.6577 19.2769 12.5168 19.2376 12.3846C19.1984 12.2524 19.1222 12.1346 19.0182 12.0454L17.4052 10.6586C17.4425 10.2208 17.4425 9.7802 17.4052 9.34102L19.0182 7.95419C19.1222 7.86517 19.1984 7.74748 19.2377 7.61539C19.2769 7.48331 19.2775 7.34251 19.2394 7.21008C18.7956 5.66067 17.9884 4.24322 16.8868 3.07889C16.7927 2.97908 16.6721 2.90909 16.5395 2.8774C16.407 2.84571 16.2683 2.85368 16.1401 2.90035L14.1488 3.62376C13.793 3.37205 13.4166 3.15154 13.0239 2.96463L12.6456 0.85511ZM11.3432 1.57923L11.7046 3.59305C11.7475 3.83371 11.9088 4.03581 12.1314 4.12722C12.6579 4.3454 13.1527 4.63513 13.6022 4.98845C13.7924 5.1377 14.0452 5.17912 14.2714 5.09628L16.1732 4.40644C16.8646 5.22047 17.3992 6.1589 17.7489 7.17295L16.2084 8.49764C16.1179 8.57526 16.0483 8.67482 16.0059 8.78706C15.9635 8.89931 15.9498 9.02059 15.9661 9.13964C16.0436 9.71093 16.0436 10.2894 15.9661 10.8607C15.9499 10.9798 15.9635 11.1012 16.0059 11.2136C16.0483 11.3259 16.1179 11.4256 16.2084 11.5034L17.7489 12.8274C17.3991 13.8412 16.8649 14.7796 16.1739 15.5939L14.2721 14.9033C14.1604 14.8629 14.0404 14.8518 13.9233 14.8709C13.8062 14.89 13.6958 14.9387 13.6022 15.0126C13.1528 15.3653 12.6583 15.6546 12.1314 15.8724C11.9088 15.9652 11.7475 16.1659 11.7046 16.4065L11.3432 18.4218C10.3021 18.6217 9.23286 18.6217 8.19247 18.4218L7.83042 16.4065C7.80934 16.2883 7.75918 16.1773 7.68456 16.084C7.60994 15.9906 7.51329 15.9178 7.40356 15.8724C6.87738 15.6546 6.38284 15.3654 5.93349 15.0126C5.83996 14.9389 5.72963 14.8903 5.61269 14.8712C5.49575 14.8521 5.37595 14.8631 5.26432 14.9033L3.36177 15.5939C2.67029 14.7799 2.13578 13.8414 1.78604 12.8274L3.32655 11.5027C3.41697 11.4251 3.48664 11.3257 3.52911 11.2136C3.57159 11.1015 3.5855 10.9804 3.56956 10.8614C3.49208 10.2901 3.49208 9.71093 3.56956 9.13964C3.58576 9.02053 3.57197 8.89921 3.52948 8.78696C3.48699 8.67471 3.41718 8.57518 3.32655 8.49764L1.78604 7.17295C2.13555 6.15877 2.67008 5.22029 3.36177 4.40644L5.26362 5.09628C5.49043 5.17912 5.7426 5.1377 5.93279 4.98916C6.38225 4.6356 6.87703 4.34562 7.40356 4.12722C7.51328 4.08196 7.60994 4.00933 7.68456 3.91607C7.75919 3.82281 7.80936 3.71194 7.83042 3.59377L8.19247 1.57994C9.23286 1.37856 10.3021 1.37785 11.3432 1.57923ZM9.76749 5.66401C8.63344 5.66476 7.54606 6.12187 6.74423 6.93491C5.9424 7.74796 5.4917 8.85043 5.49114 10.0002C5.49114 12.3932 7.40708 14.3356 9.76749 14.3356C12.1279 14.3356 14.0445 12.3932 14.0445 10.0002C14.0445 7.60785 12.1286 5.66401 9.76749 5.66401ZM9.76749 7.09296C11.3503 7.09296 12.6344 8.39552 12.6344 9.99944C12.6344 11.6034 11.3503 12.9073 9.76749 12.9073C8.18472 12.9073 6.90062 11.6048 6.90062 10.0002C6.90062 8.39552 8.18543 7.09296 9.76749 7.09296Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6456 0.85511C12.6213 0.719467 12.5589 0.59384 12.4658 0.493364C12.3727 0.392888 12.2529 0.321851 12.1209 0.288812C10.5754 -0.0962706 8.96098 -0.0962706 7.41553 0.288812C7.28338 0.32173 7.16345 0.392715 7.07021 0.493199C6.97697 0.593684 6.9144 0.719376 6.89006 0.85511L6.5118 2.96463C6.11889 3.15168 5.74233 3.37219 5.38618 3.62376L3.39487 2.90107C3.26678 2.8544 3.12809 2.84636 2.99558 2.87792C2.86307 2.90947 2.74242 2.97928 2.64822 3.07889C1.54705 4.2436 0.739906 5.66091 0.295555 7.21008C0.218072 7.48073 0.304712 7.77209 0.516029 7.95419L2.12908 9.34102C2.09386 9.77949 2.09386 10.2201 2.12908 10.6586L0.516029 12.0454C0.304712 12.2282 0.218072 12.5196 0.295555 12.7902C0.739957 14.3394 1.54709 15.7567 2.64822 16.9214C2.84122 17.1249 3.13284 17.1942 3.39487 17.1L5.38618 16.3765C5.7419 16.6279 6.11875 16.8479 6.5118 17.035L6.89006 19.1452C6.93936 19.423 7.14504 19.6444 7.41483 19.7108C8.96026 20.0964 10.5754 20.0964 12.1202 19.7108C12.2523 19.6781 12.3722 19.6073 12.4655 19.5069C12.5588 19.4065 12.6213 19.2809 12.6456 19.1452L13.0239 17.035C13.4162 16.8486 13.7931 16.6279 14.1495 16.3765L16.1408 17.1C16.4021 17.1942 16.6945 17.1249 16.8868 16.9214C17.9884 15.757 18.7956 14.3396 19.2394 12.7902C19.2775 12.6577 19.2769 12.5168 19.2376 12.3846C19.1984 12.2524 19.1222 12.1346 19.0182 12.0454L17.4052 10.6586C17.4425 10.2208 17.4425 9.7802 17.4052 9.34102L19.0182 7.95419C19.1222 7.86517 19.1984 7.74748 19.2377 7.61539C19.2769 7.48331 19.2775 7.34251 19.2394 7.21008C18.7956 5.66067 17.9884 4.24322 16.8868 3.07889C16.7927 2.97908 16.6721 2.90909 16.5395 2.8774C16.407 2.84571 16.2683 2.85368 16.1401 2.90035L14.1488 3.62376C13.793 3.37205 13.4166 3.15154 13.0239 2.96463L12.6456 0.85511ZM11.3432 1.57923L11.7046 3.59305C11.7475 3.83371 11.9088 4.03581 12.1314 4.12722C12.6579 4.3454 13.1527 4.63513 13.6022 4.98845C13.7924 5.1377 14.0452 5.17912 14.2714 5.09628L16.1732 4.40644C16.8646 5.22047 17.3992 6.1589 17.7489 7.17295L16.2084 8.49764C16.1179 8.57526 16.0483 8.67482 16.0059 8.78706C15.9635 8.89931 15.9498 9.02059 15.9661 9.13964C16.0436 9.71093 16.0436 10.2894 15.9661 10.8607C15.9499 10.9798 15.9635 11.1012 16.0059 11.2136C16.0483 11.3259 16.1179 11.4256 16.2084 11.5034L17.7489 12.8274C17.3991 13.8412 16.8649 14.7796 16.1739 15.5939L14.2721 14.9033C14.1604 14.8629 14.0404 14.8518 13.9233 14.8709C13.8062 14.89 13.6958 14.9387 13.6022 15.0126C13.1528 15.3653 12.6583 15.6546 12.1314 15.8724C11.9088 15.9652 11.7475 16.1659 11.7046 16.4065L11.3432 18.4218C10.3021 18.6217 9.23286 18.6217 8.19247 18.4218L7.83042 16.4065C7.80934 16.2883 7.75918 16.1773 7.68456 16.084C7.60994 15.9906 7.51329 15.9178 7.40356 15.8724C6.87738 15.6546 6.38284 15.3654 5.93349 15.0126C5.83996 14.9389 5.72963 14.8903 5.61269 14.8712C5.49575 14.8521 5.37595 14.8631 5.26432 14.9033L3.36177 15.5939C2.67029 14.7799 2.13578 13.8414 1.78604 12.8274L3.32655 11.5027C3.41697 11.4251 3.48664 11.3257 3.52911 11.2136C3.57159 11.1015 3.5855 10.9804 3.56956 10.8614C3.49208 10.2901 3.49208 9.71093 3.56956 9.13964C3.58576 9.02053 3.57197 8.89921 3.52948 8.78696C3.48699 8.67471 3.41718 8.57518 3.32655 8.49764L1.78604 7.17295C2.13555 6.15877 2.67008 5.22029 3.36177 4.40644L5.26362 5.09628C5.49043 5.17912 5.7426 5.1377 5.93279 4.98916C6.38225 4.6356 6.87703 4.34562 7.40356 4.12722C7.51328 4.08196 7.60994 4.00933 7.68456 3.91607C7.75919 3.82281 7.80936 3.71194 7.83042 3.59377L8.19247 1.57994C9.23286 1.37856 10.3021 1.37785 11.3432 1.57923ZM9.76749 5.66401C8.63344 5.66476 7.54606 6.12187 6.74423 6.93491C5.9424 7.74796 5.4917 8.85043 5.49114 10.0002C5.49114 12.3932 7.40708 14.3356 9.76749 14.3356C12.1279 14.3356 14.0445 12.3932 14.0445 10.0002C14.0445 7.60785 12.1286 5.66401 9.76749 5.66401ZM9.76749 7.09296C11.3503 7.09296 12.6344 8.39552 12.6344 9.99944C12.6344 11.6034 11.3503 12.9073 9.76749 12.9073C8.18472 12.9073 6.90062 11.6048 6.90062 10.0002C6.90062 8.39552 8.18543 7.09296 9.76749 7.09296Z' fill='white'/%3E%3Cpath d='M12.6456 0.85511L-3.10378 3.67577L-3.1032 3.67904L12.6456 0.85511ZM12.1209 0.288812L16.0052 -15.2325L15.9973 -15.2345L15.9893 -15.2365L12.1209 0.288812ZM7.41553 0.288812L11.283 15.8144L11.284 15.8141L7.41553 0.288812ZM6.89006 0.85511L-8.85862 -1.96962L-8.85877 -1.96882L6.89006 0.85511ZM6.5118 2.96463L13.3895 17.411L20.8101 13.8782L22.2606 5.78855L6.5118 2.96463ZM5.38618 3.62376L-0.0722208 18.6639L7.78776 21.5165L14.6174 16.6922L5.38618 3.62376ZM3.39487 2.90107L-2.08206 17.9345L-2.0728 17.9378L-2.06353 17.9412L3.39487 2.90107ZM2.64822 3.07889L-8.9765 -7.91502L-8.97819 -7.91324L2.64822 3.07889ZM0.295555 7.21008L-15.0843 2.79866L-15.0865 2.80646L0.295555 7.21008ZM0.516029 7.95419L-9.92874 20.0747L-9.92181 20.0807L-9.91486 20.0866L0.516029 7.95419ZM2.12908 9.34102L18.0777 10.6221L18.7291 2.51248L12.56 -2.79144L2.12908 9.34102ZM2.12908 10.6586L12.56 22.791L18.7291 17.4871L18.0777 9.37752L2.12908 10.6586ZM0.516029 12.0454L-9.91487 -0.0870536L-9.93355 -0.0709896L-9.95219 -0.0548681L0.516029 12.0454ZM0.295555 12.7902L-15.0865 17.1938L-15.0841 17.2022L0.295555 12.7902ZM2.64822 16.9214L-8.97857 27.9131L-8.9701 27.9221L-8.96161 27.931L2.64822 16.9214ZM3.39487 17.1L8.81093 32.1554L8.8345 32.1469L8.85804 32.1384L3.39487 17.1ZM5.38618 16.3765L14.6199 3.30985L7.78698 -1.5187L-0.0769878 1.33814L5.38618 16.3765ZM6.5118 17.035L22.2608 14.212L20.8105 6.12117L13.3887 2.58825L6.5118 17.035ZM6.89006 19.1452L22.6438 16.349L22.6414 16.3356L22.639 16.3222L6.89006 19.1452ZM7.41483 19.7108L11.2885 4.18677L11.264 4.18066L11.2394 4.17462L7.41483 19.7108ZM12.1202 19.7108L8.27616 4.1794L8.2605 4.18328L8.24484 4.18719L12.1202 19.7108ZM12.6456 19.1452L-3.10336 16.3222L-3.1037 16.3241L12.6456 19.1452ZM13.0239 17.035L6.15832 2.58284L-1.27343 6.11333L-2.7251 14.212L13.0239 17.035ZM14.1495 16.3765L19.6127 1.33814L11.7576 -1.51545L4.92797 3.30125L14.1495 16.3765ZM16.1408 17.1L10.6776 32.1384L10.6947 32.1446L10.7118 32.1507L16.1408 17.1ZM16.8868 16.9214L5.26401 5.92543L5.25685 5.93301L16.8868 16.9214ZM19.2394 12.7902L3.86186 8.37086L3.85813 8.38387L19.2394 12.7902ZM19.0182 12.0454L8.58735 24.1779L8.59292 24.1826L8.5985 24.1874L19.0182 12.0454ZM17.4052 10.6586L1.46306 9.299L0.767522 17.4547L6.9743 22.791L17.4052 10.6586ZM17.4052 9.34102L6.9743 -2.79144L0.769629 2.54303L1.46269 10.6962L17.4052 9.34102ZM19.0182 7.95419L8.6106 -4.19821L8.59897 -4.18825L8.58735 -4.17826L19.0182 7.95419ZM19.2394 7.21008L3.85791 11.6156L3.86089 11.6261L3.8639 11.6365L19.2394 7.21008ZM16.8868 3.07889L5.24359 14.0533L5.25408 14.0644L5.26459 14.0755L16.8868 3.07889ZM16.1401 2.90035L21.6033 17.9388L21.6154 17.9344L16.1401 2.90035ZM14.1488 3.62376L4.90841 16.6857L11.7431 21.5208L19.612 18.6622L14.1488 3.62376ZM13.0239 2.96463L-2.72494 5.78855L-1.2741 13.8798L6.14851 17.4121L13.0239 2.96463ZM11.3432 1.57923L27.0917 -1.2466L25.1539 -12.0459L14.3818 -14.1296L11.3432 1.57923ZM11.7046 3.59305L27.4555 0.780848L27.453 0.767219L11.7046 3.59305ZM12.1314 4.12722L18.257 -10.6538L18.2332 -10.6636L18.2094 -10.6734L12.1314 4.12722ZM13.6022 4.98845L3.71465 17.5677L3.72441 17.5753L13.6022 4.98845ZM14.2714 5.09628L8.81564 -9.94483L8.79146 -9.93606L8.7673 -9.92721L14.2714 5.09628ZM16.1732 4.40644L28.3679 -5.95165L21.1698 -14.426L10.7175 -10.6347L16.1732 4.40644ZM17.7489 7.17295L28.181 19.3044L36.416 12.223L32.8744 1.9556L17.7489 7.17295ZM16.2084 8.49764L26.6243 20.643L26.6324 20.6361L26.6404 20.6291L16.2084 8.49764ZM15.9661 9.13964L31.821 6.9893L31.8198 6.98056L31.8186 6.97181L15.9661 9.13964ZM15.9661 10.8607L31.819 13.0254L31.82 13.0182L31.821 13.011L15.9661 10.8607ZM16.2084 11.5034L26.6372 -0.63089L26.6357 -0.632159L16.2084 11.5034ZM17.7489 12.8274L32.8741 18.0457L36.4176 7.77483L28.1777 0.693091L17.7489 12.8274ZM16.1739 15.5939L10.7132 30.6332L21.173 34.4311L28.3732 25.9465L16.1739 15.5939ZM14.2721 14.9033L19.7328 -0.135988L19.7215 -0.140085L19.7102 -0.144165L14.2721 14.9033ZM13.6022 15.0126L23.4817 27.5981L23.4981 27.5852L23.5144 27.5723L13.6022 15.0126ZM12.1314 15.8724L6.01892 1.08599L5.99566 1.0956L5.97243 1.10529L12.1314 15.8724ZM11.7046 16.4065L27.4534 19.2304L27.4555 19.2187L11.7046 16.4065ZM11.3432 18.4218L14.3611 34.1346L25.1526 32.062L27.092 21.2457L11.3432 18.4218ZM8.19247 18.4218L-7.5554 21.251L-5.61325 32.0613L5.17266 34.1342L8.19247 18.4218ZM7.83042 16.4065L-7.92146 19.2134L-7.91946 19.2246L-7.91745 19.2358L7.83042 16.4065ZM7.68456 16.084L-4.81471 26.0724L7.68456 16.084ZM7.40356 15.8724L13.5241 1.08932L13.5221 1.08851L7.40356 15.8724ZM5.93349 15.0126L-3.96685 27.5817L-3.95695 27.5895L-3.94703 27.5973L5.93349 15.0126ZM5.26432 14.9033L-0.154434 -0.151157L-0.174532 -0.143923L-0.19461 -0.136636L5.26432 14.9033ZM3.36177 15.5939L-8.83241 25.9525L-1.6327 34.428L8.8207 30.6338L3.36177 15.5939ZM1.78604 12.8274L-8.64597 0.69587L-16.8806 7.77694L-13.3397 18.044L1.78604 12.8274ZM3.32655 11.5027L-7.09039 -0.641772L-7.09793 -0.635303L-7.10547 -0.628825L3.32655 11.5027ZM3.56956 10.8614L19.4279 8.73692L19.4262 8.72399L19.4244 8.71105L3.56956 10.8614ZM3.56956 9.13964L-12.2845 6.98378L-12.2853 6.9893L3.56956 9.13964ZM3.32655 8.49764L-7.10547 20.6291L-7.09027 20.6422L-7.07503 20.6552L3.32655 8.49764ZM1.78604 7.17295L-13.3409 1.95985L-16.8785 12.2252L-8.64597 19.3044L1.78604 7.17295ZM3.36177 4.40644L8.81749 -10.6347L-1.6317 -14.4248L-8.82996 -5.95511L3.36177 4.40644ZM5.26362 5.09628L10.7526 -9.93273L10.736 -9.9388L10.7193 -9.94483L5.26362 5.09628ZM5.93279 4.98916L15.7812 17.599L15.8033 17.5818L15.8252 17.5645L5.93279 4.98916ZM7.40356 4.12722L1.30258 -10.6639L1.28782 -10.6578L1.27306 -10.6517L7.40356 4.12722ZM7.83042 3.59377L-7.91711 0.76259L-7.91929 0.774761L-7.92146 0.786936L7.83042 3.59377ZM8.19247 1.57994L5.15187 -14.1285L-5.61458 -12.0445L-7.55505 -1.25123L8.19247 1.57994ZM9.76749 5.66401V-10.336L9.75681 -10.336L9.76749 5.66401ZM5.49114 10.0002L-10.5089 9.99236V10.0002H5.49114ZM28.395 -1.96555C27.8344 -5.09565 26.3887 -8.02162 24.2016 -10.3819L0.729933 11.3686C-1.271 9.2093 -2.59178 6.53459 -3.10378 3.67577L28.395 -1.96555ZM24.2016 -10.3819C22.0124 -12.7442 19.1708 -14.4403 16.0052 -15.2325L8.23647 15.8101C5.33491 15.084 2.73286 13.53 0.729933 11.3686L24.2016 -10.3819ZM15.9893 -15.2365C11.9037 -16.2545 7.63265 -16.2545 3.54706 -15.2365L11.284 15.8141C10.2893 16.062 9.24709 16.062 8.25238 15.8141L15.9893 -15.2365ZM3.54807 -15.2367C0.379312 -14.4474 -2.46597 -12.7526 -4.65834 -10.3899L18.7988 11.3763C16.7929 13.538 14.1874 15.0909 11.283 15.8144L3.54807 -15.2367ZM-4.65834 -10.3899C-6.84872 -8.02932 -8.29683 -5.10178 -8.85862 -1.96962L22.6387 3.67984C22.1256 6.54053 20.8027 9.21669 18.7988 11.3763L-4.65834 -10.3899ZM-8.85877 -1.96882L-9.23703 0.140699L22.2606 5.78855L22.6389 3.67904L-8.85877 -1.96882ZM-0.365893 -11.4817C-1.58276 -10.9024 -2.74651 -10.2207 -3.845 -9.44473L14.6174 16.6922C14.2312 16.965 13.8205 17.2058 13.3895 17.411L-0.365893 -11.4817ZM10.8446 -11.4164L8.85328 -12.1391L-2.06353 17.9412L-0.0722208 18.6639L10.8446 -11.4164ZM8.87181 -12.1323C5.8032 -13.2503 2.47138 -13.4447 -0.71117 -12.6868L6.70233 18.4426C3.7848 19.1374 0.730351 18.9591 -2.08206 17.9345L8.87181 -12.1323ZM-0.71117 -12.6868C-3.89224 -11.9292 -6.75849 -10.2603 -8.9765 -7.91502L14.2729 14.0728C12.2433 16.2188 9.61838 17.7482 6.70233 18.4426L-0.71117 -12.6868ZM-8.97819 -7.91324C-11.8493 -4.87645 -13.9377 -1.19885 -15.0843 2.79866L15.6754 11.6215C15.4175 12.5207 14.9434 13.3636 14.2746 14.071L-8.97819 -7.91324ZM-15.0865 2.80646C-16.8675 9.02737 -14.9062 15.7854 -9.92874 20.0747L10.9608 -4.16632C15.5157 -0.241193 17.3036 5.93409 15.6776 11.6137L-15.0865 2.80646ZM-9.91486 20.0866L-8.30181 21.4735L12.56 -2.79144L10.9469 -4.17826L-9.91486 20.0866ZM-13.8196 8.05997C-13.9233 9.3511 -13.9233 10.6485 -13.8196 11.9396L18.0777 9.37752C18.111 9.79171 18.111 10.2079 18.0777 10.6221L-13.8196 8.05997ZM-8.30181 -1.47388L-9.91487 -0.0870536L10.9469 24.1779L12.56 22.791L-8.30181 -1.47388ZM-9.95219 -0.0548681C-14.8983 4.22415 -16.8698 10.9646 -15.0865 17.1938L15.6776 8.38661C17.306 14.0745 15.5077 20.2323 10.9842 24.1457L-9.95219 -0.0548681ZM-15.0841 17.2022C-13.9375 21.1993 -11.8493 24.8765 -8.97857 27.9131L14.275 5.92971C14.9435 6.63682 15.4174 7.47947 15.6752 8.37827L-15.0841 17.2022ZM-8.96161 27.931C-4.41629 32.7242 2.55004 34.4077 8.81093 32.1554L-2.02119 2.04451C3.71564 -0.0192621 10.0987 1.52573 14.258 5.9118L-8.96161 27.931ZM8.85804 32.1384L10.8494 31.415L-0.0769878 1.33814L-2.0683 2.06154L8.85804 32.1384ZM-3.84753 29.4432C-2.73485 30.2295 -1.56815 30.909 -0.365144 31.4817L13.3887 2.58825C13.8056 2.78671 14.2187 3.02631 14.6199 3.30985L-3.84753 29.4432ZM-9.23719 19.858L-8.85893 21.9682L22.639 16.3222L22.2608 14.212L-9.23719 19.858ZM-8.86371 21.9414C-7.72766 28.3418 -2.93357 33.641 3.59022 35.2469L11.2394 4.17462C17.2237 5.64778 21.6064 10.5042 22.6438 16.349L-8.86371 21.9414ZM3.54118 35.2348C7.62947 36.2549 11.9057 36.2554 15.9955 35.2344L8.24484 4.18719C9.24519 3.93746 10.291 3.93789 11.2885 4.18677L3.54118 35.2348ZM15.9641 35.2422C19.1388 34.4564 21.9902 32.762 24.1872 30.3973L0.743795 8.61644C2.75431 6.45246 5.36581 4.89971 8.27616 4.1794L15.9641 35.2422ZM24.1872 30.3973C26.3822 28.0348 27.8331 25.1031 28.395 21.9663L-3.1037 16.3241C-2.59042 13.4586 -1.26469 10.7782 0.743795 8.61644L24.1872 30.3973ZM28.3946 21.9682L28.7729 19.858L-2.7251 14.212L-3.10336 16.3222L28.3946 21.9682ZM19.8894 31.4871C21.1149 30.905 22.279 30.222 23.371 29.4518L4.92797 3.30125C5.30716 3.03382 5.7176 2.7922 6.15832 2.58284L19.8894 31.4871ZM8.68633 31.415L10.6776 32.1384L21.604 2.06154L19.6127 1.33814L8.68633 31.415ZM10.7118 32.1507C16.9733 34.4093 23.9613 32.7312 28.5167 27.9098L5.25685 5.93301C9.42766 1.51871 15.831 -0.0208714 21.5698 2.04917L10.7118 32.1507ZM28.5095 27.9174C31.3842 24.8789 33.4744 21.1979 34.6207 17.1966L3.85813 8.38387C4.1167 7.48128 4.59256 6.63516 5.26401 5.92543L28.5095 27.9174ZM34.617 17.2096C35.4982 14.1434 35.484 10.8887 34.5757 7.82995L3.89961 16.9393C3.06983 14.1449 3.05685 11.172 3.86187 8.37087L34.617 17.2096ZM34.5757 7.82995C33.667 4.76986 31.8937 2.01076 29.438 -0.0966289L8.5985 24.1874C6.35064 22.2584 4.7298 19.735 3.89961 16.9393L34.5757 7.82995ZM29.4491 -0.0870556L27.8361 -1.47388L6.9743 22.791L8.58735 24.1779L29.4491 -0.0870556ZM33.3473 12.0181C33.4619 10.6742 33.4616 9.32538 33.3477 7.98584L1.46269 10.6962C1.42348 10.235 1.42311 9.76745 1.46306 9.299L33.3473 12.0181ZM27.8361 21.4735L29.4491 20.0867L8.58735 -4.17826L6.9743 -2.79144L27.8361 21.4735ZM29.4259 20.1066C31.8867 17.9991 33.6639 15.2376 34.5745 12.1741L3.90085 3.05672C4.73293 0.257337 6.35768 -2.26875 8.6106 -4.19821L29.4259 20.1066ZM34.5745 12.1741C35.4847 9.1119 35.4986 5.85311 34.6149 2.78366L3.8639 11.6365C3.05649 8.83191 3.06918 5.85471 3.90085 3.05672L34.5745 12.1741ZM34.6209 2.80452C33.4747 -1.19744 31.3841 -4.87894 28.5089 -7.91772L5.26459 14.0755C4.59271 13.3654 4.11658 12.5188 3.85791 11.6156L34.6209 2.80452ZM28.5299 -7.89548C26.313 -10.2475 23.445 -11.9225 20.2604 -12.6839L12.8187 18.4387C9.89914 17.7407 7.27238 16.2057 5.24359 14.0533L28.5299 -7.89548ZM20.2604 -12.6839C17.0743 -13.4458 13.7377 -13.2528 10.6648 -12.1336L21.6154 17.9344C18.7988 18.9601 15.7398 19.1372 12.8187 18.4387L20.2604 -12.6839ZM10.6769 -12.1381L8.68563 -11.4146L19.612 18.6622L21.6033 17.9388L10.6769 -12.1381ZM23.3892 -9.43822C22.2876 -10.2175 21.1202 -10.9018 19.8993 -11.4828L6.14851 17.4121C5.71307 17.2049 5.29833 16.9616 4.90841 16.6857L23.3892 -9.43822ZM28.7727 0.140699L28.3944 -1.96882L-3.1032 3.67904L-2.72494 5.78855L28.7727 0.140699ZM-4.40527 4.40506L-4.04392 6.41889L27.453 0.767219L27.0917 -1.2466L-4.40527 4.40506ZM-4.04636 6.40526C-3.06241 11.9163 0.659461 16.7127 6.05341 18.9278L18.2094 -10.6734C23.1582 -8.64112 26.5575 -4.24887 27.4555 0.780849L-4.04636 6.40526ZM6.00586 18.9082C5.1794 18.5657 4.40909 18.1135 3.71465 17.5677L23.4897 -7.59076C21.8963 -8.84324 20.1364 -9.87489 18.257 -10.6538L6.00586 18.9082ZM3.72441 17.5753C8.20894 21.0946 14.2689 22.1372 19.7754 20.1198L8.7673 -9.92721C13.8216 -11.7789 19.3758 -10.8192 23.48 -7.59843L3.72441 17.5753ZM19.7271 20.1374L21.6289 19.4475L10.7175 -10.6347L8.81564 -9.94483L19.7271 20.1374ZM3.97854 14.7645C3.37622 14.0554 2.91962 13.2488 2.62348 12.3903L32.8744 1.9556C31.8787 -0.931008 30.3531 -3.61446 28.3679 -5.95165L3.97854 14.7645ZM7.31692 -4.95854L5.77641 -3.63385L26.6404 20.6291L28.181 19.3044L7.31692 -4.95854ZM5.79255 -3.6477C3.64984 -1.81011 2.02131 0.528265 1.03663 3.13717L30.9751 14.437C30.0752 16.8214 28.586 18.9606 26.6243 20.643L5.79255 -3.6477ZM1.03663 3.13717C0.052305 5.74511 -0.262907 8.55377 0.113661 11.3075L31.8186 6.97181C32.1626 9.48742 31.8747 12.0535 30.9751 14.437L1.03663 3.13717ZM0.111278 11.29C-0.00478041 10.4342 -0.00478041 9.56606 0.111278 8.71034L31.821 13.011C32.092 11.0127 32.092 8.98762 31.821 6.9893L0.111278 11.29ZM0.11324 8.69592C-0.262398 11.4468 0.0522363 14.2524 1.03456 16.858L30.9772 5.56917C31.8748 7.94999 32.1621 10.5128 31.819 13.0254L0.11324 8.69592ZM1.03456 16.858C2.01725 19.4645 3.64246 21.8013 5.78113 23.6389L26.6357 -0.632159C28.5934 1.04992 30.0793 3.18738 30.9772 5.56917L1.03456 16.858ZM5.77965 23.6376L7.32015 24.9616L28.1777 0.693091L26.6372 -0.63089L5.77965 23.6376ZM2.62381 7.60906C2.91915 6.75302 3.37429 5.94865 3.97459 5.24127L28.3732 25.9465C30.3555 23.6106 31.8791 20.9295 32.8741 18.0457L2.62381 7.60906ZM21.6346 0.554569L19.7328 -0.135988L8.81135 29.9426L10.7132 30.6332L21.6346 0.554569ZM19.7102 -0.144165C17.0375 -1.11007 14.1592 -1.37902 11.3477 -0.92044L16.499 30.6622C13.9216 31.0826 11.2832 30.836 8.83392 29.9508L19.7102 -0.144165ZM11.3477 -0.92044C8.53674 -0.461963 5.90428 0.705247 3.68994 2.45282L23.5144 27.5723C21.4873 29.1722 19.0757 30.2419 16.499 30.6622L11.3477 -0.92044ZM3.72266 2.42707C4.41724 1.88183 5.18929 1.42894 6.01892 1.08599L18.2439 30.6588C20.1273 29.8802 21.8883 28.8489 23.4817 27.5981L3.72266 2.42707ZM5.97243 1.10529C0.701272 3.30377 -3.05202 8.02512 -4.04636 13.5943L27.4555 19.2187C26.5471 24.3066 23.1164 28.6267 18.2904 30.6395L5.97243 1.10529ZM-4.04427 13.5826L-4.40562 15.5979L27.092 21.2457L27.4534 19.2304L-4.04427 13.5826ZM8.32537 2.70897C9.27728 2.52615 10.257 2.52576 11.2123 2.70935L5.17266 34.1342C8.20867 34.7177 11.327 34.7173 14.3611 34.1346L8.32537 2.70897ZM23.9403 15.5926L23.5783 13.5773L-7.91745 19.2358L-7.5554 21.251L23.9403 15.5926ZM23.5823 13.5997C23.0954 10.8674 21.9333 8.28483 20.1838 6.09554L-4.81471 26.0724C-6.41498 24.0698 -7.47674 21.7091 -7.92146 19.2134L23.5823 13.5997ZM20.1838 6.09554C18.4333 3.90499 16.1475 2.17548 13.5241 1.08932L1.28301 30.6554C-1.12094 29.6601 -3.21342 28.0762 -4.81471 26.0724L20.1838 6.09554ZM13.5221 1.08851C14.3488 1.43061 15.1193 1.8824 15.814 2.42785L-3.94703 27.5973C-2.35361 28.8483 -0.593994 29.8786 1.28496 30.6562L13.5221 1.08851ZM15.8338 2.44344C13.6226 0.701697 10.9956 -0.461791 8.19099 -0.919716L3.03439 30.6621C0.463695 30.2423 -1.94267 29.1761 -3.96685 27.5817L15.8338 2.44344ZM8.19099 -0.919716C5.38579 -1.37774 2.51376 -1.11155 -0.154434 -0.151157L10.6831 29.9578C8.23814 30.8378 5.6057 31.0819 3.03439 30.6621L8.19099 -0.919716ZM-0.19461 -0.136636L-2.09717 0.553921L8.8207 30.6338L10.7233 29.9433L-0.19461 -0.136636ZM15.5559 5.2352C16.1586 5.94469 16.6155 6.75173 16.9117 7.61072L-13.3397 18.044C-12.3439 20.9311 -10.8181 23.615 -8.83241 25.9525L15.5559 5.2352ZM12.2181 24.9589L13.7586 23.6342L-7.10547 -0.628825L-8.64597 0.69587L12.2181 24.9589ZM13.7435 23.6471C15.8801 21.8144 17.5054 19.4837 18.4909 16.8834L-11.4326 5.54382C-10.5322 3.16764 -9.04617 1.03581 -7.09039 -0.641772L13.7435 23.6471ZM18.4909 16.8834C19.4759 14.284 19.7959 11.484 19.4279 8.73692L-12.2888 12.9858C-12.6249 10.4767 -12.3327 7.91905 -11.4326 5.54382L18.4909 16.8834ZM19.4244 8.71105C19.5405 9.56678 19.5405 10.4342 19.4244 11.29L-12.2853 6.9893C-12.5563 8.98762 -12.5563 11.0134 -12.2853 13.0117L19.4244 8.71105ZM19.4237 11.2955C19.7983 8.54032 19.4805 5.73074 18.4933 3.1227L-11.4344 14.4512C-12.3366 12.0677 -12.6268 9.50074 -12.2845 6.98378L19.4237 11.2955ZM18.4933 3.1227C17.5057 0.513694 15.874 -1.82402 13.7281 -3.65995L-7.07503 20.6552C-9.03965 18.9744 -10.5317 16.8357 -11.4344 14.4512L18.4933 3.1227ZM13.7586 -3.63385L12.2181 -4.95854L-8.64597 19.3044L-7.10547 20.6291L13.7586 -3.63385ZM16.913 12.386C16.6161 13.2475 16.158 14.0567 15.5535 14.768L-8.82996 -5.95511C-10.8178 -3.61612 -12.345 -0.929902 -13.3409 1.95985L16.913 12.386ZM-2.09396 19.4476L-0.192102 20.1374L10.7193 -9.94483L8.81749 -10.6347L-2.09396 19.4476ZM-0.225359 20.1253C5.26654 22.1311 11.3043 21.0956 15.7812 17.599L-3.91566 -7.62068C0.180924 -10.8202 5.71432 -11.7728 10.7526 -9.93273L-0.225359 20.1253ZM15.8252 17.5645C15.1309 18.1108 14.3606 18.5633 13.5341 18.9062L1.27306 -10.6517C-0.606496 -9.87206 -2.36636 -8.83956 -3.95964 -7.58621L15.8252 17.5645ZM13.5045 18.9184C16.1327 17.8343 18.4231 16.1048 20.1773 13.9126L-4.80818 -6.0805C-3.20326 -8.08617 -1.10612 -9.67041 1.30258 -10.6639L13.5045 18.9184ZM20.1773 13.9126C21.9304 11.7217 23.0948 9.13621 23.5823 6.4006L-7.92146 0.786936C-7.47612 -1.71232 -6.41206 -4.07613 -4.80818 -6.0805L20.1773 13.9126ZM23.5779 6.42494L23.94 4.41112L-7.55505 -1.25123L-7.91711 0.76259L23.5779 6.42494ZM11.2331 17.2884C10.2716 17.4745 9.27718 17.4762 8.30459 17.288L14.3818 -14.1296C11.3271 -14.7205 8.19414 -14.7174 5.15187 -14.1285L11.2331 17.2884ZM9.75681 -10.336C4.31117 -10.3324 -0.865291 -8.13533 -4.64776 -4.29997L18.1362 18.1698C15.9574 20.3791 12.9557 21.6619 9.77817 21.664L9.75681 -10.336ZM-4.64776 -4.29997C-8.42292 -0.472028 -10.5063 4.6726 -10.5089 9.99236L21.4911 10.0079C21.4897 13.0283 20.3077 15.9679 18.1362 18.1698L-4.64776 -4.29997ZM-10.5089 10.0002C-10.5089 21.022 -1.63575 30.3356 9.76749 30.3356V-1.66441C16.4499 -1.66441 21.4911 3.76431 21.4911 10.0002H-10.5089ZM9.76749 30.3356C21.1673 30.3356 30.0445 21.0255 30.0445 10.0002H-1.95545C-1.95545 3.76085 3.08849 -1.66441 9.76749 -1.66441V30.3356ZM30.0445 10.0002C30.0445 -1.01757 21.1748 -10.336 9.76749 -10.336V21.664C3.08238 21.664 -1.95545 16.2333 -1.95545 10.0002H30.0445ZM9.76749 23.093C2.3049 23.093 -3.36564 17.0218 -3.36564 9.99944H28.6344C28.6344 -0.230777 20.3956 -8.90704 9.76749 -8.90704V23.093ZM-3.36564 9.99944C-3.36564 2.98735 2.29475 -3.09266 9.76749 -3.09266V28.9073C20.4058 28.9073 28.6344 20.2194 28.6344 9.99944H-3.36564ZM9.76749 -3.09266C17.2326 -3.09266 22.9006 2.98106 22.9006 10.0002H-9.09938C-9.09938 20.2285 -0.863177 28.9073 9.76749 28.9073V-3.09266ZM22.9006 10.0002C22.9006 17.0218 17.2308 23.093 9.76749 23.093V-8.90704C-0.859936 -8.90704 -9.09938 -0.230771 -9.09938 10.0002H22.9006Z' fill='white' mask='url(%23path-1-inside-1_7496_47751)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7496_47751'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.111328)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a.color-customizer-link::before {
  content: url("data:image/svg+xml,%0A%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7496_47760)'%3E%3Cpath d='M11.362 5.83333C11.5921 5.83333 11.7786 5.64679 11.7786 5.41667C11.7786 5.18655 11.5921 5 11.362 5C11.1319 5 10.9453 5.18655 10.9453 5.41667C10.9453 5.64679 11.1319 5.83333 11.362 5.83333Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.694 9.16732C14.9241 9.16732 15.1107 8.98077 15.1107 8.75065C15.1107 8.52053 14.9241 8.33398 14.694 8.33398C14.4639 8.33398 14.2773 8.52053 14.2773 8.75065C14.2773 8.98077 14.4639 9.16732 14.694 9.16732Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.19401 6.66732C7.42413 6.66732 7.61068 6.48077 7.61068 6.25065C7.61068 6.02053 7.42413 5.83398 7.19401 5.83398C6.96389 5.83398 6.77734 6.02053 6.77734 6.25065C6.77734 6.48077 6.96389 6.66732 7.19401 6.66732Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.52799 10.8333C5.75811 10.8333 5.94466 10.6468 5.94466 10.4167C5.94466 10.1865 5.75811 10 5.52799 10C5.29788 10 5.11133 10.1865 5.11133 10.4167C5.11133 10.6468 5.29788 10.8333 5.52799 10.8333Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.1107 1.66602C5.52734 1.66602 1.77734 5.41602 1.77734 9.99935C1.77734 14.5827 5.52734 18.3327 10.1107 18.3327C10.8823 18.3327 11.484 17.711 11.484 16.926C11.484 16.5618 11.334 16.2302 11.1198 15.9885C10.8782 15.7477 10.7548 15.4452 10.7548 15.051C10.7517 14.8676 10.7855 14.6854 10.8542 14.5154C10.923 14.3453 11.0252 14.1908 11.1549 14.0611C11.2846 13.9314 11.4391 13.8291 11.6092 13.7604C11.7793 13.6917 11.9614 13.6579 12.1448 13.661H13.8082C16.3507 13.661 18.4373 11.5752 18.4373 9.03268C18.4148 5.00935 14.6615 1.66602 10.1107 1.66602Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7496_47760'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.111328)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a.permission-link::before {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.86655 1.63697L9.88897 1.60333L9.9057 1.56652C9.91012 1.5568 9.92293 1.53846 9.94803 1.52232C9.97243 1.50664 9.99773 1.5 10.0183 1.5C10.066 1.5 10.106 1.5173 10.139 1.58323C10.2456 1.79651 11.6938 4.5957 16.5112 5.09309C16.5543 5.09875 16.5913 5.11958 16.6139 5.14376C16.6348 5.16607 16.6365 5.18199 16.6359 5.19146L16.6351 5.20613V5.22082V9.87697C16.6351 12.4059 15.1136 14.506 13.4753 16.0289C11.8825 17.5093 10.2537 18.3739 10.059 18.4773C10.0546 18.4796 10.051 18.4816 10.048 18.4831L10.0179 18.4992C10.0152 18.4994 10.0123 18.4996 10.0094 18.4998C10.0073 18.4992 10.0046 18.4985 10.0011 18.4974C9.99171 18.4946 9.97927 18.4904 9.96205 18.4839C9.95088 18.4797 9.93936 18.4752 9.92622 18.47C9.67957 18.3385 8.08439 17.4747 6.52385 16.022C4.88487 14.4963 3.36377 12.3962 3.36377 9.87697V5.23975C3.36377 5.19293 3.37958 5.1602 3.39944 5.13804C3.41964 5.11549 3.44922 5.09816 3.48763 5.09309C5.88004 4.84607 7.45501 4.0288 8.44965 3.23359C8.9452 2.83741 9.29173 2.45072 9.52162 2.15104C9.73923 1.86737 9.88359 1.6114 9.86655 1.63697ZM9.74707 18.0499L9.99942 18.1975L10.2518 18.0499C10.8833 17.6807 12.3933 16.7367 13.7512 15.3543C15.1013 13.9799 16.3669 12.1044 16.3669 9.87697V5.78864V5.355L15.9376 5.29367C12.7684 4.84091 11.1331 3.36558 10.3847 2.46055L9.99942 1.99458L9.61409 2.46055C8.8657 3.36558 7.23048 4.84091 4.0612 5.29367L3.63191 5.355V5.78864V9.87697C3.63191 12.1135 4.89718 13.9891 6.24792 15.3617C7.60614 16.742 9.11647 17.6813 9.74707 18.0499Z" fill="white" stroke="white"/><path d="M9.8561 10.2562V9.87429L9.48766 9.7738C8.65445 9.54657 8.03906 8.7905 8.03906 7.89026C8.03906 6.82745 8.90884 5.94672 10.0031 5.92969C11.0881 5.93155 11.9602 6.80478 11.9602 7.89026C11.9602 8.7905 11.3448 9.54657 10.5116 9.7738L10.1432 9.87429V10.2562V12.8114V13.3114H10.6432H11.4381C11.5216 13.3114 11.5816 13.3714 11.5816 13.4549C11.5816 13.5384 11.5216 13.5985 11.4381 13.5985H10.6432H10.1432V14.0985V14.8177C10.1432 14.9012 10.0831 14.9612 9.99963 14.9612C9.91615 14.9612 9.8561 14.9012 9.8561 14.8177V10.2562ZM9.99963 9.56376C10.9193 9.56376 11.6731 8.80993 11.6731 7.89026C11.6731 6.97058 10.9193 6.21675 9.99963 6.21675C9.07995 6.21675 8.32613 6.97058 8.32613 7.89026C8.32613 8.80993 9.07995 9.56376 9.99963 9.56376Z" fill="white" stroke="white"/></svg>');
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a.leanrmore-link::before {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3319_11051)"><path d="M9.9982 0.384766C4.68297 0.384766 0.382812 4.69934 0.382812 10.0001C0.382812 15.2887 4.66743 19.6155 9.9982 19.6155C15.3116 19.6155 19.6136 15.3023 19.6136 10.0001C19.6136 4.70277 15.316 0.384766 9.9982 0.384766ZM16.7881 15.6698C16.0355 15.283 15.1825 14.9808 14.3537 14.7656C14.7421 13.4404 14.9628 11.945 14.994 10.3848H18.836C18.752 12.3251 18.0342 14.179 16.7881 15.6698ZM3.20827 15.6698C1.9622 14.179 1.24439 12.3251 1.16039 10.3848H5.00235C5.03358 11.945 5.25431 13.4404 5.6427 14.7656C4.81304 14.9813 3.97443 15.2776 3.20827 15.6698ZM3.20827 4.33046C3.9732 4.72234 4.81427 5.019 5.6427 5.23465C5.25431 6.55992 5.03358 8.05523 5.00235 9.61553H1.16039C1.24439 7.67511 1.9622 5.82127 3.20827 4.33046ZM14.116 4.50284C13.7265 3.41715 13.1469 2.2833 12.336 1.4698C13.8037 1.87296 15.1557 2.65103 16.2475 3.74007C15.5802 4.06215 14.8147 4.32815 14.116 4.50284ZM10.3828 4.99569V1.19196C11.322 1.376 12.2105 2.2305 12.9177 3.64503C13.0795 3.96857 13.2272 4.31296 13.3606 4.67496C12.3803 4.87169 11.3746 4.97469 10.3828 4.99569ZM9.61358 4.99569C8.61339 4.97453 7.60497 4.86984 6.63577 4.67496C6.76912 4.31292 6.91689 3.96853 7.07862 3.64503C7.78589 2.2305 8.67435 1.37596 9.61358 1.19196V4.99569ZM9.61358 5.76507V9.61553H5.7717C5.80289 8.1105 6.01685 6.67388 6.39231 5.40938C7.38858 5.61557 8.4787 5.742 9.61358 5.76507ZM9.61358 10.3848V14.2352C8.5417 14.257 7.43785 14.3736 6.39235 14.5909C6.01685 13.3264 5.80289 11.8898 5.7717 10.3848H9.61358ZM9.61358 15.0046V18.8083C8.67435 18.6243 7.78589 17.7698 7.07862 16.3553C6.91685 16.0317 6.76912 15.6873 6.63577 15.3253C7.56762 15.1372 8.58166 15.0265 9.61358 15.0046ZM10.3828 15.0046C11.4124 15.0264 12.4223 15.1363 13.3606 15.3253C13.2272 15.6873 13.0795 16.0317 12.9177 16.3553C12.2105 17.7698 11.322 18.6243 10.3828 18.8083V15.0046ZM10.3828 14.2352V10.3848H14.2247C14.1935 11.8898 13.9796 13.3264 13.604 14.5909C12.6137 14.3852 11.5162 14.2583 10.3828 14.2352ZM10.3828 9.61553V5.76507C11.5305 5.74173 12.6164 5.6135 13.6041 5.40938C13.9796 6.67384 14.1935 8.1105 14.2247 9.61553H10.3828ZM5.88043 4.50284C5.15927 4.32073 4.41654 4.0628 3.74885 3.74007C4.84066 2.65103 6.19266 1.87296 7.66043 1.4698C6.84827 2.2845 6.26893 3.4198 5.88043 4.50284ZM5.88043 15.4975C6.26877 16.5802 6.8482 17.7158 7.66043 18.5305C6.19266 18.1273 4.84066 17.3492 3.74885 16.2602C4.41754 15.9368 5.16062 15.6801 5.88043 15.4975ZM14.1159 15.4975C14.8052 15.6697 15.5805 15.9374 16.2475 16.2602C15.1557 17.3492 13.8037 18.1273 12.336 18.5305C13.1482 17.7157 13.7277 16.5801 14.1159 15.4975ZM14.994 9.61553C14.9628 8.05523 14.7421 6.55992 14.3537 5.23465C15.1964 5.0158 16.0404 4.71392 16.7881 4.3305C18.0342 5.82127 18.752 7.67515 18.836 9.61557H14.994V9.61553Z" fill="white"/></g><defs><clipPath id="clip0_3319_11051"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part ul li a.knowledge-base-link::before {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10333_8414)"><path d="M19.6947 8.30833L19.7 8.30548C19.7809 8.3028 19.8577 8.26447 19.9143 8.19853C19.9709 8.1326 20.0028 8.0442 20.0034 7.95194C20.0039 7.90532 19.9962 7.85907 19.9809 7.81585C19.9656 7.77263 19.9429 7.73331 19.9141 7.70017C19.8854 7.66702 19.8512 7.64071 19.8134 7.62275C19.7757 7.60479 19.7353 7.59555 19.6944 7.59555C19.6062 7.56347 19.375 7.12975 19.375 6.34819C19.375 5.56663 19.6066 5.1329 19.6947 5.10083L19.6991 5.09833C19.7757 5.0921 19.8477 5.05387 19.9012 4.99093C19.9547 4.928 19.986 4.84478 19.9891 4.75719C19.9922 4.6696 19.9669 4.58378 19.918 4.51614C19.8691 4.4485 19.8 4.40378 19.7241 4.39054L9.6525 3.03983C9.26044 2.98672 8.86425 2.98672 8.47219 3.03983L1.21281 4.03415H1.20812C0.620312 4.08048 0.3125 5.0406 0.3125 5.9918C0.292054 6.55737 0.422834 7.11668 0.6875 7.59555C0.422743 8.07437 0.291955 8.63371 0.3125 9.1993C0.295715 9.7437 0.414929 10.2823 0.65625 10.7524C0.224687 11.2478 0 12.2757 0 13.2978C0 14.7027 0.422188 16.125 1.22938 16.1489L11.8384 17.5723C11.8506 17.5739 11.8628 17.5746 11.875 17.5744C11.8874 17.5745 11.8998 17.5737 11.9122 17.5719L14.375 17.2348V18.6436C14.375 18.7216 14.3974 18.7974 14.4387 18.8594C14.4801 18.9215 14.5382 18.9664 14.6041 18.9872C14.6313 18.9956 14.6593 18.9999 14.6875 19C14.7414 19 14.7944 18.9841 14.8414 18.9538C14.8883 18.9235 14.9275 18.8799 14.9553 18.8272L15.6537 17.4996L16.3125 18.5011C16.3519 18.5609 16.4067 18.6051 16.4693 18.6274C16.5319 18.6497 16.5991 18.649 16.6613 18.6253C16.7235 18.6017 16.7777 18.5563 16.816 18.4956C16.8544 18.4349 16.875 18.362 16.875 18.2872V16.893L19.7247 16.5028C19.8038 16.492 19.8764 16.4472 19.9275 16.3775C19.9786 16.3078 20.0045 16.2184 19.9997 16.1276C19.995 16.0369 19.96 15.9517 19.902 15.8894C19.8439 15.8271 19.7672 15.7924 19.6875 15.7925C19.4688 15.7925 19.0625 14.9806 19.0625 13.6542C19.0625 12.3391 19.4463 11.5778 19.6875 11.5158C19.7708 11.5161 19.8508 11.4788 19.91 11.412C19.9692 11.3452 20.0028 11.2544 20.0034 11.1594C20.0041 11.0723 19.9765 10.988 19.9259 10.9227C19.8753 10.8575 19.8053 10.8158 19.7294 10.8059C19.717 10.8042 19.7046 10.8033 19.6922 10.8031C19.6025 10.7638 19.375 10.3312 19.375 9.55569C19.375 8.77163 19.6066 8.3404 19.6947 8.30833ZM10.0897 16.6197C9.79469 15.9448 9.65622 15.195 9.6875 14.4418C9.66463 13.7186 9.78792 12.9992 10.0478 12.3391L11.0769 12.477C10.758 13.1684 10.6023 13.9425 10.625 14.7233C10.6144 15.4148 10.7315 16.1011 10.9688 16.7376L10.0897 16.6197ZM8.82844 16.4504C8.54318 15.7791 8.40884 15.0374 8.4375 14.2921C8.41241 13.5628 8.53943 12.8372 8.80813 12.1748L9.3925 12.2532C9.15991 12.9517 9.04786 13.6948 9.0625 14.4418C9.05273 15.1496 9.15292 15.8537 9.35844 16.5217L8.82844 16.4504ZM3.77719 15.7733C3.53919 15.1314 3.42546 14.4384 3.44375 13.7418C3.40722 12.9684 3.55769 12.1984 3.87875 11.5158L8.11719 12.0836C8.12656 12.0836 8.135 12.09 8.14437 12.09C8.14677 12.0901 8.14917 12.0901 8.15156 12.09C7.91453 12.792 7.79938 13.5399 7.8125 14.2921C7.80346 14.993 7.90138 15.6904 8.10188 16.3531L3.77719 15.7733ZM2.52938 15.6061C2.289 14.9628 2.17447 14.2675 2.19375 13.5686C2.15674 12.7968 2.30589 12.0281 2.625 11.3462L3.20688 11.4242C2.93263 12.1555 2.79982 12.9457 2.8175 13.7408C2.81019 14.3978 2.89458 15.052 3.0675 15.6788L2.52938 15.6061ZM1.25687 10.4467C1.16875 10.4146 0.9375 9.98086 0.9375 9.1993C0.9375 8.42451 1.16438 7.99257 1.2475 7.95408L2.72781 8.1508C2.73312 8.1508 2.73719 8.15544 2.74219 8.15615L9.02781 8.99723C8.88795 9.46348 8.82038 9.95396 8.82812 10.4467C8.82731 10.7919 8.85969 11.1362 8.92469 11.4734L8.32687 11.3936C8.18017 10.9801 8.11139 10.536 8.125 10.0903C8.12471 9.87739 8.14568 9.66515 8.1875 9.45768C8.19673 9.41207 8.198 9.36484 8.19123 9.31867C8.18445 9.27251 8.16977 9.22831 8.14802 9.18862C8.12627 9.14892 8.09788 9.1145 8.06447 9.08732C8.03105 9.06013 7.99327 9.04072 7.95328 9.03019C7.91329 9.01966 7.87187 9.01822 7.83139 9.02594C7.79091 9.03367 7.75216 9.05041 7.71735 9.07521C7.68254 9.10002 7.65236 9.1324 7.62853 9.1705C7.60469 9.20861 7.58767 9.2517 7.57844 9.29731C7.52616 9.55741 7.49985 9.82342 7.5 10.0903C7.49662 10.4994 7.54236 10.9071 7.63594 11.302L3.76469 10.7831H3.75813L2.5125 10.6156H2.50437L1.25687 10.4467ZM3.0125 4.9825L4.22594 5.14466H4.22906L11.1728 6.07804C11.0105 6.49985 10.9302 6.95677 10.9375 7.41735C10.935 7.80537 10.9904 8.19105 11.1016 8.5578L4.33813 7.65221C4.25498 7.28458 4.21484 6.90602 4.21875 6.52638C4.21831 6.30335 4.23031 6.08051 4.25469 5.85922C4.25994 5.81279 4.25712 5.76564 4.2464 5.72046C4.23567 5.67527 4.21725 5.63294 4.19217 5.59587C4.1671 5.55881 4.13588 5.52774 4.10027 5.50443C4.06467 5.48113 4.0254 5.46606 3.98469 5.46007C3.94398 5.45407 3.90263 5.45729 3.86301 5.46952C3.82339 5.48175 3.78627 5.50276 3.75377 5.53136C3.72127 5.55995 3.69402 5.59556 3.67359 5.63616C3.65316 5.67677 3.63994 5.72156 3.63469 5.76799C3.60693 6.01954 3.59326 6.27285 3.59375 6.52638C3.59282 6.87464 3.62139 7.22219 3.67906 7.56419L2.98156 7.47081C2.85776 7.05214 2.8005 6.61162 2.8125 6.16999C2.81216 5.76324 2.88005 5.36017 3.0125 4.9825ZM11.875 6.16999C11.8873 6.17004 11.8996 6.16921 11.9119 6.1675L18.9119 5.21059C18.8017 5.57658 18.747 5.96126 18.75 6.34819C18.7425 6.80974 18.8232 7.26761 18.9866 7.68999L11.8784 8.66151C11.7878 8.62052 11.5625 8.19179 11.5625 7.41735C11.5625 6.63579 11.7937 6.20207 11.875 6.16999ZM9.59375 11.5629C9.49664 11.2013 9.4492 10.8248 9.45312 10.4467C9.43107 9.97827 9.50959 9.51083 9.68188 9.0849L11.1737 9.28448C11.0107 9.70646 10.9301 10.1638 10.9375 10.6249C10.935 11.0129 10.9904 11.3986 11.1016 11.7653L9.59375 11.5629ZM11.8794 11.8694C11.7881 11.8284 11.5625 11.3996 11.5625 10.6249C11.5625 9.84329 11.7937 9.40957 11.875 9.37749C11.8874 9.37756 11.8998 9.37673 11.9122 9.375L18.9122 8.41809C18.8019 8.78406 18.7471 9.16874 18.75 9.55569C18.7439 10.0176 18.8271 10.4754 18.9937 10.8964L11.8794 11.8694ZM8.54625 3.74655C8.88932 3.70022 9.23599 3.70022 9.57906 3.74655L17.0416 4.74729L11.875 5.45472L4.30219 4.43687H4.29906L3.9025 4.38377L8.54625 3.74655ZM1.24594 4.74444L2.37344 4.89519C2.25056 5.30561 2.18774 5.7363 2.1875 6.16999C2.18457 6.57642 2.2237 6.98182 2.30406 7.37779L1.25687 7.23916C1.16875 7.20708 0.9375 6.77336 0.9375 5.9918C0.9375 5.22271 1.16125 4.79077 1.24594 4.74622V4.74444ZM1.25 15.4361C1.03125 15.4361 0.625 14.6243 0.625 13.2978C0.625 11.9791 1.02437 11.1716 1.24531 11.1612L1.95594 11.2564C1.68332 11.9867 1.55128 12.7752 1.56875 13.5686C1.5617 14.2271 1.64705 14.8825 1.82156 15.5102L1.28656 15.439C1.27444 15.4371 1.26223 15.4362 1.25 15.4361ZM15.875 16.6478C15.8446 16.6006 15.8043 16.5628 15.7578 16.5379C15.7113 16.513 15.66 16.5018 15.6088 16.5053C15.5579 16.5086 15.5086 16.5261 15.465 16.5561C15.4214 16.5862 15.3849 16.628 15.3587 16.6778L15 17.357V14.2999L16.25 14.1282V17.2181L15.875 16.6478ZM16.875 16.1749V14.0423L17.0712 14.0152C17.1536 14.004 17.2287 13.9559 17.2799 13.8816C17.3312 13.8073 17.3545 13.7128 17.3447 13.6189C17.3349 13.525 17.2927 13.4394 17.2276 13.3809C17.1624 13.3224 17.0795 13.2958 16.9972 13.307L16.5284 13.3719H16.5262L14.6512 13.6285C14.6478 13.6285 14.645 13.6314 14.6416 13.6317L14.2522 13.6855C14.1731 13.6962 14.1007 13.741 14.0496 13.8105C13.9984 13.8801 13.9725 13.9693 13.9771 14.06C13.9817 14.1506 14.0164 14.2358 14.0742 14.2982C14.132 14.3606 14.2085 14.3955 14.2881 14.3958C14.3005 14.3959 14.3128 14.395 14.325 14.3933L14.375 14.3862V16.517L11.875 16.8592L11.8475 16.8556C11.6319 16.7961 11.25 16.0359 11.25 14.7233C11.25 13.3969 11.6562 12.585 11.875 12.585C11.8874 12.5851 11.8998 12.5842 11.9122 12.5825L18.7812 11.6434C18.5443 12.2788 18.4272 12.9638 18.4375 13.6542C18.4149 14.4343 18.5698 15.2078 18.8872 15.8994L16.875 16.1749Z" fill="white"/></g><defs><clipPath id="clip0_10333_8414"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part .left-header ul li a {
  padding: 10px;
  border-radius: 4px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part .left-header ul li.active a {
  background-color: #5C63C4;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part .left-header ul li + li {
  margin-left: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .header-part .right-header ul li:not(:last-child) a {
  border-right: 1px solid #ffffff;
  padding-right: 20px;
  margin-right: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 84px;
  position: relative;
  background: #f7f6f9;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .access-control-form-notice {
  background: #FFFDEE;
  border: 1px solid #D8D9DB;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .access-control-form-notice h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .access-control-form-notice p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .access-control-form-notice a.action-button {
  text-decoration: none;
  border: 1px solid #B9D1FF;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px 18px;
  color: #0167FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-right: 24px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .access-control-form-notice button.access-control-notice-close {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-style: none;
  background-image: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.88431 6.72036L8.59661 10.4327L9.65727 9.372L5.94497 5.6597L9.65728 1.94739L8.59662 0.886727L4.88431 4.59904L1.17199 0.886719L0.111328 1.94738L3.82365 5.6597L0.111337 9.37201L1.172 10.4327L4.88431 6.72036Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper {
  background-color: #EBEBF4;
  border: 1px solid #D8D9DB;
  border-radius: 8px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-header-part h4 {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 16px;
  margin-top: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-header-part p {
  color: #757575;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-header-part > *:last-child {
  margin-bottom: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-form-part .col-lg-4 svg {
  padding: 30px 52px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part {
  margin-bottom: 30px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card {
  margin-top: 0;
  border: 1px solid #D8D9DB;
  background: #FFFDEE;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body {
  height: 100%;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-title {
  margin-bottom: 16px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-title .image {
  width: 32px;
  height: 32px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-title .title {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-text {
  margin-bottom: 16px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-text > * {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-text > *:last-child {
  margin-bottom: 0;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-link-wrapper {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .card-part .card .card-body .card-link-wrapper .card-link {
  display: block;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 16px;
  background-color: #EBEBF4;
  border: 1px solid #D8D9DB;
  border-radius: 6px;
  box-shadow: 0px 1px 6px 0px rgba(198, 224, 255, 0.1490196078);
  text-decoration: none;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .footer-part {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper .content-footer-part .footer-part a {
  color: #000000;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper > * {
  padding: 32px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .wrapper > *:not(:last-child) {
  border-bottom: 1px solid #D8D9DB;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .content-header {
  background-image: url(../../images/banner-image-1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 250px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .content-header h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.access-control-settings-admin-page #wpwrap #wpcontent #wpbody #wpbody-content .access-control-settings-wrapper .access-control-settings-container .content-part .content-header p {
  padding-left: 15px;
  padding-right: 15px;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.access-control-settings-admin-page #wpwrap #wpfooter {
  display: none;
}

div.access-control-switch-notice {
  background-color: #EBEBF4;
  border: 1px solid #D8D9DB;
  border-left: 4px solid #00a32a;
  position: relative;
}
div.access-control-switch-notice .wrapper {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
}
div.access-control-switch-notice .wrapper .part-img {
  flex: 0 0 100px;
}
div.access-control-switch-notice .wrapper .part-text {
  flex: 1;
}
div.access-control-switch-notice .wrapper .part-text h4 {
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 6px;
}
div.access-control-switch-notice .wrapper .part-text p {
  color: #0C0C0C;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
div.access-control-switch-notice .wrapper .part-text .button-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
div.access-control-switch-notice .wrapper .part-text .button-group .button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #D8D9DB;
}
div.access-control-switch-notice .wrapper .part-text .button-group .button-primary {
  background-color: #5C63C4;
  color: #FFFFFF;
}
div.access-control-switch-notice .wrapper .part-text .button-group .button-secondary {
  background-color: #FFFFFF;
  color: #000000;
}/*# sourceMappingURL=access-control-admin.css.map */