@charset "UTF-8";
/* Example of use is at the bottom of file */
/*

  Example:

    input {
      color: $c-black;

      @include placeholder() {
        color: $c-black;
      }
    }

  Result:

    input {
      color: $c-black;
    }

    input::-webkit-input-placeholder {
      color: $c-black;
    }

    input::-moz-placeholder {
      color: $c-black;
    }

    input:-ms-input-placeholder {
      color: $c-black;
    }

    input:-moz-placeholder {
      color: $c-black;
    }

*/
@keyframes dotsLoading {
  0%, 100% {
    content: "...";
  }
  25% {
    content: " ..";
  }
  50% {
    content: ". .";
  }
  75% {
    content: ".. ";
  }
}
@font-face {
  font-family: "webpc-icomoon";
  src: url("../../fonts/icons/icomoon.eot?ver=14720570");
  src: url("../../fonts/icons/icomoon.woff?ver=14720570") format("woff"), url("../../fonts/icons/icomoon.eot?ver=14720570#iefix") format("embedded-opentype"), url("../../fonts/icons/icomoon.ttf?ver=14720570") format("truetype"), url("../../fonts/icons/icomoon.svg?ver=14720570#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.webpcPage {
  margin: 0;
  padding: 0 20px 0 0;
  color: #101517;
  overflow: hidden;
  /* ---
    Reset
  --- */
  /* ---
    Alert
  --- */
  /* ---
    Grid
  --- */
  /* ---
    Widget
  --- */
}
.webpcPage *,
.webpcPage *:before,
.webpcPage *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.webpcPage *[hidden] {
  display: none !important;
}
.webpcPage__headline {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #11f3af;
  line-height: 0;
  z-index: 1;
}
.webpcPage__headline img {
  max-width: 100%;
}
.webpcPage__headline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/logo-bg.png");
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
.webpcPage__alert {
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #ffffff;
  background-color: #00a32a;
}
.webpcPage__columns {
  margin: 0 -30px;
  overflow: hidden;
}
.webpcPage__column {
  float: left;
  padding: 0 30px;
}
.webpcPage__column--large {
  width: 66.666%;
}
.webpcPage__column--small {
  width: 33.333%;
}
.webpcPage__widget {
  background-color: #ffffff;
}
.webpcPage__widget + .webpcPage__widget {
  margin-top: 60px;
}
.webpcPage__widget--border {
  border: 1px solid #11f3af;
  border-top: 0;
}
.webpcPage__widgetTitle {
  position: relative;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcde;
  z-index: 1;
}
.webpcMenu + .webpcPage__widget .webpcPage__widgetTitle {
  display: none;
}

.webpcPage__widgetTitle--error {
  font-weight: 400;
  color: #ffffff;
  background-color: #d63638;
  border-color: transparent;
}
.webpcPage__widgetTitle--logo {
  background-color: #11f3af;
  border-color: transparent;
}
.webpcPage__widgetTitle--logo:before {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 30px;
  line-height: 1;
}
.webpcPage__widgetTitle--logo:before {
  content: "\e902" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcPage__widgetTitle--logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/logo-bg.png");
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
.webpcPage__widgetRow {
  padding-bottom: 10px;
}
.webpcPage__widgetRow:last-child {
  padding-bottom: 0;
}
.webpcPage__widgetRow > .webpcButton {
  margin: 10px 0;
}
.webpcPage__widgetRow--option + .webpcPage__widgetRow--option {
  padding-top: 10px;
  border-top: 1px solid #f0f0f1;
}
.webpcPage__widgetRow--option + .webpcPage__widgetRow--noBorder {
  margin-top: -10px;
  padding-top: 0;
  border-top: 0;
}
.webpcPage__widgetColumns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.webpcPage__widgetColumn {
  width: 50%;
  padding: 0 10px;
}
.webpcPage__widgetColumn:first-child:last-child {
  flex: 1;
}
.webpcPage__widgetNotice {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #2271b1;
}
.webpcPage__widgetNotice p {
  font-size: 1.2rem;
  color: #ffffff;
}
.webpcPage__widgetNotice p + p {
  margin-top: 0;
}
.webpcPage__widgetNotice p a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.webpcPage__footer {
  margin-top: 30px;
}
.webpcPage__footerLogo {
  text-align: center;
}
.webpcPage__footerLogo:before {
  font-size: 50px;
  line-height: 1;
  color: #dcdcde;
}
.webpcPage__footerLogo:before {
  content: "\e902" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcPage__footerContent {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}
.webpcPage__footerIcon {
  display: inline-block;
  padding: 0 3px;
}
.webpcPage__footerIcon--heart {
  color: #d63638;
}
.webpcPage__footerIcon--heart:before {
  content: "\e901" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcPage__footerIcon--stars {
  color: #f0c33c;
}
.webpcPage__footerIcon--stars:before {
  content: "\e903" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wp-admin-bar-webpc-menu .ab-icon:before {
  content: "\e900" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.notice[data-notice=webp-converter-for-media] {
  padding: 0 8px 0 0 !important;
  z-index: 1;
}
.notice[data-notice=webp-converter-for-media] ~ .notice[data-notice=webp-converter-for-media] {
  display: none;
}

.notice[data-notice=webp-converter-for-media] .notice-dismiss {
  z-index: 1;
}

.webpcButton {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
  background-color: #ffffff;
  text-decoration: none !important;
  opacity: 1 !important;
  box-sizing: border-box;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid transparent;
  transition: color 0.3s !important;
  z-index: 10;
  cursor: pointer;
}
p > .webpcButton {
  margin: 6px 0;
}

.webpcButton:before {
  float: left;
  margin-right: 10px;
  font-family: dashicons;
  font-size: 20px;
  line-height: 1.1;
}
.webpcButton:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.3s;
  z-index: -1;
}
.webpcButton:hover:after {
  width: 100%;
}
.webpcButton[disabled] {
  pointer-events: none;
  opacity: 0.5 !important;
}
.webpcButton--small {
  min-width: initial;
  padding: 4px 20px;
  font-size: 12px;
  line-height: 1.6666666667;
}
.webpcButton--blue:hover, .webpcButton--red:hover, .webpcButton--gray:hover {
  color: #ffffff !important;
}
.webpcButton--blue {
  color: #2271b1 !important;
  border-color: #2271b1;
}
.webpcButton--blue:after {
  background-color: #2271b1;
}
.webpcButton--blue.webpcButton--bg {
  background-color: #2271b1;
}
.webpcButton--blue.webpcButton--bg:after {
  background-color: #135e96;
}
.webpcButton--red {
  color: #d63638 !important;
  border-color: #d63638;
}
.webpcButton--red:after {
  background-color: #d63638;
}
.webpcButton--red.webpcButton--bg {
  background-color: #d63638;
}
.webpcButton--red.webpcButton--bg:after {
  background-color: #b32d2e;
}
.webpcButton--gray {
  color: #c3c4c7 !important;
  border-color: #c3c4c7;
}
.webpcButton--gray:after {
  background-color: #c3c4c7;
}
.webpcButton--gray.webpcButton--bg {
  background-color: #c3c4c7;
}
.webpcButton--gray.webpcButton--bg:after {
  background-color: #a7aaad;
}
.webpcButton--bg {
  color: #ffffff !important;
}

.webpcContent {
  padding: 20px 30px;
}
.webpcContent--author {
  margin-left: 20px;
  padding-left: 172px;
  background-image: url("../../img/author.png");
  background-position: left calc(100% - 30px);
  background-size: 152px 152px;
  background-repeat: no-repeat;
}
.webpcContent p {
  max-width: 800px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.webpcContent p.center {
  text-align: center;
}
.webpcContent--wide p {
  max-width: 100%;
}
.webpcContent--quotes em {
  display: block;
  border-left: 1px solid #c3c4c7;
  background-color: #f0f0f1;
  margin: 6px 0;
  padding: 24px 20px;
}
.webpcContent--quotes em:first-child strong {
  font-style: initial;
}
.webpcContent--quotes em + em {
  margin-top: -36px;
}
.webpcContent a {
  color: #2271b1;
  text-decoration: underline;
  box-shadow: none;
  outline: none;
  transition: opacity 0.3s;
}
.webpcContent a:hover {
  opacity: 0.5;
}
.webpcContent h1, .webpcContent h2, .webpcContent h3, .webpcContent h4, .webpcContent h5, .webpcContent h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.webpcContent p,
.webpcContent h1, .webpcContent h2, .webpcContent h3, .webpcContent h4, .webpcContent h5, .webpcContent h6 {
  margin: 10px 0 0 0;
  padding: 4px 0;
}
.webpcContent p:first-child,
.webpcContent h1:first-child, .webpcContent h2:first-child, .webpcContent h3:first-child, .webpcContent h4:first-child, .webpcContent h5:first-child, .webpcContent h6:first-child {
  margin-top: 0;
}
.webpcContent p > p {
  margin-top: 0;
}
.webpcContent .dashicons[title] {
  cursor: help;
  width: 16px;
  font-size: 16px;
}
.webpcInput + p {
  max-width: none;
  margin: 0 0 10px 0;
  padding: 14px 20px;
  background-color: #f0f0f1;
}

.webpcContent h1 + p, .webpcContent h2 + p, .webpcContent h3 + p, .webpcContent h4 + p, .webpcContent h5 + p, .webpcContent h6 + p {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.75;
}
.webpcContent__tip {
  display: inline;
  margin: -2px 0;
  padding: 2px 5px;
  font-weight: initial;
  color: #ffffff;
  background-color: #00a32a;
}
.webpcContent--notice {
  position: relative;
}
.webpcContent--notice h1 + p, .webpcContent--notice h2 + p, .webpcContent--notice h3 + p, .webpcContent--notice h4 + p, .webpcContent--notice h5 + p, .webpcContent--notice h6 + p {
  font-size: 14px;
  line-height: 1.5714285714;
}
.webpcContent--notice img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: -1;
}
.webpcContent--notice code {
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.webpcContent__buttons {
  margin-top: -10px;
  padding: 10px 0;
  overflow: hidden;
}
.webpcContent__button {
  float: left;
  margin: 20px 20px 0 0;
}
.webpcContent__button:last-child {
  margin-right: 0;
}
.webpcContent__loader:after {
  content: "...";
  margin-left: 5px;
  font-family: monospace;
  line-height: 1;
  animation: dotsLoading 1s linear infinite;
}

.webpcField {
  display: flex;
  padding: 10px 0;
}
.webpcField--center {
  align-items: center;
}
.webpcField + .webpcField {
  margin-top: -12px;
}
.webpcField__input {
  display: none !important;
}
.webpcField__input + label {
  position: relative;
  display: inline-block;
}
.webpcField__input[disabled] + label {
  pointer-events: none;
}
.webpcField__input[disabled] + label:before, .webpcField__input[disabled] + label:after {
  opacity: 0.25;
}
.webpcField__input--checkbox + label, .webpcField__input--radio + label {
  width: 22px;
  height: 22px;
}
.webpcField__input--checkbox + label:before, .webpcField__input--checkbox + label:after, .webpcField__input--radio + label:before, .webpcField__input--radio + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.webpcField__input--checkbox + label:before, .webpcField__input--radio + label:before {
  border: 1px solid #c3c4c7;
}
.webpcField__input--checkbox + label:after, .webpcField__input--radio + label:after {
  position: absolute;
  transform: scale(0);
  transition: transform 0.3s;
}
.webpcField__input--checkbox:checked + label:after, .webpcField__input--radio:checked + label:after {
  transform: scale(1);
}
.webpcField__input--checkbox + label:after {
  content: "\f147";
  font-family: dashicons;
  font-size: 20px;
  line-height: 1;
  color: #00a32a;
}
.webpcField__input--radio + label:before {
  border-radius: 50%;
}
.webpcField__input--radio + label:after {
  content: "";
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  background-color: #00a32a;
  border-radius: 50%;
}
.webpcField__input--toggle + label {
  width: 44px;
  height: 22px;
}
.webpcField__input--toggle + label:before, .webpcField__input--toggle + label:after {
  content: "";
  position: absolute;
}
.webpcField__input--toggle + label:before {
  top: 0;
  left: 0;
  width: 44px;
  height: 22px;
  background-color: #dcdcde;
  border: 1px solid #c3c4c7;
  border-radius: 11px;
  transition: background-color 0.3s;
}
.webpcField__input--toggle + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
}
.webpcField__input--toggle:checked + label:before {
  background-color: #00a32a;
}
.webpcField__input--toggle:checked + label:after {
  transform: translateX(22px);
}
.webpcField__label {
  position: relative;
  display: block;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.webpcField__input ~ .webpcField__label {
  margin-left: 20px;
}
.webpcField__labelChecked {
  display: none;
  margin-top: 4px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.75;
  border: 1px solid #d63638;
  color: #d63638;
}
.webpcField__input:checked ~ .webpcField__label .webpcField__labelChecked {
  display: block;
}

.webpcInput {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.webpcInput__field {
  flex: 1;
  padding: 9px 15px !important;
  font-size: 14px !important;
  line-height: 1.5714285714 !important;
  border: 1px solid #c3c4c7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.webpcInput__field::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.webpcInput__field::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.webpcInput__field:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.webpcInput__field:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.webpcInput__field--small {
  width: 80px;
  max-width: 80px;
  margin: 0 10px;
  padding: 4px 10px !important;
}
.webpcInput__field[readonly] {
  background-color: #f0f0f1;
}
.webpcInput__button {
  margin: 0 0 0 10px !important;
}

.webpcLoader__columns {
  display: flex;
  justify-content: center;
  margin: -30px -30px 0 -30px;
  padding: 10px 0;
  text-align: center;
}
.webpcLoader__column {
  margin-top: 30px;
  padding: 0 30px;
  line-height: 0;
}
.webpcLoader__columnInner {
  position: relative;
  display: inline-block;
}
.webpcLoader__columnInner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  background-color: #f0f0f1;
  border-radius: 50%;
}
.webpcLoader__columnCircle {
  width: 200px;
  height: 200px;
  transform: rotate(-90deg);
  fill: none;
  stroke: #00a32a;
  stroke-width: 10px;
  stroke-dasharray: 596.90248;
  stroke-dashoffset: 596.90248;
  transition: stroke-dashoffset 2.5s;
}
.webpcLoader__column[data-percent="1"] .webpcLoader__columnCircle {
  stroke-dashoffset: 590.9334552;
}
.webpcLoader__column[data-percent="2"] .webpcLoader__columnCircle {
  stroke-dashoffset: 584.9644304;
}
.webpcLoader__column[data-percent="3"] .webpcLoader__columnCircle {
  stroke-dashoffset: 578.9954056;
}
.webpcLoader__column[data-percent="4"] .webpcLoader__columnCircle {
  stroke-dashoffset: 573.0263808;
}
.webpcLoader__column[data-percent="5"] .webpcLoader__columnCircle {
  stroke-dashoffset: 567.057356;
}
.webpcLoader__column[data-percent="6"] .webpcLoader__columnCircle {
  stroke-dashoffset: 561.0883312;
}
.webpcLoader__column[data-percent="7"] .webpcLoader__columnCircle {
  stroke-dashoffset: 555.1193064;
}
.webpcLoader__column[data-percent="8"] .webpcLoader__columnCircle {
  stroke-dashoffset: 549.1502816;
}
.webpcLoader__column[data-percent="9"] .webpcLoader__columnCircle {
  stroke-dashoffset: 543.1812568;
}
.webpcLoader__column[data-percent="10"] .webpcLoader__columnCircle {
  stroke-dashoffset: 537.212232;
}
.webpcLoader__column[data-percent="11"] .webpcLoader__columnCircle {
  stroke-dashoffset: 531.2432072;
}
.webpcLoader__column[data-percent="12"] .webpcLoader__columnCircle {
  stroke-dashoffset: 525.2741824;
}
.webpcLoader__column[data-percent="13"] .webpcLoader__columnCircle {
  stroke-dashoffset: 519.3051576;
}
.webpcLoader__column[data-percent="14"] .webpcLoader__columnCircle {
  stroke-dashoffset: 513.3361328;
}
.webpcLoader__column[data-percent="15"] .webpcLoader__columnCircle {
  stroke-dashoffset: 507.367108;
}
.webpcLoader__column[data-percent="16"] .webpcLoader__columnCircle {
  stroke-dashoffset: 501.3980832;
}
.webpcLoader__column[data-percent="17"] .webpcLoader__columnCircle {
  stroke-dashoffset: 495.4290584;
}
.webpcLoader__column[data-percent="18"] .webpcLoader__columnCircle {
  stroke-dashoffset: 489.4600336;
}
.webpcLoader__column[data-percent="19"] .webpcLoader__columnCircle {
  stroke-dashoffset: 483.4910088;
}
.webpcLoader__column[data-percent="20"] .webpcLoader__columnCircle {
  stroke-dashoffset: 477.521984;
}
.webpcLoader__column[data-percent="21"] .webpcLoader__columnCircle {
  stroke-dashoffset: 471.5529592;
}
.webpcLoader__column[data-percent="22"] .webpcLoader__columnCircle {
  stroke-dashoffset: 465.5839344;
}
.webpcLoader__column[data-percent="23"] .webpcLoader__columnCircle {
  stroke-dashoffset: 459.6149096;
}
.webpcLoader__column[data-percent="24"] .webpcLoader__columnCircle {
  stroke-dashoffset: 453.6458848;
}
.webpcLoader__column[data-percent="25"] .webpcLoader__columnCircle {
  stroke-dashoffset: 447.67686;
}
.webpcLoader__column[data-percent="26"] .webpcLoader__columnCircle {
  stroke-dashoffset: 441.7078352;
}
.webpcLoader__column[data-percent="27"] .webpcLoader__columnCircle {
  stroke-dashoffset: 435.7388104;
}
.webpcLoader__column[data-percent="28"] .webpcLoader__columnCircle {
  stroke-dashoffset: 429.7697856;
}
.webpcLoader__column[data-percent="29"] .webpcLoader__columnCircle {
  stroke-dashoffset: 423.8007608;
}
.webpcLoader__column[data-percent="30"] .webpcLoader__columnCircle {
  stroke-dashoffset: 417.831736;
}
.webpcLoader__column[data-percent="31"] .webpcLoader__columnCircle {
  stroke-dashoffset: 411.8627112;
}
.webpcLoader__column[data-percent="32"] .webpcLoader__columnCircle {
  stroke-dashoffset: 405.8936864;
}
.webpcLoader__column[data-percent="33"] .webpcLoader__columnCircle {
  stroke-dashoffset: 399.9246616;
}
.webpcLoader__column[data-percent="34"] .webpcLoader__columnCircle {
  stroke-dashoffset: 393.9556368;
}
.webpcLoader__column[data-percent="35"] .webpcLoader__columnCircle {
  stroke-dashoffset: 387.986612;
}
.webpcLoader__column[data-percent="36"] .webpcLoader__columnCircle {
  stroke-dashoffset: 382.0175872;
}
.webpcLoader__column[data-percent="37"] .webpcLoader__columnCircle {
  stroke-dashoffset: 376.0485624;
}
.webpcLoader__column[data-percent="38"] .webpcLoader__columnCircle {
  stroke-dashoffset: 370.0795376;
}
.webpcLoader__column[data-percent="39"] .webpcLoader__columnCircle {
  stroke-dashoffset: 364.1105128;
}
.webpcLoader__column[data-percent="40"] .webpcLoader__columnCircle {
  stroke-dashoffset: 358.141488;
}
.webpcLoader__column[data-percent="41"] .webpcLoader__columnCircle {
  stroke-dashoffset: 352.1724632;
}
.webpcLoader__column[data-percent="42"] .webpcLoader__columnCircle {
  stroke-dashoffset: 346.2034384;
}
.webpcLoader__column[data-percent="43"] .webpcLoader__columnCircle {
  stroke-dashoffset: 340.2344136;
}
.webpcLoader__column[data-percent="44"] .webpcLoader__columnCircle {
  stroke-dashoffset: 334.2653888;
}
.webpcLoader__column[data-percent="45"] .webpcLoader__columnCircle {
  stroke-dashoffset: 328.296364;
}
.webpcLoader__column[data-percent="46"] .webpcLoader__columnCircle {
  stroke-dashoffset: 322.3273392;
}
.webpcLoader__column[data-percent="47"] .webpcLoader__columnCircle {
  stroke-dashoffset: 316.3583144;
}
.webpcLoader__column[data-percent="48"] .webpcLoader__columnCircle {
  stroke-dashoffset: 310.3892896;
}
.webpcLoader__column[data-percent="49"] .webpcLoader__columnCircle {
  stroke-dashoffset: 304.4202648;
}
.webpcLoader__column[data-percent="50"] .webpcLoader__columnCircle {
  stroke-dashoffset: 298.45124;
}
.webpcLoader__column[data-percent="51"] .webpcLoader__columnCircle {
  stroke-dashoffset: 292.4822152;
}
.webpcLoader__column[data-percent="52"] .webpcLoader__columnCircle {
  stroke-dashoffset: 286.5131904;
}
.webpcLoader__column[data-percent="53"] .webpcLoader__columnCircle {
  stroke-dashoffset: 280.5441656;
}
.webpcLoader__column[data-percent="54"] .webpcLoader__columnCircle {
  stroke-dashoffset: 274.5751408;
}
.webpcLoader__column[data-percent="55"] .webpcLoader__columnCircle {
  stroke-dashoffset: 268.606116;
}
.webpcLoader__column[data-percent="56"] .webpcLoader__columnCircle {
  stroke-dashoffset: 262.6370912;
}
.webpcLoader__column[data-percent="57"] .webpcLoader__columnCircle {
  stroke-dashoffset: 256.6680664;
}
.webpcLoader__column[data-percent="58"] .webpcLoader__columnCircle {
  stroke-dashoffset: 250.6990416;
}
.webpcLoader__column[data-percent="59"] .webpcLoader__columnCircle {
  stroke-dashoffset: 244.7300168;
}
.webpcLoader__column[data-percent="60"] .webpcLoader__columnCircle {
  stroke-dashoffset: 238.760992;
}
.webpcLoader__column[data-percent="61"] .webpcLoader__columnCircle {
  stroke-dashoffset: 232.7919672;
}
.webpcLoader__column[data-percent="62"] .webpcLoader__columnCircle {
  stroke-dashoffset: 226.8229424;
}
.webpcLoader__column[data-percent="63"] .webpcLoader__columnCircle {
  stroke-dashoffset: 220.8539176;
}
.webpcLoader__column[data-percent="64"] .webpcLoader__columnCircle {
  stroke-dashoffset: 214.8848928;
}
.webpcLoader__column[data-percent="65"] .webpcLoader__columnCircle {
  stroke-dashoffset: 208.915868;
}
.webpcLoader__column[data-percent="66"] .webpcLoader__columnCircle {
  stroke-dashoffset: 202.9468432;
}
.webpcLoader__column[data-percent="67"] .webpcLoader__columnCircle {
  stroke-dashoffset: 196.9778184;
}
.webpcLoader__column[data-percent="68"] .webpcLoader__columnCircle {
  stroke-dashoffset: 191.0087936;
}
.webpcLoader__column[data-percent="69"] .webpcLoader__columnCircle {
  stroke-dashoffset: 185.0397688;
}
.webpcLoader__column[data-percent="70"] .webpcLoader__columnCircle {
  stroke-dashoffset: 179.070744;
}
.webpcLoader__column[data-percent="71"] .webpcLoader__columnCircle {
  stroke-dashoffset: 173.1017192;
}
.webpcLoader__column[data-percent="72"] .webpcLoader__columnCircle {
  stroke-dashoffset: 167.1326944;
}
.webpcLoader__column[data-percent="73"] .webpcLoader__columnCircle {
  stroke-dashoffset: 161.1636696;
}
.webpcLoader__column[data-percent="74"] .webpcLoader__columnCircle {
  stroke-dashoffset: 155.1946448;
}
.webpcLoader__column[data-percent="75"] .webpcLoader__columnCircle {
  stroke-dashoffset: 149.22562;
}
.webpcLoader__column[data-percent="76"] .webpcLoader__columnCircle {
  stroke-dashoffset: 143.2565952;
}
.webpcLoader__column[data-percent="77"] .webpcLoader__columnCircle {
  stroke-dashoffset: 137.2875704;
}
.webpcLoader__column[data-percent="78"] .webpcLoader__columnCircle {
  stroke-dashoffset: 131.3185456;
}
.webpcLoader__column[data-percent="79"] .webpcLoader__columnCircle {
  stroke-dashoffset: 125.3495208;
}
.webpcLoader__column[data-percent="80"] .webpcLoader__columnCircle {
  stroke-dashoffset: 119.380496;
}
.webpcLoader__column[data-percent="81"] .webpcLoader__columnCircle {
  stroke-dashoffset: 113.4114712;
}
.webpcLoader__column[data-percent="82"] .webpcLoader__columnCircle {
  stroke-dashoffset: 107.4424464;
}
.webpcLoader__column[data-percent="83"] .webpcLoader__columnCircle {
  stroke-dashoffset: 101.4734216;
}
.webpcLoader__column[data-percent="84"] .webpcLoader__columnCircle {
  stroke-dashoffset: 95.5043968;
}
.webpcLoader__column[data-percent="85"] .webpcLoader__columnCircle {
  stroke-dashoffset: 89.535372;
}
.webpcLoader__column[data-percent="86"] .webpcLoader__columnCircle {
  stroke-dashoffset: 83.5663472;
}
.webpcLoader__column[data-percent="87"] .webpcLoader__columnCircle {
  stroke-dashoffset: 77.5973224;
}
.webpcLoader__column[data-percent="88"] .webpcLoader__columnCircle {
  stroke-dashoffset: 71.6282976;
}
.webpcLoader__column[data-percent="89"] .webpcLoader__columnCircle {
  stroke-dashoffset: 65.6592728;
}
.webpcLoader__column[data-percent="90"] .webpcLoader__columnCircle {
  stroke-dashoffset: 59.690248;
}
.webpcLoader__column[data-percent="91"] .webpcLoader__columnCircle {
  stroke-dashoffset: 53.7212232;
}
.webpcLoader__column[data-percent="92"] .webpcLoader__columnCircle {
  stroke-dashoffset: 47.7521984;
}
.webpcLoader__column[data-percent="93"] .webpcLoader__columnCircle {
  stroke-dashoffset: 41.7831736;
}
.webpcLoader__column[data-percent="94"] .webpcLoader__columnCircle {
  stroke-dashoffset: 35.8141488;
}
.webpcLoader__column[data-percent="95"] .webpcLoader__columnCircle {
  stroke-dashoffset: 29.845124;
}
.webpcLoader__column[data-percent="96"] .webpcLoader__columnCircle {
  stroke-dashoffset: 23.8760992;
}
.webpcLoader__column[data-percent="97"] .webpcLoader__columnCircle {
  stroke-dashoffset: 17.9070744;
}
.webpcLoader__column[data-percent="98"] .webpcLoader__columnCircle {
  stroke-dashoffset: 11.9380496;
}
.webpcLoader__column[data-percent="99"] .webpcLoader__columnCircle {
  stroke-dashoffset: 5.9690248;
}
.webpcLoader__column[data-percent="100"] .webpcLoader__columnCircle {
  stroke-dashoffset: 0;
}
.webpcLoader__columnOverlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.webpcLoader__columnOverlayTitle {
  padding: 4px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5714285714;
}
.webpcLoader__columnOverlayTitle strong {
  display: block;
  font-size: 24px;
  line-height: 1.2083333333;
}
.webpcLoader__columnOverlayDesc {
  min-height: 52px;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.webpcLoader__columnOverlayDesc--active {
  display: none;
}
.webpcLoader__column[data-percent] .webpcLoader__columnOverlayDesc--active {
  display: block;
}
.webpcLoader__column[data-percent] .webpcLoader__columnOverlayDesc--loading {
  display: none;
}
.webpcLoader__columnOverlayDesc--loading:after {
  content: "...";
  font-family: monospace;
  line-height: 1;
  animation: dotsLoading 1s linear infinite;
}
.webpcLoader__statusProgress[data-percent="100"] .webpcLoader__columnOverlayDesc--loading:after {
  display: none;
}

.webpcLoader__statusProgress--error .webpcLoader__columnOverlayDesc--loading:after {
  display: none;
}

.webpcLoader__columnDesc {
  margin-top: 10px;
  margin-bottom: -10px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}
.webpcLoader__status {
  margin-top: 10px;
  padding-top: 10px;
}
.webpcLoader__statusProgress {
  position: relative;
  font-size: 0;
  line-height: 0;
  height: 31px;
  margin: 10px 0;
}
.webpcLoader__statusProgress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00a32a;
  transition: width 0.3s;
}
.webpcLoader__statusProgress--error:before {
  background-color: #d63638;
}
.webpcLoader__statusProgress[data-percent="0"]:before {
  width: 0%;
}
.webpcLoader__statusProgress[data-percent="1"]:before {
  width: 1%;
}
.webpcLoader__statusProgress[data-percent="2"]:before {
  width: 2%;
}
.webpcLoader__statusProgress[data-percent="3"]:before {
  width: 3%;
}
.webpcLoader__statusProgress[data-percent="4"]:before {
  width: 4%;
}
.webpcLoader__statusProgress[data-percent="5"]:before {
  width: 5%;
}
.webpcLoader__statusProgress[data-percent="6"]:before {
  width: 6%;
}
.webpcLoader__statusProgress[data-percent="7"]:before {
  width: 7%;
}
.webpcLoader__statusProgress[data-percent="8"]:before {
  width: 8%;
}
.webpcLoader__statusProgress[data-percent="9"]:before {
  width: 9%;
}
.webpcLoader__statusProgress[data-percent="10"]:before {
  width: 10%;
}
.webpcLoader__statusProgress[data-percent="11"]:before {
  width: 11%;
}
.webpcLoader__statusProgress[data-percent="12"]:before {
  width: 12%;
}
.webpcLoader__statusProgress[data-percent="13"]:before {
  width: 13%;
}
.webpcLoader__statusProgress[data-percent="14"]:before {
  width: 14%;
}
.webpcLoader__statusProgress[data-percent="15"]:before {
  width: 15%;
}
.webpcLoader__statusProgress[data-percent="16"]:before {
  width: 16%;
}
.webpcLoader__statusProgress[data-percent="17"]:before {
  width: 17%;
}
.webpcLoader__statusProgress[data-percent="18"]:before {
  width: 18%;
}
.webpcLoader__statusProgress[data-percent="19"]:before {
  width: 19%;
}
.webpcLoader__statusProgress[data-percent="20"]:before {
  width: 20%;
}
.webpcLoader__statusProgress[data-percent="21"]:before {
  width: 21%;
}
.webpcLoader__statusProgress[data-percent="22"]:before {
  width: 22%;
}
.webpcLoader__statusProgress[data-percent="23"]:before {
  width: 23%;
}
.webpcLoader__statusProgress[data-percent="24"]:before {
  width: 24%;
}
.webpcLoader__statusProgress[data-percent="25"]:before {
  width: 25%;
}
.webpcLoader__statusProgress[data-percent="26"]:before {
  width: 26%;
}
.webpcLoader__statusProgress[data-percent="27"]:before {
  width: 27%;
}
.webpcLoader__statusProgress[data-percent="28"]:before {
  width: 28%;
}
.webpcLoader__statusProgress[data-percent="29"]:before {
  width: 29%;
}
.webpcLoader__statusProgress[data-percent="30"]:before {
  width: 30%;
}
.webpcLoader__statusProgress[data-percent="31"]:before {
  width: 31%;
}
.webpcLoader__statusProgress[data-percent="32"]:before {
  width: 32%;
}
.webpcLoader__statusProgress[data-percent="33"]:before {
  width: 33%;
}
.webpcLoader__statusProgress[data-percent="34"]:before {
  width: 34%;
}
.webpcLoader__statusProgress[data-percent="35"]:before {
  width: 35%;
}
.webpcLoader__statusProgress[data-percent="36"]:before {
  width: 36%;
}
.webpcLoader__statusProgress[data-percent="37"]:before {
  width: 37%;
}
.webpcLoader__statusProgress[data-percent="38"]:before {
  width: 38%;
}
.webpcLoader__statusProgress[data-percent="39"]:before {
  width: 39%;
}
.webpcLoader__statusProgress[data-percent="40"]:before {
  width: 40%;
}
.webpcLoader__statusProgress[data-percent="41"]:before {
  width: 41%;
}
.webpcLoader__statusProgress[data-percent="42"]:before {
  width: 42%;
}
.webpcLoader__statusProgress[data-percent="43"]:before {
  width: 43%;
}
.webpcLoader__statusProgress[data-percent="44"]:before {
  width: 44%;
}
.webpcLoader__statusProgress[data-percent="45"]:before {
  width: 45%;
}
.webpcLoader__statusProgress[data-percent="46"]:before {
  width: 46%;
}
.webpcLoader__statusProgress[data-percent="47"]:before {
  width: 47%;
}
.webpcLoader__statusProgress[data-percent="48"]:before {
  width: 48%;
}
.webpcLoader__statusProgress[data-percent="49"]:before {
  width: 49%;
}
.webpcLoader__statusProgress[data-percent="50"]:before {
  width: 50%;
}
.webpcLoader__statusProgress[data-percent="51"]:before {
  width: 51%;
}
.webpcLoader__statusProgress[data-percent="52"]:before {
  width: 52%;
}
.webpcLoader__statusProgress[data-percent="53"]:before {
  width: 53%;
}
.webpcLoader__statusProgress[data-percent="54"]:before {
  width: 54%;
}
.webpcLoader__statusProgress[data-percent="55"]:before {
  width: 55%;
}
.webpcLoader__statusProgress[data-percent="56"]:before {
  width: 56%;
}
.webpcLoader__statusProgress[data-percent="57"]:before {
  width: 57%;
}
.webpcLoader__statusProgress[data-percent="58"]:before {
  width: 58%;
}
.webpcLoader__statusProgress[data-percent="59"]:before {
  width: 59%;
}
.webpcLoader__statusProgress[data-percent="60"]:before {
  width: 60%;
}
.webpcLoader__statusProgress[data-percent="61"]:before {
  width: 61%;
}
.webpcLoader__statusProgress[data-percent="62"]:before {
  width: 62%;
}
.webpcLoader__statusProgress[data-percent="63"]:before {
  width: 63%;
}
.webpcLoader__statusProgress[data-percent="64"]:before {
  width: 64%;
}
.webpcLoader__statusProgress[data-percent="65"]:before {
  width: 65%;
}
.webpcLoader__statusProgress[data-percent="66"]:before {
  width: 66%;
}
.webpcLoader__statusProgress[data-percent="67"]:before {
  width: 67%;
}
.webpcLoader__statusProgress[data-percent="68"]:before {
  width: 68%;
}
.webpcLoader__statusProgress[data-percent="69"]:before {
  width: 69%;
}
.webpcLoader__statusProgress[data-percent="70"]:before {
  width: 70%;
}
.webpcLoader__statusProgress[data-percent="71"]:before {
  width: 71%;
}
.webpcLoader__statusProgress[data-percent="72"]:before {
  width: 72%;
}
.webpcLoader__statusProgress[data-percent="73"]:before {
  width: 73%;
}
.webpcLoader__statusProgress[data-percent="74"]:before {
  width: 74%;
}
.webpcLoader__statusProgress[data-percent="75"]:before {
  width: 75%;
}
.webpcLoader__statusProgress[data-percent="76"]:before {
  width: 76%;
}
.webpcLoader__statusProgress[data-percent="77"]:before {
  width: 77%;
}
.webpcLoader__statusProgress[data-percent="78"]:before {
  width: 78%;
}
.webpcLoader__statusProgress[data-percent="79"]:before {
  width: 79%;
}
.webpcLoader__statusProgress[data-percent="80"]:before {
  width: 80%;
}
.webpcLoader__statusProgress[data-percent="81"]:before {
  width: 81%;
}
.webpcLoader__statusProgress[data-percent="82"]:before {
  width: 82%;
}
.webpcLoader__statusProgress[data-percent="83"]:before {
  width: 83%;
}
.webpcLoader__statusProgress[data-percent="84"]:before {
  width: 84%;
}
.webpcLoader__statusProgress[data-percent="85"]:before {
  width: 85%;
}
.webpcLoader__statusProgress[data-percent="86"]:before {
  width: 86%;
}
.webpcLoader__statusProgress[data-percent="87"]:before {
  width: 87%;
}
.webpcLoader__statusProgress[data-percent="88"]:before {
  width: 88%;
}
.webpcLoader__statusProgress[data-percent="89"]:before {
  width: 89%;
}
.webpcLoader__statusProgress[data-percent="90"]:before {
  width: 90%;
}
.webpcLoader__statusProgress[data-percent="91"]:before {
  width: 91%;
}
.webpcLoader__statusProgress[data-percent="92"]:before {
  width: 92%;
}
.webpcLoader__statusProgress[data-percent="93"]:before {
  width: 93%;
}
.webpcLoader__statusProgress[data-percent="94"]:before {
  width: 94%;
}
.webpcLoader__statusProgress[data-percent="95"]:before {
  width: 95%;
}
.webpcLoader__statusProgress[data-percent="96"]:before {
  width: 96%;
}
.webpcLoader__statusProgress[data-percent="97"]:before {
  width: 97%;
}
.webpcLoader__statusProgress[data-percent="98"]:before {
  width: 98%;
}
.webpcLoader__statusProgress[data-percent="99"]:before {
  width: 99%;
}
.webpcLoader__statusProgress[data-percent="100"]:before {
  width: 100%;
}
.webpcLoader__statusProgressCount {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.75;
  color: #ffffff;
  background-color: #00a32a;
}
.webpcLoader__statusProgress--error .webpcLoader__statusProgressCount {
  background-color: #d63638;
}

.webpcLoader__statusProgressCount:after {
  content: "...";
  margin-left: 5px;
  animation: dotsLoading 1s linear infinite;
}
.webpcLoader__statusProgress[data-percent="100"] .webpcLoader__statusProgressCount:after {
  display: none;
}

.webpcLoader__statusProgress--error .webpcLoader__statusProgressCount:after {
  display: none;
}

.webpcLoader__statusProgress[data-percent="0"] .webpcLoader__statusProgressCount:before {
  content: "0%";
}

.webpcLoader__statusProgress[data-percent="1"] .webpcLoader__statusProgressCount:before {
  content: "1%";
}

.webpcLoader__statusProgress[data-percent="2"] .webpcLoader__statusProgressCount:before {
  content: "2%";
}

.webpcLoader__statusProgress[data-percent="3"] .webpcLoader__statusProgressCount:before {
  content: "3%";
}

.webpcLoader__statusProgress[data-percent="4"] .webpcLoader__statusProgressCount:before {
  content: "4%";
}

.webpcLoader__statusProgress[data-percent="5"] .webpcLoader__statusProgressCount:before {
  content: "5%";
}

.webpcLoader__statusProgress[data-percent="6"] .webpcLoader__statusProgressCount:before {
  content: "6%";
}

.webpcLoader__statusProgress[data-percent="7"] .webpcLoader__statusProgressCount:before {
  content: "7%";
}

.webpcLoader__statusProgress[data-percent="8"] .webpcLoader__statusProgressCount:before {
  content: "8%";
}

.webpcLoader__statusProgress[data-percent="9"] .webpcLoader__statusProgressCount:before {
  content: "9%";
}

.webpcLoader__statusProgress[data-percent="10"] .webpcLoader__statusProgressCount:before {
  content: "10%";
}

.webpcLoader__statusProgress[data-percent="11"] .webpcLoader__statusProgressCount:before {
  content: "11%";
}

.webpcLoader__statusProgress[data-percent="12"] .webpcLoader__statusProgressCount:before {
  content: "12%";
}

.webpcLoader__statusProgress[data-percent="13"] .webpcLoader__statusProgressCount:before {
  content: "13%";
}

.webpcLoader__statusProgress[data-percent="14"] .webpcLoader__statusProgressCount:before {
  content: "14%";
}

.webpcLoader__statusProgress[data-percent="15"] .webpcLoader__statusProgressCount:before {
  content: "15%";
}

.webpcLoader__statusProgress[data-percent="16"] .webpcLoader__statusProgressCount:before {
  content: "16%";
}

.webpcLoader__statusProgress[data-percent="17"] .webpcLoader__statusProgressCount:before {
  content: "17%";
}

.webpcLoader__statusProgress[data-percent="18"] .webpcLoader__statusProgressCount:before {
  content: "18%";
}

.webpcLoader__statusProgress[data-percent="19"] .webpcLoader__statusProgressCount:before {
  content: "19%";
}

.webpcLoader__statusProgress[data-percent="20"] .webpcLoader__statusProgressCount:before {
  content: "20%";
}

.webpcLoader__statusProgress[data-percent="21"] .webpcLoader__statusProgressCount:before {
  content: "21%";
}

.webpcLoader__statusProgress[data-percent="22"] .webpcLoader__statusProgressCount:before {
  content: "22%";
}

.webpcLoader__statusProgress[data-percent="23"] .webpcLoader__statusProgressCount:before {
  content: "23%";
}

.webpcLoader__statusProgress[data-percent="24"] .webpcLoader__statusProgressCount:before {
  content: "24%";
}

.webpcLoader__statusProgress[data-percent="25"] .webpcLoader__statusProgressCount:before {
  content: "25%";
}

.webpcLoader__statusProgress[data-percent="26"] .webpcLoader__statusProgressCount:before {
  content: "26%";
}

.webpcLoader__statusProgress[data-percent="27"] .webpcLoader__statusProgressCount:before {
  content: "27%";
}

.webpcLoader__statusProgress[data-percent="28"] .webpcLoader__statusProgressCount:before {
  content: "28%";
}

.webpcLoader__statusProgress[data-percent="29"] .webpcLoader__statusProgressCount:before {
  content: "29%";
}

.webpcLoader__statusProgress[data-percent="30"] .webpcLoader__statusProgressCount:before {
  content: "30%";
}

.webpcLoader__statusProgress[data-percent="31"] .webpcLoader__statusProgressCount:before {
  content: "31%";
}

.webpcLoader__statusProgress[data-percent="32"] .webpcLoader__statusProgressCount:before {
  content: "32%";
}

.webpcLoader__statusProgress[data-percent="33"] .webpcLoader__statusProgressCount:before {
  content: "33%";
}

.webpcLoader__statusProgress[data-percent="34"] .webpcLoader__statusProgressCount:before {
  content: "34%";
}

.webpcLoader__statusProgress[data-percent="35"] .webpcLoader__statusProgressCount:before {
  content: "35%";
}

.webpcLoader__statusProgress[data-percent="36"] .webpcLoader__statusProgressCount:before {
  content: "36%";
}

.webpcLoader__statusProgress[data-percent="37"] .webpcLoader__statusProgressCount:before {
  content: "37%";
}

.webpcLoader__statusProgress[data-percent="38"] .webpcLoader__statusProgressCount:before {
  content: "38%";
}

.webpcLoader__statusProgress[data-percent="39"] .webpcLoader__statusProgressCount:before {
  content: "39%";
}

.webpcLoader__statusProgress[data-percent="40"] .webpcLoader__statusProgressCount:before {
  content: "40%";
}

.webpcLoader__statusProgress[data-percent="41"] .webpcLoader__statusProgressCount:before {
  content: "41%";
}

.webpcLoader__statusProgress[data-percent="42"] .webpcLoader__statusProgressCount:before {
  content: "42%";
}

.webpcLoader__statusProgress[data-percent="43"] .webpcLoader__statusProgressCount:before {
  content: "43%";
}

.webpcLoader__statusProgress[data-percent="44"] .webpcLoader__statusProgressCount:before {
  content: "44%";
}

.webpcLoader__statusProgress[data-percent="45"] .webpcLoader__statusProgressCount:before {
  content: "45%";
}

.webpcLoader__statusProgress[data-percent="46"] .webpcLoader__statusProgressCount:before {
  content: "46%";
}

.webpcLoader__statusProgress[data-percent="47"] .webpcLoader__statusProgressCount:before {
  content: "47%";
}

.webpcLoader__statusProgress[data-percent="48"] .webpcLoader__statusProgressCount:before {
  content: "48%";
}

.webpcLoader__statusProgress[data-percent="49"] .webpcLoader__statusProgressCount:before {
  content: "49%";
}

.webpcLoader__statusProgress[data-percent="50"] .webpcLoader__statusProgressCount:before {
  content: "50%";
}

.webpcLoader__statusProgress[data-percent="51"] .webpcLoader__statusProgressCount:before {
  content: "51%";
}

.webpcLoader__statusProgress[data-percent="52"] .webpcLoader__statusProgressCount:before {
  content: "52%";
}

.webpcLoader__statusProgress[data-percent="53"] .webpcLoader__statusProgressCount:before {
  content: "53%";
}

.webpcLoader__statusProgress[data-percent="54"] .webpcLoader__statusProgressCount:before {
  content: "54%";
}

.webpcLoader__statusProgress[data-percent="55"] .webpcLoader__statusProgressCount:before {
  content: "55%";
}

.webpcLoader__statusProgress[data-percent="56"] .webpcLoader__statusProgressCount:before {
  content: "56%";
}

.webpcLoader__statusProgress[data-percent="57"] .webpcLoader__statusProgressCount:before {
  content: "57%";
}

.webpcLoader__statusProgress[data-percent="58"] .webpcLoader__statusProgressCount:before {
  content: "58%";
}

.webpcLoader__statusProgress[data-percent="59"] .webpcLoader__statusProgressCount:before {
  content: "59%";
}

.webpcLoader__statusProgress[data-percent="60"] .webpcLoader__statusProgressCount:before {
  content: "60%";
}

.webpcLoader__statusProgress[data-percent="61"] .webpcLoader__statusProgressCount:before {
  content: "61%";
}

.webpcLoader__statusProgress[data-percent="62"] .webpcLoader__statusProgressCount:before {
  content: "62%";
}

.webpcLoader__statusProgress[data-percent="63"] .webpcLoader__statusProgressCount:before {
  content: "63%";
}

.webpcLoader__statusProgress[data-percent="64"] .webpcLoader__statusProgressCount:before {
  content: "64%";
}

.webpcLoader__statusProgress[data-percent="65"] .webpcLoader__statusProgressCount:before {
  content: "65%";
}

.webpcLoader__statusProgress[data-percent="66"] .webpcLoader__statusProgressCount:before {
  content: "66%";
}

.webpcLoader__statusProgress[data-percent="67"] .webpcLoader__statusProgressCount:before {
  content: "67%";
}

.webpcLoader__statusProgress[data-percent="68"] .webpcLoader__statusProgressCount:before {
  content: "68%";
}

.webpcLoader__statusProgress[data-percent="69"] .webpcLoader__statusProgressCount:before {
  content: "69%";
}

.webpcLoader__statusProgress[data-percent="70"] .webpcLoader__statusProgressCount:before {
  content: "70%";
}

.webpcLoader__statusProgress[data-percent="71"] .webpcLoader__statusProgressCount:before {
  content: "71%";
}

.webpcLoader__statusProgress[data-percent="72"] .webpcLoader__statusProgressCount:before {
  content: "72%";
}

.webpcLoader__statusProgress[data-percent="73"] .webpcLoader__statusProgressCount:before {
  content: "73%";
}

.webpcLoader__statusProgress[data-percent="74"] .webpcLoader__statusProgressCount:before {
  content: "74%";
}

.webpcLoader__statusProgress[data-percent="75"] .webpcLoader__statusProgressCount:before {
  content: "75%";
}

.webpcLoader__statusProgress[data-percent="76"] .webpcLoader__statusProgressCount:before {
  content: "76%";
}

.webpcLoader__statusProgress[data-percent="77"] .webpcLoader__statusProgressCount:before {
  content: "77%";
}

.webpcLoader__statusProgress[data-percent="78"] .webpcLoader__statusProgressCount:before {
  content: "78%";
}

.webpcLoader__statusProgress[data-percent="79"] .webpcLoader__statusProgressCount:before {
  content: "79%";
}

.webpcLoader__statusProgress[data-percent="80"] .webpcLoader__statusProgressCount:before {
  content: "80%";
}

.webpcLoader__statusProgress[data-percent="81"] .webpcLoader__statusProgressCount:before {
  content: "81%";
}

.webpcLoader__statusProgress[data-percent="82"] .webpcLoader__statusProgressCount:before {
  content: "82%";
}

.webpcLoader__statusProgress[data-percent="83"] .webpcLoader__statusProgressCount:before {
  content: "83%";
}

.webpcLoader__statusProgress[data-percent="84"] .webpcLoader__statusProgressCount:before {
  content: "84%";
}

.webpcLoader__statusProgress[data-percent="85"] .webpcLoader__statusProgressCount:before {
  content: "85%";
}

.webpcLoader__statusProgress[data-percent="86"] .webpcLoader__statusProgressCount:before {
  content: "86%";
}

.webpcLoader__statusProgress[data-percent="87"] .webpcLoader__statusProgressCount:before {
  content: "87%";
}

.webpcLoader__statusProgress[data-percent="88"] .webpcLoader__statusProgressCount:before {
  content: "88%";
}

.webpcLoader__statusProgress[data-percent="89"] .webpcLoader__statusProgressCount:before {
  content: "89%";
}

.webpcLoader__statusProgress[data-percent="90"] .webpcLoader__statusProgressCount:before {
  content: "90%";
}

.webpcLoader__statusProgress[data-percent="91"] .webpcLoader__statusProgressCount:before {
  content: "91%";
}

.webpcLoader__statusProgress[data-percent="92"] .webpcLoader__statusProgressCount:before {
  content: "92%";
}

.webpcLoader__statusProgress[data-percent="93"] .webpcLoader__statusProgressCount:before {
  content: "93%";
}

.webpcLoader__statusProgress[data-percent="94"] .webpcLoader__statusProgressCount:before {
  content: "94%";
}

.webpcLoader__statusProgress[data-percent="95"] .webpcLoader__statusProgressCount:before {
  content: "95%";
}

.webpcLoader__statusProgress[data-percent="96"] .webpcLoader__statusProgressCount:before {
  content: "96%";
}

.webpcLoader__statusProgress[data-percent="97"] .webpcLoader__statusProgressCount:before {
  content: "97%";
}

.webpcLoader__statusProgress[data-percent="98"] .webpcLoader__statusProgressCount:before {
  content: "98%";
}

.webpcLoader__statusProgress[data-percent="99"] .webpcLoader__statusProgressCount:before {
  content: "99%";
}

.webpcLoader__statusProgress[data-percent="100"] .webpcLoader__statusProgressCount:before {
  content: "100%";
}

.webpcLoader__statusContent {
  max-width: 800px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.5714285714;
}
.webpcLoader__statusContent--small {
  font-size: 12px;
  line-height: 1.75;
}
.webpcLoader__statusContent strong {
  font-weight: 600;
}
.webpcLoader__success {
  padding: 10px 0;
}
.webpcLoader__successInner {
  padding: 0 20px;
  border-left: 2px solid #00a32a;
}
.webpcLoader__successContent {
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #00a32a;
}
.webpcLoader__successContent a {
  color: inherit;
}
.webpcLoader__errors {
  margin-top: 10px;
  padding: 10px 0;
}
.webpcLoader__errorsInner {
  border-left: 2px solid #c3c4c7;
}
.webpcLoader__errorsTitle {
  display: inline-block;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 1.5714285714;
  color: white;
  background-color: #c3c4c7;
}
.webpcLoader__errorsContent {
  padding: 10px 0 10px 20px;
}
.webpcLoader__errorsContent > p {
  max-width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
}
.webpcLoader__errorsContent > p.webpcLoader__errorsContentError {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #d63638;
}
.webpcLoader__errorsContent pre {
  white-space: normal;
  font-size: 12px;
  line-height: 1.75;
}
.webpcLoader__button--disabled {
  pointer-events: none;
  opacity: 0.25 !important;
}

.webpcMenu {
  margin-top: 30px;
}
.webpcMenu:first-child {
  margin-top: 0;
}
.webpcMenu__wrapper {
  border-bottom: 1px solid #dcdcde;
}
.webpcMenu__items {
  display: flex;
  font-size: 0;
}
.webpcMenu__itemLink {
  display: block;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.3s;
}
.webpcMenu__itemLink:hover, .webpcMenu__itemLink:focus {
  color: rgba(34, 113, 177, 0.5);
}
.webpcMenu__itemLink--active {
  font-weight: 600;
  color: #101517;
  background-color: #ffffff;
}
.webpcMenu__itemLink--active:hover, .webpcMenu__itemLink--active:focus {
  color: inherit;
}

.webpcPopup {
  margin-top: 20px;
}
.webpcPopup__inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid #c3c4c7;
}
.webpcPopup__image {
  width: 152px;
  background-image: url("../../img/author.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.webpcPopup__content {
  flex: 1;
  padding: 10px 20px;
  border-left: 1px solid #c3c4c7;
}

.webpcQuality__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.webpcQuality__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}
.webpcQuality__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c4c7;
}
.webpcQuality__item:first-child:before {
  left: 50%;
}
.webpcQuality__item:last-child:before {
  width: 50%;
}
.webpcQuality__itemInput {
  display: none !important;
}
.webpcQuality__itemLabel {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
}
.webpcQuality__itemLabel:before, .webpcQuality__itemLabel:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.webpcQuality__itemLabel:before {
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  border: 1px solid #c3c4c7;
}
.webpcQuality__itemLabel:after {
  top: 17px;
  left: 17px;
  width: 8px;
  height: 8px;
  background-color: #00a32a;
  transform: scale(0);
  transition: transform 0.3s;
}
.webpcQuality__itemInput:checked + .webpcQuality__itemLabel:after {
  transform: scale(1);
}
.webpcQuality__texts {
  display: flex;
  flex-wrap: wrap;
}
.webpcQuality__text {
  flex: 1;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.webpcQuality__text strong {
  font-size: 14px;
  line-height: 1.5714285714;
}

.webpcServerInfo {
  color: #222222;
  text-align: center;
  /* ---
    phpinfo() styles
  --- */
}
.webpcServerInfo pre {
  margin: 0;
  font-family: monospace;
}
.webpcServerInfo h1, .webpcServerInfo h2 {
  display: none;
}
.webpcServerInfo p {
  max-width: 100%;
}
.webpcServerInfo table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
  margin: 10px auto;
}
.webpcServerInfo td, .webpcServerInfo th {
  border: 1px solid #666666;
  vertical-align: baseline;
  padding: 4px 5px;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.webpcServerInfo .p {
  text-align: left;
}
.webpcServerInfo .e {
  background-color: #ccccff;
  width: 300px;
  font-weight: bold;
}
.webpcServerInfo .h {
  background-color: #9999cc;
  font-weight: bold;
}
.webpcServerInfo .v {
  background-color: #dddddd;
  max-width: 300px;
  overflow-x: auto;
  word-wrap: break-word;
}
.webpcServerInfo .v i {
  color: #999999;
}
.webpcServerInfo img {
  float: right;
  border: 0;
}

.webpcTree {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 20px;
  background-color: #f6f7f7;
}
.webpcTree__headline {
  font-weight: 600;
}
.webpcTree__output {
  white-space: nowrap;
}
.webpcTree__items {
  font-size: 0;
  margin-left: 20px;
  padding: 4px 0;
}
.webpcTree__items .webpcTree__items {
  display: none;
  padding: 0;
}
.webpcTree__itemCheckbox {
  display: none !important;
}
.webpcTree__itemLabel {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5714285714;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #101517;
}
.webpcTree__itemLabel:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 1;
  color: #f0c33c;
}
.webpcTree__itemLabel:before {
  content: "\e906" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcTree__itemLabel:after {
  position: absolute;
  top: 1px;
  left: -25px;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  color: #101517;
}
.webpcTree__itemLabel:after {
  content: "\e905" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcTree__itemLabel strong {
  font-weight: 600;
  color: #101517;
}
.webpcTree__itemLabel:hover {
  color: #787c82;
}
.webpcTree__itemCheckbox:checked + .webpcTree__itemLabel:after {
  content: "\e904" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcTree__itemCheckbox:checked ~ .webpcTree__items {
  display: block;
}
.webpcTree__itemName {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.6666666667;
}
.webpcTree__itemName:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  line-height: 1;
  color: #4f94d4;
}
.webpcTree__itemName:before {
  content: "\e907" !important;
  font-family: "webpc-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webpcTree__error {
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #d63638;
}
@media screen and (max-width: 1600px) {
  .webpcPage__columns {
    margin: 0 -15px;
  }
  .webpcPage__column {
    padding: 0 15px;
  }
  .webpcPage__widget + .webpcPage__widget {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .webpcPage__column--large {
    width: 100%;
  }
  .webpcPage__column--small {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .webpcPage__widgetColumns {
    display: block;
  }
  .webpcPage__widgetColumn {
    width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .webpcPage {
    padding-right: 0;
  }
  .webpcContent--author {
    margin-left: 0;
    padding-left: 30px;
    background: none;
  }
  .webpcContent--notice img {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px 0 10px 0;
  }
  .webpcInput {
    display: block;
  }
  .webpcInput__field {
    width: 100%;
  }
  .webpcInput__field--small {
    width: calc(100% - 20px);
  }
  .webpcInput__button {
    margin: 10px 0 0 0 !important;
  }
  .webpcLoader__columns {
    display: block;
  }
  .webpcMenu__items {
    display: block;
  }
  .webpcPopup__inner {
    display: block;
    border: 1px solid #c3c4c7;
  }
  .webpcPopup__image {
    height: 152px;
    margin: 20px auto 0 auto;
  }
  .webpcPopup__content {
    border-left: 0;
  }
}
