/* wp block-library */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.block-editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  border: 1px dashed rgba(145, 151, 162, 0.25);
  border-bottom: none;
}
.block-editor-block-list__layout
  .block-editor-block-list__layout
  .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__spinner {
  margin: 0 5px;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__info {
  margin-right: auto;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px;
}
.block-editor-block-list__layout
  .reusable-block-edit-panel
  .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .block-editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap;
  }
  .block-editor-block-list__layout
    .reusable-block-edit-panel
    .reusable-block-edit-panel__title {
    margin: 0;
  }
  .block-editor-block-list__layout
    .reusable-block-edit-panel
    .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px;
  }
}
.editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4)
    rgba(66, 88, 99, 0.4) transparent;
}
.is-dark-theme
  .editor-block-list__layout
  .is-selected
  .reusable-block-edit-panel {
  border-color: hsla(0, 0%, 100%, 0.45) hsla(0, 0%, 100%, 0.45)
    hsla(0, 0%, 100%, 0.45) transparent;
}
.block-editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border: 1px dashed #e2e4e7;
  color: #555d66;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px;
}
.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
  font-weight: 440;
  background: #edeff0;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #00739c;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(: first-child) {
    margin-left: 32px;
  }
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
  color: #fff;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
  color: inherit;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"]
  .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align="right"]
  .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper:before,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper
  iframe,
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-21-9
  .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-18-9
  .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-4-3
  .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-1
  .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-9-6
  .wp-block-embed__wrapper:before {
  padding-top: 66.66%;
}
.wp-embed-responsive
  .wp-block-embed.wp-embed-aspect-1-2
  .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc((100% - 64px) / 5);
  margin-right: 16px;
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: calc((100% - 80px) / 6);
  margin-right: 16px;
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
  width: calc((100% - 96px) / 7);
  margin-right: 16px;
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
  width: calc((100% - 112px) / 8);
  margin-right: 16px;
}
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: media-text-media media-text-content;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: media-text-content media-text-media;
  }
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
p.has-background {
  padding: 20px 30px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: #6c7781;
  font-size: 13px;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table.has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}
.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7;
}
.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131;
}
.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7;
}
.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5;
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee;
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131;
}
.has-small-font-size {
  font-size: 13px;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}

/* wpnextpreviouslink */
#wpnp_next {
  background-repeat: no-repeat;
  width: 32px;
  height: 60px;
  position: fixed;
  right: 10px;
  display: block;
  text-indent: -99999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wpnp_previous {
  width: 32px;
  height: 60px;
  position: fixed;
  left: 10px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -99999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  #wpnp_next {
    width: 22px;
    height: 42px;
    right: 5px;
  }
  #wpnp_previous {
    width: 22px;
    height: 42px;
    left: 5px;
  }
}
@media (max-width: 480px) {
  #wpnp_next {
    width: 16px;
    height: 30px;
    right: 3px;
  }
  #wpnp_previous {
    width: 16px;
    height: 30px;
    left: 3px;
  }
}

/* themes\drporno\inc\style.php */
@font-face {
  font-family: "FontAwesome";
  src: url(https://www.mrpornogratis.it/wp-content/themes/mrpornogratis/includes/assets/fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(https://www.mrpornogratis.it/wp-content/themes/mrpornogratis/includes/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0)
      format("embedded-opentype"),
    url(https://www.mrpornogratis.it/wp-content/themes/mrpornogratis/includes/assets/fonts/fontawesome-webfont.woff?v=4.2.0)
      format("woff"),
    url(https://static3.mrpornogratis.it/wp-content/themes/mrpornogratis/includes/assets/fonts/fontawesome-webfont.ttf?x27350)
      format("truetype"),
    url(https://www.mrpornogratis.it/wp-content/themes/mrpornogratis/includes/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
html,
body {
  height: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover,
:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
figure img {
  display: block;
  vertical-align: top;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 1px;
  border: 0;
  background-color: #f1f1f1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
::-webkit-scrollbar {
  width: 5px;
}
@media print {
  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "(" attr(href) ")";
  }
  abbr[title]:after {
    content: "(" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}
a[class*="fa-"],
span[class*="fa-"],
strong[class*="fa-"],
i[class*="fa-"] {
  display: inline-block;
}
[class*="fa-"]:before,
.wdg > ul > li > a:before,
.pst-txt ul li:before,
.textwidget ul li:before,
.comment-notes:before,
.comment-reply-link:before,
.cancel-comment-reply a:before,
.cookie-notice-container .button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  vertical-align: top;
}
.wdg > ul > li > a:before {
  content: "\f10c";
}
.pst-txt ul li:before,
.textwidget ul li:before {
  content: "\f18e";
}
.widget_calendar .ttl-cn:before {
  content: "\f073";
}
.widget_archive .ttl-cn:before {
  content: "\f187";
}
.widget_recent_entries .ttl-cn:before {
  content: "\f15b";
}
.widget_nav_menu .ttl-cn:before,
.widget_meta .ttl-cn:before {
  content: "\f0c1";
}
.widget_pages .ttl-cn:before {
  content: "\f15c";
}
.widget_rss .ttl-cn:before {
  content: "\f09e";
}
.widget_text .ttl-cn:before {
  content: "\f0f6";
}
.widget_search .ttl-cn:before {
  content: "\f002";
}
.widget_categories .ttl-cn:before {
  content: "\f07c";
}
.comment-notes:before {
  content: "\f071";
  margin-right: 5px;
  opacity: 0.5;
  padding-top: 1px;
}
.comment-reply-link:before {
  content: "\f112";
}
.cancel-comment-reply a:before {
  content: "\f00d";
}
.cookie-notice-container .button:before {
  content: "\f00c";
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
ul,
ol,
dl {
  list-style-position: outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 2rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-left: 3rem;
}
dl dt {
  margin-bottom: 0.75rem;
  font-weight: 700;
}
dl dd {
  margin-bottom: 0.75rem;
}
nav ul,
[class*="lst-"],
[class*="lst-"] > li ul,
[class*="cls"],
[class*="cls"] > li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
  line-height: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  margin-bottom: -1px;
}
caption,
td,
th {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
[class*="cnt-"] {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
[class*="d-fx"] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class*="d-fx"] > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
[class*="-rw"] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
[class*="cls"],
[class*="dfl"],
[class*="dflw"] > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
[class*="cls"],
[class*="dflw"] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class*="dflw"] > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[class*="cls"] > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
[class*="nfl"] > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
[class*="cls"] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -7px;
  margin-right: -7px;
}
[class*="clp"] [class*="clm"] {
  margin-left: 0;
  margin-right: 0;
}
[class*="clm"] {
  padding-left: 7px;
  padding-right: 7px;
}
[class*="a01"] {
  width: 8.33333333%;
}
[class*="a02"] {
  width: 16.66666667%;
}
[class*="a03"] {
  width: 25%;
}
[class*="a04"] {
  width: 33.33333333%;
}
[class*="a05"] {
  width: 41.66666667%;
}
[class*="a06"] {
  width: 50%;
}
[class*="a07"] {
  width: 58.33333333%;
}
[class*="a08"] {
  width: 66.66666667%;
}
[class*="a09"] {
  width: 75%;
}
[class*="a10"] {
  width: 83.33333333%;
}
[class*="a11"] {
  width: 91.66666667%;
}
[class*="a12"] {
  width: 100%;
}
[class*="rgt"] {
  margin-right: 0;
  margin-left: auto;
}
[class*="ctr"] {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
table,
input,
textarea,
select,
.slc,
.chk,
.frm-group {
  margin-bottom: 1.5rem;
}
[class*="clm"] > input,
[class*="clm"] > textarea,
[class*="clm"] > select,
[class*="clm"] > .chk {
  margin-bottom: 0;
}
[class*="cnt-"]:before,
[class*="cnt-"]:after {
  content: "";
  display: table;
}
[class*="cnt-"]:after {
  clear: both;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  font: inherit;
  width: 100%;
}
fieldset {
  border: 1px solid silver;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
optgroup {
  font-weight: 700;
}
label {
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
}
input,
textarea,
select,
.slc label {
  display: block;
  padding: 4px 14px;
  width: 100%;
  border-radius: 5px;
}
input,
select {
  height: 40px;
  line-height: 28px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  resize: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.lbl-icon {
  position: relative;
  display: block;
}
.lbl-icon input,
.lbl-icon textarea {
  padding-left: 40px;
  font-weight: 400;
}
.lbl-icon input + i,
.lbl-icon textarea + i {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0.2;
}
.lbl-icon input + i,
.lbl-icon textarea + i,
.lbl-icon input + i:before,
.lbl-icon textarea + i:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.lbl-icon input:focus + i,
.lbl-icon textarea:focus + i {
  opacity: 1;
}
.lbl-icon textarea + i {
  top: 5px;
}
.slc label {
  display: block;
  padding: 0;
  position: relative;
  font-weight: 400;
}
.slc label:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.slc select:disabled {
  z-index: 1;
}
.slc select {
  background-color: transparent;
  padding: 0 15px;
  position: relative;
  margin-bottom: 0;
  z-index: 3;
}
.slc select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  transition: none;
}
.chk label,
[type="checkbox"] + label,
[type="radio"] + label {
  line-height: inherit;
  cursor: pointer;
}
.chk [type="checkbox"],
.chk [type="radio"] {
  position: absolute;
  opacity: 0;
  left: -100%;
  width: 0;
  height: 0;
}
.chk [type="checkbox"] + i,
.chk [type="radio"] + i {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  overflow: hidden;
  font-weight: 400;
  vertical-align: middle;
  vertical-align: middle;
  height: 20px;
}
.chk [type="checkbox"] + i:before,
.chk [type="radio"] + i:before {
  position: absolute;
  padding-right: 2px;
  width: 16px;
  height: 18px;
  line-height: 18px;
  transition: all 0.1s;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
  text-indent: 20px;
}
.chk [type="checkbox"]:checked + i:before,
.chk [type="radio"]:checked + i:before {
  text-indent: 1px;
}
.chk [type="radio"] + i:before {
  border-radius: 10px;
  font-size: 1.2rem;
}
[type="checkbox"],
[type="radio"] {
  width: auto;
  height: auto;
  display: inline;
  margin-bottom: 0;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
[type="checkbox"] + label,
[type="radio"] + label {
  margin-left: 0.5rem;
  margin-right: 1rem;
  vertical-align: baseline;
}
[class*="btn-"],
[class*="btn-"] > a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  padding: 0 1rem;
  width: auto;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  height: 40px;
  line-height: 2.5;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.frm-nln button,
.frm-nln input,
.frm-nln select,
.frm-nln textarea,
.frm-nln .slc,
.frm-nln .chk,
.frm-nln .frm-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.frm-group {
  position: relative;
}
.frm-group input,
.frm-group textarea {
  margin-bottom: 0;
}
.frm-group .comment-notes {
  font-size: 1.2rem;
  opacity: 0.7;
}
[class*="btn-"],
[class*="btn-"] > a,
button,
input,
textarea,
select,
a {
  transition: all 0.15s linear;
}
[class*="dvr-"] {
  font-size: 0;
  margin: 0 auto 15px;
  overflow: hidden;
}
[class*="clm"] [class*="dvr-"] {
  margin-bottom: 0;
}
.dvr-3x2 {
  max-width: 300px;
}
.dvr-7x9 {
  max-width: 728px;
}
.cnt-hd {
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo {
  margin: 0 auto 15px;
  line-height: 0;
  text-align: center;
}
.logo img {
  vertical-align: top;
}
.btn-mn {
  width: 40px;
  position: absolute;
  left: 15px;
  top: 25px;
}
.btn-cls {
  position: fixed;
  z-index: 9999;
  width: 40px;
  right: 20px;
  top: 15px;
  background-color: transparent;
  border: 0;
  display: none;
}
.mn-hd {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  display: none;
}
.mn-hd > ul > li {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
}
.mn-hd > ul > li[class^="fa-"]:before {
  width: 20px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 3;
}
.mn-hd > ul > li > a {
  display: block;
}
.mn-hd > ul > li[class^="fa-"] > a {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.sub-menu li.btn-vts {
  padding: 0;
  display: block;
  margin-top: 5px;
  height: 37px;
}
.sub-menu li.btn-vts > a {
  line-height: 35px;
  height: 35px;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0;
}
.mn-rs {
  display: block;
}
.mn-rs > ul {
  padding: 5.5rem 1.5rem 1.5rem;
  background-color: #fff;
  width: 250px;
  overflow: auto;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.mn-rs > ul ul {
  font-size: 1.2rem;
  padding-left: 2rem;
}
.frm-srch {
  margin-left: auto;
  width: 100%;
  text-align: center;
}
.frm-srch h1 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.frm-srch form {
  position: relative;
}
.frm-srch input {
  padding-right: 45px;
  margin-bottom: 0;
  height: 30px;
  line-height: 18px;
  font-size: 1.2rem;
}
.frm-srch button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
}
.mn-br {
  background-color: #000;
  padding: 10px;
  height: 50px;
  position: relative;
}
.mn-br button,
.mn-br button:hover {
  background-color: transparent;
}
.mn-br button {
  position: absolute;
  height: 50px;
  width: 50px;
  border: 0;
  color: #fff;
  opacity: 0.5;
  font-size: 20px;
  right: 0;
  top: 0;
}
.mn-br button:hover {
  opacity: 1;
}
.mn-br > span {
  font-weight: 700;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 3rem;
  display: block;
}
.sub-menu {
  display: none;
}
.in,
.submdb {
  display: block;
}
hr.btspr {
  padding-top: 0;
  background-color: transparent;
  margin-bottom: 1.5rem;
}
.ttl-cn {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.ttl-cn h2,
.ttl-cn.fa-comment > div {
  font-size: 2rem;
  text-transform: initial;
  line-height: 1.2;
}
.ttl-cn:before {
  margin-right: 5px;
  min-width: 2rem;
  padding-top: 1.2rem;
}
.ttl-cn > * {
  margin-bottom: 0;
  padding: 0.75rem 0;
}
.fll-twt {
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
  padding: 0;
}
.fll-twt a {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.fll-twt a:before {
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  background-color: #2aa7e0;
  text-align: center;
  position: absolute;
  font-size: 1.4rem;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 15px;
}
.fll-twt strong {
  display: block;
}
.fll-twt a:hover,
.fll-twt strong {
  color: #2aa7e0;
}
.fll-twt a:hover:before {
  opacity: 0.8;
}
.pst-cls > div,
.pst-cls > section {
  margin-bottom: 1.5rem;
}
.pst-cn {
  position: relative;
  text-align: center;
}
.pst-cn figure {
  overflow: hidden;
  position: relative;
  border-radius: 1px;
}
.pst-cn figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pst-cn figure:before {
  width: 1px;
  padding-top: 56.25%;
  margin-left: -1px;
  content: "";
  display: block;
}
.pst-cn figure span {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1rem;
  padding: 0 7px;
  border-radius: 10px;
  line-height: 1.8rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
}
.pst-cn header {
  border-radius: 0 0 5px 5px;
  border: 1px solid #fff7fa;
  background-color: #fff;
}
.pst-cn header p {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.pst-cn header p a {
  margin: 0 2px;
}
.pst-cn header p a:hover {
  text-decoration: underline;
}
.pst-cn header h3 {
  overflow: hidden;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 2rem;
  padding: 0.5rem;
}
.pst-cn-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1rem;
  width: 100%;
}
.pst-cn:hover {
  z-index: 9;
}
.pst-cn:hover header {
  border: 0;
}
.pst-cn header h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pst-cn:hover header h3 {
  text-overflow: inherit;
  white-space: normal;
}
.pst-cn header p {
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 700;
}
.pst-cn:hover header p {
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  border-radius: 100px;
}
.lst-lnk {
  padding: 1rem 1.5rem;
}
.lst-lnk > li:before {
  width: 25px;
  float: left;
}
.lst-lnk > li:before + a {
  margin-left: -25px;
}
.lst-lnk > li {
  line-height: 14px;
  padding: 8px 0;
}
.lst-lnk > li > a {
  display: block;
  position: relative;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ctg-img {
  position: relative;
  max-width: 160px;
  padding: 7px;
  overflow: hidden;
}
.ctg-img:before {
  content: "";
  width: 1px;
  display: block;
  margin-left: -1px;
  padding-top: 100%;
}
.ctg-img,
.ctg-img img:not(.mrx-overlay) {
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ctg-img img:not(.mrx-overlay) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #fff;
  transition: transform 0.2s;
}
.ctg-img img:hover {
  transform: scale(1.3) rotate(10deg);
}
.ctg-img + div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 15px;
}
.ctg-cls > div {
  margin-bottom: 1.5rem;
}
.ctg-cls p {
  font-weight: 700;
  margin-bottom: 5px;
}
.ctg-cls div.fa-film {
  line-height: 30px;
  font-size: 1.2rem;
}
.ctg-cls div.fa-film strong,
.ctg-cls div.fa-film:before {
  font-size: 1.5rem;
}
.ctg-cls div.fa-film:before {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  margin-right: 10px;
}
.dvcn {
  position: relative;
  width: 100%;
  max-height: 250px;
}
.dvcn:before,
.vdcn:before {
  width: 1px;
  margin-left: -1px;
  content: "";
  padding-top: 83.333333333333%;
  display: block;
}
.dvcn > * {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.mrvd-cn {
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
}
.btn-mrvd {
  border-radius: 20px;
  padding: 0 20px;
}
.vdcn {
  position: relative;
}
.vdcn:before {
  padding-top: 65%;
}
.vdcn iframe,
.vdcn .video-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
}
[class*="clm"] .dvcl > div {
  margin-bottom: 1.5rem;
}
.ctgtgs p:before {
  margin-right: 5px;
}
.lst-shr {
  margin-bottom: 3rem;
}
.lst-shr > li {
  font-size: 0;
  vertical-align: top;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
}
.lst-shr li > div,
.lst-shr li > div > span {
  display: inline-block;
  vertical-align: top;
}
.lst-shr li:first-child {
  font-size: 1.5rem;
  margin-right: 5px;
}
.lst-shr li:before {
  margin-right: 5px;
}
.lst-shr li + li {
  width: 130px;
}
.lst-shr li + li + li {
  width: 100px;
}
.lst-shr li + li + li + li {
  width: auto;
}
.vdnf {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.vt-btn a {
  line-height: 50px;
  padding: 0 0.5rem;
}
.vt-btn a:before {
  font-size: 2.5rem;
  padding: 0 1rem;
}
.numper {
  font-size: 1rem;
  line-height: 2.5rem;
  padding-top: 0.5rem;
}
.numper strong {
  font-size: 2rem;
}
.percnt,
.percnt > div {
  height: 3px;
}
.percnt {
  background-color: rgba(0, 0, 0, 0.2);
  width: 170px;
}
.ctg-txt {
  padding: 15px;
  margin-bottom: 1.5rem;
}
.ctg-txt p:last-child {
  margin-bottom: 0;
}
.ntf404 {
  text-align: center;
  padding: 10vh 0;
}
.ntf404 p {
  font-size: 20vh;
  line-height: 20vh;
  font-weight: 700;
}
.ntf404 p + p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.srchbx {
  padding-right: 120px;
  position: relative;
}
.srchbx button {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  text-align: center;
}
.srchbx button span:before {
  margin-right: 5px;
}
#loading.fa-spinner {
  display: block;
  text-align: center;
  padding: 1.85rem;
  width: 100%;
}
#loading.fa-spinner:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  margin-right: 10px;
  font-size: 2rem;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.btn-readmore {
  border-radius: 50px;
  padding: 0 2rem;
}
.lst-pst > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.lst-pst > li {
  padding: 3rem 0;
}
.pst-blg {
  margin: 0 -1.5rem;
  position: relative;
}
.pst-blg > figure,
.pst-blg > figure + div {
  padding: 0 1.5rem;
}
.pst-blg > figure {
  position: relative;
  margin: 0 auto 3rem;
}
.pst-blg > figure a {
  position: relative;
  display: block;
}
.pst-blg > figure a:before {
  padding-top: 86.206896551724%;
  content: "";
  width: 1px;
  margin-left: -1px;
  display: block;
}
.pst-blg > figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pst-blg header h3 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
  padding: 0.5rem 0;
}
.pst-blg header p {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.pst-blg header span {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.pst-blg header span:before {
  opacity: 0.3;
  margin-right: 7px;
}
.pst-blg header span a {
  font-weight: 700;
}
.comnt {
  margin-bottom: 3rem;
}
.comnt figure {
  width: 80px;
  margin-right: 1.5rem;
}
.comnt figure img {
  border-radius: 50%;
}
.comnt > div p:first-child,
.comnt > div p:last-of-type {
  margin-bottom: 0;
}
.comnt > div p:first-child span {
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0.5;
}
.comment-reply-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.pg-cn h1,
.textwidget h1 {
  font-size: 3.5rem;
  line-height: 1.5;
}
.pg-cn h2,
.textwidget h2 {
  font-size: 3rem;
  line-height: 1.2;
}
.pg-cn h3,
.textwidget h3 {
  font-size: 2.5rem;
}
.pg-cn h4,
.textwidget h4 {
  font-size: 2rem;
}
.pg-cn h5,
.textwidget h5 {
  font-size: 1.8rem;
}
.pg-cn h6,
.textwidget h6 {
  font-size: 1.4rem;
}
pre {
  background-color: #faf6d0;
  padding: 15px;
  margin-bottom: 1.5rem;
}
.pst-txt ul li,
.textwidget ul li {
  padding-left: 25px;
  position: relative;
  list-style-type: none;
}
.pst-txt ul li:before,
.textwidget ul li {
  position: absolute;
  width: 20px;
  height: 25px;
  line-height: 25px;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.pg-cn .wp-caption {
  line-height: 0;
  margin: 0 0 30px;
  max-width: 100%;
  position: relative;
}
.pg-cn .wp-caption-text {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  padding: 5px 10px;
}
.pg-cn .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.pg-cn .wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}
.pg-cn .wp-caption.alignright {
  float: right;
  margin-left: 30px;
}
.pst-blg .psrcmd {
  left: 1.5rem;
}
.psrcmd {
  overflow: hidden;
  width: 75px;
  position: absolute;
  left: 7px;
  top: 0;
  height: 70px;
  text-align: center;
}
.psrcmd > i {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  position: absolute;
  left: -30px;
  top: 5px;
  z-index: 1;
  width: 100px;
}
.cancel-comment-reply {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
.comment-reply-link,
.cancel-comment-reply a {
  display: inline-block;
}
.comment-reply-link:before,
.cancel-comment-reply a:before {
  margin-right: 5px;
  opacity: 0.2;
}
.comment-reply-link:hover:before,
.cancel-comment-reply a:hover:before {
  opacity: 1;
}
.pst-cn:hover .pstinf {
  z-index: 9999;
}
.pstinf {
  position: absolute;
  left: 12px;
  top: -8px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  z-index: 99;
}
.pstinf i {
  font-weight: 700;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-family: serif;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}
.pstinf > span {
  display: none;
}
.cnt-ctg .ttl-cn:before {
  padding-top: 0.8rem;
}
@media screen and (min-width: 1000px) {
  .pstinf {
    display: none;
  }
  .pst-cn:hover .pstinf {
    display: block;
  }
}
.ftb,
.ftc {
  text-align: center;
  padding: 1.5rem;
}
.fta {
  font-size: 0;
  text-align: center;
  padding-bottom: 15px;
}
.fta > div {
  width: 300px;
  margin: 0 0.75rem;
  display: inline-block;
}
.fta > div:first-child {
  margin-left: 0;
}
.fta > div:last-child {
  margin-right: 0;
}
.ftb {
  font-size: 1.2rem;
}
.ftb p {
  margin-bottom: 0;
}
.ftc > ul > li,
.ftc > ul > li > a {
  display: inline-block;
  vertical-align: top;
}
.ftc > ul > li {
  margin: 5px 10px;
}
.ftc > ul > li:hover {
  opacity: 0.5;
}
.ftc > ul > li[class^="fa-"]:before {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: left;
}
.ftc > ul > li,
.ftc > ul > li[class^="fa-"] > a {
  position: relative;
}
.ftc > ul > li[class^="fa-"] > a {
  padding-left: 20px;
  z-index: 2;
}
.alignleft,
.aligncenter,
.alignright {
  margin-bottom: 1.5rem;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.wdg {
  margin-bottom: 1.5rem;
}
.wdg > ul,
.wdg [class^="menu"] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wdg > ul > li {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.wdg > ul > li > a {
  font-size: 1.5rem;
}
.wdg > ul > li > a:before {
  opacity: 0.2;
  margin-right: 5px;
  width: 20px;
}
.wdg > ul > li > a:hover:before {
  opacity: 1;
}
.wdg .ttl-cn:before {
  padding-top: 0.8rem;
}
.widget_calendar th,
.widget_calendar td,
.widget_calendar caption {
  text-align: center;
  padding: 5px;
}
.widget_calendar th,
.widget_calendar td {
  max-width: 14%;
}
.widget_rss .ttl-cn {
  position: relative;
}
.widget_rss .ttl-cn img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget_rss li {
  margin-bottom: 1.5rem;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li > a {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}
.widget_rss li > span {
  display: block;
  font-size: 1rem;
}
.widget_recent_entries span {
  display: block;
  font-size: 1.2rem;
  padding-left: 25px;
}
div.tagcloud a {
  font-size: 1.2rem !important;
  padding: 0 1rem;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 1.2rem;
}
.wp-pagenavi a,
.wp-pagenavi span,
.tagcloud a {
  display: inline-block;
  margin: 3px;
  vertical-align: top;
  padding: 0 5px;
  line-height: 2.8rem;
  min-width: 30px;
  border-radius: 15px;
  font-weight: 700;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last,
.wp-pagenavi a[class$="link"] {
  padding: 0 15px;
}
.wp-pagenavi a[class$="link"] {
  display: none;
}
.wp-pagenavi .prev,
.wp-pagenavi .next {
  padding: 0 15px;
}
.navcom {
  text-align: left;
}
.navcom a,
.navcom span {
  text-align: center;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  visibility: visible;
  padding: 10px;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  padding: 10px;
  max-width: 90%;
  line-height: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 5px;
  float: left;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#cookie-notice {
  display: none;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 12px;
  line-height: 18px;
  left: 0;
  text-align: center;
}
.cookie-notice-container {
  padding: 10px;
}
.cn-top {
  top: 0;
}
.cn-bottom {
  bottom: 0;
}
#cn-notice-text {
  display: block;
  line-height: 20px;
  padding: 5px 0;
}
.cookie-notice-container {
  overflow: hidden;
  font-size: 1.4rem;
}
.cookie-notice-container .button {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  padding: 5px 40px 5px 15px;
  height: 40px;
}
.cookie-notice-container .button:before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 0;
  right: 0;
  font-size: 3rem;
  opacity: 0.5;
}
.cookie-notice-container .button:hover:before {
  opacity: 1;
}
@media (min-width: 1000px) {
  .cookie-notice-container span {
    width: 80%;
    text-align: left;
  }
  .cookie-notice-container .button {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 999px) {
  .mn-hd > ul > li[class^="fa-"] > a {
    padding-left: 35px;
  }
  .mn-hd > ul > li:hover > a {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mn-hd li {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mn-hd li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mn-hd > ul > li > a {
    font-weight: 700;
  }
  .mn-hd > ul > li[class^="fa-"]:before {
    top: 10px;
    left: 10px;
  }
  .mn-hd .sub-menu a {
    padding-left: 35px;
  }
  .sub-menu {
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 150px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .sub-menu li.btn-vts,
  .sub-menu li.btn-vts a {
    background-color: transparent;
    text-align: left;
    height: auto;
    border: 0;
  }
  .sub-menu li.btn-vts a {
    padding: 10px 5px 10px 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: inherit;
  }
}
@media (max-width: 749px) {
  .pst-cn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pst-cn header {
    position: static;
    border: 0;
    overflow: hidden;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .pst-cn header p {
    max-height: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    border-radius: 100px;
    margin: 0 5px 5px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pst-cn header h3 {
    text-overflow: inherit;
    white-space: normal;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .pst-cn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 549px) {
  .pst-cls > div,
  .pst-cls > section {
    width: 100%;
  }
}
@media (min-width: 550px) {
  [class*="b01"] {
    width: 8.33333333%;
  }
  [class*="b02"] {
    width: 16.66666667%;
  }
  [class*="b03"] {
    width: 25%;
  }
  [class*="b04"] {
    width: 33.33333333%;
  }
  [class*="b05"] {
    width: 41.66666667%;
  }
  [class*="b06"] {
    width: 50%;
  }
  [class*="b07"] {
    width: 58.33333333%;
  }
  [class*="b08"] {
    width: 66.66666667%;
  }
  [class*="b09"] {
    width: 75%;
  }
  [class*="b10"] {
    width: 83.33333333%;
  }
  [class*="b11"] {
    width: 91.66666667%;
  }
  [class*="b12"] {
    width: 100%;
  }
  [class*="a-rw"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pst-blg > figure {
    max-width: 50%;
  }
}
@media (min-width: 750px) {
  [class*="cnt-"] {
    max-width: 720px;
  }
  .lbl-left > label {
    text-align: right;
  }
  .fll-twt {
    display: block;
    min-width: 120px;
  }
  [class*="c01"] {
    width: 8.33333333%;
  }
  [class*="c02"] {
    width: 16.66666667%;
  }
  [class*="c03"] {
    width: 25%;
  }
  [class*="c04"] {
    width: 33.33333333%;
  }
  [class*="c05"] {
    width: 41.66666667%;
  }
  [class*="c06"] {
    width: 50%;
  }
  [class*="c07"] {
    width: 58.33333333%;
  }
  [class*="c08"] {
    width: 66.66666667%;
  }
  [class*="c09"] {
    width: 75%;
  }
  [class*="c10"] {
    width: 83.33333333%;
  }
  [class*="c11"] {
    width: 91.66666667%;
  }
  [class*="c12"] {
    width: 100%;
  }
  [class*="b-rw"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [class*="rdr-1"] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  [class*="rdr-2"] {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  [class*="d-fx"] > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  [class*="d-flx1"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .lst-shr > li {
    display: inline-block;
    margin-bottom: 0;
  }
  .vt-btn {
    text-align: right;
  }
  .dv-fst > [class*="clm"]:first-child,
  .dv-fst > [class*="clm"]:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .dv-fst > [class*="clm"]:first-child {
    width: 300px;
    max-width: 314px;
  }
  .dv-fst > [class*="clm"]:nth-child(2) {
    width: 377px;
  }
  .dv-fst > [class*="clm"]:nth-child(2) figure:before {
    padding-top: 65%;
  }
  div.jst1 > [class*="clm"]:nth-child(-n + 5) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  div.jst1 > [class*="clm"]:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
    max-width: 314px;
  }
  .pst-blg > figure {
    width: 25%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"] {
    width: 33.333333333333%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 287px;
  }
}
@media (min-width: 1000px) {
  [class*="cnt-"] {
    max-width: 970px;
  }
  [class*="d01"] {
    width: 8.33333333%;
  }
  [class*="d02"] {
    width: 16.66666667%;
  }
  [class*="d03"] {
    width: 25%;
  }
  [class*="d04"] {
    width: 33.33333333%;
  }
  [class*="d05"] {
    width: 41.66666667%;
  }
  [class*="d06"] {
    width: 50%;
  }
  [class*="d07"] {
    width: 58.33333333%;
  }
  [class*="d08"] {
    width: 66.66666667%;
  }
  [class*="d09"] {
    width: 75%;
  }
  [class*="d10"] {
    width: 83.33333333%;
  }
  [class*="d11"] {
    width: 91.66666667%;
  }
  [class*="d12"] {
    width: 100%;
  }
  [class*="c-rw"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [class*="rdr-b1"] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  [class*="rdr-b2"] {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .logo {
    margin: 0;
    flex: 0 0 164px;
  }
  .mn-hd {
    margin-left: 10px;
    display: block;
    position: static;
    width: auto;
    height: 100%;
    padding: 0;
    flex: 1;
  }
  .mn-hd > ul > li,
  .mn-hd > ul > li > a {
    display: inline-block;
  }
  .mn-hd > ul > li {
    margin: 0 5px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children > a:before,
  .menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    left: 20px;
    bottom: -5px;
    z-index: 2;
    display: none;
  }
  .menu-item-has-children > a:after {
    border-bottom-color: #eee;
    bottom: -4px;
    z-index: 1;
  }
  .sbmn-lg .sub-menu {
    width: 666px;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 222px;
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
    opacity: 0;
    overflow: auto;
  }
  .sbmn-lg .sub-menu li,
  .sbmn-lg .sub-menu li a {
    display: inline-block;
  }
  .sbmn-lg .sub-menu li {
    width: 25%;
    float: left;
  }
  .sbmn-lg .sub-menu li.btn-vts > a {
    line-height: 25px;
    display: block;
    padding: 5px;
  }
  .sub-menu li {
    padding: 5px;
  }
  .sub-menu li a {
    padding: 5px;
    display: block;
  }
  li:hover .sub-menu {
    padding: 10px;
    max-height: 300px;
    opacity: 1;
    display: block !important;
  }
  .menu-item-has-children:hover > a:before,
  .menu-item-has-children:hover > a:after {
    display: block;
  }
  .btn-mn {
    display: none;
  }
  .frm-srch {
    width: 250px;
    text-align: right;
  }
  .frm-srch h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .frm-srch input {
    width: 100%;
    margin-left: auto;
  }
  .dvcl {
    max-width: 314px;
  }
  .wp-pagenavi a[class$="link"] {
    display: inline-block;
  }
  .mn-br {
    display: none;
  }
  .dv-fst > [class*="clm"]:nth-child(2),
  .dv-fst > [class*="clm"]:nth-child(3) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
  }
  .dv-fst > [class*="clm"]:nth-child(2) figure:before,
  .dv-fst > [class*="clm"]:nth-child(3) figure:before {
    padding-top: 80%;
  }
  div.jst1 > [class*="clm"]:nth-child(-n + 5) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  div.jst1 > [class*="clm"]:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
    max-width: 314px;
  }
  .frm-escr {
    max-width: 50%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 221px;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2) figure:before {
    padding-top: 80%;
  }
}
@media (min-width: 1230px) {
  [class*="cnt-"] {
    max-width: 1200px;
  }
  [class*="e01"] {
    width: 8.33333333%;
  }
  [class*="e02"] {
    width: 16.66666667%;
  }
  [class*="e03"] {
    width: 25%;
  }
  [class*="e04"] {
    width: 33.33333333%;
  }
  [class*="e05"] {
    width: 41.66666667%;
  }
  [class*="e06"] {
    width: 50%;
  }
  [class*="e07"] {
    width: 58.33333333%;
  }
  [class*="e08"] {
    width: 66.66666667%;
  }
  [class*="e09"] {
    width: 75%;
  }
  [class*="e10"] {
    width: 83.33333333%;
  }
  [class*="e11"] {
    width: 91.66666667%;
  }
  [class*="e12"] {
    width: 100%;
  }
  [class*="d-rw"] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [class*="c-fx1"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dv-fst > [class*="clm"]:nth-child(4) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .dv-fst > [class*="clm"]:nth-child(2),
  .dv-fst > [class*="clm"]:nth-child(3),
  .dv-fst > [class*="clm"]:nth-child(4) {
    width: 271px;
  }
  .dv-fst > [class*="clm"]:nth-child(2) figure:before,
  .dv-fst > [class*="clm"]:nth-child(3) figure:before,
  .dv-fst > [class*="clm"]:nth-child(4) figure:before {
    padding-top: 85%;
  }
  div.jst1 > [class*="clm"]:nth-child(-n + 5) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  div.jst1 > [class*="clm"]:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
    max-width: 314px;
  }
  .jst1 > [class*="clm"]:nth-child(2) figure:before,
  .jst1 > [class*="clm"]:nth-child(3) figure:before,
  .jst1 > [class*="clm"]:nth-child(4) figure:before {
    padding-top: 90%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:first-child {
    width: 300px;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"] {
    width: 25%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2),
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(3) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 269px;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2) figure:before,
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(3) figure:before {
    padding-top: 85%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(4) figure:before {
    padding-top: 75%;
  }
  main.clma12d08e09 div.jst1 > [class*="clm"]:nth-child(-n + 3) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  main.clma12d08e09 div.jst1 > [class*="clm"]:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
    max-width: 314px;
  }
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(2),
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(3) {
    width: 287px;
  }
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(2) figure:before,
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(3) figure:before {
    padding-top: 90%;
  }
  .logo {
    flex: none;
  }
  .mn-hd {
    margin-left: 15px;
  }
  .mn-hd > ul > li {
    margin: 0 15px;
  }
  .frm-srch {
    flex: 0 0 270px;
  }
}
@media (min-width: 1460px) {
  [class*="cnt-"] {
    max-width: 1430px;
  }
  main.clma12 .dv-fst > [class*="clm"]:nth-child(5) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .dv-fst > [class*="clm"]:nth-child(2),
  .dv-fst > [class*="clm"]:nth-child(3),
  .dv-fst > [class*="clm"]:nth-child(4),
  .dv-fst > [class*="clm"]:nth-child(5) {
    width: 261px;
  }
  .dv-fst > [class*="clm"]:nth-child(2) figure:before,
  .dv-fst > [class*="clm"]:nth-child(3) figure:before,
  .dv-fst > [class*="clm"]:nth-child(4) figure:before,
  .dv-fst > [class*="clm"]:nth-child(5) figure:before {
    padding-top: 90%;
  }
  div.jst1 > [class*="clm"]:nth-child(-n + 5) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  div.jst1 > [class*="clm"]:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
    max-width: 314px;
  }
  .jst1 > [class*="clm"]:nth-child(2) figure:before,
  .jst1 > [class*="clm"]:nth-child(3) figure:before,
  .jst1 > [class*="clm"]:nth-child(4) figure:before {
    padding-top: 92%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2),
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(3),
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(4) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 200px;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(2) figure:before,
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(3) figure:before,
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(4) figure:before {
    padding-top: 100%;
  }
  main.clma12d08e09 .dv-fst > [class*="clm"]:nth-child(5) figure:before {
    padding-top: 75%;
  }
  main.clma12d08e09 div.jst1 > [class*="clm"]:nth-child(-n + 4) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  main.clma12d08e09 div.jst1 > [class*="clm"]:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 300px;
    max-width: 314px;
  }
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(2),
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(3),
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(4) {
    width: 249px;
  }
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(2) figure:before,
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(3) figure:before,
  main.clma12d08e09 .jst1 > [class*="clm"]:nth-child(4) figure:before {
    padding-top: 100%;
  }
}
.menu-mobile-header.menu {
  flex-basis: 100%;
  display: flex;
  padding-left: unset;
}

.menu-mobile-header {
  margin: 0 -15px 15px;
  list-style: none;
}
@media (min-width: 750px) {
  .menu-mobile-header {
    margin: 0 0 15px;
  }
}
@media (min-width: 1000px) {
  .menu-mobile-header {
    display: none;
  }
}
.menu-mobile-header .menu-item {
  display: inline-block;
  width: 50%;
  padding: 0 0.5px;
}
.menu-mobile-header .menu-item:first-child {
  padding-left: 0;
}
.menu-mobile-header .menu-item:last-child {
  padding-right: 0;
}
.menu-mobile-header .menu-item a {
  display: block;
  background-color: #363b43;
  background-color: #4b4646;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.menu-mobile-header .menu-item a:before {
  margin-right: 5px;
  font-size: 22px;
}
.menu-mobile-header .menu-item a:hover {
  color: #fa6295;
}
.no-flexbox [class*="cls"]:after,
.no-flexbox [class*="dfl"]:after,
.no-flexbox [class*="dflw"]:after {
  content: "";
  clear: both;
  display: table;
}
.no-flexbox [class*="cls"],
.no-flexbox [class*="dfl"],
.no-flexbox [class*="dflw"] {
  display: table;
  width: 100%;
}
.no-flexbox [class*="cls"] > *,
.no-flexbox [class*="dfl"] > *,
.no-flexbox [class*="dflw"] > * {
  display: table-cell;
  vertical-align: top;
}
.no-flexbox [class*="cls"] > * {
  float: left;
}
.no-flexbox [class].in,
.no-flexbox [class].submdb {
  display: block !important;
}
.no-flexbox .btn-mn {
  display: block;
}
.no-flexbox .mn-hd {
  display: none !important;
}
.mn-br {
  z-index: 1;
}
.mn-hd > ul {
  z-index: 2;
  position: relative;
}
.mn-br button:before {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.mn-br button {
  width: 100%;
  left: 0;
  display: block;
}
.mn-br button span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.no-flexbox .ctg-img {
  width: 150px;
  height: 150px;
}
.no-flexbox .ctg-img + div {
  width: calc(100% - 150px);
}
.no-flexbox .pst-cn header {
  display: block;
}
.no-flexbox .ttl-cn[class*="fa-"] {
  display: block;
}
.no-flexbox .ttl-cn[class*="fa-"]:before,
.no-flexbox .ttl-cn[class*="fa-"] > h2,
.no-flexbox .ttl-cn[class*="fa-"] > h1,
.no-flexbox .ttl-cn[class*="fa-"] > div,
.no-flexbox .ttl-cn[class*="fa-"] > strong {
  display: inline;
}
.no-csscalc .ctg-img {
  width: 100px;
  height: 100px;
  display: table-cell;
}
.no-csscalc .ctg-img + div {
  width: auto;
  display: table-cell;
}
.wdg > ul > li > a {
  display: block;
  overflow: hidden;
}
.wdg > ul > li > a:before {
  float: left;
}
.flowplayer .fp-player {
  height: 75% !important;
}
@media (min-width: 750px) {
  .no-flexbox .fll-twt {
    float: right !important;
  }
}
@media (min-width: 1000px) {
  .no-flexbox .btn-mn {
    display: none !important;
  }
  .no-flexbox .logo,
  .no-flexbox .mn-hd {
    float: left;
  }
  .no-flexbox .logo {
    text-align: left;
  }
  .no-flexbox .mn-hd {
    display: block !important;
    margin-top: 10px;
  }
  .no-flexbox .cnt-bd main.clma12d08e09,
  .no-flexbox .cnt-bd main + aside,
  .no-flexbox .sngl-cn > aside,
  .no-flexbox .cnt-bd main.clmb08 {
    float: none;
    width: 100%;
    display: table-cell;
  }
}
@media (max-width: 1000px) {
  .no-flexbox .logo,
  .no-flexbox .frm-srch {
    display: block;
  }
}
@media (max-width: 750px) {
  .no-flexbox .fll-twt {
    display: none !important;
  }
}
.j171 {
  color: #000;
}
.play-icon-img {
  width: 36px !important;
  height: 36px !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -18px;
  margin-top: -18px;
}
@media (max-width: 750px) {
  .play-icon-img {
    width: 52px !important;
    height: 52px !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -26px;
    margin-top: -26px;
  }
}

/* theme admin editable css */
body {
  background-color: #fff;
  color: #999;
}
a,
.ttl-cn,
.wp-pagenavi a.page {
  color: #666;
}
@media (max-width: 999px) {
  .sub-menu li.btn-vts a {
    color: #666;
  }
}
a:hover,
.ctg-txt strong {
  color: #009246;
}
::-webkit-scrollbar-thumb {
  background-color: #009246;
}
.cookie-notice-container a.button,
[class*="btn-"]:hover,
[class*="btn-"]:hover > a,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.tagcloud a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.ftc,
.ctg-cls div.fa-film:before,
.percnt > div,
.psrcmd > i {
  background-color: #009246;
}
.pst-cn:hover figure,
.pst-cn:hover header {
  background-color: #009246;
}
[class*="btn-"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.tagcloud a,
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #009246;
}
.chk [type="checkbox"]:checked + i:before,
.chk [type="radio"]:checked + i:before {
  border-color: #009246;
}
.chk [type="checkbox"]:checked + i:before,
.chk [type="radio"]:checked + i:before,
.tagcloud a,
.wp-pagenavi a,
.wp-pagenavi span {
  color: #009246;
}
.pst-cn:hover figure,
.pst-cn:hover header {
  box-shadow: 0 0 0 5px #009246;
}
[class*="btn-"],
[class*="btn-"] > a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.frm-srch button:hover,
.ctg-cls div.fa-film strong,
.numper strong {
  color: #009246;
}
.mn-hd li:hover:before {
  color: #009246;
}
@media (max-width: 999px) {
  .sub-menu li.btn-vts a:hover {
    color: #009246;
  }
}
@media (max-width: 749px) {
  section.pst-cn figure,
  section.pst-cn header {
    background-color: #009246;
  }
}
.ctg-txt {
  background-color: #fff7fa;
}
.mn-hd li:before,
.ttl-cn:before,
.frm-srch h1,
.ctgtgs p:before,
.lst-shr li:before {
  color: #529171;
}
.lst-lnk li:before {
  color: #673bb7;
}
input,
textarea,
select,
.lst-lnk,
.ctg-img img:not(.mrx-overlay),
.vdnf {
  border: 2px solid #fff7fa;
}
.btspr {
  border-top: 2px solid #fff7fa;
  padding-top: 15px;
}
::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
}
input,
textarea,
select,
.slc label,
.chk [type="checkbox"] + i:before,
.chk [type="radio"] + i:before {
  background-color: #fff;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
}
.chk [type="checkbox"]:disabled + i:before,
.chk [type="radio"]:disabled + i:before {
  background-color: #eee;
}
[class*="btn-"],
[class*="btn-"] > a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #fff;
}
.mn-hd {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 749px) {
  .pst-cn header,
  .pst-cn header a {
    color: #fff;
  }
}
@media (max-width: 999px) {
  .mn-hd > ul {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 1000px) {
  .mn-hd {
    background-color: transparent;
  }
}
input:disabled,
textarea:disabled,
select:disabled {
  border-color: #ddd;
}
.frm-scc input,
.frm-scc textarea,
.frm-scc select {
  border-color: #24c970;
}
.frm-wrn input,
.frm-wrn textarea,
.frm-wrn select {
  border-color: #f09941;
}
.frm-rrr input,
.frm-rrr textarea,
.frm-rrr select {
  border-color: #f24343;
}
.chk [type="checkbox"] + i:before,
.chk [type="radio"] + i:before {
  border: 1px solid #f1f1f1;
}
.chk [type="checkbox"]:disabled + i:before,
.chk [type="radio"]:disabled + i:before {
  border-color: #ddd;
}
[class*="btn-"]:hover,
[class*="btn-"]:hover a,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.tagcloud a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.ftc,
.ftc a,
.ctg-cls div.fa-film:before {
  color: #fff;
}
.chk [type="checkbox"]:disabled + i:before,
.chk [type="radio"]:disabled + i:before {
  color: #999;
}
.frm-scc > label {
  color: #24c970;
}
.frm-wrn > label {
  color: #f09941;
}
.frm-rrr > label {
  color: #f24343;
}
.pst-cn:hover header,
.pst-cn:hover header a,
.psrcmd > i {
  color: #fff;
}
.ftb {
  color: #aaa;
}
.fta > div {
  width: 70% !important;
}
.dvr-3x2 {
  max-width: 100% !important;
}
.spx_menu {
  display: flex;
}
.spx_menu:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.spx_menu a {
  font-size: 13px;
  display: block;
  padding: 1em 0;
  color: #fff;
  background: #009246;
  text-decoration: none;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.spx_menu li {
  float: left;
  width: 33%;
  width: calc((100% - 2px) / 3);
  display: block;
  list-style: none;
  line-height: 1.25em;
}
.spx_menu li:not(:last-child) {
  margin-right: 1px;
}
@media (max-width: 359px) {
  .spx_menu a {
    font-size: 12px;
    color: #666;
  }
}
.center-exo-bajo-videos {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1230px) {
  .exo-bajo-videos {
    width: 100%;
  }
}
.affiliate {
  text-align: center;
  font-weight: 700;
  background-color: rgba(82, 145, 112, 0.38);
  color: #fff;
}
.destaque {
  background-color: #529171;
  padding: 5px;
  border-radius: 6px;
  text-transform: Uppercase;
  line-height: 32px;
}
.tags-categorias-color a {
  color: #fff;
}
.tags-categorias-color {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cnt-hd {
  padding-bottom: 3px;
}
.titulo-videos {
  text-transform: Uppercase;
  font-weight: 700;
  color: #529171;
}
.frm-srch h1 {
  font-weight: 700;
  text-transform: uppercase;
}
.pst-cn header div {
  overflow: hidden;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 2rem;
  padding: 0.5rem;
}
.comment_txt {
  overflow: hidden;
  width: 300px;
}
.mn-container-title {
  margin-bottom: -25px;
}
span.mn-thumb__label {
  height: 45px;
  padding: 0.5rem;
}
.mn-thumb__label-brand {
  height: 14px;
}
.mn-thumb__label a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* cookie consent */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.footer_text_wrapper {
  padding: 15px;
}
.footer_text_wrapper p {
  text-align: justify;
}
