/*! bulma.pg-io v0.8.0 | MIT License | github.pg-com/jgthms/bulma */
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.pg-delete,
.pg-modal-close,
.pg-is-unselectable,
.pg-button,
.pg-file,
.pg-breadcrumb,
.pg-pagination-previous,
.pg-pagination-next,
.pg-pagination-link,
.pg-pagination-ellipsis,
.pg-tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pg-select:not(.pg-is-multiple):not(.pg-is-loading)::after,
.pg-navbar-link:not(.pg-is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.pg-box:not(:last-child),
.pg-content:not(:last-child),
.pg-notification:not(:last-child),
.pg-progress:not(:last-child),
.pg-table:not(:last-child),
.pg-table-container:not(:last-child),
.pg-title:not(:last-child),
.pg-subtitle:not(:last-child),
.pg-block:not(:last-child),
.pg-highlight:not(:last-child),
.pg-breadcrumb:not(:last-child),
.pg-level:not(:last-child),
.pg-list:not(:last-child),
.pg-message:not(:last-child),
.pg-pagination:not(:last-child),
.pg-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pg-delete,
.pg-modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.pg-delete::before,
.pg-modal-close::before,
.pg-delete::after,
.pg-modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.pg-delete::before,
.pg-modal-close::before {
  height: 2px;
  width: 50%;
}

.pg-delete::after,
.pg-modal-close::after {
  height: 50%;
  width: 2px;
}

.pg-delete:hover,
.pg-modal-close:hover,
.pg-delete:focus,
.pg-modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.pg-delete:active,
.pg-modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.pg-is-small.pg-delete,
.pg-is-small.pg-modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.pg-is-medium.pg-delete,
.pg-is-medium.pg-modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.pg-is-large.pg-delete,
.pg-is-large.pg-modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.pg-button.pg-is-loading::after,
.pg-loader,
.pg-select.pg-is-loading::after,
.pg-control.pg-is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.pg-is-overlay,
.pg-image.pg-is-square img,
.pg-image.pg-is-square .pg-has-ratio,
.pg-image.pg-is-1by1 img,
.pg-image.pg-is-1by1 .pg-has-ratio,
.pg-image.pg-is-5by4 img,
.pg-image.pg-is-5by4 .pg-has-ratio,
.pg-image.pg-is-4by3 img,
.pg-image.pg-is-4by3 .pg-has-ratio,
.pg-image.pg-is-3by2 img,
.pg-image.pg-is-3by2 .pg-has-ratio,
.pg-image.pg-is-5by3 img,
.pg-image.pg-is-5by3 .pg-has-ratio,
.pg-image.pg-is-16by9 img,
.pg-image.pg-is-16by9 .pg-has-ratio,
.pg-image.pg-is-2by1 img,
.pg-image.pg-is-2by1 .pg-has-ratio,
.pg-image.pg-is-3by1 img,
.pg-image.pg-is-3by1 .pg-has-ratio,
.pg-image.pg-is-4by5 img,
.pg-image.pg-is-4by5 .pg-has-ratio,
.pg-image.pg-is-3by4 img,
.pg-image.pg-is-3by4 .pg-has-ratio,
.pg-image.pg-is-2by3 img,
.pg-image.pg-is-2by3 .pg-has-ratio,
.pg-image.pg-is-3by5 img,
.pg-image.pg-is-3by5 .pg-has-ratio,
.pg-image.pg-is-9by16 img,
.pg-image.pg-is-9by16 .pg-has-ratio,
.pg-image.pg-is-1by2 img,
.pg-image.pg-is-1by2 .pg-has-ratio,
.pg-image.pg-is-1by3 img,
.pg-image.pg-is-1by3 .pg-has-ratio,
.pg-modal,
.pg-modal-background,
.pg-hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pg-button,
.pg-input,
.pg-textarea,
.pg-select select,
.pg-file-cta,
.pg-file-name,
.pg-pagination-previous,
.pg-pagination-next,
.pg-pagination-link,
.pg-pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.pg-button:focus,
.pg-input:focus,
.pg-textarea:focus,
.pg-select select:focus,
.pg-file-cta:focus,
.pg-file-name:focus,
.pg-pagination-previous:focus,
.pg-pagination-next:focus,
.pg-pagination-link:focus,
.pg-pagination-ellipsis:focus,
.pg-is-focused.pg-button,
.pg-is-focused.pg-input,
.pg-is-focused.pg-textarea,
.pg-select select.pg-is-focused,
.pg-is-focused.pg-file-cta,
.pg-is-focused.pg-file-name,
.pg-is-focused.pg-pagination-previous,
.pg-is-focused.pg-pagination-next,
.pg-is-focused.pg-pagination-link,
.pg-is-focused.pg-pagination-ellipsis,
.pg-button:active,
.pg-input:active,
.pg-textarea:active,
.pg-select select:active,
.pg-file-cta:active,
.pg-file-name:active,
.pg-pagination-previous:active,
.pg-pagination-next:active,
.pg-pagination-link:active,
.pg-pagination-ellipsis:active,
.pg-is-active.pg-button,
.pg-is-active.pg-input,
.pg-is-active.pg-textarea,
.pg-select select.pg-is-active,
.pg-is-active.pg-file-cta,
.pg-is-active.pg-file-name,
.pg-is-active.pg-pagination-previous,
.pg-is-active.pg-pagination-next,
.pg-is-active.pg-pagination-link,
.pg-is-active.pg-pagination-ellipsis {
  outline: none;
}

.pg-button[disabled],
.pg-input[disabled],
.pg-textarea[disabled],
.pg-select select[disabled],
.pg-file-cta[disabled],
.pg-file-name[disabled],
.pg-pagination-previous[disabled],
.pg-pagination-next[disabled],
.pg-pagination-link[disabled],
.pg-pagination-ellipsis[disabled],
fieldset[disabled] .pg-button,
fieldset[disabled] .pg-input,
fieldset[disabled] .pg-textarea,
fieldset[disabled] .pg-select select,
.pg-select fieldset[disabled] select,
fieldset[disabled] .pg-file-cta,
fieldset[disabled] .pg-file-name,
fieldset[disabled] .pg-pagination-previous,
fieldset[disabled] .pg-pagination-next,
fieldset[disabled] .pg-pagination-link,
fieldset[disabled] .pg-pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.pg-css v0.0.6 | MIT License | github.pg-com/jgthms/minireset.pg-css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #f14668;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: #363636;
}
.e-broadcast-intro{
	background-color: #CECECE;
	border-top:7px solid #c1c1c1;
	padding: 5px;
}
.pg-is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.pg-is-pulled-left {
  float: left !important;
}

.pg-is-pulled-right {
  float: right !important;
}

.pg-is-clipped {
  overflow: hidden !important;
}

.pg-is-size-1 {
  font-size: 3rem !important;
}

.pg-is-size-2 {
  font-size: 2.5rem !important;
}

.pg-is-size-3 {
  font-size: 2rem !important;
}

.pg-is-size-4 {
  font-size: 1.5rem !important;
}

.pg-is-size-5 {
  font-size: 1.25rem !important;
}

.pg-is-size-6 {
  font-size: 1rem !important;
}

.pg-is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .pg-is-size-1-mobile {
    font-size: 3rem !important;
  }
  .pg-is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .pg-is-size-3-mobile {
    font-size: 2rem !important;
  }
  .pg-is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .pg-is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .pg-is-size-6-mobile {
    font-size: 1rem !important;
  }
  .pg-is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-size-1-tablet {
    font-size: 3rem !important;
  }
  .pg-is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .pg-is-size-3-tablet {
    font-size: 2rem !important;
  }
  .pg-is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .pg-is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .pg-is-size-6-tablet {
    font-size: 1rem !important;
  }
  .pg-is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-size-1-touch {
    font-size: 3rem !important;
  }
  .pg-is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .pg-is-size-3-touch {
    font-size: 2rem !important;
  }
  .pg-is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .pg-is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .pg-is-size-6-touch {
    font-size: 1rem !important;
  }
  .pg-is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-size-1-desktop {
    font-size: 3rem !important;
  }
  .pg-is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .pg-is-size-3-desktop {
    font-size: 2rem !important;
  }
  .pg-is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .pg-is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .pg-is-size-6-desktop {
    font-size: 1rem !important;
  }
  .pg-is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .pg-is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .pg-is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .pg-is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .pg-is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .pg-is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .pg-is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .pg-is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .pg-is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .pg-is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .pg-is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .pg-is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .pg-is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.pg-has-text-centered {
  text-align: center !important;
}

.pg-has-text-justified {
  text-align: justify !important;
}

.pg-has-text-left {
  text-align: left !important;
}

.pg-has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .pg-has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .pg-has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .pg-has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .pg-has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-has-text-right-fullhd {
    text-align: right !important;
  }
}

.pg-is-capitalized {
  text-transform: capitalize !important;
}

.pg-is-lowercase {
  text-transform: lowercase !important;
}

.pg-is-uppercase {
  text-transform: uppercase !important;
}

.pg-is-italic {
  font-style: italic !important;
}

.pg-has-text-white {
  color: white !important;
}

a.pg-has-text-white:hover,
a.pg-has-text-white:focus {
  color: #e6e6e6 !important;
}

.pg-has-background-white {
  background-color: white !important;
}

.pg-has-text-black {
  color: #0a0a0a !important;
}

a.pg-has-text-black:hover,
a.pg-has-text-black:focus {
  color: black !important;
}

.pg-has-background-black {
  background-color: #0a0a0a !important;
}

.pg-has-text-light {
  color: whitesmoke !important;
}

a.pg-has-text-light:hover,
a.pg-has-text-light:focus {
  color: #dbdbdb !important;
}

.pg-has-background-light {
  background-color: whitesmoke !important;
}

.pg-has-text-dark {
  color: #363636 !important;
}

a.pg-has-text-dark:hover,
a.pg-has-text-dark:focus {
  color: #1c1c1c !important;
}

.pg-has-background-dark {
  background-color: #363636 !important;
}

.pg-has-text-primary {
  color: #00d1b2 !important;
}

a.pg-has-text-primary:hover,
a.pg-has-text-primary:focus {
  color: #009e86 !important;
}

.pg-has-background-primary {
  background-color: #00d1b2 !important;
}

.pg-has-text-link {
  color: #3273dc !important;
}

a.pg-has-text-link:hover,
a.pg-has-text-link:focus {
  color: #205bbc !important;
}

.pg-has-background-link {
  background-color: #3273dc !important;
}

.pg-has-text-info {
  color: #3298dc !important;
}

a.pg-has-text-info:hover,
a.pg-has-text-info:focus {
  color: #207dbc !important;
}

.pg-has-background-info {
  background-color: #3298dc !important;
}

.pg-has-text-success {
  color: #48c774 !important;
}

a.pg-has-text-success:hover,
a.pg-has-text-success:focus {
  color: #34a85c !important;
}

.pg-has-background-success {
  background-color: #48c774 !important;
}

.pg-has-text-warning {
  color: #ffdd57 !important;
}

a.pg-has-text-warning:hover,
a.pg-has-text-warning:focus {
  color: #ffd324 !important;
}

.pg-has-background-warning {
  background-color: #ffdd57 !important;
}

.pg-has-text-danger {
  color: #f14668 !important;
}

a.pg-has-text-danger:hover,
a.pg-has-text-danger:focus {
  color: #ee1742 !important;
}

.pg-has-background-danger {
  background-color: #f14668 !important;
}

.pg-has-text-black-bis {
  color: #121212 !important;
}

.pg-has-background-black-bis {
  background-color: #121212 !important;
}

.pg-has-text-black-ter {
  color: #242424 !important;
}

.pg-has-background-black-ter {
  background-color: #242424 !important;
}

.pg-has-text-grey-darker {
  color: #363636 !important;
}

.pg-has-background-grey-darker {
  background-color: #363636 !important;
}

.pg-has-text-grey-dark {
  color: #4a4a4a !important;
}

.pg-has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.pg-has-text-grey {
  color: #7a7a7a !important;
}

.pg-has-background-grey {
  background-color: #7a7a7a !important;
}

.pg-has-text-grey-light {
  color: #b5b5b5 !important;
}

.pg-has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.pg-has-text-grey-lighter {
  color: #dbdbdb !important;
}

.pg-has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.pg-has-text-white-ter {
  color: whitesmoke !important;
}

.pg-has-background-white-ter {
  background-color: whitesmoke !important;
}

.pg-has-text-white-bis {
  color: #fafafa !important;
}

.pg-has-background-white-bis {
  background-color: #fafafa !important;
}

.pg-has-text-weight-light {
  font-weight: 300 !important;
}

.pg-has-text-weight-normal {
  font-weight: 400 !important;
}

.pg-has-text-weight-medium {
  font-weight: 500 !important;
}

.pg-has-text-weight-semibold {
  font-weight: 600 !important;
}

.pg-has-text-weight-bold {
  font-weight: 700 !important;
}

.pg-is-family-monospace {
  font-family: monospace !important;
}

.pg-is-family-code {
  font-family: monospace !important;
}

.pg-is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pg-is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-block-fullhd {
    display: block !important;
  }
}

.pg-is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .pg-is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-flex-fullhd {
    display: flex !important;
  }
}

.pg-is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pg-is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-inline-fullhd {
    display: inline !important;
  }
}

.pg-is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .pg-is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.pg-is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .pg-is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.pg-is-hidden {
  display: none !important;
}

.pg-is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .pg-is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-hidden-fullhd {
    display: none !important;
  }
}

.pg-is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .pg-is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .pg-is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .pg-is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .pg-is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .pg-is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .pg-is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.pg-is-marginless {
  margin: 0 !important;
}

.pg-is-paddingless {
  padding: 0 !important;
}

.pg-is-radiusless {
  border-radius: 0 !important;
}

.pg-is-shadowless {
  box-shadow: none !important;
}

.pg-is-relative {
  position: relative !important;
}

.pg-box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.pg-box:hover,
a.pg-box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}

a.pg-box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

.pg-button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.pg-button strong {
  color: inherit;
}

.pg-button .pg-icon,
.pg-button .pg-icon.pg-is-small,
.pg-button .pg-icon.pg-is-medium,
.pg-button .pg-icon.pg-is-large {
  height: 1.5em;
  width: 1.5em;
}

.pg-button .pg-icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.pg-button .pg-icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

.pg-button .pg-icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

.pg-button:hover,
.pg-button.pg-is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.pg-button:focus,
.pg-button.pg-is-focused {
  border-color: #3273dc;
  color: #363636;
}

.pg-button:focus:not(:active),
.pg-button.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.pg-button:active,
.pg-button.pg-is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.pg-button.pg-is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.pg-button.pg-is-text:hover,
.pg-button.pg-is-text.pg-is-hovered,
.pg-button.pg-is-text:focus,
.pg-button.pg-is-text.pg-is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.pg-button.pg-is-text:active,
.pg-button.pg-is-text.pg-is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.pg-button.pg-is-text[disabled],
fieldset[disabled] .pg-button.pg-is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.pg-button.pg-is-white:hover,
.pg-button.pg-is-white.pg-is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.pg-button.pg-is-white:focus,
.pg-button.pg-is-white.pg-is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.pg-button.pg-is-white:focus:not(:active),
.pg-button.pg-is-white.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.pg-button.pg-is-white:active,
.pg-button.pg-is-white.pg-is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.pg-button.pg-is-white[disabled],
fieldset[disabled] .pg-button.pg-is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-white.pg-is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.pg-button.pg-is-white.pg-is-inverted:hover,
.pg-button.pg-is-white.pg-is-inverted.pg-is-hovered {
  background-color: black;
}

.pg-button.pg-is-white.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-white.pg-is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.pg-button.pg-is-white.pg-is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.pg-button.pg-is-white.pg-is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.pg-button.pg-is-white.pg-is-outlined:hover,
.pg-button.pg-is-white.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-white.pg-is-outlined:focus,
.pg-button.pg-is-white.pg-is-outlined.pg-is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.pg-button.pg-is-white.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent white white !important;
}

.pg-button.pg-is-white.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-white.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-white.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-white.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.pg-button.pg-is-white.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-white.pg-is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #0a0a0a;
  color: white;
}

.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent white white !important;
}

.pg-button.pg-is-white.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-white.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.pg-button.pg-is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.pg-button.pg-is-black:hover,
.pg-button.pg-is-black.pg-is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.pg-button.pg-is-black:focus,
.pg-button.pg-is-black.pg-is-focused {
  border-color: transparent;
  color: white;
}

.pg-button.pg-is-black:focus:not(:active),
.pg-button.pg-is-black.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.pg-button.pg-is-black:active,
.pg-button.pg-is-black.pg-is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.pg-button.pg-is-black[disabled],
fieldset[disabled] .pg-button.pg-is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-black.pg-is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.pg-button.pg-is-black.pg-is-inverted:hover,
.pg-button.pg-is-black.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-black.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-black.pg-is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.pg-button.pg-is-black.pg-is-loading::after {
  border-color: transparent transparent white white !important;
}

.pg-button.pg-is-black.pg-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.pg-button.pg-is-black.pg-is-outlined:hover,
.pg-button.pg-is-black.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-black.pg-is-outlined:focus,
.pg-button.pg-is-black.pg-is-outlined.pg-is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.pg-button.pg-is-black.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.pg-button.pg-is-black.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-black.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-black.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-black.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent white white !important;
}

.pg-button.pg-is-black.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-black.pg-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: white;
  color: #0a0a0a;
}

.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.pg-button.pg-is-black.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-black.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.pg-button.pg-is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light:hover,
.pg-button.pg-is-light.pg-is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light:focus,
.pg-button.pg-is-light.pg-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light:focus:not(:active),
.pg-button.pg-is-light.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.pg-button.pg-is-light:active,
.pg-button.pg-is-light.pg-is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light[disabled],
fieldset[disabled] .pg-button.pg-is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-light.pg-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.pg-button.pg-is-light.pg-is-inverted:hover,
.pg-button.pg-is-light.pg-is-inverted.pg-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-light.pg-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.pg-button.pg-is-light.pg-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.pg-button.pg-is-light.pg-is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.pg-button.pg-is-light.pg-is-outlined:hover,
.pg-button.pg-is-light.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-light.pg-is-outlined:focus,
.pg-button.pg-is-light.pg-is-outlined.pg-is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.pg-button.pg-is-light.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-light.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-light.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-light.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.pg-button.pg-is-light.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-light.pg-is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.pg-button.pg-is-light.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-light.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-dark:hover,
.pg-button.pg-is-dark.pg-is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-dark:focus,
.pg-button.pg-is-dark.pg-is-focused {
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-dark:focus:not(:active),
.pg-button.pg-is-dark.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.pg-button.pg-is-dark:active,
.pg-button.pg-is-dark.pg-is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-dark[disabled],
fieldset[disabled] .pg-button.pg-is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-dark.pg-is-inverted {
  background-color: #fff;
  color: #363636;
}

.pg-button.pg-is-dark.pg-is-inverted:hover,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-dark.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-dark.pg-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.pg-button.pg-is-dark.pg-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-dark.pg-is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.pg-button.pg-is-dark.pg-is-outlined:hover,
.pg-button.pg-is-dark.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-dark.pg-is-outlined:focus,
.pg-button.pg-is-dark.pg-is-outlined.pg-is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.pg-button.pg-is-dark.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.pg-button.pg-is-dark.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-dark.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-dark.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-dark.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-dark.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-dark.pg-is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #fff;
  color: #363636;
}

.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-dark.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.pg-button.pg-is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-primary:hover,
.pg-button.pg-is-primary.pg-is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-primary:focus,
.pg-button.pg-is-primary.pg-is-focused {
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-primary:focus:not(:active),
.pg-button.pg-is-primary.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.pg-button.pg-is-primary:active,
.pg-button.pg-is-primary.pg-is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-primary[disabled],
fieldset[disabled] .pg-button.pg-is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-primary.pg-is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.pg-button.pg-is-primary.pg-is-inverted:hover,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-primary.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-primary.pg-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

.pg-button.pg-is-primary.pg-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-primary.pg-is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.pg-button.pg-is-primary.pg-is-outlined:hover,
.pg-button.pg-is-primary.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-primary.pg-is-outlined:focus,
.pg-button.pg-is-primary.pg-is-outlined.pg-is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.pg-button.pg-is-primary.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.pg-button.pg-is-primary.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-primary.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-primary.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-primary.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-primary.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-primary.pg-is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #fff;
  color: #00d1b2;
}

.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-primary.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.pg-button.pg-is-primary.pg-is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.pg-button.pg-is-primary.pg-is-light:hover,
.pg-button.pg-is-primary.pg-is-light.pg-is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}

.pg-button.pg-is-primary.pg-is-light:active,
.pg-button.pg-is-primary.pg-is-light.pg-is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}

.pg-button.pg-is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-link:hover,
.pg-button.pg-is-link.pg-is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-link:focus,
.pg-button.pg-is-link.pg-is-focused {
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-link:focus:not(:active),
.pg-button.pg-is-link.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.pg-button.pg-is-link:active,
.pg-button.pg-is-link.pg-is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-link[disabled],
fieldset[disabled] .pg-button.pg-is-link {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-link.pg-is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.pg-button.pg-is-link.pg-is-inverted:hover,
.pg-button.pg-is-link.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-link.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-link.pg-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc;
}

.pg-button.pg-is-link.pg-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-link.pg-is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.pg-button.pg-is-link.pg-is-outlined:hover,
.pg-button.pg-is-link.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-link.pg-is-outlined:focus,
.pg-button.pg-is-link.pg-is-outlined.pg-is-focused {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.pg-button.pg-is-link.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.pg-button.pg-is-link.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-link.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-link.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-link.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-link.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-link.pg-is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc;
}

.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #fff;
  color: #3273dc;
}

.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.pg-button.pg-is-link.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-link.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.pg-button.pg-is-link.pg-is-light {
  background-color: #eef3fc;
  color: #2160c4;
}

.pg-button.pg-is-link.pg-is-light:hover,
.pg-button.pg-is-link.pg-is-light.pg-is-hovered {
  background-color: #e3ecfa;
  border-color: transparent;
  color: #2160c4;
}

.pg-button.pg-is-link.pg-is-light:active,
.pg-button.pg-is-link.pg-is-light.pg-is-active {
  background-color: #d8e4f8;
  border-color: transparent;
  color: #2160c4;
}

.pg-button.pg-is-info {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-info:hover,
.pg-button.pg-is-info.pg-is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-info:focus,
.pg-button.pg-is-info.pg-is-focused {
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-info:focus:not(:active),
.pg-button.pg-is-info.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.pg-button.pg-is-info:active,
.pg-button.pg-is-info.pg-is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-info[disabled],
fieldset[disabled] .pg-button.pg-is-info {
  background-color: #3298dc;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-info.pg-is-inverted {
  background-color: #fff;
  color: #3298dc;
}

.pg-button.pg-is-info.pg-is-inverted:hover,
.pg-button.pg-is-info.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-info.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-info.pg-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3298dc;
}

.pg-button.pg-is-info.pg-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-info.pg-is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  color: #3298dc;
}

.pg-button.pg-is-info.pg-is-outlined:hover,
.pg-button.pg-is-info.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-info.pg-is-outlined:focus,
.pg-button.pg-is-info.pg-is-outlined.pg-is-focused {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.pg-button.pg-is-info.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

.pg-button.pg-is-info.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-info.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-info.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-info.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-info.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-info.pg-is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  box-shadow: none;
  color: #3298dc;
}

.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #fff;
  color: #3298dc;
}

.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

.pg-button.pg-is-info.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-info.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.pg-button.pg-is-info.pg-is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

.pg-button.pg-is-info.pg-is-light:hover,
.pg-button.pg-is-info.pg-is-light.pg-is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}

.pg-button.pg-is-info.pg-is-light:active,
.pg-button.pg-is-info.pg-is-light.pg-is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}

.pg-button.pg-is-success {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-success:hover,
.pg-button.pg-is-success.pg-is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-success:focus,
.pg-button.pg-is-success.pg-is-focused {
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-success:focus:not(:active),
.pg-button.pg-is-success.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.pg-button.pg-is-success:active,
.pg-button.pg-is-success.pg-is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-success[disabled],
fieldset[disabled] .pg-button.pg-is-success {
  background-color: #48c774;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-success.pg-is-inverted {
  background-color: #fff;
  color: #48c774;
}

.pg-button.pg-is-success.pg-is-inverted:hover,
.pg-button.pg-is-success.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-success.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-success.pg-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c774;
}

.pg-button.pg-is-success.pg-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-success.pg-is-outlined {
  background-color: transparent;
  border-color: #48c774;
  color: #48c774;
}

.pg-button.pg-is-success.pg-is-outlined:hover,
.pg-button.pg-is-success.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-success.pg-is-outlined:focus,
.pg-button.pg-is-success.pg-is-outlined.pg-is-focused {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

.pg-button.pg-is-success.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}

.pg-button.pg-is-success.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-success.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-success.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-success.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-success.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-success.pg-is-outlined {
  background-color: transparent;
  border-color: #48c774;
  box-shadow: none;
  color: #48c774;
}

.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #fff;
  color: #48c774;
}

.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}

.pg-button.pg-is-success.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-success.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.pg-button.pg-is-success.pg-is-light {
  background-color: #effaf3;
  color: #257942;
}

.pg-button.pg-is-success.pg-is-light:hover,
.pg-button.pg-is-success.pg-is-light.pg-is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}

.pg-button.pg-is-success.pg-is-light:active,
.pg-button.pg-is-success.pg-is-light.pg-is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}

.pg-button.pg-is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning:hover,
.pg-button.pg-is-warning.pg-is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning:focus,
.pg-button.pg-is-warning.pg-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning:focus:not(:active),
.pg-button.pg-is-warning.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.pg-button.pg-is-warning:active,
.pg-button.pg-is-warning.pg-is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning[disabled],
fieldset[disabled] .pg-button.pg-is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-warning.pg-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.pg-button.pg-is-warning.pg-is-inverted:hover,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-warning.pg-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}

.pg-button.pg-is-warning.pg-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.pg-button.pg-is-warning.pg-is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.pg-button.pg-is-warning.pg-is-outlined:hover,
.pg-button.pg-is-warning.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-warning.pg-is-outlined:focus,
.pg-button.pg-is-warning.pg-is-outlined.pg-is-focused {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.pg-button.pg-is-warning.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-warning.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-warning.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-warning.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.pg-button.pg-is-warning.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-warning.pg-is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-warning.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.pg-button.pg-is-warning.pg-is-light {
  background-color: #fffbeb;
  color: #947600;
}

.pg-button.pg-is-warning.pg-is-light:hover,
.pg-button.pg-is-warning.pg-is-light.pg-is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}

.pg-button.pg-is-warning.pg-is-light:active,
.pg-button.pg-is-warning.pg-is-light.pg-is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}

.pg-button.pg-is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-danger:hover,
.pg-button.pg-is-danger.pg-is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-danger:focus,
.pg-button.pg-is-danger.pg-is-focused {
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-danger:focus:not(:active),
.pg-button.pg-is-danger.pg-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.pg-button.pg-is-danger:active,
.pg-button.pg-is-danger.pg-is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.pg-button.pg-is-danger[disabled],
fieldset[disabled] .pg-button.pg-is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

.pg-button.pg-is-danger.pg-is-inverted {
  background-color: #fff;
  color: #f14668;
}

.pg-button.pg-is-danger.pg-is-inverted:hover,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-hovered {
  background-color: #f2f2f2;
}

.pg-button.pg-is-danger.pg-is-inverted[disabled],
fieldset[disabled] .pg-button.pg-is-danger.pg-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}

.pg-button.pg-is-danger.pg-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-danger.pg-is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

.pg-button.pg-is-danger.pg-is-outlined:hover,
.pg-button.pg-is-danger.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-danger.pg-is-outlined:focus,
.pg-button.pg-is-danger.pg-is-outlined.pg-is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.pg-button.pg-is-danger.pg-is-outlined.pg-is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.pg-button.pg-is-danger.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-danger.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-danger.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-danger.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.pg-button.pg-is-danger.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-danger.pg-is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}

.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined:hover,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined.pg-is-hovered,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined:focus,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined.pg-is-focused {
  background-color: #fff;
  color: #f14668;
}

.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined.pg-is-loading:hover::after,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-hovered::after,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined.pg-is-loading:focus::after,
.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined.pg-is-loading.pg-is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

.pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined[disabled],
fieldset[disabled] .pg-button.pg-is-danger.pg-is-inverted.pg-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.pg-button.pg-is-danger.pg-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.pg-button.pg-is-danger.pg-is-light:hover,
.pg-button.pg-is-danger.pg-is-light.pg-is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

.pg-button.pg-is-danger.pg-is-light:active,
.pg-button.pg-is-danger.pg-is-light.pg-is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

.pg-button.pg-is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.pg-button.pg-is-normal {
  font-size: 1rem;
}

.pg-button.pg-is-medium {
  font-size: 1.25rem;
}

.pg-button.pg-is-large {
  font-size: 1.5rem;
}

.pg-button[disabled],
fieldset[disabled] .pg-button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.pg-button.pg-is-fullwidth {
  display: flex;
  width: 100%;
}

.pg-button.pg-is-loading {
  color: transparent !important;
  pointer-events: none;
}

.pg-button.pg-is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.pg-button.pg-is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.pg-button.pg-is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.pg-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pg-buttons .pg-button {
  margin-bottom: 0.5rem;
}

.pg-buttons .pg-button:not(:last-child):not(.pg-is-fullwidth) {
  margin-right: 0.5rem;
}

.pg-buttons:last-child {
  margin-bottom: -0.5rem;
}

.pg-buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.pg-buttons.pg-are-small
  .pg-button:not(.pg-is-normal):not(.pg-is-medium):not(.pg-is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.pg-buttons.pg-are-medium
  .pg-button:not(.pg-is-small):not(.pg-is-normal):not(.pg-is-large) {
  font-size: 1.25rem;
}

.pg-buttons.pg-are-large
  .pg-button:not(.pg-is-small):not(.pg-is-normal):not(.pg-is-medium) {
  font-size: 1.5rem;
}

.pg-buttons.pg-has-addons .pg-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pg-buttons.pg-has-addons .pg-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.pg-buttons.pg-has-addons .pg-button:last-child {
  margin-right: 0;
}

.pg-buttons.pg-has-addons .pg-button:hover,
.pg-buttons.pg-has-addons .pg-button.pg-is-hovered {
  z-index: 2;
}

.pg-buttons.pg-has-addons .pg-button:focus,
.pg-buttons.pg-has-addons .pg-button.pg-is-focused,
.pg-buttons.pg-has-addons .pg-button:active,
.pg-buttons.pg-has-addons .pg-button.pg-is-active,
.pg-buttons.pg-has-addons .pg-button.pg-is-selected {
  z-index: 3;
}

.pg-buttons.pg-has-addons .pg-button:focus:hover,
.pg-buttons.pg-has-addons .pg-button.pg-is-focused:hover,
.pg-buttons.pg-has-addons .pg-button:active:hover,
.pg-buttons.pg-has-addons .pg-button.pg-is-active:hover,
.pg-buttons.pg-has-addons .pg-button.pg-is-selected:hover {
  z-index: 4;
}

.pg-buttons.pg-has-addons .pg-button.pg-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.pg-buttons.pg-is-centered {
  justify-content: center;
}

.pg-buttons.pg-is-centered:not(.pg-has-addons)
  .pg-button:not(.pg-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.pg-buttons.pg-is-right {
  justify-content: flex-end;
}

.pg-buttons.pg-is-right:not(.pg-has-addons) .pg-button:not(.pg-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.pg-container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.pg-container.pg-is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .pg-container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  .pg-container.pg-is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .pg-container.pg-is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .pg-container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .pg-container {
    max-width: 1344px;
  }
}

.pg-content li + li {
  margin-top: 0.25em;
}

.pg-content p:not(:last-child),
.pg-content dl:not(:last-child),
.pg-content ol:not(:last-child),
.pg-content ul:not(:last-child),
.pg-content blockquote:not(:last-child),
.pg-content pre:not(:last-child),
.pg-content table:not(:last-child) {
  margin-bottom: 1em;
}

.pg-content h1,
.pg-content h2,
.pg-content h3,
.pg-content h4,
.pg-content h5,
.pg-content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.pg-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.pg-content h1:not(:first-child) {
  margin-top: 1em;
}

.pg-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.pg-content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.pg-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.pg-content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.pg-content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.pg-content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.pg-content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.pg-content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.pg-content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.pg-content ol:not([type]) {
  list-style-type: decimal;
}

.pg-content ol:not([type]).pg-is-lower-alpha {
  list-style-type: lower-alpha;
}

.pg-content ol:not([type]).pg-is-lower-roman {
  list-style-type: lower-roman;
}

.pg-content ol:not([type]).pg-is-upper-alpha {
  list-style-type: upper-alpha;
}

.pg-content ol:not([type]).pg-is-upper-roman {
  list-style-type: upper-roman;
}

.pg-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.pg-content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.pg-content ul ul ul {
  list-style-type: square;
}

.pg-content dd {
  margin-left: 2em;
}

.pg-content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.pg-content figure:not(:first-child) {
  margin-top: 2em;
}

.pg-content figure:not(:last-child) {
  margin-bottom: 2em;
}

.pg-content figure img {
  display: inline-block;
}

.pg-content figure figcaption {
  font-style: italic;
}

.pg-content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.pg-content sup,
.pg-content sub {
  font-size: 75%;
}

.pg-content table {
  width: 100%;
}

.pg-content table td,
.pg-content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.pg-content table th {
  color: #363636;
}

.pg-content table th:not([align]) {
  text-align: left;
}

.pg-content table thead td,
.pg-content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.pg-content table tfoot td,
.pg-content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.pg-content table tbody tr:last-child td,
.pg-content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.pg-content .pg-tabs li + li {
  margin-top: 0;
}

.pg-content.pg-is-small {
  font-size: 0.75rem;
}

.pg-content.pg-is-medium {
  font-size: 1.25rem;
}

.pg-content.pg-is-large {
  font-size: 1.5rem;
}

.pg-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.pg-icon.pg-is-small {
  height: 1rem;
  width: 1rem;
}

.pg-icon.pg-is-medium {
  height: 2rem;
  width: 2rem;
}

.pg-icon.pg-is-large {
  height: 3rem;
  width: 3rem;
}

.pg-image {
  display: block;
  position: relative;
}

.pg-image img {
  display: block;
  height: auto;
  width: 100%;
}

.pg-image img.pg-is-rounded {
  border-radius: 290486px;
}

.pg-image.pg-is-fullwidth {
  width: 100%;
}

.pg-image.pg-is-square img,
.pg-image.pg-is-square .pg-has-ratio,
.pg-image.pg-is-1by1 img,
.pg-image.pg-is-1by1 .pg-has-ratio,
.pg-image.pg-is-5by4 img,
.pg-image.pg-is-5by4 .pg-has-ratio,
.pg-image.pg-is-4by3 img,
.pg-image.pg-is-4by3 .pg-has-ratio,
.pg-image.pg-is-3by2 img,
.pg-image.pg-is-3by2 .pg-has-ratio,
.pg-image.pg-is-5by3 img,
.pg-image.pg-is-5by3 .pg-has-ratio,
.pg-image.pg-is-16by9 img,
.pg-image.pg-is-16by9 .pg-has-ratio,
.pg-image.pg-is-2by1 img,
.pg-image.pg-is-2by1 .pg-has-ratio,
.pg-image.pg-is-3by1 img,
.pg-image.pg-is-3by1 .pg-has-ratio,
.pg-image.pg-is-4by5 img,
.pg-image.pg-is-4by5 .pg-has-ratio,
.pg-image.pg-is-3by4 img,
.pg-image.pg-is-3by4 .pg-has-ratio,
.pg-image.pg-is-2by3 img,
.pg-image.pg-is-2by3 .pg-has-ratio,
.pg-image.pg-is-3by5 img,
.pg-image.pg-is-3by5 .pg-has-ratio,
.pg-image.pg-is-9by16 img,
.pg-image.pg-is-9by16 .pg-has-ratio,
.pg-image.pg-is-1by2 img,
.pg-image.pg-is-1by2 .pg-has-ratio,
.pg-image.pg-is-1by3 img,
.pg-image.pg-is-1by3 .pg-has-ratio {
  height: 100%;
  width: 100%;
}

.pg-image.pg-is-square,
.pg-image.pg-is-1by1 {
  padding-top: 100%;
}

.pg-image.pg-is-5by4 {
  padding-top: 80%;
}

.pg-image.pg-is-4by3 {
  padding-top: 75%;
}

.pg-image.pg-is-3by2 {
  padding-top: 66.6666%;
}

.pg-image.pg-is-5by3 {
  padding-top: 60%;
}

.pg-image.pg-is-16by9 {
  padding-top: 56.25%;
}

.pg-image.pg-is-2by1 {
  padding-top: 50%;
}

.pg-image.pg-is-3by1 {
  padding-top: 33.3333%;
}

.pg-image.pg-is-4by5 {
  padding-top: 125%;
}

.pg-image.pg-is-3by4 {
  padding-top: 133.3333%;
}

.pg-image.pg-is-2by3 {
  padding-top: 150%;
}

.pg-image.pg-is-3by5 {
  padding-top: 166.6666%;
}

.pg-image.pg-is-9by16 {
  padding-top: 177.7777%;
}

.pg-image.pg-is-1by2 {
  padding-top: 200%;
}

.pg-image.pg-is-1by3 {
  padding-top: 300%;
}

.pg-image.pg-is-16x16 {
  height: 16px;
  width: 16px;
}

.pg-image.pg-is-24x24 {
  height: 24px;
  width: 24px;
}

.pg-image.pg-is-32x32 {
  height: 32px;
  width: 32px;
}

.pg-image.pg-is-48x48 {
  height: 48px;
  width: 48px;
}

.pg-image.pg-is-64x64 {
  height: 64px;
  width: 64px;
}

.pg-image.pg-is-96x96 {
  height: 96px;
  width: 96px;
}

.pg-image.pg-is-128x128 {
  height: 128px;
  width: 128px;
}

.pg-notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.pg-notification a:not(.pg-button):not(.pg-dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.pg-notification strong {
  color: currentColor;
}

.pg-notification code,
.pg-notification pre {
  background: white;
}

.pg-notification pre code {
  background: transparent;
}

.pg-notification > .pg-delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.pg-notification .pg-title,
.pg-notification .pg-subtitle,
.pg-notification .pg-content {
  color: currentColor;
}

.pg-notification.pg-is-white {
  background-color: white;
  color: #0a0a0a;
}

.pg-notification.pg-is-black {
  background-color: #0a0a0a;
  color: white;
}

.pg-notification.pg-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-notification.pg-is-dark {
  background-color: #363636;
  color: #fff;
}

.pg-notification.pg-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.pg-notification.pg-is-link {
  background-color: #3273dc;
  color: #fff;
}

.pg-notification.pg-is-info {
  background-color: #3298dc;
  color: #fff;
}

.pg-notification.pg-is-success {
  background-color: #48c774;
  color: #fff;
}

.pg-notification.pg-is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-notification.pg-is-danger {
  background-color: #f14668;
  color: #fff;
}

.pg-progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.pg-progress::-webkit-progress-bar {
  background-color: #ededed;
}

.pg-progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.pg-progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.pg-progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.pg-progress.pg-is-white::-webkit-progress-value {
  background-color: white;
}

.pg-progress.pg-is-white::-moz-progress-bar {
  background-color: white;
}

.pg-progress.pg-is-white::-ms-fill {
  background-color: white;
}

.pg-progress.pg-is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

.pg-progress.pg-is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.pg-progress.pg-is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.pg-progress.pg-is-black::-ms-fill {
  background-color: #0a0a0a;
}

.pg-progress.pg-is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

.pg-progress.pg-is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.pg-progress.pg-is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.pg-progress.pg-is-light::-ms-fill {
  background-color: whitesmoke;
}

.pg-progress.pg-is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

.pg-progress.pg-is-dark::-webkit-progress-value {
  background-color: #363636;
}

.pg-progress.pg-is-dark::-moz-progress-bar {
  background-color: #363636;
}

.pg-progress.pg-is-dark::-ms-fill {
  background-color: #363636;
}

.pg-progress.pg-is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

.pg-progress.pg-is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.pg-progress.pg-is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.pg-progress.pg-is-primary::-ms-fill {
  background-color: #00d1b2;
}

.pg-progress.pg-is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}

.pg-progress.pg-is-link::-webkit-progress-value {
  background-color: #3273dc;
}

.pg-progress.pg-is-link::-moz-progress-bar {
  background-color: #3273dc;
}

.pg-progress.pg-is-link::-ms-fill {
  background-color: #3273dc;
}

.pg-progress.pg-is-link:indeterminate {
  background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%);
}

.pg-progress.pg-is-info::-webkit-progress-value {
  background-color: #3298dc;
}

.pg-progress.pg-is-info::-moz-progress-bar {
  background-color: #3298dc;
}

.pg-progress.pg-is-info::-ms-fill {
  background-color: #3298dc;
}

.pg-progress.pg-is-info:indeterminate {
  background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%);
}

.pg-progress.pg-is-success::-webkit-progress-value {
  background-color: #48c774;
}

.pg-progress.pg-is-success::-moz-progress-bar {
  background-color: #48c774;
}

.pg-progress.pg-is-success::-ms-fill {
  background-color: #48c774;
}

.pg-progress.pg-is-success:indeterminate {
  background-image: linear-gradient(to right, #48c774 30%, #ededed 30%);
}

.pg-progress.pg-is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.pg-progress.pg-is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.pg-progress.pg-is-warning::-ms-fill {
  background-color: #ffdd57;
}

.pg-progress.pg-is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%);
}

.pg-progress.pg-is-danger::-webkit-progress-value {
  background-color: #f14668;
}

.pg-progress.pg-is-danger::-moz-progress-bar {
  background-color: #f14668;
}

.pg-progress.pg-is-danger::-ms-fill {
  background-color: #f14668;
}

.pg-progress.pg-is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

.pg-progress:indeterminate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
  animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.pg-progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.pg-progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.pg-progress.pg-is-small {
  height: 0.75rem;
}

.pg-progress.pg-is-medium {
  height: 1.25rem;
}

.pg-progress.pg-is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

.pg-table {
  background-color: white;
  color: #363636;
}

.pg-table td,
.pg-table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.pg-table td.pg-is-white,
.pg-table th.pg-is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.pg-table td.pg-is-black,
.pg-table th.pg-is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.pg-table td.pg-is-light,
.pg-table th.pg-is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-table td.pg-is-dark,
.pg-table th.pg-is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.pg-table td.pg-is-primary,
.pg-table th.pg-is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.pg-table td.pg-is-link,
.pg-table th.pg-is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.pg-table td.pg-is-info,
.pg-table th.pg-is-info {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.pg-table td.pg-is-success,
.pg-table th.pg-is-success {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

.pg-table td.pg-is-warning,
.pg-table th.pg-is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-table td.pg-is-danger,
.pg-table th.pg-is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

.pg-table td.pg-is-narrow,
.pg-table th.pg-is-narrow {
  white-space: nowrap;
  width: 1%;
}

.pg-table td.pg-is-selected,
.pg-table th.pg-is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.pg-table td.pg-is-selected a,
.pg-table td.pg-is-selected strong,
.pg-table th.pg-is-selected a,
.pg-table th.pg-is-selected strong {
  color: currentColor;
}

.pg-table th {
  color: #363636;
}

.pg-table th:not([align]) {
  text-align: left;
}

.pg-table tr.pg-is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.pg-table tr.pg-is-selected a,
.pg-table tr.pg-is-selected strong {
  color: currentColor;
}

.pg-table tr.pg-is-selected td,
.pg-table tr.pg-is-selected th {
  border-color: #fff;
  color: currentColor;
}

.pg-table thead {
  background-color: transparent;
}

.pg-table thead td,
.pg-table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.pg-table tfoot {
  background-color: transparent;
}

.pg-table tfoot td,
.pg-table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.pg-table tbody {
  background-color: transparent;
}

.pg-table tbody tr:last-child td,
.pg-table tbody tr:last-child th {
  border-bottom-width: 0;
}

.pg-table.pg-is-bordered td,
.pg-table.pg-is-bordered th {
  border-width: 1px;
}

.pg-table.pg-is-bordered tr:last-child td,
.pg-table.pg-is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.pg-table.pg-is-fullwidth {
  width: 100%;
}

.pg-table.pg-is-hoverable tbody tr:not(.pg-is-selected):hover {
  background-color: #fafafa;
}

.pg-table.pg-is-hoverable.pg-is-striped tbody tr:not(.pg-is-selected):hover {
  background-color: #fafafa;
}

.pg-table.pg-is-hoverable.pg-is-striped
  tbody
  tr:not(.pg-is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.pg-table.pg-is-narrow td,
.pg-table.pg-is-narrow th {
  padding: 0.25em 0.5em;
}

.pg-table.pg-is-striped tbody tr:not(.pg-is-selected):nth-child(even) {
  background-color: #fafafa;
}

.pg-table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.pg-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pg-tags .pg-tag {
  margin-bottom: 0.5rem;
}

.pg-tags .pg-tag:not(:last-child) {
  margin-right: 0.5rem;
}

.pg-tags:last-child {
  margin-bottom: -0.5rem;
}

.pg-tags:not(:last-child) {
  margin-bottom: 1rem;
}

.pg-tags.pg-are-medium .pg-tag:not(.pg-is-normal):not(.pg-is-large) {
  font-size: 1rem;
}

.pg-tags.pg-are-large .pg-tag:not(.pg-is-normal):not(.pg-is-medium) {
  font-size: 1.25rem;
}

.pg-tags.pg-is-centered {
  justify-content: center;
}

.pg-tags.pg-is-centered .pg-tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.pg-tags.pg-is-right {
  justify-content: flex-end;
}

.pg-tags.pg-is-right .pg-tag:not(:first-child) {
  margin-left: 0.5rem;
}

.pg-tags.pg-is-right .pg-tag:not(:last-child) {
  margin-right: 0;
}

.pg-tags.pg-has-addons .pg-tag {
  margin-right: 0;
}

.pg-tags.pg-has-addons .pg-tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pg-tags.pg-has-addons .pg-tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pg-tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pg-tag:not(body) .pg-delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.pg-tag:not(body).pg-is-white {
  background-color: white;
  color: #0a0a0a;
}

.pg-tag:not(body).pg-is-black {
  background-color: #0a0a0a;
  color: white;
}

.pg-tag:not(body).pg-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-tag:not(body).pg-is-dark {
  background-color: #363636;
  color: #fff;
}

.pg-tag:not(body).pg-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.pg-tag:not(body).pg-is-primary.pg-is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.pg-tag:not(body).pg-is-link {
  background-color: #3273dc;
  color: #fff;
}

.pg-tag:not(body).pg-is-link.pg-is-light {
  background-color: #eef3fc;
  color: #2160c4;
}

.pg-tag:not(body).pg-is-info {
  background-color: #3298dc;
  color: #fff;
}

.pg-tag:not(body).pg-is-info.pg-is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

.pg-tag:not(body).pg-is-success {
  background-color: #48c774;
  color: #fff;
}

.pg-tag:not(body).pg-is-success.pg-is-light {
  background-color: #effaf3;
  color: #257942;
}

.pg-tag:not(body).pg-is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-tag:not(body).pg-is-warning.pg-is-light {
  background-color: #fffbeb;
  color: #947600;
}

.pg-tag:not(body).pg-is-danger {
  background-color: #f14668;
  color: #fff;
}

.pg-tag:not(body).pg-is-danger.pg-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.pg-tag:not(body).pg-is-normal {
  font-size: 0.75rem;
}

.pg-tag:not(body).pg-is-medium {
  font-size: 1rem;
}

.pg-tag:not(body).pg-is-large {
  font-size: 1.25rem;
}

.pg-tag:not(body) .pg-icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.pg-tag:not(body) .pg-icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.pg-tag:not(body) .pg-icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.pg-tag:not(body).pg-is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.pg-tag:not(body).pg-is-delete::before,
.pg-tag:not(body).pg-is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.pg-tag:not(body).pg-is-delete::before {
  height: 1px;
  width: 50%;
}

.pg-tag:not(body).pg-is-delete::after {
  height: 50%;
  width: 1px;
}

.pg-tag:not(body).pg-is-delete:hover,
.pg-tag:not(body).pg-is-delete:focus {
  background-color: #e8e8e8;
}

.pg-tag:not(body).pg-is-delete:active {
  background-color: #dbdbdb;
}

.pg-tag:not(body).pg-is-rounded {
  border-radius: 290486px;
}

a.pg-tag:hover {
  text-decoration: underline;
}

.pg-title,
.pg-subtitle {
  word-break: break-word;
}

.pg-title em,
.pg-title span,
.pg-subtitle em,
.pg-subtitle span {
  font-weight: inherit;
}

.pg-title sub,
.pg-subtitle sub {
  font-size: 0.75em;
}

.pg-title sup,
.pg-subtitle sup {
  font-size: 0.75em;
}

.pg-title .pg-tag,
.pg-subtitle .pg-tag {
  vertical-align: middle;
}

.pg-title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.pg-title strong {
  color: inherit;
  font-weight: inherit;
}

.pg-title + .pg-highlight {
  margin-top: -0.75rem;
}

.pg-title:not(.pg-is-spaced) + .pg-subtitle {
  margin-top: -1.25rem;
}

.pg-title.pg-is-1 {
  font-size: 3rem;
}

.pg-title.pg-is-2 {
  font-size: 2.5rem;
}

.pg-title.pg-is-3 {
  font-size: 2rem;
}

.pg-title.pg-is-4 {
  font-size: 1.5rem;
}

.pg-title.pg-is-5 {
  font-size: 1.25rem;
}

.pg-title.pg-is-6 {
  font-size: 1rem;
}

.pg-title.pg-is-7 {
  font-size: 0.75rem;
}

.pg-subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.pg-subtitle strong {
  color: #363636;
  font-weight: 600;
}

.pg-subtitle:not(.pg-is-spaced) + .pg-title {
  margin-top: -1.25rem;
}

.pg-subtitle.pg-is-1 {
  font-size: 3rem;
}

.pg-subtitle.pg-is-2 {
  font-size: 2.5rem;
}

.pg-subtitle.pg-is-3 {
  font-size: 2rem;
}

.pg-subtitle.pg-is-4 {
  font-size: 1.5rem;
}

.pg-subtitle.pg-is-5 {
  font-size: 1.25rem;
}

.pg-subtitle.pg-is-6 {
  font-size: 1rem;
}

.pg-subtitle.pg-is-7 {
  font-size: 0.75rem;
}

.pg-heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pg-highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.pg-highlight pre {
  overflow: auto;
  max-width: 100%;
}

.pg-number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.pg-input,
.pg-textarea,
.pg-select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.pg-input::-moz-placeholder,
.pg-textarea::-moz-placeholder,
.pg-select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.pg-input::-webkit-input-placeholder,
.pg-textarea::-webkit-input-placeholder,
.pg-select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.pg-input:-moz-placeholder,
.pg-textarea:-moz-placeholder,
.pg-select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.pg-input:-ms-input-placeholder,
.pg-textarea:-ms-input-placeholder,
.pg-select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.pg-input:hover,
.pg-textarea:hover,
.pg-select select:hover,
.pg-is-hovered.pg-input,
.pg-is-hovered.pg-textarea,
.pg-select select.pg-is-hovered {
  border-color: #b5b5b5;
}

.pg-input:focus,
.pg-textarea:focus,
.pg-select select:focus,
.pg-is-focused.pg-input,
.pg-is-focused.pg-textarea,
.pg-select select.pg-is-focused,
.pg-input:active,
.pg-textarea:active,
.pg-select select:active,
.pg-is-active.pg-input,
.pg-is-active.pg-textarea,
.pg-select select.pg-is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.pg-input[disabled],
.pg-textarea[disabled],
.pg-select select[disabled],
fieldset[disabled] .pg-input,
fieldset[disabled] .pg-textarea,
fieldset[disabled] .pg-select select,
.pg-select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.pg-input[disabled]::-moz-placeholder,
.pg-textarea[disabled]::-moz-placeholder,
.pg-select select[disabled]::-moz-placeholder,
fieldset[disabled] .pg-input::-moz-placeholder,
fieldset[disabled] .pg-textarea::-moz-placeholder,
fieldset[disabled] .pg-select select::-moz-placeholder,
.pg-select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.pg-input[disabled]::-webkit-input-placeholder,
.pg-textarea[disabled]::-webkit-input-placeholder,
.pg-select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .pg-input::-webkit-input-placeholder,
fieldset[disabled] .pg-textarea::-webkit-input-placeholder,
fieldset[disabled] .pg-select select::-webkit-input-placeholder,
.pg-select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.pg-input[disabled]:-moz-placeholder,
.pg-textarea[disabled]:-moz-placeholder,
.pg-select select[disabled]:-moz-placeholder,
fieldset[disabled] .pg-input:-moz-placeholder,
fieldset[disabled] .pg-textarea:-moz-placeholder,
fieldset[disabled] .pg-select select:-moz-placeholder,
.pg-select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.pg-input[disabled]:-ms-input-placeholder,
.pg-textarea[disabled]:-ms-input-placeholder,
.pg-select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .pg-input:-ms-input-placeholder,
fieldset[disabled] .pg-textarea:-ms-input-placeholder,
fieldset[disabled] .pg-select select:-ms-input-placeholder,
.pg-select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.pg-input,
.pg-textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

.pg-input[readonly],
.pg-textarea[readonly] {
  box-shadow: none;
}

.pg-is-white.pg-input,
.pg-is-white.pg-textarea {
  border-color: white;
}

.pg-is-white.pg-input:focus,
.pg-is-white.pg-textarea:focus,
.pg-is-white.pg-is-focused.pg-input,
.pg-is-white.pg-is-focused.pg-textarea,
.pg-is-white.pg-input:active,
.pg-is-white.pg-textarea:active,
.pg-is-white.pg-is-active.pg-input,
.pg-is-white.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.pg-is-black.pg-input,
.pg-is-black.pg-textarea {
  border-color: #0a0a0a;
}

.pg-is-black.pg-input:focus,
.pg-is-black.pg-textarea:focus,
.pg-is-black.pg-is-focused.pg-input,
.pg-is-black.pg-is-focused.pg-textarea,
.pg-is-black.pg-input:active,
.pg-is-black.pg-textarea:active,
.pg-is-black.pg-is-active.pg-input,
.pg-is-black.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.pg-is-light.pg-input,
.pg-is-light.pg-textarea {
  border-color: whitesmoke;
}

.pg-is-light.pg-input:focus,
.pg-is-light.pg-textarea:focus,
.pg-is-light.pg-is-focused.pg-input,
.pg-is-light.pg-is-focused.pg-textarea,
.pg-is-light.pg-input:active,
.pg-is-light.pg-textarea:active,
.pg-is-light.pg-is-active.pg-input,
.pg-is-light.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.pg-is-dark.pg-input,
.pg-is-dark.pg-textarea {
  border-color: #363636;
}

.pg-is-dark.pg-input:focus,
.pg-is-dark.pg-textarea:focus,
.pg-is-dark.pg-is-focused.pg-input,
.pg-is-dark.pg-is-focused.pg-textarea,
.pg-is-dark.pg-input:active,
.pg-is-dark.pg-textarea:active,
.pg-is-dark.pg-is-active.pg-input,
.pg-is-dark.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.pg-is-primary.pg-input,
.pg-is-primary.pg-textarea {
  border-color: #00d1b2;
}

.pg-is-primary.pg-input:focus,
.pg-is-primary.pg-textarea:focus,
.pg-is-primary.pg-is-focused.pg-input,
.pg-is-primary.pg-is-focused.pg-textarea,
.pg-is-primary.pg-input:active,
.pg-is-primary.pg-textarea:active,
.pg-is-primary.pg-is-active.pg-input,
.pg-is-primary.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.pg-is-link.pg-input,
.pg-is-link.pg-textarea {
  border-color: #3273dc;
}

.pg-is-link.pg-input:focus,
.pg-is-link.pg-textarea:focus,
.pg-is-link.pg-is-focused.pg-input,
.pg-is-link.pg-is-focused.pg-textarea,
.pg-is-link.pg-input:active,
.pg-is-link.pg-textarea:active,
.pg-is-link.pg-is-active.pg-input,
.pg-is-link.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.pg-is-info.pg-input,
.pg-is-info.pg-textarea {
  border-color: #3298dc;
}

.pg-is-info.pg-input:focus,
.pg-is-info.pg-textarea:focus,
.pg-is-info.pg-is-focused.pg-input,
.pg-is-info.pg-is-focused.pg-textarea,
.pg-is-info.pg-input:active,
.pg-is-info.pg-textarea:active,
.pg-is-info.pg-is-active.pg-input,
.pg-is-info.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.pg-is-success.pg-input,
.pg-is-success.pg-textarea {
  border-color: #48c774;
}

.pg-is-success.pg-input:focus,
.pg-is-success.pg-textarea:focus,
.pg-is-success.pg-is-focused.pg-input,
.pg-is-success.pg-is-focused.pg-textarea,
.pg-is-success.pg-input:active,
.pg-is-success.pg-textarea:active,
.pg-is-success.pg-is-active.pg-input,
.pg-is-success.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.pg-is-warning.pg-input,
.pg-is-warning.pg-textarea {
  border-color: #ffdd57;
}

.pg-is-warning.pg-input:focus,
.pg-is-warning.pg-textarea:focus,
.pg-is-warning.pg-is-focused.pg-input,
.pg-is-warning.pg-is-focused.pg-textarea,
.pg-is-warning.pg-input:active,
.pg-is-warning.pg-textarea:active,
.pg-is-warning.pg-is-active.pg-input,
.pg-is-warning.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.pg-is-danger.pg-input,
.pg-is-danger.pg-textarea {
  border-color: #f14668;
}

.pg-is-danger.pg-input:focus,
.pg-is-danger.pg-textarea:focus,
.pg-is-danger.pg-is-focused.pg-input,
.pg-is-danger.pg-is-focused.pg-textarea,
.pg-is-danger.pg-input:active,
.pg-is-danger.pg-textarea:active,
.pg-is-danger.pg-is-active.pg-input,
.pg-is-danger.pg-is-active.pg-textarea {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.pg-is-small.pg-input,
.pg-is-small.pg-textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

.pg-is-medium.pg-input,
.pg-is-medium.pg-textarea {
  font-size: 1.25rem;
}

.pg-is-large.pg-input,
.pg-is-large.pg-textarea {
  font-size: 1.5rem;
}

.pg-is-fullwidth.pg-input,
.pg-is-fullwidth.pg-textarea {
  display: block;
  width: 100%;
}

.pg-is-inline.pg-input,
.pg-is-inline.pg-textarea {
  display: inline;
  width: auto;
}

.pg-input.pg-is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.pg-input.pg-is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.pg-textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

.pg-textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.pg-textarea[rows] {
  height: initial;
}

.pg-textarea.pg-has-fixed-size {
  resize: none;
}

.pg-checkbox,
.pg-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.pg-checkbox input,
.pg-radio input {
  cursor: pointer;
}

.pg-checkbox:hover,
.pg-radio:hover {
  color: #363636;
}

.pg-checkbox[disabled],
.pg-radio[disabled],
fieldset[disabled] .pg-checkbox,
fieldset[disabled] .pg-radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

.pg-radio + .pg-radio {
  margin-left: 0.5em;
}

.pg-select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.pg-select:not(.pg-is-multiple) {
  height: 2.5em;
}

.pg-select:not(.pg-is-multiple):not(.pg-is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

.pg-select.pg-is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.pg-select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.pg-select select::-ms-expand {
  display: none;
}

.pg-select select[disabled]:hover,
fieldset[disabled] .pg-select select:hover {
  border-color: whitesmoke;
}

.pg-select select:not([multiple]) {
  padding-right: 2.5em;
}

.pg-select select[multiple] {
  height: auto;
  padding: 0;
}

.pg-select select[multiple] option {
  padding: 0.5em 1em;
}

.pg-select:not(.pg-is-multiple):not(.pg-is-loading):hover::after {
  border-color: #363636;
}

.pg-select.pg-is-white:not(:hover)::after {
  border-color: white;
}

.pg-select.pg-is-white select {
  border-color: white;
}

.pg-select.pg-is-white select:hover,
.pg-select.pg-is-white select.pg-is-hovered {
  border-color: #f2f2f2;
}

.pg-select.pg-is-white select:focus,
.pg-select.pg-is-white select.pg-is-focused,
.pg-select.pg-is-white select:active,
.pg-select.pg-is-white select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.pg-select.pg-is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.pg-select.pg-is-black select {
  border-color: #0a0a0a;
}

.pg-select.pg-is-black select:hover,
.pg-select.pg-is-black select.pg-is-hovered {
  border-color: black;
}

.pg-select.pg-is-black select:focus,
.pg-select.pg-is-black select.pg-is-focused,
.pg-select.pg-is-black select:active,
.pg-select.pg-is-black select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.pg-select.pg-is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.pg-select.pg-is-light select {
  border-color: whitesmoke;
}

.pg-select.pg-is-light select:hover,
.pg-select.pg-is-light select.pg-is-hovered {
  border-color: #e8e8e8;
}

.pg-select.pg-is-light select:focus,
.pg-select.pg-is-light select.pg-is-focused,
.pg-select.pg-is-light select:active,
.pg-select.pg-is-light select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.pg-select.pg-is-dark:not(:hover)::after {
  border-color: #363636;
}

.pg-select.pg-is-dark select {
  border-color: #363636;
}

.pg-select.pg-is-dark select:hover,
.pg-select.pg-is-dark select.pg-is-hovered {
  border-color: #292929;
}

.pg-select.pg-is-dark select:focus,
.pg-select.pg-is-dark select.pg-is-focused,
.pg-select.pg-is-dark select:active,
.pg-select.pg-is-dark select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.pg-select.pg-is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.pg-select.pg-is-primary select {
  border-color: #00d1b2;
}

.pg-select.pg-is-primary select:hover,
.pg-select.pg-is-primary select.pg-is-hovered {
  border-color: #00b89c;
}

.pg-select.pg-is-primary select:focus,
.pg-select.pg-is-primary select.pg-is-focused,
.pg-select.pg-is-primary select:active,
.pg-select.pg-is-primary select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.pg-select.pg-is-link:not(:hover)::after {
  border-color: #3273dc;
}

.pg-select.pg-is-link select {
  border-color: #3273dc;
}

.pg-select.pg-is-link select:hover,
.pg-select.pg-is-link select.pg-is-hovered {
  border-color: #2366d1;
}

.pg-select.pg-is-link select:focus,
.pg-select.pg-is-link select.pg-is-focused,
.pg-select.pg-is-link select:active,
.pg-select.pg-is-link select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.pg-select.pg-is-info:not(:hover)::after {
  border-color: #3298dc;
}

.pg-select.pg-is-info select {
  border-color: #3298dc;
}

.pg-select.pg-is-info select:hover,
.pg-select.pg-is-info select.pg-is-hovered {
  border-color: #238cd1;
}

.pg-select.pg-is-info select:focus,
.pg-select.pg-is-info select.pg-is-focused,
.pg-select.pg-is-info select:active,
.pg-select.pg-is-info select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.pg-select.pg-is-success:not(:hover)::after {
  border-color: #48c774;
}

.pg-select.pg-is-success select {
  border-color: #48c774;
}

.pg-select.pg-is-success select:hover,
.pg-select.pg-is-success select.pg-is-hovered {
  border-color: #3abb67;
}

.pg-select.pg-is-success select:focus,
.pg-select.pg-is-success select.pg-is-focused,
.pg-select.pg-is-success select:active,
.pg-select.pg-is-success select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.pg-select.pg-is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

.pg-select.pg-is-warning select {
  border-color: #ffdd57;
}

.pg-select.pg-is-warning select:hover,
.pg-select.pg-is-warning select.pg-is-hovered {
  border-color: #ffd83d;
}

.pg-select.pg-is-warning select:focus,
.pg-select.pg-is-warning select.pg-is-focused,
.pg-select.pg-is-warning select:active,
.pg-select.pg-is-warning select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.pg-select.pg-is-danger:not(:hover)::after {
  border-color: #f14668;
}

.pg-select.pg-is-danger select {
  border-color: #f14668;
}

.pg-select.pg-is-danger select:hover,
.pg-select.pg-is-danger select.pg-is-hovered {
  border-color: #ef2e55;
}

.pg-select.pg-is-danger select:focus,
.pg-select.pg-is-danger select.pg-is-focused,
.pg-select.pg-is-danger select:active,
.pg-select.pg-is-danger select.pg-is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.pg-select.pg-is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.pg-select.pg-is-medium {
  font-size: 1.25rem;
}

.pg-select.pg-is-large {
  font-size: 1.5rem;
}

.pg-select.pg-is-disabled::after {
  border-color: #7a7a7a;
}

.pg-select.pg-is-fullwidth {
  width: 100%;
}

.pg-select.pg-is-fullwidth select {
  width: 100%;
}

.pg-select.pg-is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.pg-select.pg-is-loading.pg-is-small:after {
  font-size: 0.75rem;
}

.pg-select.pg-is-loading.pg-is-medium:after {
  font-size: 1.25rem;
}

.pg-select.pg-is-loading.pg-is-large:after {
  font-size: 1.5rem;
}

.pg-file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.pg-file.pg-is-white .pg-file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.pg-file.pg-is-white:hover .pg-file-cta,
.pg-file.pg-is-white.pg-is-hovered .pg-file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.pg-file.pg-is-white:focus .pg-file-cta,
.pg-file.pg-is-white.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.pg-file.pg-is-white:active .pg-file-cta,
.pg-file.pg-is-white.pg-is-active .pg-file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.pg-file.pg-is-black .pg-file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.pg-file.pg-is-black:hover .pg-file-cta,
.pg-file.pg-is-black.pg-is-hovered .pg-file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.pg-file.pg-is-black:focus .pg-file-cta,
.pg-file.pg-is-black.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.pg-file.pg-is-black:active .pg-file-cta,
.pg-file.pg-is-black.pg-is-active .pg-file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.pg-file.pg-is-light .pg-file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-light:hover .pg-file-cta,
.pg-file.pg-is-light.pg-is-hovered .pg-file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-light:focus .pg-file-cta,
.pg-file.pg-is-light.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-light:active .pg-file-cta,
.pg-file.pg-is-light.pg-is-active .pg-file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-dark .pg-file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-dark:hover .pg-file-cta,
.pg-file.pg-is-dark.pg-is-hovered .pg-file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-dark:focus .pg-file-cta,
.pg-file.pg-is-dark.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

.pg-file.pg-is-dark:active .pg-file-cta,
.pg-file.pg-is-dark.pg-is-active .pg-file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-primary .pg-file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-primary:hover .pg-file-cta,
.pg-file.pg-is-primary.pg-is-hovered .pg-file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-primary:focus .pg-file-cta,
.pg-file.pg-is-primary.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.pg-file.pg-is-primary:active .pg-file-cta,
.pg-file.pg-is-primary.pg-is-active .pg-file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-link .pg-file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-link:hover .pg-file-cta,
.pg-file.pg-is-link.pg-is-hovered .pg-file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-link:focus .pg-file-cta,
.pg-file.pg-is-link.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.pg-file.pg-is-link:active .pg-file-cta,
.pg-file.pg-is-link.pg-is-active .pg-file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-info .pg-file-cta {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-info:hover .pg-file-cta,
.pg-file.pg-is-info.pg-is-hovered .pg-file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-info:focus .pg-file-cta,
.pg-file.pg-is-info.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
  color: #fff;
}

.pg-file.pg-is-info:active .pg-file-cta,
.pg-file.pg-is-info.pg-is-active .pg-file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-success .pg-file-cta {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-success:hover .pg-file-cta,
.pg-file.pg-is-success.pg-is-hovered .pg-file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-success:focus .pg-file-cta,
.pg-file.pg-is-success.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
  color: #fff;
}

.pg-file.pg-is-success:active .pg-file-cta,
.pg-file.pg-is-success.pg-is-active .pg-file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-warning .pg-file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-warning:hover .pg-file-cta,
.pg-file.pg-is-warning.pg-is-hovered .pg-file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-warning:focus .pg-file-cta,
.pg-file.pg-is-warning.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-warning:active .pg-file-cta,
.pg-file.pg-is-warning.pg-is-active .pg-file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pg-file.pg-is-danger .pg-file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-danger:hover .pg-file-cta,
.pg-file.pg-is-danger.pg-is-hovered .pg-file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-danger:focus .pg-file-cta,
.pg-file.pg-is-danger.pg-is-focused .pg-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}

.pg-file.pg-is-danger:active .pg-file-cta,
.pg-file.pg-is-danger.pg-is-active .pg-file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

.pg-file.pg-is-small {
  font-size: 0.75rem;
}

.pg-file.pg-is-medium {
  font-size: 1.25rem;
}

.pg-file.pg-is-medium .pg-file-icon .pg-fa {
  font-size: 21px;
}

.pg-file.pg-is-large {
  font-size: 1.5rem;
}

.pg-file.pg-is-large .pg-file-icon .pg-fa {
  font-size: 28px;
}

.pg-file.pg-has-name .pg-file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pg-file.pg-has-name .pg-file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pg-file.pg-has-name.pg-is-empty .pg-file-cta {
  border-radius: 4px;
}

.pg-file.pg-has-name.pg-is-empty .pg-file-name {
  display: none;
}

.pg-file.pg-is-boxed .pg-file-label {
  flex-direction: column;
}

.pg-file.pg-is-boxed .pg-file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.pg-file.pg-is-boxed .pg-file-name {
  border-width: 0 1px 1px;
}

.pg-file.pg-is-boxed .pg-file-icon {
  height: 1.5em;
  width: 1.5em;
}

.pg-file.pg-is-boxed .pg-file-icon .pg-fa {
  font-size: 21px;
}

.pg-file.pg-is-boxed.pg-is-small .pg-file-icon .pg-fa {
  font-size: 14px;
}

.pg-file.pg-is-boxed.pg-is-medium .pg-file-icon .pg-fa {
  font-size: 28px;
}

.pg-file.pg-is-boxed.pg-is-large .pg-file-icon .pg-fa {
  font-size: 35px;
}

.pg-file.pg-is-boxed.pg-has-name .pg-file-cta {
  border-radius: 4px 4px 0 0;
}

.pg-file.pg-is-boxed.pg-has-name .pg-file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.pg-file.pg-is-centered {
  justify-content: center;
}

.pg-file.pg-is-fullwidth .pg-file-label {
  width: 100%;
}

.pg-file.pg-is-fullwidth .pg-file-name {
  flex-grow: 1;
  max-width: none;
}

.pg-file.pg-is-right {
  justify-content: flex-end;
}

.pg-file.pg-is-right .pg-file-cta {
  border-radius: 0 4px 4px 0;
}

.pg-file.pg-is-right .pg-file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.pg-file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.pg-file-label:hover .pg-file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.pg-file-label:hover .pg-file-name {
  border-color: #d5d5d5;
}

.pg-file-label:active .pg-file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.pg-file-label:active .pg-file-name {
  border-color: #cfcfcf;
}

.pg-file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.pg-file-cta,
.pg-file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.pg-file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.pg-file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.pg-file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.pg-file-icon .pg-fa {
  font-size: 14px;
}

.pg-label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.pg-label:not(:last-child) {
  margin-bottom: 0.5em;
}

.pg-label.pg-is-small {
  font-size: 0.75rem;
}

.pg-label.pg-is-medium {
  font-size: 1.25rem;
}

.pg-label.pg-is-large {
  font-size: 1.5rem;
}

.pg-help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.pg-help.pg-is-white {
  color: white;
}

.pg-help.pg-is-black {
  color: #0a0a0a;
}

.pg-help.pg-is-light {
  color: whitesmoke;
}

.pg-help.pg-is-dark {
  color: #363636;
}

.pg-help.pg-is-primary {
  color: #00d1b2;
}

.pg-help.pg-is-link {
  color: #3273dc;
}

.pg-help.pg-is-info {
  color: #3298dc;
}

.pg-help.pg-is-success {
  color: #48c774;
}

.pg-help.pg-is-warning {
  color: #ffdd57;
}

.pg-help.pg-is-danger {
  color: #f14668;
}

.pg-field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.pg-field.pg-has-addons {
  display: flex;
  justify-content: flex-start;
}

.pg-field.pg-has-addons .pg-control:not(:last-child) {
  margin-right: -1px;
}

.pg-field.pg-has-addons
  .pg-control:not(:first-child):not(:last-child)
  .pg-button,
.pg-field.pg-has-addons
  .pg-control:not(:first-child):not(:last-child)
  .pg-input,
.pg-field.pg-has-addons
  .pg-control:not(:first-child):not(:last-child)
  .pg-select
  select {
  border-radius: 0;
}

.pg-field.pg-has-addons .pg-control:first-child:not(:only-child) .pg-button,
.pg-field.pg-has-addons .pg-control:first-child:not(:only-child) .pg-input,
.pg-field.pg-has-addons
  .pg-control:first-child:not(:only-child)
  .pg-select
  select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pg-field.pg-has-addons .pg-control:last-child:not(:only-child) .pg-button,
.pg-field.pg-has-addons .pg-control:last-child:not(:only-child) .pg-input,
.pg-field.pg-has-addons
  .pg-control:last-child:not(:only-child)
  .pg-select
  select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]):hover,
.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]).pg-is-hovered,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]):hover,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]).pg-is-hovered,
.pg-field.pg-has-addons .pg-control .pg-select select:not([disabled]):hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]).pg-is-hovered {
  z-index: 2;
}

.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]):focus,
.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]).pg-is-focused,
.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]):active,
.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]).pg-is-active,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]):focus,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]).pg-is-focused,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]):active,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]).pg-is-active,
.pg-field.pg-has-addons .pg-control .pg-select select:not([disabled]):focus,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]).pg-is-focused,
.pg-field.pg-has-addons .pg-control .pg-select select:not([disabled]):active,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]).pg-is-active {
  z-index: 3;
}

.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]):focus:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-button:not([disabled]).pg-is-focused:hover,
.pg-field.pg-has-addons .pg-control .pg-button:not([disabled]):active:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-button:not([disabled]).pg-is-active:hover,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]):focus:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-input:not([disabled]).pg-is-focused:hover,
.pg-field.pg-has-addons .pg-control .pg-input:not([disabled]):active:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-input:not([disabled]).pg-is-active:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]):focus:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]).pg-is-focused:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]):active:hover,
.pg-field.pg-has-addons
  .pg-control
  .pg-select
  select:not([disabled]).pg-is-active:hover {
  z-index: 4;
}

.pg-field.pg-has-addons .pg-control.pg-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.pg-field.pg-has-addons.pg-has-addons-centered {
  justify-content: center;
}

.pg-field.pg-has-addons.pg-has-addons-right {
  justify-content: flex-end;
}

.pg-field.pg-has-addons.pg-has-addons-fullwidth .pg-control {
  flex-grow: 1;
  flex-shrink: 0;
}

.pg-field.pg-is-grouped {
  display: flex;
  justify-content: flex-start;
}

.pg-field.pg-is-grouped > .pg-control {
  flex-shrink: 0;
}

.pg-field.pg-is-grouped > .pg-control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.pg-field.pg-is-grouped > .pg-control.pg-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.pg-field.pg-is-grouped.pg-is-grouped-centered {
  justify-content: center;
}

.pg-field.pg-is-grouped.pg-is-grouped-right {
  justify-content: flex-end;
}

.pg-field.pg-is-grouped.pg-is-grouped-multiline {
  flex-wrap: wrap;
}

.pg-field.pg-is-grouped.pg-is-grouped-multiline > .pg-control:last-child,
.pg-field.pg-is-grouped.pg-is-grouped-multiline > .pg-control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.pg-field.pg-is-grouped.pg-is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.pg-field.pg-is-grouped.pg-is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .pg-field.pg-is-horizontal {
    display: flex;
  }
}

.pg-field-label .pg-label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .pg-field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .pg-field-label.pg-is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .pg-field-label.pg-is-normal {
    padding-top: 0.375em;
  }
  .pg-field-label.pg-is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .pg-field-label.pg-is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.pg-field-body .pg-field .pg-field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .pg-field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .pg-field-body .pg-field {
    margin-bottom: 0;
  }
  .pg-field-body > .pg-field {
    flex-shrink: 1;
  }
  .pg-field-body > .pg-field:not(.pg-is-narrow) {
    flex-grow: 1;
  }
  .pg-field-body > .pg-field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.pg-control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.pg-control.pg-has-icons-left .pg-input:focus ~ .pg-icon,
.pg-control.pg-has-icons-left .pg-select:focus ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-input:focus ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-select:focus ~ .pg-icon {
  color: #4a4a4a;
}

.pg-control.pg-has-icons-left .pg-input.pg-is-small ~ .pg-icon,
.pg-control.pg-has-icons-left .pg-select.pg-is-small ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-input.pg-is-small ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-select.pg-is-small ~ .pg-icon {
  font-size: 0.75rem;
}

.pg-control.pg-has-icons-left .pg-input.pg-is-medium ~ .pg-icon,
.pg-control.pg-has-icons-left .pg-select.pg-is-medium ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-input.pg-is-medium ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-select.pg-is-medium ~ .pg-icon {
  font-size: 1.25rem;
}

.pg-control.pg-has-icons-left .pg-input.pg-is-large ~ .pg-icon,
.pg-control.pg-has-icons-left .pg-select.pg-is-large ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-input.pg-is-large ~ .pg-icon,
.pg-control.pg-has-icons-right .pg-select.pg-is-large ~ .pg-icon {
  font-size: 1.5rem;
}

.pg-control.pg-has-icons-left .pg-icon,
.pg-control.pg-has-icons-right .pg-icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.pg-control.pg-has-icons-left .pg-input,
.pg-control.pg-has-icons-left .pg-select select {
  padding-left: 2.5em;
}

.pg-control.pg-has-icons-left .pg-icon.pg-is-left {
  left: 0;
}

.pg-control.pg-has-icons-right .pg-input,
.pg-control.pg-has-icons-right .pg-select select {
  padding-right: 2.5em;
}

.pg-control.pg-has-icons-right .pg-icon.pg-is-right {
  right: 0;
}

.pg-control.pg-is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.pg-control.pg-is-loading.pg-is-small:after {
  font-size: 0.75rem;
}

.pg-control.pg-is-loading.pg-is-medium:after {
  font-size: 1.25rem;
}

.pg-control.pg-is-loading.pg-is-large:after {
  font-size: 1.5rem;
}

.pg-breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.pg-breadcrumb a {
  align-items: center;
  color: #3273dc;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.pg-breadcrumb a:hover {
  color: #363636;
}

.pg-breadcrumb li {
  align-items: center;
  display: flex;
}

.pg-breadcrumb li:first-child a {
  padding-left: 0;
}

.pg-breadcrumb li.pg-is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.pg-breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

.pg-breadcrumb ul,
.pg-breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pg-breadcrumb .pg-icon:first-child {
  margin-right: 0.5em;
}

.pg-breadcrumb .pg-icon:last-child {
  margin-left: 0.5em;
}

.pg-breadcrumb.pg-is-centered ol,
.pg-breadcrumb.pg-is-centered ul {
  justify-content: center;
}

.pg-breadcrumb.pg-is-right ol,
.pg-breadcrumb.pg-is-right ul {
  justify-content: flex-end;
}

.pg-breadcrumb.pg-is-small {
  font-size: 0.75rem;
}

.pg-breadcrumb.pg-is-medium {
  font-size: 1.25rem;
}

.pg-breadcrumb.pg-is-large {
  font-size: 1.5rem;
}

.pg-breadcrumb.pg-has-arrow-separator li + li::before {
  content: "\02192";
}

.pg-breadcrumb.pg-has-bullet-separator li + li::before {
  content: "\02022";
}

.pg-breadcrumb.pg-has-dot-separator li + li::before {
  content: "\000b7";
}

.pg-breadcrumb.pg-has-succeeds-separator li + li::before {
  content: "\0227B";
}

.pg-card {
  background-color: white;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.pg-card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.pg-card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.pg-card-header-title.pg-is-centered {
  justify-content: center;
}

.pg-card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.pg-card-image {
  display: block;
  position: relative;
}

.pg-card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.pg-card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.pg-card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.pg-card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.pg-card .pg-media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pg-dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.pg-dropdown.pg-is-active .pg-dropdown-menu,
.pg-dropdown.pg-is-hoverable:hover .pg-dropdown-menu {
  display: block;
}

.pg-dropdown.pg-is-right .pg-dropdown-menu {
  left: auto;
  right: 0;
}

.pg-dropdown.pg-is-up .pg-dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.pg-dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.pg-dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.pg-dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.pg-dropdown-item,
button.pg-dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.pg-dropdown-item:hover,
button.pg-dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.pg-dropdown-item.pg-is-active,
button.pg-dropdown-item.pg-is-active {
  background-color: #3273dc;
  color: #fff;
}

.pg-dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.pg-level {
  align-items: center;
  justify-content: space-between;
}

.pg-level code {
  border-radius: 4px;
}

.pg-level img {
  display: inline-block;
  vertical-align: top;
}

.pg-level.pg-is-mobile {
  display: flex;
}

.pg-level.pg-is-mobile .pg-level-left,
.pg-level.pg-is-mobile .pg-level-right {
  display: flex;
}

.pg-level.pg-is-mobile .pg-level-left + .pg-level-right {
  margin-top: 0;
}

.pg-level.pg-is-mobile .pg-level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.pg-level.pg-is-mobile .pg-level-item:not(.pg-is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .pg-level {
    display: flex;
  }
  .pg-level > .pg-level-item:not(.pg-is-narrow) {
    flex-grow: 1;
  }
}

.pg-level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.pg-level-item .pg-title,
.pg-level-item .pg-subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pg-level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.pg-level-left,
.pg-level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.pg-level-left .pg-level-item.pg-is-flexible,
.pg-level-right .pg-level-item.pg-is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .pg-level-left .pg-level-item:not(:last-child),
  .pg-level-right .pg-level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.pg-level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .pg-level-left + .pg-level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-level-left {
    display: flex;
  }
}

.pg-level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .pg-level-right {
    display: flex;
  }
}

.pg-list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.pg-list-item {
  display: block;
  padding: 0.5em 1em;
}

.pg-list-item:not(a) {
  color: #4a4a4a;
}

.pg-list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pg-list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pg-list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.pg-list-item.pg-is-active {
  background-color: #3273dc;
  color: #fff;
}

a.pg-list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.pg-media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}

.pg-media .pg-content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.pg-media .pg-media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.pg-media .pg-media .pg-content:not(:last-child),
.pg-media .pg-media .pg-control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.pg-media .pg-media .pg-media {
  padding-top: 0.5rem;
}

.pg-media .pg-media .pg-media + .pg-media {
  margin-top: 0.5rem;
}

.pg-media + .pg-media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.pg-media.pg-is-large + .pg-media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.pg-media-left,
.pg-media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.pg-media-left {
  margin-right: 1rem;
}

.pg-media-right {
  margin-left: 1rem;
}

.pg-media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pg-media-content {
    overflow-x: auto;
  }
}

.pg-menu {
  font-size: 1rem;
}

.pg-menu.pg-is-small {
  font-size: 0.75rem;
}

.pg-menu.pg-is-medium {
  font-size: 1.25rem;
}

.pg-menu.pg-is-large {
  font-size: 1.5rem;
}

.pg-menu-list {
  line-height: 1.25;
}

.pg-menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.pg-menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.pg-menu-list a.pg-is-active {
  background-color: #3273dc;
  color: #fff;
}

.pg-menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.pg-menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pg-menu-label:not(:first-child) {
  margin-top: 1em;
}

.pg-menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.pg-message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.pg-message strong {
  color: currentColor;
}

.pg-message a:not(.pg-button):not(.pg-tag):not(.pg-dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.pg-message.pg-is-small {
  font-size: 0.75rem;
}

.pg-message.pg-is-medium {
  font-size: 1.25rem;
}

.pg-message.pg-is-large {
  font-size: 1.5rem;
}

.pg-message.pg-is-white {
  background-color: white;
}

.pg-message.pg-is-white .pg-message-header {
  background-color: white;
  color: #0a0a0a;
}

.pg-message.pg-is-white .pg-message-body {
  border-color: white;
}

.pg-message.pg-is-black {
  background-color: #fafafa;
}

.pg-message.pg-is-black .pg-message-header {
  background-color: #0a0a0a;
  color: white;
}

.pg-message.pg-is-black .pg-message-body {
  border-color: #0a0a0a;
}

.pg-message.pg-is-light {
  background-color: #fafafa;
}

.pg-message.pg-is-light .pg-message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-message.pg-is-light .pg-message-body {
  border-color: whitesmoke;
}

.pg-message.pg-is-dark {
  background-color: #fafafa;
}

.pg-message.pg-is-dark .pg-message-header {
  background-color: #363636;
  color: #fff;
}

.pg-message.pg-is-dark .pg-message-body {
  border-color: #363636;
}

.pg-message.pg-is-primary {
  background-color: #ebfffc;
}

.pg-message.pg-is-primary .pg-message-header {
  background-color: #00d1b2;
  color: #fff;
}

.pg-message.pg-is-primary .pg-message-body {
  border-color: #00d1b2;
  color: #00947e;
}

.pg-message.pg-is-link {
  background-color: #eef3fc;
}

.pg-message.pg-is-link .pg-message-header {
  background-color: #3273dc;
  color: #fff;
}

.pg-message.pg-is-link .pg-message-body {
  border-color: #3273dc;
  color: #2160c4;
}

.pg-message.pg-is-info {
  background-color: #eef6fc;
}

.pg-message.pg-is-info .pg-message-header {
  background-color: #3298dc;
  color: #fff;
}

.pg-message.pg-is-info .pg-message-body {
  border-color: #3298dc;
  color: #1d72aa;
}

.pg-message.pg-is-success {
  background-color: #effaf3;
}

.pg-message.pg-is-success .pg-message-header {
  background-color: #48c774;
  color: #fff;
}

.pg-message.pg-is-success .pg-message-body {
  border-color: #48c774;
  color: #257942;
}

.pg-message.pg-is-warning {
  background-color: #fffbeb;
}

.pg-message.pg-is-warning .pg-message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-message.pg-is-warning .pg-message-body {
  border-color: #ffdd57;
  color: #947600;
}

.pg-message.pg-is-danger {
  background-color: #feecf0;
}

.pg-message.pg-is-danger .pg-message-header {
  background-color: #f14668;
  color: #fff;
}

.pg-message.pg-is-danger .pg-message-body {
  border-color: #f14668;
  color: #cc0f35;
}

.pg-message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.pg-message-header .pg-delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.pg-message-header + .pg-message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pg-message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.pg-message-body code,
.pg-message-body pre {
  background-color: white;
}

.pg-message-body pre code {
  background-color: transparent;
}

.pg-modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.pg-modal.pg-is-active {
  display: flex;
}

.pg-modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.pg-modal-content,
.pg-modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .pg-modal-content,
  .pg-modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.pg-modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.pg-modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.pg-modal-card-head,
.pg-modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.pg-modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.pg-modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.pg-modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.pg-modal-card-foot .pg-button:not(:last-child) {
  margin-right: 0.5em;
}

.pg-modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.pg-navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.pg-navbar.pg-is-white {
  background-color: white;
  color: #0a0a0a;
}

.pg-navbar.pg-is-white .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-white .pg-navbar-brand .pg-navbar-link {
  color: #0a0a0a;
}

.pg-navbar.pg-is-white .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-white .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-white .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-white .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-white .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-white .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.pg-navbar.pg-is-white .pg-navbar-brand .pg-navbar-link::after {
  border-color: #0a0a0a;
}

.pg-navbar.pg-is-white .pg-navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-white .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-white .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-white .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-white .pg-navbar-end .pg-navbar-link {
    color: #0a0a0a;
  }
  .pg-navbar.pg-is-white .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-white .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-white .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-white .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-white .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-white .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-white .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-white .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-white .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-white .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-white .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-white .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .pg-navbar.pg-is-white .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-white .pg-navbar-end .pg-navbar-link::after {
    border-color: #0a0a0a;
  }
  .pg-navbar.pg-is-white .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-white .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-white
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .pg-navbar.pg-is-white .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.pg-navbar.pg-is-black {
  background-color: #0a0a0a;
  color: white;
}

.pg-navbar.pg-is-black .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-black .pg-navbar-brand .pg-navbar-link {
  color: white;
}

.pg-navbar.pg-is-black .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-black .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-black .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-black .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-black .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-black .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: black;
  color: white;
}

.pg-navbar.pg-is-black .pg-navbar-brand .pg-navbar-link::after {
  border-color: white;
}

.pg-navbar.pg-is-black .pg-navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-black .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-black .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-black .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-black .pg-navbar-end .pg-navbar-link {
    color: white;
  }
  .pg-navbar.pg-is-black .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-black .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-black .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-black .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-black .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-black .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-black .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-black .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-black .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-black .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-black .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-black .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: black;
    color: white;
  }
  .pg-navbar.pg-is-black .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-black .pg-navbar-end .pg-navbar-link::after {
    border-color: white;
  }
  .pg-navbar.pg-is-black .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-black .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-black
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: black;
    color: white;
  }
  .pg-navbar.pg-is-black .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.pg-navbar.pg-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-light .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-light .pg-navbar-brand .pg-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-light .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-light .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-light .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-light .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-light .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-light .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-light .pg-navbar-brand .pg-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-light .pg-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-light .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-light .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-light .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-light .pg-navbar-end .pg-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-light .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-light .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-light .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-light .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-light .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-light .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-light .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-light .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-light .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-light .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-light .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-light .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-light .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-light .pg-navbar-end .pg-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-light .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-light .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-light
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-light .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

.pg-navbar.pg-is-dark {
  background-color: #363636;
  color: #fff;
}

.pg-navbar.pg-is-dark .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-dark .pg-navbar-brand .pg-navbar-link {
  color: #fff;
}

.pg-navbar.pg-is-dark .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-dark .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-dark .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-dark .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-dark .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-dark .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #292929;
  color: #fff;
}

.pg-navbar.pg-is-dark .pg-navbar-brand .pg-navbar-link::after {
  border-color: #fff;
}

.pg-navbar.pg-is-dark .pg-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-dark .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-dark .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-dark .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-dark .pg-navbar-end .pg-navbar-link {
    color: #fff;
  }
  .pg-navbar.pg-is-dark .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-dark .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-dark .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-dark .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-dark .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-dark .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-dark .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-dark .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-dark .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-dark .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-dark .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-dark .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #292929;
    color: #fff;
  }
  .pg-navbar.pg-is-dark .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-dark .pg-navbar-end .pg-navbar-link::after {
    border-color: #fff;
  }
  .pg-navbar.pg-is-dark .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-dark .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-dark
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #292929;
    color: #fff;
  }
  .pg-navbar.pg-is-dark .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #363636;
    color: #fff;
  }
}

.pg-navbar.pg-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.pg-navbar.pg-is-primary .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-primary .pg-navbar-brand .pg-navbar-link {
  color: #fff;
}

.pg-navbar.pg-is-primary .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-primary .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-primary .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-primary .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-primary .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-primary .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #00b89c;
  color: #fff;
}

.pg-navbar.pg-is-primary .pg-navbar-brand .pg-navbar-link::after {
  border-color: #fff;
}

.pg-navbar.pg-is-primary .pg-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-primary .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-primary .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-primary .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-primary .pg-navbar-end .pg-navbar-link {
    color: #fff;
  }
  .pg-navbar.pg-is-primary .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-primary .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-primary .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-primary .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-primary .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-primary .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-primary .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-primary .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-primary .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-primary .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-primary .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-primary .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .pg-navbar.pg-is-primary .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-primary .pg-navbar-end .pg-navbar-link::after {
    border-color: #fff;
  }
  .pg-navbar.pg-is-primary
    .pg-navbar-item.pg-has-dropdown:focus
    .pg-navbar-link,
  .pg-navbar.pg-is-primary
    .pg-navbar-item.pg-has-dropdown:hover
    .pg-navbar-link,
  .pg-navbar.pg-is-primary
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .pg-navbar.pg-is-primary .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.pg-navbar.pg-is-link {
  background-color: #3273dc;
  color: #fff;
}

.pg-navbar.pg-is-link .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-link .pg-navbar-brand .pg-navbar-link {
  color: #fff;
}

.pg-navbar.pg-is-link .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-link .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-link .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-link .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-link .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-link .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #2366d1;
  color: #fff;
}

.pg-navbar.pg-is-link .pg-navbar-brand .pg-navbar-link::after {
  border-color: #fff;
}

.pg-navbar.pg-is-link .pg-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-link .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-link .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-link .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-link .pg-navbar-end .pg-navbar-link {
    color: #fff;
  }
  .pg-navbar.pg-is-link .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-link .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-link .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-link .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-link .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-link .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-link .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-link .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-link .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-link .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-link .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-link .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .pg-navbar.pg-is-link .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-link .pg-navbar-end .pg-navbar-link::after {
    border-color: #fff;
  }
  .pg-navbar.pg-is-link .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-link .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-link
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .pg-navbar.pg-is-link .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

.pg-navbar.pg-is-info {
  background-color: #3298dc;
  color: #fff;
}

.pg-navbar.pg-is-info .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-info .pg-navbar-brand .pg-navbar-link {
  color: #fff;
}

.pg-navbar.pg-is-info .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-info .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-info .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-info .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-info .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-info .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #238cd1;
  color: #fff;
}

.pg-navbar.pg-is-info .pg-navbar-brand .pg-navbar-link::after {
  border-color: #fff;
}

.pg-navbar.pg-is-info .pg-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-info .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-info .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-info .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-info .pg-navbar-end .pg-navbar-link {
    color: #fff;
  }
  .pg-navbar.pg-is-info .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-info .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-info .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-info .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-info .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-info .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-info .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-info .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-info .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-info .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-info .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-info .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #238cd1;
    color: #fff;
  }
  .pg-navbar.pg-is-info .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-info .pg-navbar-end .pg-navbar-link::after {
    border-color: #fff;
  }
  .pg-navbar.pg-is-info .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-info .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-info
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #238cd1;
    color: #fff;
  }
  .pg-navbar.pg-is-info .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #3298dc;
    color: #fff;
  }
}

.pg-navbar.pg-is-success {
  background-color: #48c774;
  color: #fff;
}

.pg-navbar.pg-is-success .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-success .pg-navbar-brand .pg-navbar-link {
  color: #fff;
}

.pg-navbar.pg-is-success .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-success .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-success .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-success .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-success .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-success .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #3abb67;
  color: #fff;
}

.pg-navbar.pg-is-success .pg-navbar-brand .pg-navbar-link::after {
  border-color: #fff;
}

.pg-navbar.pg-is-success .pg-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-success .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-success .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-success .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-success .pg-navbar-end .pg-navbar-link {
    color: #fff;
  }
  .pg-navbar.pg-is-success .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-success .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-success .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-success .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-success .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-success .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-success .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-success .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-success .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-success .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-success .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-success .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #3abb67;
    color: #fff;
  }
  .pg-navbar.pg-is-success .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-success .pg-navbar-end .pg-navbar-link::after {
    border-color: #fff;
  }
  .pg-navbar.pg-is-success
    .pg-navbar-item.pg-has-dropdown:focus
    .pg-navbar-link,
  .pg-navbar.pg-is-success
    .pg-navbar-item.pg-has-dropdown:hover
    .pg-navbar-link,
  .pg-navbar.pg-is-success
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #3abb67;
    color: #fff;
  }
  .pg-navbar.pg-is-success .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #48c774;
    color: #fff;
  }
}

.pg-navbar.pg-is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-warning .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-warning .pg-navbar-brand .pg-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-warning .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-warning .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-warning .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-warning .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-warning .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-warning .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-warning .pg-navbar-brand .pg-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.pg-navbar.pg-is-warning .pg-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-warning .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-warning .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-warning .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-warning .pg-navbar-end .pg-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-warning .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-warning .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-warning .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-warning .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-warning .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-warning .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-warning .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-warning .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-warning .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-warning .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-warning .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-warning .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-warning .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-warning .pg-navbar-end .pg-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-warning
    .pg-navbar-item.pg-has-dropdown:focus
    .pg-navbar-link,
  .pg-navbar.pg-is-warning
    .pg-navbar-item.pg-has-dropdown:hover
    .pg-navbar-link,
  .pg-navbar.pg-is-warning
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .pg-navbar.pg-is-warning .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.pg-navbar.pg-is-danger {
  background-color: #f14668;
  color: #fff;
}

.pg-navbar.pg-is-danger .pg-navbar-brand > .pg-navbar-item,
.pg-navbar.pg-is-danger .pg-navbar-brand .pg-navbar-link {
  color: #fff;
}

.pg-navbar.pg-is-danger .pg-navbar-brand > a.pg-navbar-item:focus,
.pg-navbar.pg-is-danger .pg-navbar-brand > a.pg-navbar-item:hover,
.pg-navbar.pg-is-danger .pg-navbar-brand > a.pg-navbar-item.pg-is-active,
.pg-navbar.pg-is-danger .pg-navbar-brand .pg-navbar-link:focus,
.pg-navbar.pg-is-danger .pg-navbar-brand .pg-navbar-link:hover,
.pg-navbar.pg-is-danger .pg-navbar-brand .pg-navbar-link.pg-is-active {
  background-color: #ef2e55;
  color: #fff;
}

.pg-navbar.pg-is-danger .pg-navbar-brand .pg-navbar-link::after {
  border-color: #fff;
}

.pg-navbar.pg-is-danger .pg-navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .pg-navbar.pg-is-danger .pg-navbar-start > .pg-navbar-item,
  .pg-navbar.pg-is-danger .pg-navbar-start .pg-navbar-link,
  .pg-navbar.pg-is-danger .pg-navbar-end > .pg-navbar-item,
  .pg-navbar.pg-is-danger .pg-navbar-end .pg-navbar-link {
    color: #fff;
  }
  .pg-navbar.pg-is-danger .pg-navbar-start > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-danger .pg-navbar-start > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-danger .pg-navbar-start > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-danger .pg-navbar-start .pg-navbar-link:focus,
  .pg-navbar.pg-is-danger .pg-navbar-start .pg-navbar-link:hover,
  .pg-navbar.pg-is-danger .pg-navbar-start .pg-navbar-link.pg-is-active,
  .pg-navbar.pg-is-danger .pg-navbar-end > a.pg-navbar-item:focus,
  .pg-navbar.pg-is-danger .pg-navbar-end > a.pg-navbar-item:hover,
  .pg-navbar.pg-is-danger .pg-navbar-end > a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-danger .pg-navbar-end .pg-navbar-link:focus,
  .pg-navbar.pg-is-danger .pg-navbar-end .pg-navbar-link:hover,
  .pg-navbar.pg-is-danger .pg-navbar-end .pg-navbar-link.pg-is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .pg-navbar.pg-is-danger .pg-navbar-start .pg-navbar-link::after,
  .pg-navbar.pg-is-danger .pg-navbar-end .pg-navbar-link::after {
    border-color: #fff;
  }
  .pg-navbar.pg-is-danger .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar.pg-is-danger .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar.pg-is-danger
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .pg-navbar.pg-is-danger .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: #f14668;
    color: #fff;
  }
}

.pg-navbar > .pg-container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.pg-navbar.pg-has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.pg-navbar.pg-is-fixed-bottom,
.pg-navbar.pg-is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.pg-navbar.pg-is-fixed-bottom {
  bottom: 0;
}

.pg-navbar.pg-is-fixed-bottom.pg-has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.pg-navbar.pg-is-fixed-top {
  top: 0;
}

html.pg-has-navbar-fixed-top,
body.pg-has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.pg-has-navbar-fixed-bottom,
body.pg-has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.pg-navbar-brand,
.pg-navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.pg-navbar-brand a.pg-navbar-item:focus,
.pg-navbar-brand a.pg-navbar-item:hover {
  background-color: transparent;
}

.pg-navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.pg-navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.pg-navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.pg-navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.pg-navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.pg-navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.pg-navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.pg-navbar-burger.pg-is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.pg-navbar-burger.pg-is-active span:nth-child(2) {
  opacity: 0;
}

.pg-navbar-burger.pg-is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.pg-navbar-menu {
  display: none;
}

.pg-navbar-item,
.pg-navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.pg-navbar-item .pg-icon:only-child,
.pg-navbar-link .pg-icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.pg-navbar-item,
.pg-navbar-link {
  cursor: pointer;
}

a.pg-navbar-item:focus,
a.pg-navbar-item:focus-within,
a.pg-navbar-item:hover,
a.pg-navbar-item.pg-is-active,
.pg-navbar-link:focus,
.pg-navbar-link:focus-within,
.pg-navbar-link:hover,
.pg-navbar-link.pg-is-active {
  background-color: #fafafa;
  color: #3273dc;
}

.pg-navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.pg-navbar-item img {
  max-height: 1.75rem;
}

.pg-navbar-item.pg-has-dropdown {
  padding: 0;
}

.pg-navbar-item.pg-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.pg-navbar-item.pg-is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.pg-navbar-item.pg-is-tab:focus,
.pg-navbar-item.pg-is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

.pg-navbar-item.pg-is-tab.pg-is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.pg-navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.pg-navbar-link:not(.pg-is-arrowless) {
  padding-right: 2.5em;
}

.pg-navbar-link:not(.pg-is-arrowless)::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

.pg-navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.pg-navbar-dropdown .pg-navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pg-navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .pg-navbar > .pg-container {
    display: block;
  }
  .pg-navbar-brand .pg-navbar-item,
  .pg-navbar-tabs .pg-navbar-item {
    align-items: center;
    display: flex;
  }
  .pg-navbar-link::after {
    display: none;
  }
  .pg-navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .pg-navbar-menu.pg-is-active {
    display: block;
  }
  .pg-navbar.pg-is-fixed-bottom-touch,
  .pg-navbar.pg-is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .pg-navbar.pg-is-fixed-bottom-touch {
    bottom: 0;
  }
  .pg-navbar.pg-is-fixed-bottom-touch.pg-has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .pg-navbar.pg-is-fixed-top-touch {
    top: 0;
  }
  .pg-navbar.pg-is-fixed-top .pg-navbar-menu,
  .pg-navbar.pg-is-fixed-top-touch .pg-navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.pg-has-navbar-fixed-top-touch,
  body.pg-has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.pg-has-navbar-fixed-bottom-touch,
  body.pg-has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-navbar,
  .pg-navbar-menu,
  .pg-navbar-start,
  .pg-navbar-end {
    align-items: stretch;
    display: flex;
  }
  .pg-navbar {
    min-height: 3.25rem;
  }
  .pg-navbar.pg-is-spaced {
    padding: 1rem 2rem;
  }
  .pg-navbar.pg-is-spaced .pg-navbar-start,
  .pg-navbar.pg-is-spaced .pg-navbar-end {
    align-items: center;
  }
  .pg-navbar.pg-is-spaced a.pg-navbar-item,
  .pg-navbar.pg-is-spaced .pg-navbar-link {
    border-radius: 4px;
  }
  .pg-navbar.pg-is-transparent a.pg-navbar-item:focus,
  .pg-navbar.pg-is-transparent a.pg-navbar-item:hover,
  .pg-navbar.pg-is-transparent a.pg-navbar-item.pg-is-active,
  .pg-navbar.pg-is-transparent .pg-navbar-link:focus,
  .pg-navbar.pg-is-transparent .pg-navbar-link:hover,
  .pg-navbar.pg-is-transparent .pg-navbar-link.pg-is-active {
    background-color: transparent !important;
  }
  .pg-navbar.pg-is-transparent
    .pg-navbar-item.pg-has-dropdown.pg-is-active
    .pg-navbar-link,
  .pg-navbar.pg-is-transparent
    .pg-navbar-item.pg-has-dropdown.pg-is-hoverable:focus
    .pg-navbar-link,
  .pg-navbar.pg-is-transparent
    .pg-navbar-item.pg-has-dropdown.pg-is-hoverable:focus-within
    .pg-navbar-link,
  .pg-navbar.pg-is-transparent
    .pg-navbar-item.pg-has-dropdown.pg-is-hoverable:hover
    .pg-navbar-link {
    background-color: transparent !important;
  }
  .pg-navbar.pg-is-transparent .pg-navbar-dropdown a.pg-navbar-item:focus,
  .pg-navbar.pg-is-transparent .pg-navbar-dropdown a.pg-navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .pg-navbar.pg-is-transparent
    .pg-navbar-dropdown
    a.pg-navbar-item.pg-is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .pg-navbar-burger {
    display: none;
  }
  .pg-navbar-item,
  .pg-navbar-link {
    align-items: center;
    display: flex;
  }
  .pg-navbar-item {
    display: flex;
  }
  .pg-navbar-item.pg-has-dropdown {
    align-items: stretch;
  }
  .pg-navbar-item.pg-has-dropdown-up .pg-navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .pg-navbar-item.pg-has-dropdown-up .pg-navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .pg-navbar-item.pg-is-active .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-hoverable:focus .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-hoverable:focus-within .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-hoverable:hover .pg-navbar-dropdown {
    display: block;
  }
  .pg-navbar.pg-is-spaced .pg-navbar-item.pg-is-active .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-active .pg-navbar-dropdown.pg-is-boxed,
  .pg-navbar.pg-is-spaced
    .pg-navbar-item.pg-is-hoverable:focus
    .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-hoverable:focus .pg-navbar-dropdown.pg-is-boxed,
  .pg-navbar.pg-is-spaced
    .pg-navbar-item.pg-is-hoverable:focus-within
    .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-hoverable:focus-within .pg-navbar-dropdown.pg-is-boxed,
  .pg-navbar.pg-is-spaced
    .pg-navbar-item.pg-is-hoverable:hover
    .pg-navbar-dropdown,
  .pg-navbar-item.pg-is-hoverable:hover .pg-navbar-dropdown.pg-is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .pg-navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .pg-navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .pg-navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .pg-navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .pg-navbar-dropdown .pg-navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .pg-navbar-dropdown a.pg-navbar-item {
    padding-right: 3rem;
  }
  .pg-navbar-dropdown a.pg-navbar-item:focus,
  .pg-navbar-dropdown a.pg-navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .pg-navbar-dropdown a.pg-navbar-item.pg-is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .pg-navbar.pg-is-spaced .pg-navbar-dropdown,
  .pg-navbar-dropdown.pg-is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .pg-navbar-dropdown.pg-is-right {
    left: auto;
    right: 0;
  }
  .pg-navbar-divider {
    display: block;
  }
  .pg-navbar > .pg-container .pg-navbar-brand,
  .pg-container > .pg-navbar .pg-navbar-brand {
    margin-left: -0.75rem;
  }
  .pg-navbar > .pg-container .pg-navbar-menu,
  .pg-container > .pg-navbar .pg-navbar-menu {
    margin-right: -0.75rem;
  }
  .pg-navbar.pg-is-fixed-bottom-desktop,
  .pg-navbar.pg-is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .pg-navbar.pg-is-fixed-bottom-desktop {
    bottom: 0;
  }
  .pg-navbar.pg-is-fixed-bottom-desktop.pg-has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .pg-navbar.pg-is-fixed-top-desktop {
    top: 0;
  }
  html.pg-has-navbar-fixed-top-desktop,
  body.pg-has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.pg-has-navbar-fixed-bottom-desktop,
  body.pg-has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.pg-has-spaced-navbar-fixed-top,
  body.pg-has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.pg-has-spaced-navbar-fixed-bottom,
  body.pg-has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.pg-navbar-item.pg-is-active,
  .pg-navbar-link.pg-is-active {
    color: #0a0a0a;
  }
  a.pg-navbar-item.pg-is-active:not(:focus):not(:hover),
  .pg-navbar-link.pg-is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .pg-navbar-item.pg-has-dropdown:focus .pg-navbar-link,
  .pg-navbar-item.pg-has-dropdown:hover .pg-navbar-link,
  .pg-navbar-item.pg-has-dropdown.pg-is-active .pg-navbar-link {
    background-color: #fafafa;
  }
}

.pg-hero.pg-is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pg-pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pg-pagination.pg-is-small {
  font-size: 0.75rem;
}

.pg-pagination.pg-is-medium {
  font-size: 1.25rem;
}

.pg-pagination.pg-is-large {
  font-size: 1.5rem;
}

.pg-pagination.pg-is-rounded .pg-pagination-previous,
.pg-pagination.pg-is-rounded .pg-pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pg-pagination.pg-is-rounded .pg-pagination-link {
  border-radius: 290486px;
}

.pg-pagination,
.pg-pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pg-pagination-previous,
.pg-pagination-next,
.pg-pagination-link,
.pg-pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pg-pagination-previous,
.pg-pagination-next,
.pg-pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

.pg-pagination-previous:hover,
.pg-pagination-next:hover,
.pg-pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pg-pagination-previous:focus,
.pg-pagination-next:focus,
.pg-pagination-link:focus {
  border-color: #3273dc;
}

.pg-pagination-previous:active,
.pg-pagination-next:active,
.pg-pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pg-pagination-previous[disabled],
.pg-pagination-next[disabled],
.pg-pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pg-pagination-previous,
.pg-pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pg-pagination-link.pg-is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.pg-pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pg-pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pg-pagination {
    flex-wrap: wrap;
  }
  .pg-pagination-previous,
  .pg-pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pg-pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pg-pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pg-pagination-previous {
    order: 2;
  }
  .pg-pagination-next {
    order: 3;
  }
  .pg-pagination {
    justify-content: space-between;
  }
  .pg-pagination.pg-is-centered .pg-pagination-previous {
    order: 1;
  }
  .pg-pagination.pg-is-centered .pg-pagination-list {
    justify-content: center;
    order: 2;
  }
  .pg-pagination.pg-is-centered .pg-pagination-next {
    order: 3;
  }
  .pg-pagination.pg-is-right .pg-pagination-previous {
    order: 1;
  }
  .pg-pagination.pg-is-right .pg-pagination-next {
    order: 2;
  }
  .pg-pagination.pg-is-right .pg-pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

.pg-panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}

.pg-panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pg-panel.pg-is-white .pg-panel-heading {
  background-color: white;
  color: #0a0a0a;
}

.pg-panel.pg-is-white .pg-panel-tabs a.pg-is-active {
  border-bottom-color: white;
}

.pg-panel.pg-is-white .pg-panel-block.pg-is-active .pg-panel-icon {
  color: white;
}

.pg-panel.pg-is-black .pg-panel-heading {
  background-color: #0a0a0a;
  color: white;
}

.pg-panel.pg-is-black .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #0a0a0a;
}

.pg-panel.pg-is-black .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #0a0a0a;
}

.pg-panel.pg-is-light .pg-panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-panel.pg-is-light .pg-panel-tabs a.pg-is-active {
  border-bottom-color: whitesmoke;
}

.pg-panel.pg-is-light .pg-panel-block.pg-is-active .pg-panel-icon {
  color: whitesmoke;
}

.pg-panel.pg-is-dark .pg-panel-heading {
  background-color: #363636;
  color: #fff;
}

.pg-panel.pg-is-dark .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #363636;
}

.pg-panel.pg-is-dark .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #363636;
}

.pg-panel.pg-is-primary .pg-panel-heading {
  background-color: #00d1b2;
  color: #fff;
}

.pg-panel.pg-is-primary .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #00d1b2;
}

.pg-panel.pg-is-primary .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #00d1b2;
}

.pg-panel.pg-is-link .pg-panel-heading {
  background-color: #3273dc;
  color: #fff;
}

.pg-panel.pg-is-link .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #3273dc;
}

.pg-panel.pg-is-link .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #3273dc;
}

.pg-panel.pg-is-info .pg-panel-heading {
  background-color: #3298dc;
  color: #fff;
}

.pg-panel.pg-is-info .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #3298dc;
}

.pg-panel.pg-is-info .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #3298dc;
}

.pg-panel.pg-is-success .pg-panel-heading {
  background-color: #48c774;
  color: #fff;
}

.pg-panel.pg-is-success .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #48c774;
}

.pg-panel.pg-is-success .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #48c774;
}

.pg-panel.pg-is-warning .pg-panel-heading {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-panel.pg-is-warning .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #ffdd57;
}

.pg-panel.pg-is-warning .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #ffdd57;
}

.pg-panel.pg-is-danger .pg-panel-heading {
  background-color: #f14668;
  color: #fff;
}

.pg-panel.pg-is-danger .pg-panel-tabs a.pg-is-active {
  border-bottom-color: #f14668;
}

.pg-panel.pg-is-danger .pg-panel-block.pg-is-active .pg-panel-icon {
  color: #f14668;
}

.pg-panel-tabs:not(:last-child),
.pg-panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.pg-panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.pg-panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.pg-panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.pg-panel-tabs a.pg-is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.pg-panel-list a {
  color: #4a4a4a;
}

.pg-panel-list a:hover {
  color: #3273dc;
}

.pg-panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.pg-panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.pg-panel-block > .pg-control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.pg-panel-block.pg-is-wrapped {
  flex-wrap: wrap;
}

.pg-panel-block.pg-is-active {
  border-left-color: #3273dc;
  color: #363636;
}

.pg-panel-block.pg-is-active .pg-panel-icon {
  color: #3273dc;
}

.pg-panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.pg-panel-block,
label.pg-panel-block {
  cursor: pointer;
}

a.pg-panel-block:hover,
label.pg-panel-block:hover {
  background-color: whitesmoke;
}

.pg-panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.pg-panel-icon .pg-fa {
  font-size: inherit;
  line-height: inherit;
}

.pg-tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.pg-tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.pg-tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.pg-tabs li {
  display: block;
}

.pg-tabs li.pg-is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

.pg-tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.pg-tabs ul.pg-is-left {
  padding-right: 0.75em;
}

.pg-tabs ul.pg-is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.pg-tabs ul.pg-is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.pg-tabs .pg-icon:first-child {
  margin-right: 0.5em;
}

.pg-tabs .pg-icon:last-child {
  margin-left: 0.5em;
}

.pg-tabs.pg-is-centered ul {
  justify-content: center;
}

.pg-tabs.pg-is-right ul {
  justify-content: flex-end;
}

.pg-tabs.pg-is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.pg-tabs.pg-is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.pg-tabs.pg-is-boxed li.pg-is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.pg-tabs.pg-is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.pg-tabs.pg-is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.pg-tabs.pg-is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.pg-tabs.pg-is-toggle li + li {
  margin-left: -1px;
}

.pg-tabs.pg-is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.pg-tabs.pg-is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.pg-tabs.pg-is-toggle li.pg-is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

.pg-tabs.pg-is-toggle ul {
  border-bottom: none;
}

.pg-tabs.pg-is-toggle.pg-is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.pg-tabs.pg-is-toggle.pg-is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.pg-tabs.pg-is-small {
  font-size: 0.75rem;
}

.pg-tabs.pg-is-medium {
  font-size: 1.25rem;
}

.pg-tabs.pg-is-large {
  font-size: 1.5rem;
}

.pg-column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-narrow {
  flex: none;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-full {
  flex: none;
  width: 100%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-three-quarters {
  flex: none;
  width: 75%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-half {
  flex: none;
  width: 50%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-one-third {
  flex: none;
  width: 33.3333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-one-quarter {
  flex: none;
  width: 25%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-one-fifth {
  flex: none;
  width: 20%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-two-fifths {
  flex: none;
  width: 40%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-three-fifths {
  flex: none;
  width: 60%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-four-fifths {
  flex: none;
  width: 80%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-three-quarters {
  margin-left: 75%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-two-thirds {
  margin-left: 66.6666%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-half {
  margin-left: 50%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-one-third {
  margin-left: 33.3333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-one-quarter {
  margin-left: 25%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-one-fifth {
  margin-left: 20%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-two-fifths {
  margin-left: 40%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-three-fifths {
  margin-left: 60%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-four-fifths {
  margin-left: 80%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-0 {
  flex: none;
  width: 0%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-0 {
  margin-left: 0%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-1 {
  flex: none;
  width: 8.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-1 {
  margin-left: 8.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-2 {
  flex: none;
  width: 16.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-2 {
  margin-left: 16.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-3 {
  flex: none;
  width: 25%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-3 {
  margin-left: 25%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-4 {
  flex: none;
  width: 33.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-4 {
  margin-left: 33.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-5 {
  flex: none;
  width: 41.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-5 {
  margin-left: 41.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-6 {
  flex: none;
  width: 50%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-6 {
  margin-left: 50%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-7 {
  flex: none;
  width: 58.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-7 {
  margin-left: 58.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-8 {
  flex: none;
  width: 66.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-8 {
  margin-left: 66.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-9 {
  flex: none;
  width: 75%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-9 {
  margin-left: 75%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-10 {
  flex: none;
  width: 83.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-10 {
  margin-left: 83.33333%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-11 {
  flex: none;
  width: 91.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-11 {
  margin-left: 91.66667%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-12 {
  flex: none;
  width: 100%;
}

.pg-columns.pg-is-mobile > .pg-column.pg-is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .pg-column.pg-is-narrow-mobile {
    flex: none;
  }
  .pg-column.pg-is-full-mobile {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .pg-column.pg-is-half-mobile {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .pg-column.pg-is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .pg-column.pg-is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .pg-column.pg-is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .pg-column.pg-is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .pg-column.pg-is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .pg-column.pg-is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .pg-column.pg-is-offset-half-mobile {
    margin-left: 50%;
  }
  .pg-column.pg-is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .pg-column.pg-is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .pg-column.pg-is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .pg-column.pg-is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .pg-column.pg-is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .pg-column.pg-is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .pg-column.pg-is-0-mobile {
    flex: none;
    width: 0%;
  }
  .pg-column.pg-is-offset-0-mobile {
    margin-left: 0%;
  }
  .pg-column.pg-is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .pg-column.pg-is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .pg-column.pg-is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .pg-column.pg-is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .pg-column.pg-is-3-mobile {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-offset-3-mobile {
    margin-left: 25%;
  }
  .pg-column.pg-is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .pg-column.pg-is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .pg-column.pg-is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .pg-column.pg-is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .pg-column.pg-is-6-mobile {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-offset-6-mobile {
    margin-left: 50%;
  }
  .pg-column.pg-is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .pg-column.pg-is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .pg-column.pg-is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .pg-column.pg-is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .pg-column.pg-is-9-mobile {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-offset-9-mobile {
    margin-left: 75%;
  }
  .pg-column.pg-is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .pg-column.pg-is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .pg-column.pg-is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .pg-column.pg-is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .pg-column.pg-is-12-mobile {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .pg-column.pg-is-narrow,
  .pg-column.pg-is-narrow-tablet {
    flex: none;
  }
  .pg-column.pg-is-full,
  .pg-column.pg-is-full-tablet {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-three-quarters,
  .pg-column.pg-is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-two-thirds,
  .pg-column.pg-is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .pg-column.pg-is-half,
  .pg-column.pg-is-half-tablet {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-one-third,
  .pg-column.pg-is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .pg-column.pg-is-one-quarter,
  .pg-column.pg-is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-one-fifth,
  .pg-column.pg-is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .pg-column.pg-is-two-fifths,
  .pg-column.pg-is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .pg-column.pg-is-three-fifths,
  .pg-column.pg-is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .pg-column.pg-is-four-fifths,
  .pg-column.pg-is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .pg-column.pg-is-offset-three-quarters,
  .pg-column.pg-is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .pg-column.pg-is-offset-two-thirds,
  .pg-column.pg-is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .pg-column.pg-is-offset-half,
  .pg-column.pg-is-offset-half-tablet {
    margin-left: 50%;
  }
  .pg-column.pg-is-offset-one-third,
  .pg-column.pg-is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .pg-column.pg-is-offset-one-quarter,
  .pg-column.pg-is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .pg-column.pg-is-offset-one-fifth,
  .pg-column.pg-is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .pg-column.pg-is-offset-two-fifths,
  .pg-column.pg-is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .pg-column.pg-is-offset-three-fifths,
  .pg-column.pg-is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .pg-column.pg-is-offset-four-fifths,
  .pg-column.pg-is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .pg-column.pg-is-0,
  .pg-column.pg-is-0-tablet {
    flex: none;
    width: 0%;
  }
  .pg-column.pg-is-offset-0,
  .pg-column.pg-is-offset-0-tablet {
    margin-left: 0%;
  }
  .pg-column.pg-is-1,
  .pg-column.pg-is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .pg-column.pg-is-offset-1,
  .pg-column.pg-is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .pg-column.pg-is-2,
  .pg-column.pg-is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .pg-column.pg-is-offset-2,
  .pg-column.pg-is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .pg-column.pg-is-3,
  .pg-column.pg-is-3-tablet {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-offset-3,
  .pg-column.pg-is-offset-3-tablet {
    margin-left: 25%;
  }
  .pg-column.pg-is-4,
  .pg-column.pg-is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .pg-column.pg-is-offset-4,
  .pg-column.pg-is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .pg-column.pg-is-5,
  .pg-column.pg-is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .pg-column.pg-is-offset-5,
  .pg-column.pg-is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .pg-column.pg-is-6,
  .pg-column.pg-is-6-tablet {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-offset-6,
  .pg-column.pg-is-offset-6-tablet {
    margin-left: 50%;
  }
  .pg-column.pg-is-7,
  .pg-column.pg-is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .pg-column.pg-is-offset-7,
  .pg-column.pg-is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .pg-column.pg-is-8,
  .pg-column.pg-is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .pg-column.pg-is-offset-8,
  .pg-column.pg-is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .pg-column.pg-is-9,
  .pg-column.pg-is-9-tablet {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-offset-9,
  .pg-column.pg-is-offset-9-tablet {
    margin-left: 75%;
  }
  .pg-column.pg-is-10,
  .pg-column.pg-is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .pg-column.pg-is-offset-10,
  .pg-column.pg-is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .pg-column.pg-is-11,
  .pg-column.pg-is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .pg-column.pg-is-offset-11,
  .pg-column.pg-is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .pg-column.pg-is-12,
  .pg-column.pg-is-12-tablet {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-offset-12,
  .pg-column.pg-is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .pg-column.pg-is-narrow-touch {
    flex: none;
  }
  .pg-column.pg-is-full-touch {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .pg-column.pg-is-half-touch {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .pg-column.pg-is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .pg-column.pg-is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .pg-column.pg-is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .pg-column.pg-is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .pg-column.pg-is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .pg-column.pg-is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .pg-column.pg-is-offset-half-touch {
    margin-left: 50%;
  }
  .pg-column.pg-is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .pg-column.pg-is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .pg-column.pg-is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .pg-column.pg-is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .pg-column.pg-is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .pg-column.pg-is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .pg-column.pg-is-0-touch {
    flex: none;
    width: 0%;
  }
  .pg-column.pg-is-offset-0-touch {
    margin-left: 0%;
  }
  .pg-column.pg-is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .pg-column.pg-is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .pg-column.pg-is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .pg-column.pg-is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .pg-column.pg-is-3-touch {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-offset-3-touch {
    margin-left: 25%;
  }
  .pg-column.pg-is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .pg-column.pg-is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .pg-column.pg-is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .pg-column.pg-is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .pg-column.pg-is-6-touch {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-offset-6-touch {
    margin-left: 50%;
  }
  .pg-column.pg-is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .pg-column.pg-is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .pg-column.pg-is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .pg-column.pg-is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .pg-column.pg-is-9-touch {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-offset-9-touch {
    margin-left: 75%;
  }
  .pg-column.pg-is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .pg-column.pg-is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .pg-column.pg-is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .pg-column.pg-is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .pg-column.pg-is-12-touch {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .pg-column.pg-is-narrow-desktop {
    flex: none;
  }
  .pg-column.pg-is-full-desktop {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .pg-column.pg-is-half-desktop {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .pg-column.pg-is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .pg-column.pg-is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .pg-column.pg-is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .pg-column.pg-is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .pg-column.pg-is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .pg-column.pg-is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .pg-column.pg-is-offset-half-desktop {
    margin-left: 50%;
  }
  .pg-column.pg-is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .pg-column.pg-is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .pg-column.pg-is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .pg-column.pg-is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .pg-column.pg-is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .pg-column.pg-is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .pg-column.pg-is-0-desktop {
    flex: none;
    width: 0%;
  }
  .pg-column.pg-is-offset-0-desktop {
    margin-left: 0%;
  }
  .pg-column.pg-is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .pg-column.pg-is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .pg-column.pg-is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .pg-column.pg-is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .pg-column.pg-is-3-desktop {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-offset-3-desktop {
    margin-left: 25%;
  }
  .pg-column.pg-is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .pg-column.pg-is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .pg-column.pg-is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .pg-column.pg-is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .pg-column.pg-is-6-desktop {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-offset-6-desktop {
    margin-left: 50%;
  }
  .pg-column.pg-is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .pg-column.pg-is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .pg-column.pg-is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .pg-column.pg-is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .pg-column.pg-is-9-desktop {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-offset-9-desktop {
    margin-left: 75%;
  }
  .pg-column.pg-is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .pg-column.pg-is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .pg-column.pg-is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .pg-column.pg-is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .pg-column.pg-is-12-desktop {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .pg-column.pg-is-narrow-widescreen {
    flex: none;
  }
  .pg-column.pg-is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .pg-column.pg-is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .pg-column.pg-is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .pg-column.pg-is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .pg-column.pg-is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .pg-column.pg-is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .pg-column.pg-is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .pg-column.pg-is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .pg-column.pg-is-offset-half-widescreen {
    margin-left: 50%;
  }
  .pg-column.pg-is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .pg-column.pg-is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .pg-column.pg-is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .pg-column.pg-is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .pg-column.pg-is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .pg-column.pg-is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .pg-column.pg-is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .pg-column.pg-is-offset-0-widescreen {
    margin-left: 0%;
  }
  .pg-column.pg-is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .pg-column.pg-is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .pg-column.pg-is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .pg-column.pg-is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .pg-column.pg-is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-offset-3-widescreen {
    margin-left: 25%;
  }
  .pg-column.pg-is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .pg-column.pg-is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .pg-column.pg-is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .pg-column.pg-is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .pg-column.pg-is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-offset-6-widescreen {
    margin-left: 50%;
  }
  .pg-column.pg-is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .pg-column.pg-is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .pg-column.pg-is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .pg-column.pg-is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .pg-column.pg-is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-offset-9-widescreen {
    margin-left: 75%;
  }
  .pg-column.pg-is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .pg-column.pg-is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .pg-column.pg-is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .pg-column.pg-is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .pg-column.pg-is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .pg-column.pg-is-narrow-fullhd {
    flex: none;
  }
  .pg-column.pg-is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .pg-column.pg-is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .pg-column.pg-is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .pg-column.pg-is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .pg-column.pg-is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .pg-column.pg-is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .pg-column.pg-is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .pg-column.pg-is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .pg-column.pg-is-offset-half-fullhd {
    margin-left: 50%;
  }
  .pg-column.pg-is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .pg-column.pg-is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .pg-column.pg-is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .pg-column.pg-is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .pg-column.pg-is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .pg-column.pg-is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .pg-column.pg-is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .pg-column.pg-is-offset-0-fullhd {
    margin-left: 0%;
  }
  .pg-column.pg-is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .pg-column.pg-is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .pg-column.pg-is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .pg-column.pg-is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .pg-column.pg-is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .pg-column.pg-is-offset-3-fullhd {
    margin-left: 25%;
  }
  .pg-column.pg-is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .pg-column.pg-is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .pg-column.pg-is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .pg-column.pg-is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .pg-column.pg-is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .pg-column.pg-is-offset-6-fullhd {
    margin-left: 50%;
  }
  .pg-column.pg-is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .pg-column.pg-is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .pg-column.pg-is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .pg-column.pg-is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .pg-column.pg-is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .pg-column.pg-is-offset-9-fullhd {
    margin-left: 75%;
  }
  .pg-column.pg-is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .pg-column.pg-is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .pg-column.pg-is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .pg-column.pg-is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .pg-column.pg-is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .pg-column.pg-is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.pg-columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.pg-columns:last-child {
  margin-bottom: -0.75rem;
}

.pg-columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.pg-columns.pg-is-centered {
  justify-content: center;
}

.pg-columns.pg-is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.pg-columns.pg-is-gapless > .pg-column {
  margin: 0;
  padding: 0 !important;
}

.pg-columns.pg-is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pg-columns.pg-is-gapless:last-child {
  margin-bottom: 0;
}

.pg-columns.pg-is-mobile {
  display: flex;
}

.pg-columns.pg-is-multiline {
  flex-wrap: wrap;
}

.pg-columns.pg-is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .pg-columns:not(.pg-is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-desktop {
    display: flex;
  }
}

.pg-columns.pg-is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.pg-columns.pg-is-variable .pg-column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.pg-columns.pg-is-variable.pg-is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-0-fullhd {
    --columnGap: 0rem;
  }
}

.pg-columns.pg-is-variable.pg-is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.pg-columns.pg-is-variable.pg-is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.pg-columns.pg-is-variable.pg-is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.pg-columns.pg-is-variable.pg-is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-4-fullhd {
    --columnGap: 1rem;
  }
}

.pg-columns.pg-is-variable.pg-is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.pg-columns.pg-is-variable.pg-is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.pg-columns.pg-is-variable.pg-is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.pg-columns.pg-is-variable.pg-is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .pg-columns.pg-is-variable.pg-is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-columns.pg-is-variable.pg-is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .pg-columns.pg-is-variable.pg-is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .pg-columns.pg-is-variable.pg-is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .pg-columns.pg-is-variable.pg-is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .pg-columns.pg-is-variable.pg-is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .pg-columns.pg-is-variable.pg-is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .pg-columns.pg-is-variable.pg-is-8-fullhd {
    --columnGap: 2rem;
  }
}

.pg-tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.pg-tile.pg-is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.pg-tile.pg-is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.pg-tile.pg-is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.pg-tile.pg-is-child {
  margin: 0 !important;
}

.pg-tile.pg-is-parent {
  padding: 0.75rem;
}

.pg-tile.pg-is-vertical {
  flex-direction: column;
}

.pg-tile.pg-is-vertical > .pg-tile.pg-is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .pg-tile:not(.pg-is-child) {
    display: flex;
  }
  .pg-tile.pg-is-1 {
    flex: none;
    width: 8.33333%;
  }
  .pg-tile.pg-is-2 {
    flex: none;
    width: 16.66667%;
  }
  .pg-tile.pg-is-3 {
    flex: none;
    width: 25%;
  }
  .pg-tile.pg-is-4 {
    flex: none;
    width: 33.33333%;
  }
  .pg-tile.pg-is-5 {
    flex: none;
    width: 41.66667%;
  }
  .pg-tile.pg-is-6 {
    flex: none;
    width: 50%;
  }
  .pg-tile.pg-is-7 {
    flex: none;
    width: 58.33333%;
  }
  .pg-tile.pg-is-8 {
    flex: none;
    width: 66.66667%;
  }
  .pg-tile.pg-is-9 {
    flex: none;
    width: 75%;
  }
  .pg-tile.pg-is-10 {
    flex: none;
    width: 83.33333%;
  }
  .pg-tile.pg-is-11 {
    flex: none;
    width: 91.66667%;
  }
  .pg-tile.pg-is-12 {
    flex: none;
    width: 100%;
  }
}

.pg-hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pg-hero .pg-navbar {
  background: none;
}

.pg-hero .pg-tabs ul {
  border-bottom: none;
}

.pg-hero.pg-is-white {
  background-color: white;
  color: #0a0a0a;
}

.pg-hero.pg-is-white
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-white strong {
  color: inherit;
}

.pg-hero.pg-is-white .pg-title {
  color: #0a0a0a;
}

.pg-hero.pg-is-white .pg-subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.pg-hero.pg-is-white .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-white .pg-subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-white .pg-navbar-menu {
    background-color: white;
  }
}

.pg-hero.pg-is-white .pg-navbar-item,
.pg-hero.pg-is-white .pg-navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.pg-hero.pg-is-white a.pg-navbar-item:hover,
.pg-hero.pg-is-white a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-white .pg-navbar-link:hover,
.pg-hero.pg-is-white .pg-navbar-link.pg-is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.pg-hero.pg-is-white .pg-tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.pg-hero.pg-is-white .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-white .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-white .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-white .pg-tabs.pg-is-toggle a {
  color: #0a0a0a;
}

.pg-hero.pg-is-white .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-white .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-white .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-white .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-white .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-white .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.pg-hero.pg-is-white.pg-is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-white.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #e6e6e6 0%,
      white 71%,
      white 100%
    );
  }
}

.pg-hero.pg-is-black {
  background-color: #0a0a0a;
  color: white;
}

.pg-hero.pg-is-black
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-black strong {
  color: inherit;
}

.pg-hero.pg-is-black .pg-title {
  color: white;
}

.pg-hero.pg-is-black .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-black .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-black .pg-subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-black .pg-navbar-menu {
    background-color: #0a0a0a;
  }
}

.pg-hero.pg-is-black .pg-navbar-item,
.pg-hero.pg-is-black .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-black a.pg-navbar-item:hover,
.pg-hero.pg-is-black a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-black .pg-navbar-link:hover,
.pg-hero.pg-is-black .pg-navbar-link.pg-is-active {
  background-color: black;
  color: white;
}

.pg-hero.pg-is-black .pg-tabs a {
  color: white;
  opacity: 0.9;
}

.pg-hero.pg-is-black .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-black .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-black .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-black .pg-tabs.pg-is-toggle a {
  color: white;
}

.pg-hero.pg-is-black .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-black .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-black .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-black .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-black .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-black .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.pg-hero.pg-is-black.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    black 0%,
    #0a0a0a 71%,
    #181616 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-black.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      black 0%,
      #0a0a0a 71%,
      #181616 100%
    );
  }
}

.pg-hero.pg-is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-light
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-light strong {
  color: inherit;
}

.pg-hero.pg-is-light .pg-title {
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-light .pg-subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.pg-hero.pg-is-light .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-light .pg-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-light .pg-navbar-menu {
    background-color: whitesmoke;
  }
}

.pg-hero.pg-is-light .pg-navbar-item,
.pg-hero.pg-is-light .pg-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-light a.pg-navbar-item:hover,
.pg-hero.pg-is-light a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-light .pg-navbar-link:hover,
.pg-hero.pg-is-light .pg-navbar-link.pg-is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-light .pg-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.pg-hero.pg-is-light .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-light .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-light .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-light .pg-tabs.pg-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-light .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-light .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-light .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-light .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-light .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-light .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.pg-hero.pg-is-light.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #dfd8d9 0%,
    whitesmoke 71%,
    white 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-light.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #dfd8d9 0%,
      whitesmoke 71%,
      white 100%
    );
  }
}

.pg-hero.pg-is-dark {
  background-color: #363636;
  color: #fff;
}

.pg-hero.pg-is-dark
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-dark strong {
  color: inherit;
}

.pg-hero.pg-is-dark .pg-title {
  color: #fff;
}

.pg-hero.pg-is-dark .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-dark .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-dark .pg-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-dark .pg-navbar-menu {
    background-color: #363636;
  }
}

.pg-hero.pg-is-dark .pg-navbar-item,
.pg-hero.pg-is-dark .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-dark a.pg-navbar-item:hover,
.pg-hero.pg-is-dark a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-dark .pg-navbar-link:hover,
.pg-hero.pg-is-dark .pg-navbar-link.pg-is-active {
  background-color: #292929;
  color: #fff;
}

.pg-hero.pg-is-dark .pg-tabs a {
  color: #fff;
  opacity: 0.9;
}

.pg-hero.pg-is-dark .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-dark .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-dark .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-dark .pg-tabs.pg-is-toggle a {
  color: #fff;
}

.pg-hero.pg-is-dark .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-dark .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-dark .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-dark .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-dark .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-dark .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}

.pg-hero.pg-is-dark.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #1f191a 0%,
    #363636 71%,
    #46403f 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-dark.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #1f191a 0%,
      #363636 71%,
      #46403f 100%
    );
  }
}

.pg-hero.pg-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.pg-hero.pg-is-primary
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-primary strong {
  color: inherit;
}

.pg-hero.pg-is-primary .pg-title {
  color: #fff;
}

.pg-hero.pg-is-primary .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-primary .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-primary .pg-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-primary .pg-navbar-menu {
    background-color: #00d1b2;
  }
}

.pg-hero.pg-is-primary .pg-navbar-item,
.pg-hero.pg-is-primary .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-primary a.pg-navbar-item:hover,
.pg-hero.pg-is-primary a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-primary .pg-navbar-link:hover,
.pg-hero.pg-is-primary .pg-navbar-link.pg-is-active {
  background-color: #00b89c;
  color: #fff;
}

.pg-hero.pg-is-primary .pg-tabs a {
  color: #fff;
  opacity: 0.9;
}

.pg-hero.pg-is-primary .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-primary .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-primary .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-primary .pg-tabs.pg-is-toggle a {
  color: #fff;
}

.pg-hero.pg-is-primary .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-primary .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-primary .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-primary .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-primary .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-primary .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.pg-hero.pg-is-primary.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #009e6c 0%,
    #00d1b2 71%,
    #00e7eb 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-primary.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #009e6c 0%,
      #00d1b2 71%,
      #00e7eb 100%
    );
  }
}

.pg-hero.pg-is-link {
  background-color: #3273dc;
  color: #fff;
}

.pg-hero.pg-is-link
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-link strong {
  color: inherit;
}

.pg-hero.pg-is-link .pg-title {
  color: #fff;
}

.pg-hero.pg-is-link .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-link .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-link .pg-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-link .pg-navbar-menu {
    background-color: #3273dc;
  }
}

.pg-hero.pg-is-link .pg-navbar-item,
.pg-hero.pg-is-link .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-link a.pg-navbar-item:hover,
.pg-hero.pg-is-link a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-link .pg-navbar-link:hover,
.pg-hero.pg-is-link .pg-navbar-link.pg-is-active {
  background-color: #2366d1;
  color: #fff;
}

.pg-hero.pg-is-link .pg-tabs a {
  color: #fff;
  opacity: 0.9;
}

.pg-hero.pg-is-link .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-link .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-link .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-link .pg-tabs.pg-is-toggle a {
  color: #fff;
}

.pg-hero.pg-is-link .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-link .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-link .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-link .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-link .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-link .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc;
}

.pg-hero.pg-is-link.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #1577c6 0%,
    #3273dc 71%,
    #4366e5 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-link.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #1577c6 0%,
      #3273dc 71%,
      #4366e5 100%
    );
  }
}

.pg-hero.pg-is-info {
  background-color: #3298dc;
  color: #fff;
}

.pg-hero.pg-is-info
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-info strong {
  color: inherit;
}

.pg-hero.pg-is-info .pg-title {
  color: #fff;
}

.pg-hero.pg-is-info .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-info .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-info .pg-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-info .pg-navbar-menu {
    background-color: #3298dc;
  }
}

.pg-hero.pg-is-info .pg-navbar-item,
.pg-hero.pg-is-info .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-info a.pg-navbar-item:hover,
.pg-hero.pg-is-info a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-info .pg-navbar-link:hover,
.pg-hero.pg-is-info .pg-navbar-link.pg-is-active {
  background-color: #238cd1;
  color: #fff;
}

.pg-hero.pg-is-info .pg-tabs a {
  color: #fff;
  opacity: 0.9;
}

.pg-hero.pg-is-info .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-info .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-info .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-info .pg-tabs.pg-is-toggle a {
  color: #fff;
}

.pg-hero.pg-is-info .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-info .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-info .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-info .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-info .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-info .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3298dc;
}

.pg-hero.pg-is-info.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #159dc6 0%,
    #3298dc 71%,
    #4389e5 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-info.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #159dc6 0%,
      #3298dc 71%,
      #4389e5 100%
    );
  }
}

.pg-hero.pg-is-success {
  background-color: #48c774;
  color: #fff;
}

.pg-hero.pg-is-success
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-success strong {
  color: inherit;
}

.pg-hero.pg-is-success .pg-title {
  color: #fff;
}

.pg-hero.pg-is-success .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-success .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-success .pg-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-success .pg-navbar-menu {
    background-color: #48c774;
  }
}

.pg-hero.pg-is-success .pg-navbar-item,
.pg-hero.pg-is-success .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-success a.pg-navbar-item:hover,
.pg-hero.pg-is-success a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-success .pg-navbar-link:hover,
.pg-hero.pg-is-success .pg-navbar-link.pg-is-active {
  background-color: #3abb67;
  color: #fff;
}

.pg-hero.pg-is-success .pg-tabs a {
  color: #fff;
  opacity: 0.9;
}

.pg-hero.pg-is-success .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-success .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-success .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-success .pg-tabs.pg-is-toggle a {
  color: #fff;
}

.pg-hero.pg-is-success .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-success .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-success .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-success .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-success .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-success .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48c774;
}

.pg-hero.pg-is-success.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #29b342 0%,
    #48c774 71%,
    #56d296 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-success.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #29b342 0%,
      #48c774 71%,
      #56d296 100%
    );
  }
}

.pg-hero.pg-is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-warning
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-warning strong {
  color: inherit;
}

.pg-hero.pg-is-warning .pg-title {
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-warning .pg-subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.pg-hero.pg-is-warning .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-warning .pg-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-warning .pg-navbar-menu {
    background-color: #ffdd57;
  }
}

.pg-hero.pg-is-warning .pg-navbar-item,
.pg-hero.pg-is-warning .pg-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-warning a.pg-navbar-item:hover,
.pg-hero.pg-is-warning a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-warning .pg-navbar-link:hover,
.pg-hero.pg-is-warning .pg-navbar-link.pg-is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-warning .pg-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.pg-hero.pg-is-warning .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-warning .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-warning .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-warning .pg-tabs.pg-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.pg-hero.pg-is-warning .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-warning .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-warning .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-warning .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-warning .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-warning .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.pg-hero.pg-is-warning.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #ffaf24 0%,
    #ffdd57 71%,
    #fffa70 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-warning.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #ffaf24 0%,
      #ffdd57 71%,
      #fffa70 100%
    );
  }
}

.pg-hero.pg-is-danger {
  background-color: #f14668;
  color: #fff;
}

.pg-hero.pg-is-danger
  a:not(.pg-button):not(.pg-dropdown-item):not(.pg-tag):not(.pg-pagination-link.pg-is-current),
.pg-hero.pg-is-danger strong {
  color: inherit;
}

.pg-hero.pg-is-danger .pg-title {
  color: #fff;
}

.pg-hero.pg-is-danger .pg-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.pg-hero.pg-is-danger .pg-subtitle a:not(.pg-button),
.pg-hero.pg-is-danger .pg-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pg-hero.pg-is-danger .pg-navbar-menu {
    background-color: #f14668;
  }
}

.pg-hero.pg-is-danger .pg-navbar-item,
.pg-hero.pg-is-danger .pg-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.pg-hero.pg-is-danger a.pg-navbar-item:hover,
.pg-hero.pg-is-danger a.pg-navbar-item.pg-is-active,
.pg-hero.pg-is-danger .pg-navbar-link:hover,
.pg-hero.pg-is-danger .pg-navbar-link.pg-is-active {
  background-color: #ef2e55;
  color: #fff;
}

.pg-hero.pg-is-danger .pg-tabs a {
  color: #fff;
  opacity: 0.9;
}

.pg-hero.pg-is-danger .pg-tabs a:hover {
  opacity: 1;
}

.pg-hero.pg-is-danger .pg-tabs li.pg-is-active a {
  opacity: 1;
}

.pg-hero.pg-is-danger .pg-tabs.pg-is-boxed a,
.pg-hero.pg-is-danger .pg-tabs.pg-is-toggle a {
  color: #fff;
}

.pg-hero.pg-is-danger .pg-tabs.pg-is-boxed a:hover,
.pg-hero.pg-is-danger .pg-tabs.pg-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.pg-hero.pg-is-danger .pg-tabs.pg-is-boxed li.pg-is-active a,
.pg-hero.pg-is-danger .pg-tabs.pg-is-boxed li.pg-is-active a:hover,
.pg-hero.pg-is-danger .pg-tabs.pg-is-toggle li.pg-is-active a,
.pg-hero.pg-is-danger .pg-tabs.pg-is-toggle li.pg-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f14668;
}

.pg-hero.pg-is-danger.pg-is-bold {
  background-image: linear-gradient(
    141deg,
    #fa0a62 0%,
    #f14668 71%,
    #f7595f 100%
  );
}

@media screen and (max-width: 768px) {
  .pg-hero.pg-is-danger.pg-is-bold .pg-navbar-menu {
    background-image: linear-gradient(
      141deg,
      #fa0a62 0%,
      #f14668 71%,
      #f7595f 100%
    );
  }
}

.pg-hero.pg-is-small .pg-hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .pg-hero.pg-is-medium .pg-hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-hero.pg-is-large .pg-hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.pg-hero.pg-is-halfheight .pg-hero-body,
.pg-hero.pg-is-fullheight .pg-hero-body,
.pg-hero.pg-is-fullheight-with-navbar .pg-hero-body {
  align-items: center;
  display: flex;
}

.pg-hero.pg-is-halfheight .pg-hero-body > .pg-container,
.pg-hero.pg-is-fullheight .pg-hero-body > .pg-container,
.pg-hero.pg-is-fullheight-with-navbar .pg-hero-body > .pg-container {
  flex-grow: 1;
  flex-shrink: 1;
}

.pg-hero.pg-is-halfheight {
  min-height: 50vh;
}

.pg-hero.pg-is-fullheight {
  min-height: 100vh;
}

.pg-hero-video {
  overflow: hidden;
}

.pg-hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.pg-hero-video.pg-is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .pg-hero-video {
    display: none;
  }
}

.pg-hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .pg-hero-buttons .pg-button {
    display: flex;
  }
  .pg-hero-buttons .pg-button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .pg-hero-buttons {
    display: flex;
    justify-content: center;
  }
  .pg-hero-buttons .pg-button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.pg-hero-head,
.pg-hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.pg-hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.pg-section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .pg-section.pg-is-medium {
    padding: 9rem 1.5rem;
  }
  .pg-section.pg-is-large {
    padding: 18rem 1.5rem;
  }
}

.pg-footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}



.pg-alert {
  
	display: flex;
	margin: 0 0 1rem;
}

.pg-alert a {
	border-radius: var(--border-radius);
	padding: 0.75rem 2.5rem 0.75rem 1.5rem;
	margin: 0 0 0.5rem;
	position: relative;
	text-align: center;
	font-weight: bold;
	display: flex;
}

.pg-alert-accent a {
	background-color: var(--secondary-color);
	color: var(--dark-grey-color);
}

.hideOffScreen {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* General form styling */
form#vg_bequestintention_form {
    width: 100%;
    max-width: 600px; /* Center and limit the form width */
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Style for input wrappers */
.pg-input-wrap {
    display: block; /* Ensure inputs stack vertically */
    margin-bottom: 20px; /* Add spacing between fields */
}

/* Align radio buttons and their labels */
.pg-input-radio {
    display: block; /* Keep radio buttons in block style */
    margin-bottom: 15px;
}

/* Style for radio input and label alignment */
.pg-input-radio input[type="radio"] {
    margin-right: 10px; /* Space between radio button and label */
}

/* Style for labels */
.pg-input-wrap label {
    display: block; /* Ensure label is above the input */
    margin-bottom: 5px; /* Spacing between label and input */
    font-weight: bold;
}

/* Style for text inputs */
.pg-input-wrap input[type="text"],
.pg-input-wrap textarea {
    width: 100%; /* Full-width inputs */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Style for textarea */
.pg-input-wrap textarea {
    resize: vertical; /* Allow vertical resizing only */
}

/* Button styling */
#btn_submit {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0073e6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#btn_submit:hover {
    background-color: #005bb5;
}

/* Accessibility note styling */
form#vg_bequestintention_form p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
